@font-face {
  font-family: "NanumBarunGothic";
  src: local("../fonts"),
    url('../fonts/NanumBarunGothic.ttf') format('ttf'),
    url('../fonts/NanumBarunGothic.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "NanumBarunGothicBold";
  src: local("../fonts"),
    url('../fonts/NanumBarunGothicBold.ttf') format('ttf'),
    url('../fonts/NanumBarunGothicBold.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "NanumBarunGothicLight";
  src: local("../fonts"),
    url('../fonts/NanumBarunGothicLight.ttf') format('ttf'),
    url('../fonts/NanumBarunGothicLight.otf') format('opentype');
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "NanumBarunGothic";
  vertical-align: baseline;
}

a {
  color: #333;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "NanumBarunGothic";
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select,
input,
textarea {
  font-family: "NanumBarunGothic";
}

select:focus,
input:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-family: "NanumBarunGothic";
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url('../img/user/select_arrow.png');
  background-position: 95% 17px;
  padding-left: 10px;
}

input[type=text],
input[type=password] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box
}

input[type=number] {
  padding: 0px 0 0 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box
}

.rMateH5__rMateGrid input[type="text"] {
  border-radius: 0px;
  border: 1px solid #000;
  padding: 0px 5px;
  margin: 0px 0px;
  font-size: inherit;
}

.rMateH5__rMateGrid select {
  border-radius: 0px;
  padding: 0px 5px !important;
  background-position: 95% 12px;
  margin: 0px;
  border: 1px solid #000;
}

textarea {
  resize: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
}

textarea::placeholder {
  color: #999;
}

input[type=text].date_picker {
  background-image: url('../img/user/date_ico.png');
  background-repeat: no-repeat;
  background-position: 94% center;
}

.rMateH5__rMateGrid select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-repeat: no-repeat;
  background-image: none;
  background-position: auto;
  background-color: #fff;
  border: 0c;
  border-radius: 0px;
  width: 100%;
  height: auto;
  font-size: inherit;
  box-sizing: border-box;
}

.rMateH5__rMateGrid .rMateH5__RadioButton input {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  top: 2px;
}

.rMateH5__rMateGrid .rMateH5__CheckBox input {
  position: relative;
  top: 2px;
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url('../img/user/select_arrow.png');
  background-position: 95% 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  color: #666;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=file]:disabled,
input[type=number]:disabled {
  background-color: lightgray !important;
  cursor: default !important;
  border: 1px solid #b3b3b3 !important;
}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=search]:read-only,
input[type=file]:read-only,
input[type=number]:read-only {
  background-color: lightgray !important;
  cursor: default !important;
  border: 1px solid #b3b3b3 !important;
}

textarea:hover,
.cmn_all textarea:focus {
  border-color: #29558A;
}

textarea:read-only {
  background-color: lightgray !important;
  cursor: default !important;
  border-color: #b3b3b3 !important;
}

textarea:disabled {
  background-color: lightgray !important;
  cursor: default !important;
  border-color: #b3b3b3 !important;
}

button:disabled {
  background-color: #cccccc !important;
  color: #fff !important;
}

/*달력*/
input[type="text"].hasDatepicker {
  background-image: url('../img/date_ico.png');
  cursor: pointer;
  background-position: 97% 10px;
  ;
  background-repeat: no-repeat;
  padding-right: 32px !important;
  position: relative;
  background-color: #fff;
  margin-right: 0px !important;
}

.w_230 input[type="text"].hasDatepicker {
  background-position: center right 3%;
}

.datepicker_btn_box input[type="text"].hasDatepicker {
  background-image: none;
}

.datepicker_box {
  display: inline-block;
  position: relative;
}

.datepicker_box::after {
  position: absolute;
  right: 32px;
  width: 1px;
  height: 40px;
  top: 0px;
  content: '';
  display: block;
  background-color: #b3b3b3;
}

/* .datepicker_box:hover::after {
  background-color: #29558A
}
.datepicker_box.on::after {
  background-color: #29558A
} */
.write_datepicker_box .datepicker_box {
  width: 217px;
}

.write_datepicker_box .datepicker_box input[type="text"].hasDatepicker {
  background-image: url('../img/date_ico_black.png');
  background-position-x: 96.5%;
}

/*
.write_datepicker_box .datepicker_box input[type="text"].hasDatepicker{
  background-size: 14px;
  background-position-x: 93.5%;
  background-position-y: 7px;
}*/

.ui-datepicker {
  padding: 0px;
}

.ui-widget-header {
  border: 0px;
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-header {
  padding: 10px 7px;
  background: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0px;
  line-height: inherit;
  color: #333;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  font-size: 0px;
  position: relative;
  top: 0px;
  width: 25px;
  height: 25px;
  left: 0px;
  font-size: 0px;
  margin: 0px;
  background-color: #ccc;
  color: #fff;
  border-radius: 3px;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url('../img/user/cal_arrow.png');
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next span {
  background-image: url('../img/user/cal_arrow.png');
  top: auto !important;
  left: auto !important;
  margin: 0px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  border: 0px;
  cursor: pointer;
}

.ui-datepicker table {
  margin: 0px;
  border: 0px;
}

.ui-datepicker th {
  background-color: #eee;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 7px 3px 3px;
}

.ui-datepicker td {
  padding: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 8px 5px;
  text-align: center;
}

.ui-datepicker-today a.ui-state-default {
  background: #ba1416;
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #fff;
  border: 0px;
  color: #333;
  font-weight: normal;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #b0b0b0;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #317abe;
  color: #fff;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
  margin-top: -3px;
  min-width: auto;

  height: 28px;
  text-align: left;
  padding-right: 21px;
  background-size: 13px;
  background-position: 44px 10px;
}

.ui-datepicker select.ui-datepicker-month {
  margin-left: 5px;
}

/*부트스트랩 select*/
.bootstrap-select select {
  display: none !important;
}

.bootstrap-select {
  display: inline-block;
  position: relative;
  /* min-width: 220px; */
}

.bootstrap-select.disabled .selectpicker+.dropdown-toggle {
  background-color: lightgray;
  cursor: default;
}

.bootstrap-select .selectpicker+.dropdown-toggle {
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 40px;
  vertical-align: baseline;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  color: #333;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-left: 10px;
  padding-right: 40px;
}

.bootstrap-select .selectpicker+.dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .selectpicker+.dropdown-toggle::after {
  content: '';
  background-image: url('../img/user/select_arrow.png');
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-top: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 54%;
  background-size: contain;
}

.bootstrap-select div.dropdown-menu {
  display: none;
  position: absolute;
  top: 44px !important;
  transform: initial !important;
  left: 0px;
  z-index: 6;
}

.bootstrap-select div.dropdown-menu>div.inner {
  min-height: auto !important;
  max-height: 250px !important;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #317abe;
}

.bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar {
  width: 5px;
}

.bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color:
    #317abe;
  background-clip: padding-box;
  border: 1px solid #317abe;
}

.bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

.bootstrap-select div.dropdown-menu li {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
}

.bootstrap-select.open div.dropdown-menu {
  border: 0px;
}

.bootstrap-select div.dropdown-menu li.active {
  display: none;
}

.bootstrap-select div.dropdown-menu li>a {
  display: block;
  color: #999;
  line-height: 33px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 16px;
}

.bootstrap-select div.dropdown-menu li>a span {
  display: block;
}

.bootstrap-select div.dropdown-menu li>a:hover {
  background-color: #ecf3fb;
}

.bootstrap-select div.dropdown-menu li.selected a {
  background-color: #317abe;
  color: #fff;
}

.bootstrap-select.open div.dropdown-menu {
  display: inline-block;
}

/*padding*/
/*padding-top*/
.pt-5 {
  padding-top: 5px !important;
}

/*padding-bottom*/
.pb-5 {
  padding-bottom: 5px !important;
}

/* margin */
/* margin-top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 0.4rem !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 1.52rem !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

/* margin-right */
.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.52rem !important;
}

.mr-25 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

/* margin-left */
.ml-5 {
  margin-left: 0.4rem !important;
}

.ml-20 {
  margin-left: 1.52rem !important;
}

.ml-10 {
  margin-left: 0.9rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* margin-bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 0.4rem !important;
}

.mb-10 {
  margin-bottom: 0.9rem !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/* flex */
.flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

/* text-align */
.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

/*width*/
.w_10 {
  width: 10% !important
}

.w_20 {
  width: 20% !important
}

.w_30 {
  width: 30% !important
}

.w_40 {
  width: 40% !important
}

.w_46 {
  width: 46% !important
}

.w_50 {
  width: 50% !important
}

.w_60 {
  width: 60% !important
}

.w_70 {
  width: 70% !important
}

.w_80 {
  width: 80% !important
}

.w_90 {
  width: 90% !important
}

.w_100 {
  width: 100% !important
}

.w_15 {
  width: 15% !important;
}

.w_140 {
  width: 140px !important;
}

.w_40px {
  width: 40px !important
}

.w_150 {
  width: 150px !important;
}

.w_147 {
  width: 147px !important;
}

.w_230 {
  width: 230px !important;
}

.w_610px {
  width: 610px !important;
}

.w_432 {
  width: 432px !important;
}

.w_450 {
  width: 450px;
}

.w_800 {
  width: 800px;
}

.w_25 {
  width: 25% !important;
}

/*4 분의 1*/
.w_33 {
  width: 33.33333% !important
}

/*3 분의 1*/
.w_16 {
  width: 16.66666% !important
}

/*6 분의 1*/
.w_12 {
  width: 12.5% !important
}

/*8 분의 1*/
.w_150 {
  width: 150px !important
}

.w_300 {
  width: 300px !important
}

.w_1200 {
  width: 1200px;
  margin: 0 auto;
}

.w_1240 {
  width: 1240px !important;
  margin: 0 auto;
}

.w_1600 {
  width: 1600px !important;
  margin: 0 auto;
}

.w_50px {
  width: 50px !important;
}

.fz_16 {
  font-size: 16px;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* text-align */
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.radio {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.radio span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.radio span::after {
  display: none;
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio input {
  display: none;
}

.radio input:checked~span::after {
  display: block;
}

.radio input:checked~span {
  border-color: #000;
}

.checkbox {
  cursor: pointer;
  font-size: 16px;
  color: #333
}

.checkbox input:checked~span::after {
  display: block;
}

.checkbox input {
  display: none;
}

.checkbox span {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
}

.checkbox span::after {
  display: none;
  content: '';
  width: 7px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 44%;
  left: 50%;
}

.checkbox input:checked~span {
  border-color: #000;
}

.txt_btn {
  color: #317abe;
  font-size: 14px;
  border-bottom: 1px solid #317abe;
}

.basic_btn {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  background-color: #999999;
  min-width: 130px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.basic02_btn {
  font-size: 18px;
}

.btn01 {
  background-color: #000;
}

.btn02 {
  background-color: #6699cc;
}

.basic_btn_s {
  font-size: 16px;
  min-width: 94px;
  height: 34px;
  line-height: 34px;
}

.btn-pd-s {
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
}

.ico_btn {
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.form_ico_btn {
  background-color: #999999;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.ico_txt_btn {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ico_btn img {
  width: 100%;
}

.layer {
  position: relative;
  min-height: calc(100vh - 144px);
}

.layer .responsive-container #content-frame {
  	 min-height: calc(100vh - 124px);
}

.boad_notice {
  background-color: #317abe;
/*   color: #fff; */
  font-size: 15px;
  font-family: "NanumBarunGothicBold";
  padding: 8px 20px;
  border-radius: 30px;
}

.wrapper {
  position: relative;
  margin: 0 auto;
}

.left_menu_wrapper {
  position: relative;
  margin: 0 auto;
  width: 1600px;
  display: table;
}
/* 2023.12.06 title content padding 0으로 조정 */
.content.column {
	padding-top:0;
}
.content {
  min-height: auto;
  padding: 40px 0 130px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.ekt_body .content {
  padding-top: 15px;
}

.ekt_body .content.w_1240 {
  padding-top: 35px;
  padding-bottom: 0px;
}

.ekt_body .left_menu {
  padding-top: 10px;
}

.left_menu_wrapper .content {
  margin: 0 0 0 auto;
}
.left_menu_wrapper .content.left_menu_status.active{
	width:100% !important;
	padding-left:10px;
}
.left_menu_wrapper .content.left_menu_status.active .w_1240{
	width:100% !important;
}
.left_menu_pl {}

.b_content {
  padding: 40px 0 120px;
  margin: 0 auto;
}

/*헤더 시작*/
.hd_con {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.hd_con .hd_con_txt {
  color: #fff;
  font-size: 22px;
  line-height: 70px;
  font-family: "NanumBarunGothicBold";
}

.hd_con .hd_con_txt>span {
  font-size: 30px;
  color: #f89201;
}

.hd_pop {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
}

.hd_pop .swiper-slide>a {
  display: block;
  color: #fff;
  font-family: 'NanumBarunGothicBold';
  font-size: 18px;
}

.hd_pop .swiper-slide>a img {
  width: 100%;
  height: 70px;
}

.hd_pop .swiper-slide>a span {
  color: #f89201;
  font-size: 26px;
  font-family: 'NanumBarunGothicBold';
}

.hd_pop_right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 150px;
}

.hd_pop_right .swiper-pagination {
  position: relative;
  color: #999;
  font-size: 18px;
  line-height: 70px;
  float: left;
  display: inline-block;
  bottom: 0px;
  width: 75px;
  padding: 0px 15px;
}

.hd_pop_right .swiper-button-next,
.hd_pop_right .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 70px;
  bottom: 0px;
  top: 0px;
  position: relative;
  margin: 0px;
  color: #fff;
  float: left;
  display: inline-block;
  padding: 0px 10px;
}

.hd_pop_right .swiper-button-next:after,
.hd_pop_right .swiper-button-prev:after {
  display: none;
}

.hd_menu_right>button.left_more_btn {
  transform: rotate(180deg);
  position: absolute;
  top: 25px;
  left: 207px;
}

.hd_menu_right>button.left_more_btn.on {
  transform: rotate(0deg);
  left: 3px;
}

.hd {
  border-bottom: 1px solid #999;
}

.hd.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid #999;
}

.hd.header-fixed+.layer {
  padding-top: 144px;
}

.hd_top .hd_pop_close {
  color: #Fff;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  background-image: url(../img/user/family_close_bg.png);
  width: 126px;
  height: 21px;
  position: absolute;
  top: -21px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 999;
  right: 0px;
}

.hd_top .hd_pop_close.active {
  transform: rotate(180deg);
  top: 0px;
}

.hd_top .hd_pop_close span {
  display: inline-block;
}

.hd_top .hd_pop_close.active span {
  transform: rotate(180deg);
  position: relative;
  left: 9px;
}

.hd_top .hd_pop_close.active img {
  position: absolute;
  left: 32px;
  top: 7px;
  transform: rotate(180deg);
}

.hd_top .hd_pop_close img {
  margin-left: 5px;
}

.hd_pop_right .swiper-pagination .swiper-pagination-current {
  color: #fff;
}

.hd_pop_right .checkbox span {
  border: 1px solid #fff;
  background-color: transparent
}

.hd_pop_right .checkbox input:checked~span {
  border-color: #fff;
}

.hd_pop_right .checkbox span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hd_pop_right .checkbox {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.hd_top {
  background-color: #eeeeee;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.hd_top .hd_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd_top_left>a {
  font-size: 15px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.hd_top_left>a:first-child {
  margin-right: 25px;
}

.hd_top_left>a img {
  margin-right: 5px;
  width: 14px;
}

.hd_top_left .bootstrap-select div.dropdown-menu {
  top: 41px !important
}

.hd_top_left .bootstrap-select {
  margin-left: 20px;
}

.hd_top_left .bootstrap-select .selectpicker+.dropdown-toggle::after {
  background-image: url(../img/step_head/hd_select_icon.png);
  width: 13px;
  height: 8px;
  right: 19px;
  top: 21px;
}

.hd_top_left .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.hd_top_left .bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #333;
}

.hd_top_left .bootstrap-select .selectpicker+.dropdown-toggle {
  background-color: transparent;
  border: 0px;
  font-size: 15px;
}

.hd_top_right {
  font-size: 0;
  display: table
}

.hd_top_right>li {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  border-right: 1px solid #d2d2d2;
  padding: 0 10px;
}

.hd_top_right>li>button {
  font-size: 14px;
  color: #666666;
}

.hd_top_right>li>button>img {
  margin-left: 4px;
}

.hd_top_right>.name_li {
  cursor: pointer
}

.hd_top_right>.name_li img {
  margin-right: 8px;
  top: -2px;
  position: relative;
  width: 16px;
}

.hd_top_right>.name_li span {
  font-size: 16px;
  font-family: 'NanumBarunGothicBold';
  color: #333;
}

.hd_top_right>li#wz-edit {
  padding-right: 5px;
  border-right: 0px;
}

.hd_top_right>li.font_btn_li {
  padding: 8px 10px 8px 5px;
  font-size: 0px;
}

.hd_top_right>.login_li>span {
  color: #317abe;
  font-size: 14px;
  display: inline-block;
  font-family: 'NanumBarunGothicBold';
}

.hd_top_right>.login_li .extension_btn {
  display: inline-block;
  color: #333;
  padding-bottom: 1px;
  border-bottom: 2px solid #aaa;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  color: #333;
  margin-left: 8px;
  margin-right: 12px;
}

.hd_top_right>.login_li .logout_btn {
  color: #fff;
  background-color: #317abe;
  padding: 4px 12px;
  border-radius: 3px;
}

.hd_top_right>li a {
  color: #666;
}

.hd_top_right>li.mypage_li {
  color: #317abe;
}

.hd_top_right>.select_li {
  position: relative;
  cursor: pointer;
}

.hd_top_right>.select_user_li span {
  color: #317abe;
  font-family: 'NanumBarunGothicBold';
  width: 100%;
  display: block;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.hd_top_right>.select_user_li span img {
  position: absolute;
  right: 5px;
  top: 4px;

}


.hd_top_right>.select_user_li .select_box span img {
  margin-left: 10px;
}

.hd_top_right>.select_lan_li .select_box span img {
  filter: brightness(0);
  margin-left: 25px;
}

.hd_top_right>.select_li .depth_select {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  top: 40px;
  background-color: #eee;
  width: calc(100% - 2px);
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  display: none;
  background-color: #eee;
  z-index: 9
}

.hd_top_right>.select_li .depth_select li {
  padding: 8px 20px;
  border-bottom: 1px solid #d2d2d2;
}

.main_hd {
  background-color: #fff;
  position: relative;
  height: 80px;
  background-image: linear-gradient(to right, #fff 50%, #317abe 50%);
}

.main_hd .hd_con {
  padding-left: 180px;
  position: relative;
  height: 100%;
  background-position: top left;
  background-size: cover;
  box-sizing: border-box;
}

.main_hd .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
}

.main_hd .logo img {
  width: 100%;
}

.main_hd_menu {
  height: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.hd_main_menu {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.hd_main_slide {
  width: 100%;
}

/* .hd_main_menu ul{
  overflow: hidden;
  max-width: 500px;
  white-space: nowrap;
} */
.hd_main_menu>button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hd_main_menu>button.left_arrow {
  left: 0;
}

.hd_main_menu>button.right_arrow {
  right: 0;
}

.hd_main_slide>ul>li {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 100%;
  min-width: 135px;
  width: auto;
}

.hd_main_slide>ul>li>a {
  padding: 0 15px;
  display: block;
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
  color: #000;
}

.hd_main_slide>ul>li>a:hover,
.hd_main_slide>ul>li.active>a {
  color: #317abe;
}

.sub_hd_menu {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 999;
  width: 200px;
  border-radius: 15px;
  border: 2px solid #317abe;
  padding: 15px 0px;
  background-color: #fff;
  left: -50px;
}

.sub_hd_menu.on {
  display: block;
}

.sub_hd_menu>li>a:hover,
.sub_hd_menu>li.active a {
  color: #317abe;
}

.sub_hd_menu>li>a {
  display: block;
  padding: 0 15px;
  font-family: "NanumBarunGothicBold";
  font-size: 20px;
  color: #000;
  line-height: 45px;
}

.hd_menu_left {
  vertical-align: middle;
  background-image: url('../img/user/hd_left_bg.png'), linear-gradient(to right, #fff 50%, #317abe 50%);
  background-position: top right;
  display: table-cell;
  height: 100%;
  text-align: right;
  position: relative;
  padding-right: 55px;
  background-size: 1219px 101px;
}

.hd_menu_left .right_more_btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.hd_main_slide ul {
  justify-content: end;
  align-items: center;
}

.no_ct_hd .hd_menu_left {
  background-image: url('../img/user/hd_left_bg.png'), linear-gradient(to right, #fff 50%, #317abe 50%);
  background-size: 100% 103px;
  background-position: right;
  background-repeat: no-repeat;
}

.hd_main_slide>ul>li.on {
  padding: 20px 0
}

.no_ct_hd .hd_menu_right {
  background-image: none;
  background-color: #317abe;
  overflow: hidden;
  width: 127px;
  padding-left: 0;
  text-align: right;
}

.no_ct_hd .hd_content_menu {
  opacity: 0;
  display: none;
}

.hd_menu_right {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  position: relative;
  width: 332px;
  text-align: right;
  padding-left: 202px;
}

.hd_menu_right.no_login {
  width: 457px;
}

.no_ct_hd .hd_menu_right.no_login {
  width: 256px;
}

.hd_menu_right>button {
  z-index: 9;
  position: relative;
}

.hd_content_menu {
  opacity: 1;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.hd_content_menu>button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
}

.hd_content_menu>button.left_arrow {
  left: 0;
}

.hd_content_menu>button.right_arrow {
  right: 0;
}

.hd_ct_slide {
  overflow: hidden;
  max-width: 190px;
}

.hd_content_menu li {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 92px;
}

.hd_content_menu li.swiper-slide-active::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
}

.hd_content_menu li:last-child::after {
  display: none;
}

.hd_content_menu li a {
  padding: 0 15px;
  display: block;
}

.hd_content_menu li p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.main_hd .hd_right_txt {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  z-index: 2;
}

.hd_login {
  display: none;
}

.hd_login.no_login {
  vertical-align: middle;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 15px 25px 13px 18px;
  font-size: 18px;
}

.hd_login.no_login img {
  position: relative;
  top: -2px;
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.page_hd {
  background-color: #2a558a;
  height: 70px;
}

.page_hd .hd_con {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_hd .page_menu {
  font-size: 0;
}

.page_hd .page_menu li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
}

.page_hd .page_menu li:last-child {
  padding-right: 0;
}

.page_hd .page_menu li::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/user/page_arrow.png');
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.page_hd .page_menu li:last-child::after {
  display: none;
}

.page_hd .page_menu li a {
  color: #fff;
  font-size: 14px;
}

.page_hd .hd_con>span {
  font-family: 'NanumBarunGothicBold';
  font-size: 22px;
  color: #fff;
}

/*헤더 끝*/
/*푸터 시작*/
#footer {
  background-color: #363c4b;
  padding: 40px 0 30px;
  position: relative;
}

#footer.active {
  padding: 0px;
}

#footer.active .ft_con {
  display: none;
}

.ft_con {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: table;
  position: relative;
}

.ft_con>div {
  display: table-cell;
}

.ft_con .ft_left {
  width: 70%;
}

.ft_con .ft_right {
  width: 30%;
}

.ft_left_top {
  position: relative;
  padding-left: 140px;
  margin-bottom: 40px;
}

.ft_left_top .ft_logo {
  position: absolute;
  left: 0;
  top: -10px;
}

.ft_left_top .ft_menu {
  font-size: 0;
}

.ft_left_top .ft_menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 15px;
}

.ft_left_top .ft_menu li::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  font-family: "NanumBarunGothicLight";
  font-size: 16px;
  color: #b5b5b5;
}

.ft_left_top .ft_menu li a {
  font-size: 16px;
  color: #b5b5b5;
  font-family: "NanumBarunGothicLight";
}

.ft_left_top .ft_menu li:last-child::after {
  display: none;
}

.ft_left_top .ft_menu li.on a {
  font-family: 'NanumBarunGothicBold';
  color: #fff;
}

.ft_info_txt {
  color: #b5b5b5;
  font-size: 15px;
  font-family: "NanumBarunGothicLight";
}

.ft_info_txt p {
  margin-bottom: 10px;
}

.ft_info_txt p:last-child {
  margin-bottom: 0;
}

.ft_info_txt p b {
  font-family: 'NanumBarunGothicBold';
  color: #fff;
}

.ft_right {
  text-align: right;
}

.ft_right_top {
  margin-bottom: 25px;
}

.ft_right_top .bootstrap-select div.dropdown-menu li.active {
  display: inline-block;
}

.ft_right_top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 200px;
  text-align: left;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  font-size: 15px;
  color: #b5b5b5;
  padding: 0 25px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../img/user/ft_select_arrow.png');
  background-position: 90% 17px;
}

.ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle {
  width: 200px;
  text-align: left;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  font-size: 15px;
  color: #b5b5b5;
  padding: 0 25px;
  height: 40px;
  background-color: transparent;
}

.ft_right_top .bootstrap-select:first-child {
  margin-right: 8px;
}

.ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle::after {
  background-image: url('../img/user/ft_select_arrow.png');
  width: 16px;
  height: 6px;
  right: 15px;
}

.ft_right_top .bootstrap-select div.dropdown-menu li>a:hover {
  color: #fff;
  background: none;
}

.ft_right_top .bootstrap-select div.dropdown-menu li>a:hover .text {
  text-decoration: underline;
}

.ft_right_top .bootstrap-select div.dropdown-menu li.selected a {
  background-color: #363c4b;
  color: #999;
}

.ft_right_top .bootstrap-select div.dropdown-menu li.selected>a:hover {

  color: #fff;
}

.ft_right_top .bootstrap-select div.dropdown-menu li>a {
  padding-left: 25px;
  position: relative;
}

.ft_right_top .bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color: #999;
  border: none;
}

.ft_right_top .bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-track {
  background-color: #363c4b;
  border: 0;
  box-shadow: none;
}

.ft_right_top .bootstrap-select div.dropdown-menu ul.inner li>a::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ft_right_top .bootstrap-select div.dropdown-menu {
  bottom: 40px !important;
  top: auto !important;
  height: 235px;
}

.ft_right_top .bootstrap-select div.dropdown-menu>div.inner {
  border-color: #333;
  height: 100%;
  background: #363c4b;
}

.ft_right_bottom .ft_hp {
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  font-size: 18px;
}

.ft_right_bottom .ft_hp span {
  font-size: 40px;
  color: #f89201;
  font-family: 'NanumBarunGothicBold';
  margin-left: 10px;
}

.ft_right_bottom .ft_time {
  font-size: 15px;
  color: #999999;
  font-family: 'NanumBarunGothicBold';
  margin: 15px 0 20px;
  line-height: 20px;
}

.ft_sns a {
  display: inline-block;
  margin-left: 10px;
}

.ft_sns span {
  color: #fff;
  color: #b5b5b5;
}

#family_site {
  position: relative;
  border-top: 1px solid #cccccc;
}

#family_site .fs_con {
  width: 1600px;
  margin: 0 auto;
  padding-left: 270px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

#family_site .family_controller {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#family_site .family_controller span {
  font-family: 'NanumBarunGothicBold';
  font-size: 22px;
}

#family_site .family_controller_btns {
  width: 68px;
  height: 24px;
  background-image: url('../img/user/slide_controller.png');
  background-position: top left;
  font-size: 0;
  background-size: contain;
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}

#family_site .family_controller_btns button {
  width: 22.4px;
  height: 24px;
}

#family_site .family_slide {
  overflow: hidden;
}

#family_site .family_slide li {
  position: relative;
  min-height: 100px
}

#family_site .family_slide li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ft_close_box {
  position: absolute;
  text-align: right;
  right: 110px;
  top: -21px;
}

.ft_close_box .ft_close {
  color: #Fff;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  background-image: url('../img/user/family_close_bg.png');
  width: 126px;
  height: 21px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 3;
}

.ft_close_box .ft_close img {
  transform: rotate(180deg);
}

.ft_close_box .family_close img {
  margin-left: 5px;
}

/*푸터 끝*/
/* 왼쪽 메뉴 시작 */
.left_menu_wrapper .responsive-container {
  display: table-cell;
  vertical-align: top;
}

.left_menu_wrapper .left_menu{
	position: relative;
	left:auto;
	top:auto;
	padding:40px 0px 0px 0px;
	height:auto;
	bottom:auto;
}
.left_menu_wrapper .left_menu .mark_btn{
	margin-bottom:6px;
	text-align: right;
}
.left_menu_wrapper .left_menu .mark_btn .arror_btn{
	width:36px;
	height:36px;
	border:0px;
	background-color: transparent;
	display:inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/arrow_img_off.png');
}
.left_menu_wrapper .left_menu .mark_btn .arror_btn.active{
	background-image: url('../img/arrow_img_on.png');
}
.left_menu {
  display: table-cell;
  vertical-align: top;
  padding-top: 40px;
  width: 309px;
}

.left_menu_wrapper .left_menu>ul {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  width: 309px;
}

.left_menu_wrapper .left_menu>ul>li {
  margin-bottom: 5px;
  background-color: transparent;
  position: relative;
  min-width: 265px;
}

.left_menu>ul>li:last-child {
  margin-bottom: 0;
}

.left_menu>ul>li .menu_btn {
  padding: 0px 27px;
  border: 0px;
  border-radius: 5px;
  color: #363c4b;
  font-size: 18px;
  border-radius: 5px;
  background-color: #e6e7eb;
  display: block;
  height: 50px;
  display: block;
  width: 100%;
  text-align: left;
  line-height:50px;
}

.left_menu>ul>li.no_sub .menu_btn:after {
  display: none;
}

.left_menu>ul>li .menu_btn:after {
  background-image: url('../img/user/common/left_arrow_off.png');
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.left_menu>ul>li .menu_btn.active:after {
  background-image: url('../img/user/common/left_arrow_on.png');
}

.left_menu>ul>li.active .menu_btn {
  color: #fff;
  background-color: #317abe;
}

.left_menu>ul>li .sub_in_nav {
  width: 100%;
  font-size: 0px;
  display: none;
}

.left_menu>ul>li .sub_in_nav>li {
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
  position: relative;
}

.left_menu>ul>li .sub_in_nav>li.depths_ul_3_use>a {
  border-bottom: 1px solid #cccccc;
}

.left_menu>ul>li .sub_in_nav>li>a {
  display: block;
  color: #666;
  padding: 12px 45px 12px 25px;
  font-size: 14px;
  position: relative;
}

.left_menu>ul>li .sub_in_nav>li:last-child {
  border-bottom: 0px;
}

.left_menu>ul>li .sub_in_nav li.active a {
  color: #317abe;
}

.left_menu>ul>li .depths_ul_3 {
  padding: 7px 5px 10px 45px;
}

.left_menu>ul>li .depths_ul_3>li {
  display: block;
}

.left_menu>ul>li .depths_ul_3>li>a,
.left_menu>ul>li .depths_ul_3>li>button {
  color: #666;
  font-size: 14px;
  display: block;
  line-height: 30px;
}

.left_menu>ul>li .depths_ul_3>li.depths_ul_4_on>a,
.left_menu>ul>li .depths_ul_3>li.depths_ul_4_on>button {
  color: #0066cc;
}

.left_menu>ul>li .depths_ul_4 {
  padding: 0px 5px 0px 15px;
}

.left_menu>ul>li .depths_ul_4>li {
  display: block;
}

.left_menu>ul>li .depths_ul_4>li>a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 27px;
}

.left_menu>ul>li .depths_ul_4>li>a.active {
  color: #000;
}

/* 왼쪽  메뉴 끝 */
/*위키 메인*/
.step_top_title {
  font-size: 30px;
  color: #2766a1;
  text-align: left;
  font-family: 'NanumBarunGothicBold';
  border-bottom: 1px solid #317abe;
  padding-bottom: 15px;
  display: none;
}

.latest_box {
  margin-bottom: 50px;
}

.latest_box:last-child {
  margin-bottom: 0px;
}

.latest_title {
  font-size: 22px;
  position: relative;
  font-weight: normal;
  font-family: 'NanumBarunGothicBold';
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.latest_title .latest_more {
  position: absolute;
  line-height: 37px;
  display: block;
  right: 0px;
  top: -6px;
  font-size: 16px;
  font-family: 'NanumBarunGothicBold';
}


.latest_ul {
  font-size: 0px;
  text-align: left;
}

.latest_ul>li {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  text-align: left;
  margin-right: 12px;
  width: 405px;
  vertical-align: top;
}

.latest_ul>li:nth-child(3n) {
  margin-right: 0px;
}

.latest_ul>li>a {
  display: block;
  padding: 14px;
}

.latest_ul>li>a .latest_img {
  width: 374px;
  height: 160px;
  margin-bottom: 25px;
}

.latest_txt .latest_sub_tit {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}

.latest_txt .latest_tit {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest_txt .latest_con {
  font-size: 14px;
  color: #666666;
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest_txt .latest_info {
  border-top: 1px solid #cccccc;
  padding-top: 5px;
  min-height: 20px;
}

.latest_txt .latest_info .latest_nm {
  color: #666666;
  font-size: 14px;
}

.latest_txt .latest_info .latest_date {
  float: right;
  color: #666666;
  font-size: 14px;
}

.latest_txt .latest_board_info {
  padding-top: 10px;
}

.latest_txt .latest_board_info>div {
  vertical-align: top;
  width: 122px;
  line-height: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-right: 4px;
  display: inline-block;
}

.latest_txt .latest_board_info>div>span {
  font-size: 13px;
  color: #000;
  position: relative;
  display: block;
  padding-left: 55px;
  font-family: 'NanumBarunGothicBold';
}

.latest_txt .latest_board_info>div>span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 30px;
  height: 29px;
  background-repeat: no-repeat;
}

.latest_txt .latest_board_info>div:last-child {
  margin-right: 0px;
}

.latest_txt .latest_board_info>div.latest_b_info_reply span::after {
  background-image: url('../img/user/common/icon_reply.png')
}

.latest_txt .latest_board_info>div.latest_b_info_good span::after {
  background-image: url('../img/user/common/icon_good.png')
}

.latest_txt .latest_board_info>div.latest_b_info_hit span::after {
  background-image: url('../img/user/common/icon_hit.png')
}

/* 오른쪽 메뉴 시작 */
.right_fix {}

#quick {
  position: fixed;
  right: 10px;
  top: 290px;
  z-index: 9;
}

.potlet_main_layer #quick {
  top: 149px;
}


#quick.no_quick .quick_menu>ul {
  display: none;
}

#quick.no_quick .quick_menu .quick_btn span {
  display: inline-block;
  font-size: 13px;
  color: #317abe;
  margin-left: 5px;
}

#quick.no_quick .quick_sub_list {
  display: none;
}

#quick.no_quick .quick_menu {
  width: 30px;
  height: 120px;
  padding: 0px;
}

#quick.no_quick .quick_menu .quick_btn {
  top: 41px;
  right: -41px;
  width: 111px;
  transform: rotate(90deg);
}

#quick.no_quick .quick_menu .quick_btn img {
  transform: rotate(270deg);
}


.quick_menu_wrap {}

.quick_menu {
  position: relative;
  width: 135px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 10px 0px;
  background-color: #fff;
}

.quick_menu .quick_btn {
  position: absolute;
  top: 10px;
  padding: 7px;
  right: 10px;
  z-index: 10;
  outline: none;
}

.quick_menu .quick_btn span {
  display: none;
}

.quick_menu .quick_btn img {
  transform: rotate(-180deg);
}

.quick_menu>ul {
  font-size: 0px;
}

.quick_menu>ul>li {
  position: relative;
  ;
}

.quick_menu ul li:hover {
  background-color: #f5f5f5;
}

.quick_sub_list {
  margin-top: 5px;
  border: 1px solid #d2d2d2;
  width: 135px;
  border-radius: 10px;
  background-color: #fff;
}

.quick_sub_list>span {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding: 0px 10px;
  font-size: 15px;
  line-height: 31px;
}

.quick_sub_list>ul {
  font-size: 0px;
  padding: 8px 0px;
}

.quick_sub_list>ul>li {
  display: block;
  padding: 0px 7px;
}

.quick_sub_list>ul>li>a {
  line-height: 30px;
  display: flex;
}

.quick_sub_list>ul>li>a>img {
  object-fit: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 2px solid #317abe;
  margin-right: 4px;
}

.quick_sub_list>ul>li>a>span {
  font-size: 13px;
  display: inline-block;
  margin-left: 4px;
  color: #333;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.quick_sub_list>ul>li>a:hover span {
  color: #333;
}

.quick_sub_list>ul>li:hover {
  background-color: #f5f5f5;
}

.quick_menu ul li.active {
  background-color: #f5f5f5;
}

.quick_menu ul li>a {
  line-height: 30px;
  position: relative;
  display: block;

  width: 100%;
  padding: 0px 5px;

}

.quick_menu ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.quick_menu ul li p {
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  display: inline-block;
}

.quick_menu ul li p br {
  display: none;
}

.top_btn {
  position: fixed;
  right: 13px;
  bottom: 10px;
  z-index: 9;
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background-color: #f89201;
  color: #fff;
  margin: 10px auto 0;
}

.top_btn p {
  font-size: 18px;
  font-family: 'NanumBarunGothicBold';
  margin-top: 5px;
}

.top_btn .top_btn_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* 오른쪽 메뉴 끝 */
/*팝업 시작*/
.pop_layer {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.pop_content.pop_w_600 {
  max-width: 600px;
}

.pop_content.pop_w_800 {
  max-width: 800px;
}

.pop_content .bootstrap-select div.dropdown-menu {
  top: 33px !important
}

.pop_content {
  min-width: 400px;
  box-shadow: 1px 2px 3px #aaa;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #317abe;
  padding: 15px 10px 10px;
  background-color: #fff;
}

.pop_txt_content {
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  min-width: 400px;
  box-shadow: 1px 2px 3px #aaa;
  max-width: 700px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 0 50px;
  ;
}

.pop_txt_content>p {
  line-height: 30px;
  font-size: 20px;
}

.pop_txt_content>.pop_info_txt {
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  padding: 0 20px;
}

.pop_txt_content>.pop_hd {
  padding-top: 40px;
}

.pop_hd {
  position: relative;
  margin-bottom: 12px;
}

/* 230221 추가 */
.pop_hd .pop_btn {
  background-color: #6699cc;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  padding: 6px 10px 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* 230221 추가 끝 */
.pop_hd>span {
  font-family: 'NanumBarunGothicBold';
  font-size: 18px;
  padding: 0 10px;
}

.pop_hd>button {
  position: absolute;
  right: 10px;
  top: 0;
}

.pop_body {
  border: 1px solid #317abe;
  background-color: #d6dee9;
  border-radius: 15px;
  padding: 10px;
}

.pop_body.pop_body_type_2 {
  border: 0px;
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
}

.pop_txt {
  background-color: #fff;
  border-radius: 10px;
  overflow-y: scroll;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
}

.pop_table_type2 table {
  border-top: 2px solid #000;
  width: 100%;
}

.pop_table_type2 table th {
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 45px;
  vertical-align: middle;
  padding: 5px;
}

.pop_table_type2 table th.text_right {
  text-align: right;
  padding-right: 25px;
}

.pop_table_type2 table input[type=text] {
  height: 30px;
}

.pop_table_type2 table td {
  font-size: 16px;
  vertical-align: middle;
  color: #333;
  padding: 5px;
  border: 1px solid #bfbfbf;
}

.pop_table_type2 table td .pop_textarea {
  height: 80px;
}

.pop_table_type2 table td input[type="text"].hasDatepicker {
  background-position-x: 96%;
}

.pop_table_type2 table td .datepicker_box::after {
  height: 30px;
}

.pop_table_type2 .bootstrap-select .selectpicker+.dropdown-toggle {
  height: 30px;
}

.pop_table_type2 table td .bootstrap-select .selectpicker+.dropdown-toggle {
  line-height: 30px;
}

.text_center.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.radio_flex {
  display: flex;
}

.radio_flex>label {
  flex: 1;
  position: relative;
  padding-left: 28px;
}

.radio_flex>label input[type="radio"] {
  top: 1px;
}

.pop_up_con_type2 .pop_btn_bottom {
  font-size: 0px;
  margin-top: 20px;
  text-align: center;
}

.pop_up_con_type2 .pop_btn_bottom button {
  border-radius: 10px;
  min-width: 87px;
  height: 35px;
  font-size: 16px;
}

.black_btn {
  background-color: #000 !important;
  color: #fff !important;
}

.gray_btn {
  background-color: #999 !important;
  color: #fff !important;
}

.red_btn {
  background-color: #cc0000 !important;
  color: #fff !important;
}

.blue_btn {
  background-color: #3a71b5 !important;
  color: #fff !important;
}

.video_icon_btn {
  background-color: #7d7d7d;
  border: 0px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.pop_inner {
  background-color: #fff;
  border-radius: 10px;
}

.pop_content.pop_up_con_type2 {
  padding: 38px;
  position: relative;
}

.pop_content.pop_up_con_type2 .pop_hd {
  margin-bottom: 25px;
}

.pop_content.pop_up_con_type2 .pop_hd>span {
  padding-left: 0px;
  font-size: 22px;
  font-family: 'NanumBarunGothicBold';
}

.pop_content.pop_up_con_type2 .hd_close_pop {
  position: absolute;
  right: 15px;
  top: 15px;
}

.pop_sch_box {
  align-items: center;
  display: flex;
  padding: 10px;
}

.pop_sch_box>span {
  min-width: 70px;
  display: inline-block;
  font-size: 18px;
  color: #333;
}

.pop_sch_box button {
  min-width: 50px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background-color: #317abe;
  border-radius: 5px;
}

.pop_table {
  border-top: 1px solid #000;
}

.pop_table th {
  font-size: 16px;
  padding: 10px 15px;
  width: 156px;
  vertical-align: middle;
  background-color: #ecf3fb;
  border: 1px solid #ccc;
  border-bottom: 1px solid #000;
  border-top: 0;
}

.pop_table td {
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
}

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

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

.pop_table_wrap {
  padding-right: 5px;
  height: 235px;
  overflow-y: scroll;
}

.pop_form {
  padding: 15px 10px;
  ;
}

.pop_form_table {
  width: 100%;
}

.pop_form_table td {
  padding: 3px;
}

/*팝업 끝*/
/*내용 공통 시작*/
.content .page_tit {
  font-size: 36px;
  color: #2766a1;
  text-align: center;
  font-family: 'NanumBarunGothicBold';
  margin-bottom: 35px;
}

.sch_box {
  font-size: 0;
  width: 980px;
  margin: 0 auto;
}

.sch_box .bootstrap-select {
  width: 30%;
}

.sch_box .bootstrap-select .selectpicker+.dropdown-toggle {
  border-radius: 5px;
  border: 2px solid #317abe;
  width: 100%;
  height: 60px;
  display: inline-block;
  font-size: 18px;
  padding-right: 50px;
  line-height: 60px;
  color: #999;
}

.sch_box .bootstrap-select .selectpicker+.dropdown-toggle::after {
  background-image: url('../img/user/sch_select_arrow.png');
  right: 15px;
}

.sch_box .bootstrap-select div.dropdown-menu {
  top: 62px !important
}

.sch_box .sch_input_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 60px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #317abe;
  width: 69.5%;
  margin-left: 0.5%;
  height: 60px;
  box-sizing: border-box;
}

.sch_box .sch_input_box input {
  border: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-size: 18px;
}

.sch_box .sch_input_box input::placeholder {
  color: #999;
}

.sch_box .sch_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #317abe;
  text-align: center;
  width: 60px;
  height: 100%;
  border-radius: 0;
}

/*내용 공통 끝*/
/* step01 시작 */
.board_list {
  margin-top: 15px;
  position: relative;
}

.board_list .board_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 15px;
}

.board_list .board_top .count {
  color: #666666;
  font-size: 20px;
}

.board_list .board_top .count b {
  font-size: 24px;
  color: #000;
  font-family: 'NanumBarunGothicBold';
  margin-left: 15px;
}

.board_list .board_top .board_list_btn {
  background-color: #999999;
  min-width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}

.board_list .board_top .board_list_btn img {
  width: 100%;
}

.board_list>table {
  width: 100%;
  font-size: 16px;
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333333;
}

.board_list>table th {
  background-color: #ecf3fb;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.board_list>table td {
  vertical-align: middle;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}

.board_list>table td a {
  color: #333;
}

.board_list>table td a.link_board {
  border-bottom: 1px solid #999999;
}

.board_list>table td.text_left {
  text-align: left;
}

.board_list>table td.click_td {
  cursor: pointer;
}

.board_list>table td.click_td:hover {
  text-decoration: underline;
}

.board_list>table td .pop_a {
  color: #317abe;
  border-bottom: 1px solid #317abe;
}

.board_list .board_list_table02 th {
  background-color: #fff;
}

.board_list .board_list_table03 th {
  font-size: 16px;
}

.board_list .board_list_table03 td {
  font-size: 14px;
}

.board_list .board_list_table03 tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.pg_wrap {
  font-size: 0;
  text-align: center;
  margin-top: 35px;
  min-height: 40px;
}

.pg_wrap button,
.pg_wrap span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  font-size: 18px;
  color: #7d7d7d;
  font-family: 'NanumBarunGothicBold';
  margin-right: 5px;
  line-height: 40px;
  cursor: pointer;
}

.pg_wrap button.last_btn {
  margin-right: 0;
}

.pg_wrap button {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  position: relative;
}

.pg_wrap button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pg_wrap span.active {
  background-color: #317abe;
  color: #fff;
}

/* step01 끝 */
/* step02 시작 */
.board_view {
  margin-top: 20px;
  border-top: 2px solid #000;
}

.board_view .board_tit {
  font-size: 24px;
  color: #000;
  width: 100%;
  font-family: 'NanumBarunGothicBold';
  padding: 22px 0;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}

.board_view.pbt_board_view .board_tit {
  background-color: #f0f1f6;
}

.board_view.pbt_board_view .board_file_box {
  background-color: #f0f1f6;
}

.board_view.pbt_board_view .board_list_btns li {
  background-color: #f0f1f6;
}

.board_info {
  padding: 20px 0;
}

.board_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.board_info ul li span:first-child {
  font-family: 'NanumBarunGothicBold';
  font-size: 16px;
  margin-right: 10px;
}

.board_info ul li span:last-child {
  font-size: 18px;
  background-color: #f2f2f2;
  min-width: 140px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.board_info ul li span i {
  font-style: normal;
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-left: 10px;
}

.board_section {
  margin-bottom: 45px;
}

.board_section>p {
  font-family: 'NanumBarunGothicBold';
  font-size: 16px;
  margin-bottom: 10px;
}

.board_content {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
}

/*추후 삭제 필요 - 에디터 사용 시 불필요{*/
.board_content .text01 {
  text-align: center;
  font-size: 18px;
  color: #cc0000;
  margin-bottom: 40px;
}

.board_content .text02 {
  font-size: 18px;
  line-height: 30px;
}

/* } */
.file_plus {
  background-color: #eee;
  text-align: center;
  height: 240px;
  line-height: 240px;
}

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

/* step02 끝 */
/*step01_3*/
.step_wrap {
  text-align: center;
}

.step_wrap ul {
  font-size: 0;
}

.step_wrap ul li {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  margin: 30px 0;
}

.step_wrap ul li:first-child {
  padding-left: 0;
}

.step_wrap ul li:last-child {
  padding-right: 0;
}

.step_wrap ul li::after {
  position: absolute;
  content: '';
  width: 100%;
  background-color: #ccc;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.step_wrap ul li.check::after {
  background-color: #666666;
  /* background-image:  linear-gradient(to right, #666 , #317abe); */
}

.step_wrap ul li.active::after {
  background-image: linear-gradient(to right, #666, #317abe 50%, #ccc 50%);
}

.step_wrap ul li.active.level04::after {
  background-image: linear-gradient(to right, #666, #317abe);
}

.step_wrap ul li.active.level01::after {
  background-image: none;
}

.step_wrap .step_box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  line-height: 65px;
}

.step_wrap .step_box p:first-child {
  color: #999;
  font-size: 16px;
}

.step_wrap .step_box p:first-child b {
  font-size: 24px;
  font-family: 'NanumBarunGothicBold';
}

.step_wrap img {
  margin: 5px 0;
}

.step_wrap .step_box p:last-child {
  color: #999;
  font-size: 18px;
}

.step_wrap ul li:first-child .step_box {
  left: -51px;
  ;
}

.step_wrap ul li:last-child .step_box {
  right: -50px;
  left: auto;
}

.step_wrap ul li:last-child::after {
  width: 90%
}

.step_wrap ul li.check .step_box p {
  color: #666;
}

.step_wrap ul li.active .step_box p {
  color: #317abe;
}

/*step01_3 시작*/
.table_point {
  position: relative;
}

.table_point::before {
  position: absolute;
  left: -10px;
  content: '*';
  color: #ff6600;
}

.table {
  width: 100%;
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
}

.table th {
  font-size: 18px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  background-color: #f5f5f5;
  width: 156px;
  height: 60px;
  vertical-align: middle;
}

.table td {
  vertical-align: middle;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.table td .form_btn {
  min-width: 100px;
  background-color: #999;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

.table td .form_btn01 {
  min-width: 134px;
  background-color: #999;
  color: #fff;
  height: 40px;
  padding: 0 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}

.table td .form_btn02 {
  min-width: 130px;
  background-color: #3a71b5;
  color: #fff;
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
  height: 30px;
  padding: 0 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  font-size: 15px;
}

.table_txt_info {
  margin-top: 50px;
}

.table_txt_info {
  font-size: 18px;
  color: #333;
}

.table_txt_info>i {
  width: 1px;
  height: 20px;
  font-style: normal;
  vertical-align: middle;
  background-color: #333;
  margin: 0px 20px;
  display: inline-block;
}

.table td .form_btn.btn02 {
  background-color: #6699cc;
}

.table td .board_file_box {
  padding: 0px;
  background-color: #fff;
  border: 0px;
}

.table td .board_file_box a {
  margin-bottom: 0px;
}

.check_table td {
  padding: 15px 30px;
}

.check_table th {
  padding: 15px 30px;
}

.table01 {
  width: 100%;
  border-top: 1px solid #000;
}

.table01 th {
  font-size: 18px;
  padding: 0 15px;
  width: 156px;
  height: 60px;
  vertical-align: middle;
  background-color: #ecf3fb;
  border: 1px solid #ccc;
  border-bottom: 1px solid #000;
  border-top: 0;
}

.table01 td {
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
}

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

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

.table02 {
  background-color: #f5f5f5;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}

.table02 th {
  width: 170px;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 25px;
}

.table02 td {
  padding: 10px 20px;
}

.table03 {
  width: 100%;
}

.table03 td {
  border: 1px solid #bfbfbf;
  padding: 10px;
}

.table03 th {
  border: 1px solid #bfbfbf;
  width: 158px;
  text-align: center;
  background-color: #f5f5f5;
}

.table04 {
  border-top: 1px solid #000;
  width: 100%;
}

.table04 th {
  vertical-align: middle;
  min-height: 50px;
  border-bottom: 1px solid #000;
  background-color: #ecf3fb;
  font-size: 16px;
}

.table04 .main_table_th th {
  height: 50px;
}

.table04 th.inner_th {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
}

.table04 th:first-child {
  border-left: 0;
}

.table04 td:last-child {
  border-right: 0;
}

.table04 td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.table04 td.input_td {
  background-color: #f5f5f5;
}

.form_btns {
  text-align: center;
}

.table05 {
  word-break: keep-all;
}

.table05 th {
  padding: 10px 0px;
  line-height: 1.3;
  height: auto;
}

.table_16 td,
.table_16 th {
  font-size: 16px;
}

.url {
  font-size: 14px;
  color: #333;
}

.more_txt {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 270px;
  overflow-y: scroll;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.info_box {
  background-color: #e2e6ec;
  position: relative;
  padding: 20px 20px 20px 160px;
  min-height: 120px;
  border-radius: 10px;
}

.info_box>img {
  position: absolute;
  left: 40px;
  top: 13px;
}

.info_box .info_txt>span {
  font-size: 16px;
  color: #fff;
  padding: 8px 20px 5px;
  border-radius: 30px;
  background-color: #317abe;
  display: inline-block;
  margin-bottom: 10px;
}

.info_box .info_txt p {
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}

.info_box .info_txt p b {
  color: #ff6600;
}

.info_box .info_txt p.colon_p {
  position: relative;
  padding-left: 90px;
}

.info_box .info_txt p.colon_p span {
  position: absolute;
  left: 0;
  top: 0;
}

.tab_menu {
  display: flex;
}

.tab_menu.tab_line_menu {
  position: relative;
}

.tab_menu.tab_line_menu:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #317abe;
}

.tab_menu.tab_line_menu li {
  position: relative;
  z-index: 1;
}

.tab_menu li {
  cursor: pointer;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 1px solid #317abe;
  background-color: #f2f2f2;
  width: 20%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #666666;
  font-size: 18px;
}

.tab_menu li.active {
  border: 1px solid #317abe;
  border-bottom: 1px solid #fff;
  font-family: "NanumBarunGothicBold";
  background-color: #fff;
  color: #000;
}

.tab_menu.tab_line_menu li.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background-color: #fff;
  height: 4px;
  z-index: 1;
}

.tab_menu_4 li {
  width: 25%;
}

.tab_content_box {
  display: none;
}

#tab_content01 {
  display: block;
}

.no_list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  color: #333333;
  height: 130px;
  line-height: 130px;
}

.sub_tit {
  min-height: 34px;
  position: relative;
}

.sub_tit span {
  color: #2766a1;
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
}

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

.input_box {
  display: table background-color #f5f5f5;
  position: relative;
}

.input_box span {
  font-size: 16px;
}

/*step01_3 끝 */
.file_box {
  display: flex;
  position: relative;
}

.file_box>button {
  background-color: #999;
  border-radius: 5px;
  color: #fff;
}

.file_box .file_txt {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 40px;
}

.file_box span {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

.file_box .file_del {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.table_txt_box {
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.table_txt_box .top {
  border-bottom: 1px solid #000;
  padding: 12px 25px;
  font-family: "NanumBarunGothicBold";
  font-size: 16px;
  color: #333;
  background-color: #ecf3fb
}

.table_txt_box .top b {
  color: #ff6600;
}

.table_txt_box .top span {
  font-size: 14px;
  font-family: "NanumBarunGothic";
}

.table_txt_box .text {
  line-height: 24px;
  padding: 20px 30px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 240px;
}

.table_txt_box .table03 td {
  border-right: 0;
}

.table_txt_box .table03 th {
  border-left: 0;
}

.table_txt_box .table03 tr:last-child td {
  border-bottom: 0;
}

.table_txt_box .table03 tr:last-child th {
  border-bottom: 0;
}

/* 메인페이지 시작*/
.btn {
  font-size: 16px;
  border-radius: 10px;
}

.btn:hover {
  color: #fff;
  outline: none;
}

.bg_blue {
  background-color: #d6e3f1;
}

.bg_blue02 {
  background-color: #e6f1f1;
}

.bg_gray {
  background-color: #f5f5f5;
}

.info_bg {
  background-image: url('../img/user/info_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.main_sch_wrap {
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
}

.main_sch_wrap>p {
  text-align: center;
  font-size: 48px;
  color: #000;
  margin-bottom: 40px;
}

.main_sch_box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #317abe;
  height: 78px;
  padding-right: 102px;
}

.main_sch_box input {
  height: 100%;
  padding-left: 45px;
  font-size: 24px;
  border: 0;
}

.main_sch_box button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #317abe;
  height: 100%;
  width: 102px;
}

.quick_links {
  position: relative;
  margin-top: 40px;
  padding-left: 190px;
}

.quick_links>span {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a558a;
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
}

.quick_links>div {
  min-height: 32px;
}

.quick_links>div>a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  background-color: #bfd3e8;
  color: #317abe;

  margin: 5px 12px 5px 0px;
}

.quick_links>div>a:last-child {
  margin-right: 0;
}

.main_slide01 {
  margin-top: 45px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.main_slide01 .thumb_slide_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}

.main_slide01 .thumb_slide_wrap .slide_btns_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 33%);
  height: 68px;
}

.main_slide01 .thumb_slide_wrap .slide_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 25%);
  border-radius: 50px;
  padding: 10px 20px 8px;
}

.main_slide01 .thumb_slide_wrap .main_slide_stop {
  background-color: rgba(255, 255, 255, 25%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

.main_slide01 .thumb_slide_wrap .slide_btns .pager {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  /*   font-weight: */
}

.main_slide01 .thumb_slide_wrap .main_slide_stop.start img {
  position: relative;
  left: 1px
}

.main_slide01 .thumb_slide_wrap .slide_btns .pager .swiper-pagination-current {
  font-family: "NanumBarunGothicBold";
}

.main_slide01 .thumb_slide_wrap .slide_btns .bar {
  color: #fff;
  font-family: "NanumBarunGothicLight";
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
}

.main_slide01 .thumb_slide_wrap .slide_btns button {
  width: 11px;
}

.main_slide01 .thumb_slide_wrap .slide_btns button img {
  width: 100%;
}

.main_slide01 .thumb_slide {
  width: 380px;
  padding-right: 20px;
  overflow: hidden;
  height: calc(100% - 68px);
}

.main_slide01 .thumb_slide ul li span {
  font-size: 16px;
  color: #cccccc;
  width: 100%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 22px
}

.main_slide01 .thumb_slide ul li.swiper-slide-thumb-active {
  background-color: #000;
}

.main_slide01 .thumb_slide ul li.swiper-slide-thumb-active::after {
  z-index: 3;
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
}

.main_slide01 .thumb_slide ul li.swiper-slide-thumb-active span {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-family: "NanumBarunGothicBold";
}

.main_slide01 .thumb_slide ul li {
  background-color: rgba(0, 0, 0, 33%);
  cursor: pointer;
  padding: 20px 25px;
  position: relative;
  border-bottom: 1px solid #000;
}

.main_slide01 .slide ul li {
  height: 344px;
}

.main_slide01 .slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.main_board01 {
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.main_board01>div {
  width: 49%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.main_board01>div.main_board_right {
  margin-left: 2%;
}

.main_board01 .board_tit {
  margin-bottom: 18px;
  font-family: "NanumBarunGothicBold";
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.board_slide_btn {
  font-size: 0;
}

.board_slide_btn button {
  margin-right: 5px;
}

.board_slide_btn button:last-child {
  margin-right: 0
}

.stop_btn_slide img {
  width: 36px;
  height: 35px;
}

.board_list_slide_wrap {
  height: 224px;
  display: flex;
}

.board_list_thumb {
  margin-right: 10px;
  overflow: hidden;
  height: 100%;
  flex: 5.5;
}

.board_list_slide {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  flex: 4.5;
}

.board_list_thumb ul li {
  position: relative;
  cursor: pointer;
  height: auto !important;
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 12px 30px 12px 60px;
  ;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.board_list_thumb ul li span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.board_list_thumb ul li.swiper-slide-thumb-active {
  background-color: #317abe;
  color: #fff;
}

.board_list_thumb ul li.swiper-slide-thumb-active::after {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/user/ct_menu_arrow_right.png');
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.board_list_thumb ul li:last-child {
  margin-bottom: 0;
}

.board_list_slide ul {
  height: 100%;
}

.board_list_slide ul li {
  background-image: url('../img/user/class_thumb.png');
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-bottom: 46px;
}

.board_list_slide .class_thumb {
  width: 100%;
}

.board_list_slide .class_btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  padding: 5px;
  font-size: 0;
}

.board_list_slide .class_btns button {
  margin-right: 1%;
  color: #fff;
  width: 32.66%;
  height: 36px;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.board_list_slide .class_btns button img {
  margin-right: 3px;
}

.board_list_slide .class_btns button.good_btn img {
  width: 12px;
}

.board_list_slide .class_btns button:first-child {
  background-color: #5e5e5e;
}

.board_list_slide .class_btns button:nth-child(2) {
  background-color: #363c4b;
}

.board_list_slide .class_btns button:last-child {
  background-color: #317abe;
  margin-right: 0;
}

.board_gallery_slide {
  overflow: hidden;
}

.board_gallery_slide img {
  width: 100%;
  height: 224px;
}

.board_title_li img {
  height: 190px;
}

.board_title_li .event_tit {
  font-weight: bold;
  display: block;
  margin-top: 15px;
  word-break: keep-all;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.rc_list>li .img img {
  height: 100%;
}

.section_content {
  padding: 60px 0;
}

.section_tit {
  margin-bottom: 25px;
  position: relative;
}

.section_tit>span {
  font-size: 30px;
  font-family: "NanumBarunGothicBold";
}

.section_tit .btn_right>.more_btn {
  margin-top: 10px;
}

.section_tit .btn_right>.more_btn img {
  width: 100%;
  display: none;
}

.section_tit .btn_right .all_class_txt {
  font-size: 16px;
  display: inline-block;

}

.section_tit .btn_right span.swiper-pagination-current {
  font-family: "NanumBarunGothicBold";
  margin-right: 0;
}

.section_tit .pager {
  margin: 0 10px;
}

.recommend_slide {
  overflow: hidden;
}

.rc_list {
  font-size: 0;
}

.section_tit button {
  vertical-align: middle;
}

.rc_list>li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.25%;
  position: relative;
}

.rc_list>li:last-child {
  margin-right: 0;
}

.rc_list>li .good_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 40px;
  height: 40px;
  z-index: 3;
  text-align: center;
}

.rc_list li .img_box {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.rc_list>li .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60%;
}

.rc_list>li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 105%;
  transform: translate(-50%, -50%);
}

.rc_list>li .hover_box {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.rc_list>li .hover_box a {
  left: 50%;
  top: 50%;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 8px 14px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.rc_list li .img_box:hover .hover_box {
  opacity: 1;
  transition: 0.5s;
}

.rc_list>li .rc_txt_box {
  margin-top: 20px;
}

.rc_list>li .rc_txt_box p {
  line-height: 30px;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "NanumBarunGothicBold";
  font-size: 22px;
}

.rc_list>li .rc_txt_box ul {
  margin-top: 20px;
}

.rc_list>li .rc_txt_box ul li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}

.rc_list>li .rc_txt_box ul li:last-child {
  margin-bottom: 0;
}

.rc_list>li .rc_txt_box ul li .stars {
  color: #f89201;
  letter-spacing: 3px;
  font-size: 16px;
}

.section03 {
  background-color: #fee9cc;
}

.new_list_slide {
  overflow: hidden;
}

.new_list>li {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 162px;
}

.new_list>li a {
  display: flex;
}

.new_list>li .img {
  flex: 5;
  position: relative;
  overflow: hidden;
}

.new_list>li .img img {
  width: 100%;
  height: 160px;
  max-width: none;
}

.new_list>li .new_txt_box {
  flex: 5;
  padding: 20px 15px 90px;
  position: relative;
}

.new_list>li .new_txt_box>p {
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
  line-height: 26px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new_list>li .new_txt_box .tags {
  width: 100%;
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 0;
}

.new_list>li .new_txt_box .tags span:first-child {
  display: block;
  max-width: 60px;
  margin-bottom: 5px;
}

.new_list>li .new_txt_box .tags span {
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 13px;
  color: #666;
}

.notice_list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: table;
  width: 100%;
}

.notice_list>li {
  height: 270px;
  padding: 40px 20px;
  width: 25%;
  display: table-cell;
  position: relative;
}

.notice_list>li::after {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.notice_list>li:last-child::after {
  display: none;
}

.notice_list>li>a>p {
  font-size: 22px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 68px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
}

.notice_list>li>a>div {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  color: #666;
}

.notice_list>li>a:hover>div,
.notice_list>li>a:hover .date {
  color: #0a58ca;
}

.notice_list>li .date {
  color: #666666;
  font-size: 16px;
}

.notice_list>li .list_go {
  width: 58px;
  height: 58px;
  background-image: url('../img/user/go_ico.png');
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  position: absolute;
  bottom: 40px;
  right: 25px;
}

.notice_list>li .list_go:hover {
  background-image: url('../img/user/go_on_ico.png');
  transition: 0.5s;
}

.magazine_list {
  overflow: hidden;
}

.magazine_list li .img {
  position: relative;
  width: 100%;
  height: 216px;
  border-radius: 15px;
}

.magazine_list li .img img {
  width: 100%;
  height: 216px;
  border-radius: 15px;
}

.magazine_list li p {
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.letter_slide {
  overflow: hidden;
}

.letter_list {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: table;
  table-layout: fixed;
}

.letter_list>li {
  height: 160px;
  padding: 40px 20px 40px 140px;
  ;
  width: 25%;
  display: table-cell;
  position: relative;
}

.letter_list>li::after {
  content: '';
  display: block;
  width: 1px;
  height: 65%;
  background-color: #ccc;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.letter_list>li .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.letter_list>li .img img {
  width: 100%;
  height: 100%;
}

.letter_list>li .txt {
  height: 100%;
  position: relative;
}

.letter_list>li .txt>p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.letter_list>li:last-child::after {
  display: none;
}

.letter_list>li>p {
  font-size: 22px;
  line-height: 34px;
  word-break: keep-all;
}

.letter_list>li .date {
  color: #666666;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.letter_list>li .list_go {
  width: 58px;
  height: 58px;
  background-image: url('../img/user/go_ico.png');
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.letter_list>li .list_go:hover {
  background-image: url('../img/user/go_on_ico.png');
  transition: 0.5s;
}

/*임시제거*/
/* .sns_slide_wrap {
  position: relative;
} */
.section07 {
  position: relative;
}

.sns_slide {
  overflow: hidden;
  position: relative;
}

.sns_slide .sns_list_con {
  position: relative;
}

.sns_slide .sns_list_con .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.sns_slide .sns_list_con .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160%;
  max-width: none;
}

.sns_slide .sns_list_con .txt {
  margin-top: 20px;
}

.sns_slide .sns_list_con .txt p:first-child {
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  min-height: 36px;
}

.sns_slide .sns_list_con .txt p:last-child {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.sns_slide .sns_list_con .sns {
  font-size: 0;
  margin-top: 20px;
}

.sns_slide .sns_list_con .sns a {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 33px;
}

.sns_slide .sns_list_con .sns a img {
  width: 100%;
}

.sns_slide .sns_list_con .sns a:last-child {
  margin-right: 0;
}

.sns_slide_wrap>button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main_info_txt {
  padding: 75px 0;
  text-align: center;
}

.main_info_txt p {
  font-size: 28px;
  line-height: 40px;
  color: #363c4b;
  margin: 30px 0 25px;
}

.main_info_txt p i {
  font-size: 22px;
}

.main_info_txt p span {
  font-family: "NanumBarunGothicBold";
}

.main_info_txt p b {
  font-family: "NanumBarunGothicBold";
  color: #2766a1;
}

.main_info_txt a {
  display: inline-block;
  background-color: #000;
  border-radius: 30px;
  text-align: center;
  padding: 15px 35px;
  font-size: 24px;
  color: #66ccff;
  font-family: "NanumBarunGothicBold";
}

.main_info_txt a img {
  margin-left: 50px;
}

.mid_banner_slide {
  overflow: hidden;
  position: relative;
}

.mid_banner {
  text-align: center;
  background-color: #2a558a;
}

.mid_banner_txt {
  display: inline-block;
  position: relative;
  padding: 30px 220px 25px;
  text-align: center;
  color: #fff;
}

.mid_banner_txt p.mid_banner_tit {
  font-size: 32px;
}

.mid_banner_txt p.mid_banner_info {
  font-size: 22px;
  margin: 15px 0 20px;
}

.mid_banner_txt .mid_step_box span {
  display: inline-block;
  font-family: "NanumBarunGothicBold";
  font-size: 16px;
  border: 1px solid #fff;
  padding: 8px 22px;
  position: relative;
  border-radius: 30px;
  margin-right: 35px;
}

.mid_banner_txt .mid_step_box span:last-child {
  margin-right: 0;
}

.mid_banner_txt .mid_step_box span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url('../img/user/ct_menu_arrow_right.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.mid_banner_txt .mid_step_box span:last-child::after {
  display: none;
}

.mid_banner_txt>img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.mid_banner_txt>a {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  text-align: center;
  display: inline-block;
  width: 134px;
  height: 112px;
  background-image: url('../img/user/mid_banner_go.png');
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 112px;
  color: #fff;
  font-size: 20px;
}

.mid_banner_txt>a span {
  position: relative;
  left: 10px;
  display: inline-block;
}

.mid_banner_slide>button {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.mid_banner_slide>button.next_btn {
  right: 0;
}

.mid_banner_slide>button.prev_btn {
  left: 0;
}

.system_slide_wrap {
  padding: 24px 35px;
  position: relative;
}

.system_slide_wrap>button {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  filter: brightness(0);
}

.system_slide_wrap>button.next_btn {
  right: 0;
}

.system_slide_wrap>button.prev_btn {
  left: 0;
}

.system_slide {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.system_slide ul {}

.system_slide li {
  background-color: #fff;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}

.system_slide li div.TM_slide {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 30px 50px;
}

.system_slide li span {
  color: #2a558a;
  font-size: 28px;
  font-family: "NanumBarunGothicBold";
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

.system_slide li p {
  font-size: 16px;
  color: #666;
  display: table-cell;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 64%;
  max-width: 800px;
  padding-right: 20px;
  vertical-align: middle;
}

.system_slide li a {
  vertical-align: middle;
  display: table-cell;
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
  width: 16%;
  text-align: right;
}

.system_slide li a img {
  width: 40px;
  margin: 0 40px 0 10px;
}

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

.edu_cate_wrap li {
  border: 1px solid #ccc;
  margin-right: 0.5%;
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}

.edu_cate_wrap li:last-child {
  margin-right: 0;
}

.edu_cate_wrap li .edu_cate_top {
  background-color: #d6dee9;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.edu_cate_wrap li .edu_cate_con {
  padding: 20px 25px;
  font-size: 0;
  /* display: flex;
  flex-wrap: wrap; */
}

.edu_cate_wrap li .edu_cate_con label {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.edu_cate_wrap li .edu_cate_line2 label {
  margin-bottom: 15px;
  width: 50%;
}

.edu_cate_wrap li .checkbox input:checked~span {
  border-color: #3072b9;
  background-color: #3072b9;
}

.edu_cate_wrap li .checkbox span {
  border: 2px solid #ccc;
}

.edu_cate_wrap li .checkbox span::after {
  border-color: #fff;
  width: 7px;
  height: 4px;
}

.edu_sch_wrap {
  border-radius: 10px;
  background-color: #d6dee9;
  padding: 30px 20px 15px;
}

.edu_sch_box {
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #317abe;
  display: flex;
}

.edu_sch_box input {
  width: 80%;
  height: 60px;
  border: 0;
  border-radius: 0;
  background-image: url('../img/user/input_sch_ico.png');
  background-repeat: no-repeat;
  background-position: 3% center;
  padding-left: 100px;
}

.edu_sch_box input::placeholder {
  font-size: 22px;
  color: #b5b5b5;
}

.edu_sch_box .submit_btn {
  background-color: #317abe;
  color: #fff;
  width: 15%;
  font-size: 22px;
  height: 60px;
}

.edu_sch_box .reset_btn {
  width: 6%;
  height: 60px;
  background-color: #2b2d3e;
}

.edu_select_box>ul {
  display: flex;
  width: 100%;
}

.edu_select_box>ul>li {
  margin-right: 0.5%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 140px;
  position: relative;
}

.edu_select_box .bootstrap-select .selectpicker+.dropdown-toggle::after {
  width: 20px;
  height: 10px;
  right: 10px;
}

.edu_select_box>ul>li:first-child {
  width: 27%;
}

.edu_select_box>ul>li:nth-child(2) {
  width: 27%;
}

.edu_select_box>ul>li:last-child {
  margin-right: 0;
  width: 46%;
}

.edu_select_box>ul>li>span {
  position: absolute;
  left: 34px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
}

.edu_select_box ul li .date_box {
  display: flex;
  align-items: center;
  width: 100%;
}

.edu_select_box ul li .date_box label {
  display: inline-block;
}

.edu_select_box ul li .date_box input[type="text"] {
  display: inline-block;
}

.edu_select_box ul li .date_box .checkbox span {
  border: 2px solid #317abe;
}

.edu_select_box ul li .date_box .checkbox input:checked~span {
  border-color: #317abe;
  background-color: #317abe;
}

.edu_select_box ul li .date_box .checkbox span::after {
  border-color: #fff;
  width: 7px;
  height: 4px;
}

.board_list .board_top .board_change_btn {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  border: 1px solid #ccc;
  padding: 0 10px;
  box-sizing: border-box;
}

.board_list .board_top .board_change_btn_type2 {
  background-color: #999999;
  height: 39px;
  vertical-align: top;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  border: 0px;
  padding: 0 13px;
  box-sizing: border-box;
}

.board_list .board_top .board_change_btn img {
  width: 100%;
}

.board_list .board_top .board_change_btn.on {
  background-color: #317abe;
  border-color: #317abe;
}

.board_list .board_top .board_excel_btn {
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  border: 1px solid #ccc;
  padding: 0 5px;
}

.board_list .board_top .board_excel_btn_type2 {
  width: 40px;
  height: 40px;
  background-color: #1c7245;
  vertical-align: top;
  border-radius: 5px;
}

.board_list .board_top .board_excel_btn img {
  width: 100%;
  position: relative;
  left: 2px;
}

.board_list .sort_btns {
  height: 40px;
  vertical-align: bottom;
  display: inline-block;
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.board_list .sort_btns li {
  height: 100%;
  display: inline-block;
  border-right: 1px solid #ccc;
}

.board_list .sort_btns li:last-child {
  border-right: 0;
}

.board_list .sort_btns li button {
  font-size: 16px;
  font-family: 'NanumBarunGothicBold';
  color: #999;
  padding: 0 20px;
  height: 100%
}

.board_list .sort_btns li.active button {
  color: #fff;
  background-color: #317abe;
}

.class_btn {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.class_select_btn {
  padding: 0 5px;
  width: auto;
  background-color: #317abe;
}

.good_class_btn {
  background-color: #363c4b;
}

.preview_btn {
  background-color: #5e5e5e;
}

.gallery_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.gallery_list ul li {
  position: relative;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 32px;
  min-height: 400px;
  transition: 0.2s;
}

.gallery_list ul li:hover {
  transition: 0.2s;
  border: 2px solid #317abe;
}

.gallery_list ul li a {
  height: 100%;
  position: relative;
  display: block;
  padding-bottom: 46px;
}

.gallery_list ul li:nth-child(4n) {
  margin-right: 0;
}

.gallery_list ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.gallery_list ul li .img {
  width: 100%;
  position: relative;
  padding-bottom: 58%;
  border-radius: 5px;
  overflow: hidden;
}

.gallery_list ul li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.gallery_list ul li .gl_tit {
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
  word-break: keep-all;
}

.gallery_list ul li .gl_btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-size: 0;
}

.gallery_list ul li .gl_btns button {
  margin-right: 1%;
  color: #fff;
  width: 32.66%;
  height: 36px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.gallery_list ul li .gl_btns button img {
  margin-right: 3px;
}

.gallery_list ul li .gl_btns button:last-child {
  margin-right: 0;
}

.board_top .board_btns {
  font-size: 0;
}

.board_top .board_btns .write_btn {
  color: #fff;
  border-radius: 20px;
  background-color: #000;
  font-size: 16px;
  width: 120px;
  height: 37px;

}

.thumb_list ul li {
  border-radius: 10px;
  border: 1px solid #ccc;
  display: table;
  width: 100%;
  margin-bottom: 15px;
  transition: 0.2s;
}

.thumb_list ul li:hover {
  border: 2px solid #317abe;
  transition: 0.2s;
}

.thumb_list ul li:last-child {
  margin-bottom: 0;
}

.thumb_list ul li>div {
  vertical-align: middle;
  padding: 35px;
  display: table-cell;
}

.thumb_list ul li .img_box {
  border-right: 1px solid #ccc;
  width: 25%;
}

.thumb_list ul li .img {
  padding-bottom: 58%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.thumb_list ul li .img img {
  position: absolute;
  width: 110%;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumb_list ul li .txt_box {
  height: 100%;
  width: 55%;
  border-right: 1px solid #ccc;
}

.thumb_list ul li .txt_box .txt_main_tit {
  font-size: 30px;
  margin-bottom: 35px;
  color: #000;
}

.thumb_list ul li .txt_box p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.thumb_list ul li .txt_box p:last-child {
  margin-bottom: 0;
}

.thumb_list ul li .txt_box .txt_tit {
  color: #000;
  font-family: "NanumBarunGothicBold";
  margin-right: 17px;
}

.thumb_list ul li .txt_box span:nth-child(2)::after {
  content: '|';
  display: inline-block;
  margin: 0 35px;
  font-family: "NanumBarunGothicLight";
  color: #cccccc;
}

.thumb_list ul li .btn_box {
  width: 20%;
}

.thumbs_board_btns {
  font-size: 0;
}

.thumbs_board_btns button {
  height: 45px;
  font-size: 16px;
}

.thumbs_board_btns button img {
  margin-right: 8px;
}

.thumbs_board_btns .class_select_btn {
  width: 100%;
  margin-bottom: 1%;
}

.thumbs_board_btns .preview_btn {
  width: 49.5%;
  margin-right: 1%;
}

.thumbs_board_btns .good_class_btn {
  width: 49.5%;
}

.privacy_box {
  padding-top: 60px;
  width: 485px;
  margin: 0 auto;
  text-align: center;
}

.privacy_box .prv_tit {
  position: relative;
}

.privacy_box .prv_tit::after {
  content: '';
  background-color: #2766a1;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.privacy_box .prv_tit span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  font-size: 30px;
  font-family: "NanumBarunGothicBold";
  color: #2766a1;
  margin: 40px 0 30px;
}

.privacy_box>p {
  font-size: 20px;
  line-height: 26px;
  color: #666;
  margin-bottom: 40px;
}

.privacy_box input {
  height: 60px;
  border: 2px solid #317abe;
  text-align: center;
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 35px auto 30px;
  padding: 0px 10px;
}

.member_check_box .checkbox input:checked~span {
  background-color: #000;
}

.member_check_box .checkbox span::after {
  border-color: #fff;
}

.memebr_check_info {
  font-size: 14px;
}

.change_wrap {
  padding-top: 40px;
  width: 485px;
  margin: 0 auto
}

.change_wrap input {
  height: 60px;
  border: 2px solid #317abe;
  font-size: 18px;
}

.change_box .cb_tit {
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
  color: #000;
}

.change_box p {
  font-size: 16px;
  color: #666;
}

.change_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
}

.social_box {
  text-align: center;
}

.sb_tit_box p:first-child {
  font-family: "NanumBarunGothicBold";
  color: #000;
  font-size: 22px;
}

.sb_tit_box p:last-child {
  font-family: "NanumBarunGothicBold";
  color: #666;
  margin-top: 10px;
  font-size: 15px;
}

.social_box ul {
  margin: 60px auto 0;
  font-size: 0;
}

.social_box ul li {
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
}

.social_box ul li:last-child {
  margin-right: 0;
}

.social_box .social_ico {
  margin-bottom: 18px;
  border-radius: 50%;
  width: 166px;
  height: 166px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  padding: 30px;
}

.social_box .social_ico img {
  width: 100%;
}

.social_box ul li button {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}

.mb_out_box {
  width: 700px;
  margin: 0 auto;
}

.tit_box02 p {
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-top: 8px;
}

.tit_box02 p:last-child {
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 22px;
  color: #317abe;
  letter-spacing: -0.5px;
}

.table_tit {
  font-family: "NanumBarunGothicBold";
  font-size: 22px;
}

.table_tit span {
  color: #666666;
  font-size: 18px;
}

.mb_out_box textarea {
  height: 160px;
}

.out_table_info {
  color: #317abe;
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
}

.mb_out_box .table01 td:last-child,
.mb_out_box .table01 th:last-child {
  border-right: 1px solid #ccc;
}

.mb_out_box .table01 td:first-child,
.mb_out_box .table01 th:first-child {
  border-left: 1px solid #ccc;
}

.file_img {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  vertical-align: middle;
}

.file_input {
  display: none;
}

.file_info {
  color: #317abe;
  font-size: 14px;
}

.ess_txt {
  color: #eb6100;
}

.color_b {
  color: #317abe;
}

/*2023-02-09 수정*/
.grid_table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 2px solid #000;
}

.grid_table th {
  background-color: #fefefe;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 5px;
  border: 1px solid #eee;
  border-bottom: 1px solid #858585;
}

.grid_table .file_box>button {
  font-size: 12px;
}

.grid_table .file_box .file_txt {
  padding-right: 30px;
}

.grid_table .file_box span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 0;
  width: 100%;
  text-align: left;
}

.grid_table td {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: middle;
}

.grid_table .bootstrap-select {
  width: 100%;
}

.grid_table .bootstrap-select .selectpicker+.dropdown-toggle {
  padding-right: 30px;
  font-size: 14px;
}

.grid_table .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}

.grid_table .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid_table .bootstrap-select .selectpicker+.dropdown-toggle::after {
  width: 14px;
}

.grid_table input[type=text],
.grid_table input[type=password],
.grid_table input[type=number] {
  font-size: 14px;
}

.grid_table .bootstrap-select div.dropdown-menu li>a {
  font-size: 13px;
}

.hd_layer {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 10;
  background-color: #fff;
}

.hd_layer .hd_top_con_layer {
  background-color: #30619c;
}

.hd_layer .hd_top_con {
  width: 1600px;
  margin: 0px auto;
  text-align: right;
  height: 50px;
}

.hd_layer .hd_top_con .hd_top_link {
  font-size: 0px;
}

.hd_layer .hd_top_con .hd_top_link>a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding: 0px 28px;
  position: relative;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}

.hd_layer .hd_top_con .hd_top_link>a:after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 20px;
  right: 0px;
  background-color: #8ba0c0;
}

.hd_layer .hd_top_con .hd_top_link .lang_select {
  vertical-align: top;
}

.hd_layer .hd_top_con .hd_top_link .lang_select.bootstrap-select .selectpicker+.dropdown-toggle {
  background-image: url('../img/head/lang_select.png');
  vertical-align: top;
  background-color: transparent;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 84% 23px;
  border: 0px;
  line-height: 50px;
  color: #fff;
  width: 100px;
  padding: 0px;
  padding-left: 25px;
}

.hd_layer .hd_top_con .hd_top_link .lang_select.bootstrap-select .selectpicker+.dropdown-toggle::after {
  background-image: none;
}

.hd_layer .hd_top_con .hd_search {
  display: inline-block;
  height: 50px;
}

.hd_layer .hd_top_con .hd_search .hd_search_btn {
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 0px;
  background-image: url('../img/head/search_img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.hd_layer .hd_top_con .hd_all_menu {
  display: inline-block;
  height: 50px;
}

.hd_layer .hd_top_con .hd_all_menu .hd_all_menu_btn {
  width: 50px;
  height: 50px;
  border: 0px;
  font-size: 0px;
  background-image: url('../img/head/hd_menu_img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #317abe;
}

.hd_layer .hd_conent {
  font-size: 0px;
  width: 100%;
  border-bottom: 2px solid #30619c;
  text-align: right;
  position: relative;
}

.hd_menu_list_bg {
  display: none;
  z-index: 4;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #30619c;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 0px;
  top: 108px;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.12);
}

.hd_menu_list_bg.active {
  height: 280px;
}

.hd_layer .hd_conent .hd_con_box {
  height: 108px;
  width: 1600px;
  margin: 0px auto;
}

.hd_layer .hd_conent .hd_logo {
  display: inline-block;
  padding-top: 33px;
  float: left;
}

.hd_layer .hd_conent .hd_con_login {
  display: inline-block;
  padding-top: 26px;
  vertical-align: top;
}

.hd_layer .hd_conent .hd_con_login a {
  width: 223px;
  line-height: 58px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/head/login_bg.png');
  padding-left: 78px;
  text-align: left;
  position: relative;
}

.hd_layer .hd_conent .hd_con_login a::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/head/person_icon.png');
}

.hd_layer .hd_conent .hd_con_login a::after {
  content: '';
  display: block;
  width: 27px;
  height: 22px;
  position: absolute;
  top: 17px;
  right: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/head/login_icon.png');
}

.hd_layer .hd_conent .hd_con_box.on_login .hd_con_login {
  display: none;
}

.hd_layer .hd_conent .hd_con_box.on_login .hd_menu_list>ul>li>a {
  padding: 0px 70px;
}

.hd_layer .hd_conent .hd_menu_list {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.hd_layer .hd_conent .hd_menu_list>ul {}

.hd_layer .hd_conent .hd_menu_list>ul>li {
  display: inline-block;
  vertical-align: top;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a {
  font-size: 24px;
  padding: 0px 40px;
  color: #363c4b;
  line-height: 108px;
  font-family: "NanumBarunGothicBold";
  display: block;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a.active {
  color: #317abe;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a:hover {
  color: #317abe;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a:after {
  width: 0px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: '';
  display: block;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a:hover::after {
  width: 100%;
  border-bottom: 2px solid #30619c;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a.active::after {
  width: 100%;
  border-bottom: 2px solid #30619c;
  left: 0px;
}

.hd_layer .hd_conent .hd_menu_list>ul>li>a.active:hover:after {
  left: 0px;
  transform: translateX(0px);
  transition: none;
}

.hd_layer .hd_conent .hd_menu_list>ul>li .Depth_2 {
  font-size: 0px;
  margin-top: 20px;
  display: none;
}

.hd_layer .hd_conent .hd_menu_list>ul>li .Depth_2>li {
  display: block;
}

.hd_layer .hd_conent .hd_menu_list>ul>li .Depth_2>li>a {
  display: block;
  font-size: 16px;
  font-family: "NanumBarunGothicBold";
  color: #666;
  text-align: center;
  line-height: 40px;
}

.hd_layer .hd_conent .hd_menu_list>ul>li .Depth_2>li>a:hover {
  color: #317abe;
}

.hd_layer .hd_conent .hd_menu_list>ul>li .Depth_2>li>a.active {
  color: #317abe;
}

.main_top {
  background-color: #d6dee9;
  padding: 20px 0px;
}

.main_top_box {
  width: 1600px;
  margin: 0px auto;
  font-size: 0px;
  display: table;
}

.main_top_box>div {
  display: table-cell;
  vertical-align: top;
}

.main_top_box .main_t_left {
  width: 510px;
}

.main_top_box .main_t_left>div {
  background-color: #fff;
  border-radius: 10px;
}

.main_top_box .main_t_left .m_l_main_notice {
  padding: 25px 37px 20px;
  margin-bottom: 10px;
}

.main_top_box .main_t_left .m_l_main_notice .main_n_title {
  border-bottom: 1px solid #a9c7e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.main_top_box .main_t_left .m_l_main_notice .main_n_title span {
  display: inline-block;
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
  vertical-align: bottom;
}

.main_top_box .main_t_left .m_l_main_notice .main_n_title>a {
  float: right;
}

.main_top_box .main_t_left .m_l_main_notice .main_notice_list {}

.main_top_box .main_t_left .m_l_main_notice .main_notice_list>li {
  display: block;
  line-height: 48px;
}

.main_top_box .main_t_left .m_l_main_notice .main_notice_list>li>a {
  display: block;
}

.main_top_box .main_t_left .m_l_main_notice .main_notice_list>li>a>span {
  width: 334px;
  margin-right: 8px;
  font-size: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

.main_top_box .main_t_left .m_l_main_notice .main_notice_list>li>a>i {
  color: #999;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}

.main_top_box .main_t_left .main_board_list {
  padding: 30px 5px;
}

.main_top_box .main_t_left .main_board_list>ul {
  display: table;
  width: 100%;
}

.main_top_box .main_t_left .main_board_list>ul>li {
  display: table-cell;
  width: 125px;
  position: relative;
}

.main_top_box .main_t_left .main_board_list>ul>li:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 8px;
  background-color: #dcdcdc;
}

.main_top_box .main_t_left .main_board_list>ul>li:last-child::after {
  display: none;
}

.main_top_box .main_t_left .main_board_list>ul>li>a {
  display: block;
  text-align: center;
}

.main_top_box .main_t_left .main_board_list>ul>li>a>span {
  display: block;
  color: #363c4b;
  font-size: 18px;
  margin-top: 7px;
}

.main_top_box .main_t_right {
  padding-left: 10px;
}

.main_t_right_box {
  width: 1080px;
  overflow: hidden;
  position: relative;
}

.main_t_right_box .swiper-pagination {
  position: absolute;
  bottom: 30px;
  right: 65px;
  display: inline-block;
  width: auto;
  left: auto;
  z-index: 5;
}

.main_t_right_box .swiper-pagination-bullet-active {
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
  color: #fff;
  line-height: 34px;
}

.main_t_right_box .swiper-pagination-bullet {
  width: 35px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  opacity: 1;
  vertical-align: top;
  position: relative;
  background-color: transparent;
}

.main_t_right_box .swiper-pagination-bullet:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  top: 10px;
}

.main_t_right_box .swiper-pagination-bullet-active::after {
  display: none;
}

.main_t_right_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {}

.main_t_right_box .slide_stop_btn {
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 37px;
  right: 36px;
  z-index: 5;
}

.main_t_right_box .slide_stop_btn.stop {
  background-image: url('../img/main/stop.png');
}

.main_t_right_box .slide_stop_btn.start {
  background-image: url('../img/main/play.png');
}

.main_thumbnail_layer {
  padding: 55px 0px 70px;
}

.main_thumbnail_layer .main_thumbnail_box {
  width: 1600px;
  margin: 0px auto;
}

.main_thumbnail_box .main_thumbnail_cate {
  text-align: center;
  font-size: 0px;
  margin-bottom: 40px;
}

.main_thumbnail_box .main_thumbnail_cate>ul>li {
  display: inline-block;
  margin-right: 7px;
}

.main_thumbnail_box .main_thumbnail_cate>ul>li:last-child {
  margin-right: 0px;
}

.main_thumbnail_box .main_thumbnail_cate>ul>li>a {
  padding: 10px 22px;
  background-color: #eeeeee;
  color: #666;
  font-size: 18px;
  border-radius: 20px;
}

.main_thumbnail_box .main_thumbnail_cate>ul>li>a.active {
  background-color: #363c4b;
  color: #fff;
}

.main_thumbnail_box .main_thumbnail_list {}

.main_thumbnail_box .main_thumbnail_list>ul {
  font-size: 0px;
  text-align: center;
}

.main_thumbnail_box .main_thumbnail_list>ul:after {
  content: '';
  display: block;
  clear: both;
}

.main_thumbnail_box .main_thumbnail_list>ul>li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  margin-bottom: 50px !important;
  text-align: left;
  float: left;
  height: 486px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li>a {
  display: block;
  border: 2px solid #fff;
  padding: 8px;
  border-radius: 10px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li>a:hover {
  border: 2px solid #317abe;
}

.main_thumbnail_box .main_thumbnail_list>ul>li:nth-child(4n) {
  margin-right: 0px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_img {
  margin-bottom: 13px;
  width: 350px;
  height: 220px;
  position: relative;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  background-image: url('../img/common/play_btn.png');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_star {
  font-size: 24px;
  color: #317abe;
  padding-left: 3px;
  margin-bottom: 15px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title {
  display: table;
  width: 320px;
  margin-bottom: 18px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span {
  display: table-cell;
  height: 58px;
  vertical-align: top;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span.thum_icon {
  width: 58px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span.thum_icon button {
  width: 58px;
  height: 58px;
  display: block;
  background-image: url('/css/renewal/img/common/thum_icon.png');
  background-position: center;
  background-repeat: no-repeat;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span.thum_icon button.active {
  background-image: url('/css/renewal/img/common/thum_icon_on.png');
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span.thum_txt {
  padding-left: 13px;
  vertical-align: middle;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_title>span.thum_txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  padding-top: 1px;
  max-height: 39px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  color: #0d0d0d;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  width: 320px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_info>div {
  display: table;
  width: 100%;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_info strong {
  font-family: "NanumBarunGothicBold";
  font-size: 14px;
  color: #0d1324;
  display: table-cell;
  padding: 5px;
  width: 65px;
  text-align: left;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_info .thum_info_line span {
  width: 250px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_info span {
  display: table-cell;
  color: #999;
  font-size: 14px;
  padding: 5px 5px 5px 7px;
  text-align: left;
  width: 90px;
}

.main_thumbnail_box .main_thumbnail_list>ul>li .thum_tag {
  padding: 10px 0px;
  color: #999;
  font-size: 14px;
}

.main_thumbnail_more {
  text-align: center;
}

.main_thumbnail_more button {
  background-color: #317abe;
  font-family: "NanumBarunGothicBold";
  font-size: 24px;
  padding: 18px 40px;
  width: 300px;
  height: 60px;
  color: #fff;
  position: relative;
  text-align: left;
  border-radius: 5px;
  box-sizing: border-box;
}

.main_thumbnail_more button:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/common/thumbnail_more_btn.png');
  width: 22px;
  height: 22px;
}

.main_bottom_banner_layer {
  background-color: #f5f5f5;
}

.main_bottom_banner_box {
  width: 1600px;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.main_bottom_banner_box_btns {
  position: relative;
  width: 100%;
  z-index: 5;
}

.main_bottom_banner_box_btns>button {
  position: absolute;
  top: 100px;
  z-index: 1;
  background-position: center;
  width: 29px;
  height: 58px;
  background-image: url('../img/main/main_b_arrow.png');
  background-repeat: no-repeat;
}

.main_bottom_banner_box_btns>button.silde_prev_btn {
  transform: rotate(180deg);
  left: 0px;
}

.main_bottom_banner_box_btns>button.slide_next_btn {
  right: 0px;
}

.footer_layer {
  background-color: #363c4b;
}

.footer_layer .footer_top {
  border-bottom: 1px solid #5e5e5e;
}

.footer_layer .footer_top .ft_top_box {
  width: 1600px;
  margin: 0px auto;
  position: relative;
}

.footer_layer .footer_top .ft_top_box .ft_select {
  position: absolute;
  top: 17px;
  right: 0px;
}

.footer_layer .footer_top .ft_top_box .ft_select.bootstrap-select .selectpicker+.dropdown-toggle {
  border: 1px solid #5e5e5e;
  background-color: transparent;
  border-radius: 0px;
  color: #b5b5b5;
  font-size: 16px;
  font-family: "NanumBarunGothicBold";
  line-height: 43px;
  background-image: url('../img/ft/ft_select.png');
  background-repeat: no-repeat;
  background-position: 90% 18px;
}

.footer_layer .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-left: 20px;
}

.footer_layer .footer_top .ft_top_box .ft_select.bootstrap-select .selectpicker+.dropdown-toggle::after {
  display: none;
}

.footer_layer .footer_top .ft_top_box>ul {
  font-size: 0px;
}

.footer_layer .footer_top .ft_top_box>ul>li {
  display: inline-block;
  margin-right: 60px;
  line-height: 80px;
}

.footer_layer .footer_top .ft_top_box>ul>li:last-child {
  margin-right: 0px;
}

.footer_layer .footer_top .ft_top_box>ul>li>a {
  font-family: "NanumBarunGothicBold";
  color: #dfdfdf;
  font-size: 16px;
  vertical-align: middle;
}

.footer_layer .footer_top .ft_top_box>ul>li>a.col_on {
  color: #3ab7b9;
}

.footer_layer .footer_con {
  width: 1600px;
  margin: 0px auto;
  font-size: 0px;
  padding-bottom: 55px;
}

.footer_layer .footer_con .footer_logo {
  padding-top: 30px;
}

.footer_layer .footer_con .ft_con_box {
  width: 100%;
  display: table;
}

.footer_layer .footer_con .ft_con_box>div {
  display: table-cell;
  width: 50%;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_left {
  padding-top: 10px;
  line-height: 20px;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_left>strong {
  color: #2f9798;
  font-size: 15px;
  font-family: "NanumBarunGothicBold";
}

.footer_layer .footer_con .ft_con_box>div.ft_con_left .ft_con_left_txt span {
  margin-right: 15px;
  font-size: 15px;
  color: #b5b5b5;
  display: inline-block;
  font-family: "NanumBarunGothicBold";
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right {
  text-align: right;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right>span {
  font-family: "NanumBarunGothicBold";
  display: block;
  color: #b5b5b5;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right>div {
  font-family: "NanumBarunGothicBold";
  font-size: 15px;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right .ft_con_tel {
  font-size: 38px;
  color: #00cccc;
  position: relative;
  display: inline-block;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right .ft_con_tel::before {
  content: '';
  display: block;
  position: absolute;
  left: -79px;
  top: 0px;
  width: 69px;
  height: 69px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/ft/ft_tel_icon.png');
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right .ft_con_email {
  color: #00cccc;
  padding-top: 4px;
}

.footer_layer .footer_con .ft_con_box>div.ft_con_right .ft_con_time {
  color: #b5b5b5;
  padding-top: 4px;
}

.sub_layer {
  margin-top: 160px;
}

.sub_layer .sub_box {
  width: 1600px;
  margin: 0px auto;
  position: relative;
  font-size: 0px;
}

.nav_menu_layer {
  position: relative;
  width: 330px;
  display: inline-block;
}

.nav_menu_layer .left_menu {
  position: relative;
  top: 0px;
}

.nav_menu_box {
  width: 100%;
  margin-top: 50px;
}

.nav_menu_box .nav_menu_title {
  font-size: 36px;
  display: block;
  margin-bottom: 40px;
  font-family: "NanumBarunGothicBold";
}

.nav_menu_ul {
  font-size: 0px;
  border-top: 3px solid #000;
}

.nav_menu_ul>li:first-child {
  margin-top: 0px;
}

.nav_menu_ul>li {
  display: block;
  border: 1px solid #ccc;
  line-height: 59px;
  margin-top: -1px;
}

.nav_menu_ul>li>a {
  font-size: 20px;
  color: #0d0d0d;
  display: block;
  padding-left: 25px;
}

.nav_menu_ul>li>a.active {
  color: #fff;
  background-color: #317abe;
}

.sub_content {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
  font-size: 16px;
}

.sub_content_box {
  width: 1200px;
  margin-top: 50px;
  padding-bottom: 155px;
  position: relative;
}

.sub_content_box .sub_content_page_info {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  position: absolute;
  right: 0px;
  top: 10px;
}

.sub_content_box .sub_content_page_info .on {
  color: #30619c;
}

.sub_content_box .sub_content_page_info .arrow {
  font-size: 10px;
  color: #6d6d6d;
}

.sub_content_box .sub_content_title {
  font-size: 36px;
  color: #0d0d0d;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.room_content {
  padding-top: 30px;
}

.room_content_top {
  border: 3px solid #317abe;
  border-radius: 5px;
  padding: 25px 25px 20px 35px;
  display: table;
  width: 100%;
}

.room_content_top>div {
  display: table-cell;
  vertical-align: top;
}

.room_content_txt {
  padding-top: 10px;
}

.room_content_txt .r_c_txt_title {
  display: block;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 30px;
}

.room_content_txt .r_c_txt_sub_tit {
  font-size: 18px;
  color: #0d0d0d;
}

.room_content_txt .r_c_txt_sub_tit .r_c_txt_title_day {
  color: #0066cc;
}

.room_content_t_right {
  width: 420px;
}

.room_content_t_right .room_link_btn {
  width: 150px;
  height: 85px;
  padding: 30px 0px 30px 40px;
  font-size: 20px;
  background-color: #317abe;
  color: #fff;
  border-radius: 5px;
  background-image: url('../img/room/room_btn.png');
  background-repeat: no-repeat;
  background-position: 25px 30px;
  box-sizing: border-box;
}

.room_d-day {
  float: right;
  width: 240px;
  margin-left: 29px;
  border-left: 1px solid #ccc;
  padding-left: 25px;
  height: 84px;
  display: table;
}

.room_d-day_txt {
  font-style: normal;
  padding-top: 5px;
  display: table-cell;
  vertical-align: top;
}

.room_d-day_txt>i {
  font-family: "NanumBarunGothicBold";
  font-size: 16px;
  color: #363c4b;
  margin-bottom: 15px;
  display: block;
}

.room_d-day_txt>span {
  font-size: 60px;
  color: #363c4b;
  display: block;
}

.room_d-day_count {
  font-size: 0px;
  display: table-cell;
  vertical-align: top;
  padding-top: 5px
}

.room_d-day_count>img {
  margin-right: 2px;
  display: inline-block;
}

.room_d-day_count>img:last-child {
  margin-right: 0px;
}

.room_content_center {
  height: 155px;
  width: 100%;
  background-color: #f1f2f7;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  font-size: 0px;
  padding: 10px 0px 20px
}

.room_content_center_box {
  padding: 0px 10px;
  position: relative;
  flex: 1;
  height: 100%;
}

.room_content_center>div:after {
  position: absolute;
  right: 0px;
  width: 1px;
  height: 108px;
  content: '';
  display: block;
  background-color: #c8ceda;
  top: 11px;
}

.room_content_center>div:last-child:after {
  display: none;
}

.room_content_center_box .room_board_title {
  line-height: 44px;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.room_content_center_box .room_board_title>img {
  margin-right: 10px;
}

.room_content_center_box .room_board_val {
  display: block;
  text-align: right;
  font-size: 22px;
  color: #0066cc;
  font-family: "NanumBarunGothicBold";
  font-weight: normal;
  ;
}

.room_content_center_box .room_board_val>span {
  font-family: "NanumBarunGothicBold";
  font-size: 22px;
}

.room_content_center_box .room_board_sub_val_box {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  font-family: "NanumBarunGothicBold";
  display: block;
  text-align: right;
  line-height: 17px;
}

.room_content_center_box .room_board_sub_val_box .room_board_sub_val span {
  color: #317abe;
}

.room_content_board {
  margin-top: 7px;
  width: 100%;
  background-color: #f1f2f7;
  border-radius: 10px;
  display: block;
  ;
  padding: 10px;
  font-size: 0px;
}

.room_content_board>div {
  display: inline-block;
  ;
  width: 580px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 20px 23px;
  vertical-align: top;
}

.r_c_board_box {
  margin-right: 10px;
}

.r_c_board_box .r_c_b_title {
  font-family: "NanumBarunGothicBold";
  font-size: 26px;
  color: #0d0d0d;
  display: inline-block;
  border: 0px;
}

.r_c_b_title_box {
  position: relative;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}

.r_c_board_box .board_link_a {
  position: absolute;
  right: 0px;
  background-position: center;
  background-image: url('../img/room/add_more.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.r_c_board_box .r_c_b_list .board_link_a {
  top: -45px;
}

.r_c_b_title_box>ul {}

.r_c_b_title_box>ul>li {
  display: inline-block;
  position: relative;
}

.r_c_b_title_box>ul>li:first-child {
  margin-right: 36px;
}

.r_c_b_title_box>ul>li:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background-color: #ccc;
  position: absolute;
  right: -18px;
  top: 2px;
}

.r_c_b_title_box>ul>li.active .r_c_b_title {
  color: #000;
}

.r_c_b_title_box>ul>li .dis_none {
  display: none;
}

.r_c_b_title_box>ul>li .r_c_b_title {
  color: #b5b5b5;
}

.r_c_b_table {}

.r_c_b_table table {
  width: 100%;
}

.r_c_b_table table td {
  border: 1px solid #bfbfbf;
  font-size: 20px;
  text-align: center;
  height: 59px;
  vertical-align: middle;
  font-family: "NanumBarunGothicBold";
}

.r_c_b_table table td.bg_e {
  background-color: #eeeeee;
}

.r_c_b_table table td.bg_ec {
  background-color: #ecf3fb;
  color: #317abe;
}

.r_c_b_table table td.bg_f {
  background-color: #f5f5f5;
}

.r_c_b_table table td.bg_f5 {
  background-color: #f5f9fd;
  color: #317abe;
}

.r_c_b_table table td.bg_ff {
  background-color: #fff;
  color: #317abe;
}

.r_c_b_table table td .count_col {
  color: #000;
  margin-left: 5px;
}

.r_c_b_list {
  position: relative;
  padding-top: 22px;
}

.r_c_b_list>ul {
  font-size: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.r_c_b_list>ul>li {
  display: block;
}

.r_c_b_list>ul>li>a {
  padding-left: 22px;
  display: block;
  font-family: "NanumBarunGothicBold";
  font-size: 20px;
  color: #363c4b;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: 3px 12px;
  background-image: url('../img/room/board_icon.png');
}

/* 위키 */
.ai-s {
  align-items: start;
}

/*훈련일정*/
.plan_content {
  margin-top: 70px;
}

/*공통 검색영역*/
.process_searchBox {}

.process_searchBox_layer {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #d6dee9;
  padding: 8px 8px 0px;
}

.process_searchBox .typeBox {
  margin-bottom: 8px;
}

.process_searchBox .typeBox.mobC {
  display: none;
}

.process_searchBox.active .typeBox.mobC {
  display: block;
}

.process_searchBox .typeBox>ul {
  font-size: 0px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 18px;
}

.process_searchBox .typeBox>ul>li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.process_searchBox .typeBox>ul.divi>li .area {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button {
  margin: 0px;
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button li {
  margin: 0px;
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button input[type="checkbox"]+label {
  height: 34px;
  padding: 0px;
  width: 100px;
  border-radius: 30px;
  line-height: 34px;
  border: 1px solid #ccc;
  color: #999999;
  margin-right: 5px;
  outline: none;
  z-index: 0
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button input[type="checkbox"]+label::before {
  display: none;
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button input[type="checkbox"]:checked+label {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.process_searchBox .typeBox>ul.divi>li .area .checkList.button.sm_btn_list input[type="checkbox"]+label {
  width: 50px;
}

.process_searchBox .typeBox>ul>li .dataBox .inputBox input.datepicker {
  height: 34px;
  width: 170px;
  border-radius: 30px;
  background-image: url('../img/date_ico_b.png')
}

.process_searchBox .typeBox>ul>li:last-child {
  margin-bottom: 0px;
}

.process_searchBox .typeBox>ul>li .label {
  display: table-cell;
  width: 130px;
  padding-left: 30px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  vertical-align: middle;
}

.process_searchBox .typeBox>ul>li .dataBox {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.process_searchBox .typeBox>ul>li .dataBox .inputBox input {
  height: 45px;
}

.process_searchBox .typeBox>ul>li .dataBox .process_search .detail_btn {
  width: 140px;
  line-height: 45px;
  height: 45px;
  display: table-cell;
  margin: 0px;
  vertical-align: middle;
  background-color: #317abe;
  border: 0px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

.process_searchBox .typeBox>ul>li .dataBox .process_search .detail_btn i {
  font-size: 36px;
  /* margin-top: 10px; */
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  height: 30px;
  margin-left: 3px;
}

.process_searchBox .typeBox>ul>li .dataBox .process_search {
  width: 100%;
  display: table;
}

.process_searchBox .typeBox>ul>li .dataBox .process_search .inputBox {
  display: table-cell;
  padding-right: 5px;
  width: 100%;
}

.process_searchBox .typeBox .selectBox label {
  border: 0px;
}

.process_searchBox .typeBox .selectBox select {
  background-image: none;
}

.process_searchBox .typeBox .bootstrap-select {
  margin-right: 5px;
}

.process_searchBox .typeBox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #666;
  padding-left: 20px;
  min-width: 247px;
}

.process_searchBox .typeBox .selectBox .bootstrap-select div.dropdown-menu li.selected a {
  padding-left: 20px;
}

.process_searchBox .typeBox .selectBox {
  height: auto;
}

.process_searchBox .typeBox .selectBox .bootstrap-select .selectpicker+.dropdown-toggle {
  line-height: 45px;
}

.process_searchBox .buttonBox .mobBox {
  display: none;
}

.process_searchBox .buttonBox {
  text-align: center;
  padding: 20px 0px 0px;
}

.process_searchBox .buttonBox>button {
  width: 135px;
  line-height: 45px;
  height: 45px;
  border: 0px;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  font-family: "NanumBarunGothic";
}

.process_searchBox .buttonBox .search_type {
  background-color: #317abe;
  margin-right: 10px;
}

.process_searchBox .buttonBox .search_reset {
  background-color: #686868;
}

/* 목록 */
.section_hd {
  margin: 70px 0 0;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

.section_hd .tit {
  font-size: 18px;
  color: #666666;
}

.section_hd .sub {
  font-size: 18px;
  color: #666;
  margin: 0 0 0 15px;
  vertical-align: bottom
}

.section_hd .sub strong {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "NanumBarunGothic";
}

.section_hd .area {
  float: right;
}

.section_hd .area .radioList {
  font-size: 0px;
  margin: -18px 0px 0px 0px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.section_hd .area .radioList>li {
  display: inline-block;
  float: inherit;
  margin: 0px;
}

.section_hd .area .radioList>li input[type="radio"] {
  display: inline-block;
  width: 0px;
  height: 0px;
}

.section_hd .area .radioList>li input[type="radio"]+label {
  padding: 0px;
  line-height: 40px;
  width: 90px;
  font-size: 16px;
  color: #999;
  font-family: "NanumBarunGothicBold";
  text-align: center;
  border-right: 1px solid #d2d2d2;
}

.section_hd .area .radioList>li:last-child input[type="radio"]+label {
  border-right: 0px;
}

.section_hd .area .radioList>li input[type="radio"]:checked+label {
  background-color: #317abe;
  color: #fff;
}

.section_hd .area .radioList>li input[type="radio"]+label::before {
  display: none;
}

.process_list_page {
  padding: 0px;
}

.process_list_page.main_thumbnail_layer .main_thumbnail_box {
  width: 100%;
  padding: 30px 5px 0px;
  border-bottom: 1px solid #ccc;
}

.process_list_page.main_thumbnail_layer .main_thumbnail_box .main_thumbnail_list>ul>li {
  margin-right: 40px;
  margin-bottom: 30px !important;
}

.process_list_page.main_thumbnail_layer .main_thumbnail_box .main_thumbnail_list>ul>li:nth-child(3n) {
  margin-right: 0px;
}

.process_list_page.main_thumbnail_layer .main_thumbnail_box .main_thumbnail_list>ul>li>a {}

/* checkBox & Radio */
/* checkbox */
.checkList {
  overflow: hidden;
  margin: -20px 0 0
}

.checkList li {
  position: relative;
  float: left;
  margin: 20px 30px 0 0;
}

.checkList.vertical li {
  float: none;
  margin: 10px 0 0
}

.checkList.vertical li:first-child {
  margin: 0
}

input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  border: none;
  margin: 0;
  line-height: 1;
}

input[type="checkbox"]+label {
  padding: 0 0 0 40px;
  display: inline-block;
  position: relative;
  z-index: 3;
  line-height: 31px;
  font-size: 16px;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  word-break: keep-all;
}

input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('../../../images/template9/resp/default/button/common_chk.png') no-repeat;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"][disabled]:checked+label:before {
  background: url('../../../images/template9/resp/default/button/common_chk.png') no-repeat -30px center;
}

input[type="checkbox"]:focus+label:before {
  outline: 1px dotted #ccc;
}

input[type="checkbox"][disabled]+label:before {
  background: url('../../../images/template9/resp/default/button/common_chk.png') no-repeat -60px center;
}

input[type="checkbox"]+label .txt {
  margin: 0
}

.checkList.button {
  margin: -10px 0 0
}

.checkList.button li {
  margin: 10px 5px 0 0
}

.checkList.button input[type="checkbox"]+label {
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  padding: 0 20px;
  background-color: white;
  word-break: keep-all;
  border: 1px solid #d7d7d7;
  text-align: center;
  transition: 0.3s all ease
}

.checkList.button input[type="checkbox"]:checked+label {
  background: #0d7fa0;
  border: 1px solid #0d7fa0;
  color: white
}

.checkList.button input[type="checkbox"]:focus+label:before {
  outline: 1px solid #0d7fa0;
}

.checkList.button input[type="checkbox"]+label:before,
.checkList.button input[type="checkbox"]:checked+label:before,
.checkList.button input[type="checkbox"][disabled]+label:before {
  background: none;
  width: 100%;
  height: 38px
}

.checkBox {
  position: relative;
  display: inline-block
}

/* EOD : checkbox */
/* radio */
.radioList {
  overflow: hidden;
  margin: -10px 0 0
}

.radioList>li {
  position: relative;
  float: left;
  margin: 10px 20px 0 0;
}

.radioList.vertical>li {
  float: none;
  margin: 10px 0 0
}

.radioList.vertical>li:first-child {
  margin: 0
}

input[type="radio"] {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  border: none;
}

input[type="radio"]+label {
  position: relative;
  z-index: 3;
  padding: 0 0 0 40px;
  line-height: 31px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  word-break: keep-all;
  color: #222;
  font-weight: 500;
}

input[type="radio"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('../../../images/template9/resp/default/button/common_radio.png') no-repeat;
}

input[type="radio"]:checked+label:before,
input[type="radio"][disabled]:checked+label:before {
  background: url('../../../images/template9/resp/default/button/common_radio.png') no-repeat -30px center;
}

input[type="radio"][disabled]+label:before {
  background: url('../../../images/template9/resp/default/button/common_radio.png') no-repeat -60px center;
}

input[type="radio"]+label .txt {
  margin: 0
}

.radioList.button {
  margin: -10px 0 0
}

.radioList.button li {
  margin: 10px 5px 0 0
}

.radioList.button input[type="radio"]+label {
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  padding: 0 20px;
  background-color: white;
  word-break: keep-all;
  border: 1px solid #d7d7d7;
  text-align: center;
  transition: 0.3s all ease
}

.radioList.button input[type="radio"]:checked+label {
  background: #0d7fa0;
  border: 1px solid #0d7fa0;
  color: white
}

.radioList.button input[type="radio"]:focus+label:before {
  outline: 1px solid #0d7fa0;
}

.radioList.button input[type="radio"]+label:before,
.radioList.button input[type="radio"]:checked+label:before,
.radioList.button input[type="radio"][disabled]+label:before {
  background: none;
  width: 100%;
  height: 38px
}

/* EOD : radio */
/* EOD : checkBox & Radio */
/* 칼럼 */
.column .sch_box {
  margin: 40px auto;
  text-align: center;
}

.column .add-text {
  background: url(../img/column_bg.png) no-repeat center/100%;
  height: 138px;
  align-items: center;
  padding-left: 50px;
  padding-right: 70px;
  justify-content: space-between;
}

.column .add-text .tit {
  color: #2766a1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.column .add-text .con {
  color: #666;
  line-height: 1.2;
}

.column .add-text .left {
  width: 62%;
}

.column .add-text .btn-box .btn {
  line-height: 52px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
}

.column .add-text2 {
  background: url(../img/bg_logo.png) no-repeat calc(100% - 50px) center;
  padding: 36px 46px;
  border: 5px solid #2766a1;
  border-radius: 10px;
  margin: 0px 0px 20px;
  height: auto;
}

.black-btn {
  background-color: #000;
  color: #fff;
}

.grey-btn {
  background-color: #999999 !important;
  color: #fff;
}

.blue-btn {
  background-color: #317abe;
  color: #fff;
}

.column .user-name {
  padding: 0 70px 0 30px;
  border: 2px solid #000;
  margin-right: 10px;
  background: url(../img/setting.png) no-repeat calc(100% - 20px) center;
}

.flex1 {
  flex: 1;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.user-wrap {
  position: relative;
}

.user-pop {
  width: 506px;
  border: 1px solid #317abe;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  background: #fff;
  z-index: 99;
  display: none;
}

.user-pop .pop-tit {
  font-size: 18px;
  font-weight: bold;
}

.user-setting {
  border: 1px solid #317abe;
  border-radius: 10px;
  padding: 7px;
  background-color: #d6dee9;
  margin-top: 10px;
}

.user-setting>div {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
}

.user-setting label span {
  width: 110px;
}

.user-setting button {
  margin-left: 10px;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff;
}

.user-pop .orange {
  text-align: center;
  margin: 10px auto;
  color: #ff6600;
}

.user-pop .btn-box>* {
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  color: #fff;
  width: 88px;
}

.user-pop .btn-box>*:first-child {
  margin-right: 10px;
}

.writer {
  width: 136px;
}

.column .board_list .board_top {
  margin-bottom: 0;
  padding-bottom: 9px;
}

.column .board_view {
  margin-top: 0px;
}

.column .board_view .board_tit {
  position: relative;
}

.column .board_view .board_tit.board_tit_type2 {
  padding: 40px 10px 22px
}

.column .board_view .board_tit span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 30px;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.board_view .board_tag {
  color: #000;
  font-family: 'NanumBarunGothicBold';
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 15px 30px;
}

.board_view .board_tag span {
  margin-right: 20px;
  color: #333;
}

.board_view .board_content {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.board_view .left .name,
.board_view .left .time {
  margin-right: 40px;
}

.board_view .board_content table {
  max-width: 100%;
}

.board_view .left ul li {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 10px;
  min-width: 88px;
}

.board_view .left ul li img {
  margin-right: 5px;
}

.board_view .board_info {
  padding: 5px 30px;
}

.board_view .board_info2 {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}

.board_view .board_info2 .right {
  justify-content: end;
}

.board_view .sns li {
  margin-right: 5px;
}

.column .list-btn {
  text-align: right;
  margin: 25px 0;
}

.column .list-btn.bolist_bottom_btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
}

.column .list-btn .btn {
  display: inline-block;
  line-height: 45px;
  width: 135px;
  text-align: center;
  font-size: 20px;
}

.replay_v_layer {
  margin-top: 10px;
  border: 1px solid #ccc;
}

.replay_v_box {
  padding: 35px 20px 20px;
}

.replay_v_tit {
  position: relative;
  display: block;
  border-bottom: 2px solid #000;
  font-family: "NanumBarunGothicBold";
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 22px;
}

.replay_v_tit::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  left: 0px;
  top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/reply_icon.png')
}

.replay_v_info {
  border-bottom: 1px solid #ccc;
  text-align: right;
  padding-right: 15px;
}

.replay_v_info>span {
  font-size: 16px;
  display: inline-block;
  line-height: 45px;
  margin-left: 50px;
}

.replay_v_txt {
  font-size: 18px;
  color: #666666;
  padding: 25px 15px;
  white-space: pre-line;
  line-height: 24px;
}

.reply-wrap {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 10px;
}

.reply_write {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 20px;
}

.reply_write form {
  align-items: flex-start;
}

.reply_write .tit {
  font-size: 24px;
  line-height: 40px;
  margin-right: 10px;
}

.reply_write #cmntCn,
.reply_write #cmntModiCn {
  height: 115px;
}

.reply_write .black-btn {
  line-height: 115px;
  padding: 0px;
  margin-left: 10px;
  text-align: center;
  width: 123px;
  border-radius: 10px;
  font-size: 18px;
  border: 0px;
}

.reply_write .reply_file {
  width: 0;
  height: 0;
}

.reply_write .file-wrap {
  margin-top: 10px;
}

.reply_write .file-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
}

.reply_write .file-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #ccc;
  font-size: 36px;
  background: url(../img/plus.png) no-repeat center, #fff;
  border: 1px solid #ccc;
}

.reply_write .reply_file {
  display: none;
}

.reply_list li {
  padding: 30px;
  border-bottom: 1px solid #d2d2d2;
}

.reply_list .info {
  margin-bottom: 20px;
}

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

.reply_list span {
  display: inline-block;
  margin-right: 20px;
}

.reply_list span.replay_update_btn {
  margin-right: 0px;
  margin-left: 5px;
  border: 1px solid #999999;
  display: inline-block;
  width: 70px;
  line-height: 28px;
  border-radius: 20px;
  text-align: center;
  background-color: transparent;
  float: right;
}

.reply_list span.replay_update_btn>a {
  font-family: "NanumBarunGothicBold";
  font-size: 14px;
  color: #666666;
  display: block;
}

.reply_list span.replay_update_btn:hover {
  background-color: #999;
}

.reply_list span.replay_update_btn:hover>a {
  color: #fff;
}

.reply_list .name {
  font-size: 18px;
}

.reply_list .time {
  color: #666;
  padding-right: 20px;
  border-right: 1px solid #666;
}

.reply_list .text {
  color: #666;
  line-height: 1.5;
}

.reply_list .like {
  font-size: 13px;
}

.reply_list .like img {
  margin-right: 10px;
  vertical-align: bottom;
}

.reply_list .img-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-top: 20px;
}

.reply-wrap .pg_wrap {
  margin-bottom: 20px;
}

.column_list {
  margin-top: 50px;
}

.column_tit {
  font-size: 22px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.column_list .list {
  margin-top: 20px;
}

.column_list .list li {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-right: 7px;
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}

.column_list .list li:last-child {
  margin-right: 0;
}

.column_list .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.column_list .list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column_list .column_btn {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #d2d2d2;
}

.column_btn .arrow_btn {
  color: #666;
}

.column_list .arrow {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  border: 1px solid #666;
  text-align: center;
  font-size: 12px;
}

.column_list .prev {
  margin-right: 5px;
}

.column_list .next {
  margin-left: 5px;
}

.column .board_write {
  margin-top: 0px;
  border-top: 2px solid #000;
  background-color: #f5f5f5;
}

.column .board_write>li {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px;
}

.column .board_write .wr_tit {
  line-height: 40px;
  text-align: right;
  width: 160px;
  padding-right: 20px;
  font-size: 20px;
}

.column .board_write .wr_txt {
  line-height: 40px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  flex: 1;
}

.column .board_write .wr_con {
  flex: 1;
}

.column .board_write .wr_con.tag_box {
  position: relative;
}

.column .board_write .wr_con.tag_box input[type="text"] {
  padding-right: 150px;
}

.column .board_write .wr_con.tag_box i {
  font-style: normal;
  position: absolute;
  top: 12px;
  right: 7px;
  color: #999;
}

.column .board_write .wr_con .describe {
  display: block;
  line-height: 1.3;
}

.column .board_write .wr_con textarea {
  box-sizing: border-box;
}

.column .board_write .wr_con_textarea {
  height: 105px;
}

.column .board_write .wr_con select {
  width: 50%;
}

.column .required::before {
  content: "*";
  color: #ff6600;
  font-size: 24px;
}

.column .display label {
  margin-right: 60px;
  cursor: pointer;
}

.column input[type=radio] {
  position: static;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 5px;
}

.column input[type=checkbox] {
  position: static;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #aaa;
  margin-right: 5px;
  vertical-align: middle;
}

.column input[type=checkbox]:checked {
  background: radial-gradient(circle, #0066ff 6px, #0066ff 6px, #fff 6px, #fff 100%);
}

.radioList input[type="radio"]+label {
  padding: 0;
}

.radioList .column .attention {
  margin: 25px 0;
  color: #cc0000;
  line-height: 1.3;
}

.column .agree-box {
  margin: 25px 0;
  line-height: 1.3;
}

.column .agree-box p {
  margin-right: 20px;
}

.column .menu_tab {
  border-left: 1px solid #ccc;
  overflow: hidden;
  /* margin-bottom: 50px; */ /* 2023.12.06 탭 하단 margin 삭제 */
  font-size: 18px;
}

.column .menu_tab li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  flex: 1;
  text-align: center;
  line-height: 50px;
  position: relative;
  color: #999;
}

.column .menu_tab li.active {
  background-color: #fff;
  border-color: #0066cc;
  border-left: 1px solid #0066cc;
  color: #000;
}

.column .menu_tab li.active::before,
.column .menu_tab li.active::after {
  content: "";
  position: absolute;
  width: 500%;
  height: 1px;
  left: 100%;
  bottom: 0;
  background-color: #0066cc;
  z-index: 99;
}

.column .menu_tab li.active::after {
  left: auto;
  right: 100%;
}

.column .menu_tab li a {
  display: block;
  color: inherit;
}

.column .board_top .tit {
  font-size: 22px;
  font-weight: bold;
}

.column .t_box {
  margin-bottom: 90px;
}

.column .t_box .apply {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 28px;
}

.column .t_box .pass {
  background-color: #c3d4ea;
  color: #11459d;
}

.column .t_box .fail {
  background-color: #ffcccc;
  color: #cc0000;
}

.column .t_box .wait {
  background-color: #ccc;
  color: #555;
}

.column .add_tr td {
  border-color: #000;
  background-color: #ecf3fb;
}

.column .more_btn {
  cursor: pointer;
  font-size: 40px;
  line-height: 16px;
  background: url(../img/open.png) no-repeat center;
}

.column tr.open .more_btn {
  background: url(../img/close.png) no-repeat center;
}

.column tr.open td {
  border: none;
}

.column .sub_table {
  width: 100%;
}

.column .sub_table th,
.column .sub_table td {
  height: 35px;
  line-height: 35px;
  padding: 0;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  vertical-align: middle;
}

.column .sub_table th {
  background-color: #8fa3bd;
  color: #fff;
}

.column .sub_table td {
  background-color: #fff;
}

.column .sub_table td.red {
  color: #cc0000;
}

.column .add_tr {
  display: none;
}

.column .t_notice th,
.column .t_notice td {
  padding: 0px;
  height: 60px;
  vertical-align: middle;
  line-height: 20px;
}

.column table span.th_sm {
  display: block;
  font-size: 14px;
}

.column table span.td_sm {
  display: block;
  font-size: 14px;
}

.column table td.td_sm {
  font-size: 14px;
  word-wrap: break-word;
}

.column table .notice {
  color: #0066cc;
  font-weight: bold;
}

.column table .notice td>a {
  color: #0066cc;
}

.t_notice .download {
  display: inline-block;
  background: url(../img/download.png)no-repeat center;
  width: 33px;
  height: 33px;
  vertical-align: middle;
}

.column table .row_span_thead th {
  height: 30px;
}

.column table .row_span_thead th.bor_bf {
  border-bottom: 1px solid #bfbfbf;
}

.column table .chk_od_col {
  background-color: #dee5ec
}

.column table td.chk_od_col {
  padding: 5px;
}

.column table td.chk_od_col input[type="text"] {
  width: 30px;
  font-size: 14px;
  padding: 2px;
  height: 30px;
  text-align: center;
}

.popup_bg {
  position: fixed;
  top: 0px;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0px;
  width: 100%;
  height: 100%;
}

.popup_bg .popup_con {
  position: relative;
  background-color: #fff;
  border: 2px solid #317abe;
  border-radius: 5px;
  width: 579px;
  padding: 60px 0;
  text-align: center;
  line-height: 1.5;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.popup_bg .popup_con .esc {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.popup_bg .list-btn .btn {
  display: inline-block;
  border-radius: 50px;
  line-height: 35px;
  width: 160px;
  text-align: center;
  font-size: 16px;
}

.popup_bg .big_text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.popup_bg .big_text span {
  color: #0066cc;
  text-decoration: underline;
}

.popup_bg .small_text {
  margin-bottom: 20px;
  color: #333;
}

/*훈련일정*/
.planLinkBox.type02 {
  margin-top: 70px;
}

.planLinkBox.type02>ul {
  font-size: 0px;
  text-align: right;
}

.planLinkBox.type02>ul>li {
  display: inline-block;
  margin-right: 4px;
}

.planLinkBox.type02>ul>li>a {
  display: block;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
}

.planLinkBox.type02>ul>li>a.link_calender {
  background-image: url('../img/common/icon_datepicker.png');
}

.planLinkBox.type02>ul>li.active>a.link_calender {
  background-image: url('../img/common/icon_datepicker_on.png');
}

.planLinkBox.type02>ul>li>a.link_list {
  background-image: url('../img/common/icon_list.png');
}

.planLinkBox.type02>ul>li.active>a.link_list {
  background-image: url('../img/common/icon_list_on.png');
}

/*table*/
.table_normal tbody tr td .mobBox {
  display: block;
  overflow: hidden;
  margin: 8px 0 0
}

.table_normal tbody tr td .mobBox li {
  position: relative;
  float: left;
  margin: 0 8px;
  font-size: 13px;
  color: #666;
}

.table_normal tbody tr td .mobBox li:first-child {
  margin-left: 0
}

.table_normal tbody tr td .mobBox li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 10px;
  margin: -5px 0 0;
  background-color: #d7d7d7;
}

.table_normal tbody tr td .mobBox li:first-child:before {
  display: none
}

.table_normal tbody tr td .mobBox.Top {
  font-size: 13px;
  margin: 0
}

.table_normal tbody tr.detail td .mobBox {
  margin: 8px 0 0 30px
}

.table_normal tbody tr td .mobbtnBox {
  margin: 10px 0
}

.table_normal tbody tr td .mobbtnBox.Full button {
  width: calc(100% - 2px);
  padding: 0
}

.table_normal {
  width: 100%;
  margin: 10px 0 0;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.3;
}

.table_normal thead tr th {
  padding: 10px 5px;
  background-color: #f0f1f6;
  height: 60px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #333;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  font-family: "NanumBarunGothicBold";
}

.table_normal tbody tr td {
  color: #333;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 18px 5px;
  vertical-align: middle;
}

.table_normal tbody tr:hover td {
  background: #f5f7f9;
}

.table_normal tbody tr.notice td {
  background-color: #e9f8fa
}

.table_normal tbody tr.notice td:first-child {
  color: #026c8a
}

.table_normal tbody tr td button {
  margin: 2px 0
}

.table_normal tbody tr td .iconBox {
  position: relative;
  display: block;
}

.table_normal tbody tr td .linkBox {
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

.table_normal tbody tr td .linkBox>a {
  vertical-align: middle;
  margin: 0 5px 0 0;
  color: #333;
  word-break: break-all;
  cursor: pointer;
}

.table_normal tbody tr td .linkBox>a:hover {
  text-decoration: underline;
  color: #026c8a;
}

.table_normal tbody tr td .linkBox>a:hover .txt {
  color: #026c8a
}

.table_normal tbody tr td .linkBox>a>.ellipsis {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
}

.table_normal tbody tr td .linkBox.arrow>a .txt {
  color: #026c8a;
  vertical-align: middle
}

.table_normal tbody tr td .linkBox.arrow>a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  word-break: keep-all;
  background: url("../../../images/template9/resp/blue/icon/icon_board_link_arrow.png") no-repeat;
}

.table_normal tbody tr td .linkBox .txt {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table_normal tbody tr td .mobBox {
  display: none
}

.table_normal tbody tr td .txt {
  color: #333;
  line-height: 1.2;
  vertical-align: middle;
}

.table_normal tbody tr td .txt_default {
  margin: 10px 0
}

.table_normal tbody tr td .num {
  font-size: 20px;
}

.table_normal.type02 tbody tr td {
  color: #222;
  width: 100%;
}

.table_normal tbody tr td button {
  padding: 0 10px;
  font-size: 15px;
  white-space: nowrap
}

/* paging */
.pagination {
  margin: 35px 0 0;
  text-align: center;
  font-size: 0px;
}

.pagination a {
  background-color: #dcdcdc;
  display: inline-block;
  width: 40px;
  font-family: "NanumBarunGothicBold";
  height: 40px;
  line-height: 40px;
  color: #7d7d7d;
  font-size: 18px;
  margin: 0px 2px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.pagination a.active {
  background: #317abe;
  color: #fff;
}

.pagination .next {
  background-image: url('../img/next_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.pagination .d_next {
  background-image: url('../img/last_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.pagination .d_prev {
  background-image: url('../img/first_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.pagination .prev {
  background-image: url('../img/prev_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.blue_text {
  color: #317abe;
}

.grey_text {
  color: #666;
}

.underline {
  text-decoration: underline;
}

/* 온강 공지 */
.notice-list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}

.notice-list li {
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0;
}

.notice-list li .quest {
  width: 90px;
  text-align: center;
  font-size: 20px;
  color: #0066cc;
}

.notice-list li .faq_q_tit {
  display: flex;
}

.notice-list li .faq_q_tit>span {
  flex: 1;
}

.notice-list li .faq_q_tit>div {
  flex: 9;
}

.notice-list li .answer {
  color: #999;
}

.notice-list li .more_btn {
  width: 80px;
  min-height: 16px;
  background: url(../img/close2.png)no-repeat center;
}

.notice-list li .add_con {
  display: none;
}

/* addClass */
.notice-list li.active {
  border-top: 1px solid #000;
  border-color: #000;
  padding-bottom: 0;
}

.notice-list li.active .more_btn {
  background-image: url(../img/open2.png);
}

.notice-list li.active .add_con {
  display: flex;
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-top: 20px;
  padding-right: 60px;
  color: #333;
}

.remote_btn {
  text-align: center;
}

.remote_btn .btn_m_blue {
  display: inline-block;
  border-radius: 80px;
  line-height: 74px;
  background-color: #317abe;
  font-size: 24px;
  color: #fff;
  width: 400px;
}

.remote_btn .btn_m_blue img {
  margin-right: 20px;
}

.service-box {
  font-size: 22px;
  line-height: 1.5;
  box-sizing: border-box;
}

.service-box.service1 {
  margin: 70px 0;
}

.service-box.service2 {
  margin-bottom: 40px;
}

.service-box .img-box {
  background: url(../img/service/right.png)no-repeat center;
  margin-top: 20px;
}

.service-box .tit {
  margin-bottom: 10px;
}

.service-box .explain {
  width: 568px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 10px;
}

.service-box .explain.ex1 {
  padding: 40px 50px;
  background: url(../img/service/service01.png)no-repeat calc(100% - 50px) center;
}

.service-box .explain.ex1 span {
  font-size: 30px;
  font-weight: bold;
}

.service-box .explain.ex2 {
  background: url(../img/service/service02.png)no-repeat calc(100% - 50px) center;
  margin-bottom: 5px;
  line-height: 1.2;
  padding: 12px 0;
}

.service-box .explain.ex2 span {
  font-size: 16px;
}

.service-box .explain.ex3 {
  background: url(../img/service/service03.png)no-repeat calc(100% - 50px) center;
  padding: 22px 0;
}

.service-box .explain.ex2,
.service-box .explain.ex3 {
  height: 80px;
  padding-left: 100px;
  font-size: 20px;
  font-weight: bold;
}

.service-box .explain::after {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  content: attr(data-num);
  width: 70px;
  background-color: #999;
  color: #fff;
  line-height: 28px;
  text-align: center;
  border-radius: 10px 0;
  font-size: 16px;
}

.service-box .img-or {
  position: relative;
}

.service-box .img-or::after {
  content: "or";
  display: block;
  position: absolute;
  background-color: #000;
  width: 60px;
  text-align: center;
  border-radius: 60px;
  line-height: 30px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table_normal tbody tr td.no_dataBox {
  padding-top: 180px;
  padding-bottom: 80px;
  background: url(../img/service/no_list.png)no-repeat center 30%, #f5f5f5;
  color: #ccc;
  font-size: 40px;
}

.table_normal tbody tr td.no_dataBox .txt {
  margin: 25px 0 0;
  line-height: 1
}

.searchBox {
  border: 10px solid #d6dee9;
  border-radius: 10px;
  padding: 30px 50px;
  margin-bottom: 40px;
}

.selectList li {
  margin-right: 5px;
}

.searchBox .blue-btn {
  color: #fff;
  border-radius: 5px;
  width: 97px;
  margin-left: 5px;
}

/* 0515 추가 */
.column .sub_content_title {
  margin-bottom: 40px;
}

.column .cate .inputBox {
  margin-bottom: 10px;
}

.column .cate .label {
  width: 100px;
}

.column .cate .selectBox {
  margin-right: 5px;
  width: 24.50980392156863%
}

.column .cate .selectBox:last-of-type {
  margin-right: 0;
}

.edu .searchBox {
  padding: 20px;
}

.edu .video_box {
  width: 500px;
  height: 350px;
  margin-right: 40px;
}

.edu .text_box .sub_tit {
  font-size: 32px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
}

.edu_table {
  margin: 40px 0;
}

.edu_table thead tr th {
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
}

.edu_table tbody tr td {
  border: 1px solid #bfbfbf;
}

.edu_textBox {
  margin-top: 40px;
  line-height: 1.5;
}

.edu_textBox .edu_subtit {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.edu_textBox .edu_cont {
  padding-top: 20px;
  color: #333;
}

.edu_btn .btn {
  display: inline-block;
  width: 200px;
  height: 47px;
  text-align: center;
  border-radius: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}

.edu_btn .btn:last-child {
  margin-right: 0;
}

.edu_btn .btn_like {
  background: url(../img/blue_heart.png)no-repeat 3px center, #000;
  padding-left: 20px;
}

.list_style li {
  font-size: 20px;
  line-height: 2;
  padding-left: 16px;
  background: url(../img/circle.png) no-repeat 0 center;
}

.list_style li .label {
  width: 90px;
}

.list_style li select {
  font-size: 20px;
}

.list_style li .con {
  margin-left: 20px;
}

.in_flex {
  display: inline-flex;
}

.myH .sub_contentBox {
  margin: 50px 0 0 0;
}

.myH.list {
  flex-wrap: wrap;
}

.myH.list>li {
  width: calc(50% - 4px);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  height: 296px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.myH.list>li:nth-of-type(2n+1) {
  margin-right: 8px;
}

.myH.list>li .list_box {
  flex-direction: column;
  height: 100%;
}

.myH .list_box .tit_area {
  margin-top: 0;
  line-height: 1.5;
}

.myH .list_box .tit_area .tit {
  margin-top: 0;
}

.myH .slick-list {
  flex: 1;
  width: 100%;
}

.myH .list_box .more_btn {
  border: none;
  color: #0066cc;
  font-size: 40px;
  line-height: 36px;
  padding: 0;
}

.myH .list_box .no_data {
  height: 100%;
  text-align: center;
  background: url(../img/user/no_data.png)no-repeat center 40px, #f6f6f6;
  border: 1px solid #ddd;
  border-top: 1px solid #000;
}

.myH .list_box .no_data .txt {
  display: inline-block;
  margin-top: 120px;
  font-size: 24px;
  color: #ccc;
}

.deepgr-btn {
  background-color: #363c4b;
  color: #fff;
}

.lgrey-btn {
  background-color: #e5e5e5;
  color: #000;
}

.red_text {
  color: #990000;
}

.green_text {
  color: #339999;
}

.search-btn {
  font-size: 16px;
}

.btn-basic {
  display: inline-block;
  min-height: 30px;
  border-radius: 5px;
  min-width: 100px;
}

.btn-text {
  font-size: 15px;
  margin: 2px 0;
}

.state_Box .btn-text {
  line-height: 30px;
}

.str_txt {
  font-size: 24px;
  font-weight: bold;
}

.btn_arrow {
  background: url(../img/btn_arrow.png) no-repeat calc(100% - 5px) center;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}

.pop_btn {
  height: 35px;
  border-radius: 35px;
  width: 88px;
}

/*230515 추가*/
.step_hd {
  padding-right: 160px;
  padding-left: 30px;
  height: 100px;
  border-bottom: 3px solid #317abe;
  position: relative;
  display: flex;
  justify-content: end;
}

.step_hd .step_menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 160px;
  background-color: #29558a;
  color: #fff;
  font-size: 22px;
}

.ekt_hd {
  background-color: #f1f2f7;
  border-radius: 10px;
  padding: 30px 28px 25px 37px;
  width: 100%;
  display: table;
}

.ekt_hd>div {
  display: table-cell;
  vertical-align: top;
}

.ekt_hd_txt .ekt_hd_txt_tit {
  font-size: 26px;
  margin-top: 13px;
  display: block;
  color: #000000;
  margin-bottom: 20px;
}

.ekt_hd_txt .ekt_hd_day>strong {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: normal;
  margin-right: 8px;
}

.ekt_hd_txt .ekt_hd_day>span {
  font-size: 18px;
  color: #0066cc;
}

.ekt_hd_right {
  width: 470px;
}

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

.ekt_hd_right_box>span {
  display: table-cell;
  vertical-align: top;
}

.ekt_hd_right_cho>a {
  position: relative;
  margin-top: 2px;
  background-color: #317abe;
  border-radius: 5px;
  width: 195px;
  line-height: 40px;
  ;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding-left: 75px;
}

.ekt_hd_right_cho>a::before {
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/ekt/ekt_hd_right_cho_icon.png');
  width: 21px;
  height: 22px;
}

.ekt_hd_right_day .room_d-day_txt>i {
  margin-bottom: 4px;
}

.ekt_hd_right_day .room_d-day_count {
  padding-top: 0px;
}

.ekt_body .step_hd .step_menu {
  cursor: default;
}

.step_hd .logo_imgs a:first-child {
  margin-right: 30px;
  display: inline-block;
}

.ekt_body .step_hd .logo_imgs span {
  font-family: "NanumBarunGothicBold";
  font-size: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

.step_hd .go_step {
  text-align: center;
  line-height: 100px;
  display: inline-block;
  width: 240px;
  background-color: #317abe;
  height: 100px;
}

.step_hd .go_step .go_step_txt {
  margin-left: 15px;
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}

.step_hd .go_step img:last-child {
  margin-left: 20px;
}

.step_hd_content {
  height: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.step_hd_right .step_hd_txt {
  vertical-align: middle;
  line-height: 100px;
  margin-right: 45px;
}

.step_hd_right .step_hd_txt_span {
  margin-left: 5px;
  color: #0d0d0d;
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
}

.step_hd_content ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 30px;
}

.step_hd_content ul li {
  position: relative;
  width: 200px;
  text-align: center;
}

.step_hd_content ul li::after {
  content: "·";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: bold;
}

.step_hd_content ul li:last-child::after {
  display: none;
}

.step_hd_content ul a {
  display: block;
  padding: 0 30px;
  font-size: 22px;
  font-weight: bold;
}

.tab_menu_3 li {
  width: 33.333%;
}

.tab_menu li:first-child {
  border-left: 1px solid #ccc
}

.tab_menu li a {
  color: #666666;
  font-size: 18px;
}

.tab_menu li:first-child.active {
  border-left: 1px solid #317abe
}

.tab_menu li.active a {
  font-weight: bold;
  color: #000;
}

.step_top_title2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 40px;
}

.step_notice_sub_tab {
  display: flex;
  margin-bottom: 15px;
}

.step_notice_sub_tab li {
  cursor: pointer;
  padding: 0 40px;
  color: #666666;
  font-size: 20px;
  position: relative;
}

.step_notice_sub_tab li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "|";
  color: #999999;
  font-size: 18px;
}

.step_notice_sub_tab li.active {
  color: #000;
}

.step_notice_sub_tab li:last-child::after {
  display: none;
}

.step_notice_list_wrap .notice-list li.active .add_con {
  background-color: #ecf3fb;
}

.step_notice_list_wrap .notice-list li.active .answer {
  color: #000;
}

.step_notice_list_wrap .notice-list li.active .org_con a {
  color: #0066cc;
}

.table_last_txt {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 30px 0;
  line-height: 26px;
  color: #cc0000;
  font-size: 20px;
}

.color_r {
  color: #cc0000;
}

.my_class_table_div {
  height: 458px;
  overflow-y: scroll;
}

.my_class_table {
  width: 100%;
  border-top: 2px solid #000;
}

.my_class_table.mb_v {
  display: none;
}

.my_class_table th {
  font-size: 18px;
  padding: 0 15px;
  width: 156px;
  height: 60px;
  vertical-align: middle;
  background-color: #ecf3fb;
  border: 1px solid #ccc;
  border-bottom: 1px solid #000;
  border-top: 0;
}

.my_class_table td {
  font-size: 20px;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 26px;
  height: 70px;
}

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

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

.table_s_txt {
  font-size: 16px;
  line-height: 22px;
}

.my_class_table b {
  font-weight: bold;
}

.table_square_btn {
  color: #2766a1;
  font-weight: bold;
  font-size: 16px;
  background-color: #ccd9eb;
  border-radius: 5px;
  width: 102px;
  height: 32px;
}

.table_square_btn.bg_red {
  background-color: #ff9999;
  color: #660000;
}

.table_study_btn {
  background-color: #2f9798;
}

.color_d_b {
  color: #0066cc
}

.btn_bg_orange {
  background-color: #ff6633;
}

.btn_bg_blue {
  background-color: #317abe;
}

.btn_bg_black {
  background-color: #000;
}

.my_class_ul {
  font-size: 0px;
  text-align: left;
}

.my_class_ul>li {
  padding: 15px 15px 25px;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  text-align: left;
  margin-right: 1%;
  width: 32.66%;
  vertical-align: top;
}

.my_class_ul>li:nth-child(3n) {
  margin-right: 0px;
}

.my_class_ul>li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.my_class_ul>li>a .latest_img {
  width: 374px;
  height: 160px;
  margin-bottom: 25px;
}

.my_class_txt .my_class_tit {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.my_class_board_info {
  margin-top: 20px;
}

.my_class_ul>li>a>.my_class_thumb {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.my_class_ul>li>a>.my_class_thumb img {
  position: absolute;
  left: 0;
  top: 0;
}

.my_class_wrap {
  padding: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  ;
}

.my_class_wrap .basic_btn_s {
  min-width: 120px;
}

.rp_content_1600 {
  width: 1600px;
}

.step_menu_full {
  display: none;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid #30619c;
  padding-right: 160px;
  padding-left: 30px;
}

.step_menu_full>div {
  display: flex;
  padding: 30px 0;
  padding-right: 270px;
  justify-content: end;
}

.step_menu_full>div>ul {
  padding: 0 30px;
  width: 200px;
  text-align: center;
}

.step_menu_full>div ul li {
  margin-bottom: 20px;
}

.step_menu_full>div>ul li p {
  display: none;
}

.step_menu_full>div>ul li:last-child {
  margin-bottom: 0;
}

.step_menu_full>div>ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

.step_hd.on .step_hd_content ul a {
  color: #3a71b5;
}

/* 0516 온강 마이페이지 */
.myH_date_wrap {
  background-color: #fff;
  padding: 0;
  overflow: auto;
  border: none;
}

.myH_date_wrap input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  top: -100%;
}

.myH_date_wrap input[type=radio]+label {
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  flex: 1;
  width: 100px;
}

.myH_date_wrap input[type=radio]:checked+label {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.date_searchBoxIn .myH_date_list .radioList {
  float: none;
  margin: 0;
}

.date_searchBoxIn .myH_date_list>li {
  float: none;
  margin: 0;
  margin-right: 20px;
}

.date_searchBoxIn .myH_date_list .radioList>li {
  margin: 0;
  margin-right: 10px;
  float: none;
}

/* 온강 강의실 */
.searchBox.classroom {
  padding-top: 0;
  padding-bottom: 50px;
}

.class_intro .sub_tit {
  font-size: 20px;
  padding-left: 10px;
  border-left: 5px solid #317abe;
  line-height: 1;
  margin-bottom: 8px;
  min-height: auto;
  font-weight: bold;
}

.class_intro .cont {
  padding-left: 20px;
  margin-bottom: 20px;
}

.classroom .edu_cont {
  font-size: 18px;
  color: #666;
}

.table_class {
  font-size: 18px;
}

.table_class thead tr th {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.table_class tbody tr td {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.table_class thead tr th.active {
  background-color: #ecf3fb;
  color: #317abe;
}

.table_class tbody tr td.active {
  background-color: #f5f9fd;
}

.table_class .strong {
  font-weight: bold;
}

.calender_top {
  margin-top: 20px;
}

.calender_top .reset_btn {
  font-size: 0;
  width: 38px;
  height: 38px;
  background: url(../img/common/reset.png)no-repeat center, #317abe;
  border-radius: 5px;
}

.calender_top .calender_date {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.calender_top .calender_date .date_text {
  font-size: 22px;
  padding: 0 30px;
}

.calender_top .calender_date button {
  width: 50px;
  height: 38px;
  background: url(../img/class/l_arrow.png) no-repeat center;
}

.calender_top .calender_date button.btn_next {
  background-image: url(../img/class/r_arrow.png);
}

.greyroom {
  padding: 10px;
  border-radius: 10px;
  background-color: #f1f2f7;
}

.greyroom .room_in {
  border: 1px solid #e5e5e5;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.greyroom .room_in .check {
  font-size: 20px;
  line-height: 2;
  padding-left: 40px;
  background: url(../img/class/check.png)no-repeat left 5px;
}

.class_step tbody tr td {
  height: 70px;
  padding: 0 20px;
  line-height: 1.3;
}

.class_step .round_name a {
  display: block;
  background: url(../img/class/down.png)no-repeat calc(100% - 15px) center;
  color: inherit;
}

.class_step tbody tr.dep1.active .round_name a {
  background-image: url(../img/class/up.png);
}

.class_step tbody tr.dep1.active td {
  background-color: #317abe;
  color: #fff;
}

.class_step tbody tr.dep1.active td:first-child {
  border-left: 1px solid #317abe;
}

.class_step tbody tr.dep1.active td:last-child {
  border-right: 1px solid #317abe;
}

.class_step tbody tr.dep2 td:first-child,
.class_step tbody tr.dep2 td:last-child,
.class_step tbody tr.b_bor td {
  position: relative;
}

.class_step tbody tr.dep2 td:first-child::after,
.class_step tbody tr.dep2 td:last-child::after {
  content: "";
  width: 10px;
  height: calc(100% + 1px);
  background-color: #317abe;
  position: absolute;
  top: -1px;
  left: -1px;
}

.class_step tbody tr.dep2 td:last-child::after {
  right: -1px;
  left: auto;
}

.class_step tbody tr.b_bor td::before {
  content: "";
  width: calc(100% + 2px);
  height: 10px;
  background-color: #317abe;
  position: absolute;
  bottom: 0;
  left: -1px;
  top: auto;
}

/*230516 추가*/
.column .main_sch_wrap {
  padding-top: 0;
}

.latest_title .latest_more2 {
  position: absolute;
  right: 0px;
  top: 2px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 55px;
  color: #000
}

.latest_title .latest_more2 img {
  display: none;
}

.thumb_list02 {
  display: flex;
}

.thumb_list02>li {
  align-items: center;
  width: 49.5%;
  margin-right: 1%;
  border: 1px solid #d2d2d2;
  padding: 15px;
  border-radius: 10px;
  display: flex;
}

.thumb_list02>li.no_data {
  min-height: 360px;
  width: 100%;
  border-radius: 0px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #f5f5f5;
  background-image: url('../img/user/no_data.png');
  background-position: center 100px;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  border-left: 0px;
  border-right: 0px;
}

.thumb_list02>li.no_data span {
  color: #cccccc;
  font-size: 40px;
  padding-top: 200px;
  display: block;
}

.thumb_list02>li .thumb_txt {
  margin-left: 16px;
  flex: 8;
  margin-top: 14px;
}

.thumb_list02>li .thumb_txt .in_sub_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}

.thumb_list02>li .thumb_txt .in_main_tit {
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 14px;
  display: block;
  width: 100%;

}

.thumb_list02>li .thumb_txt .in_main_tit span {
  color: #0066ff;
}

.thumb_list02>li .thumb_txt .in_main_tit b {
  color: #666;
  font-size: 14px;
}

.thumb_list02>li .thumb_txt .thumb_list_info {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.thumb_list02>li:nth-child(2n) {
  margin-right: 0;
}

.thumb_list02 .thumb_list_btns>div {
  vertical-align: top;
  width: 122px;
  line-height: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-right: 4px;
  display: inline-block;
}

.thumb_list02 .thumb_list_btns>div>span {
  font-size: 13px;
  color: #000;
  position: relative;
  display: block;
  padding-left: 55px;
  /* font-family: 'NanumBarunGothicBold'; */
}

.thumb_list02 .thumb_list_btns>div>span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 30px;
  height: 29px;
  background-repeat: no-repeat;
}

.thumb_list02 .thumb_list_btns>div:last-child {
  margin-right: 0px;
}

.thumb_list02 .thumb_list_btns>div.thumb_b_info_reply span::after {
  background-image: url('../img/user/common/icon_reply.png')
}

.thumb_list02 .thumb_list_btns>div.thumb_b_info_good span::after {
  background-image: url('../img/user/common/icon_good.png')
}

.thumb_list02 .thumb_list_btns>div.thumb_b_info_hit span::after {
  background-image: url('../img/user/common/icon_hit.png')
}

.thumb_list02 .thumb_list_tag span {
  color: #333333;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.thumb_list02 .thumb_bottom_box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.thumb_list02_w_100 {
  flex-wrap: wrap;
}

.thumb_list02_w_100 li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1%;
}

.file_board_section .board_content {
  border-bottom: 0;
}

.board_file_box {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 10px 18px 5px;
  font-size: 0;
}

.board_file_box a {
  background-color: #fff;
  ;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 15px;
  border-radius: 30px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.board_file_box a img {
  margin-left: 40px;
  width: 25px;
}

.board_file_box a b {
  font-size: 12px;
  color: #666;
}

.board_list_btns {
  margin-top: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.board_list_btns li {
  background-color: #f5f5f5;
  padding: 15px 35px 15px;
  display: flex;
  justify-content: space-between;
}

.board_list_btns li:first-child {
  border-bottom: 1px solid #ddd;
}

.board_list_btns li>span:first-child {
  flex: 1;
  font-weight: bold;
}

.board_list_btns li>span:first-child img {
  margin-right: 15px;
}

.board_list_btns li>a {
  flex: 8;
}

.board_list_btns li>span:last-child {
  flex: 1;
  text-align: right;
}

.thumb_list02_gall {
  flex-wrap: wrap;
}

.thumb_list02_gall>li {
  width: 24.25%;
  display: block;
  margin-bottom: 1%;
  position: relative;
}

.thumb_list02_gall>li:nth-child(2n) {
  margin-right: 1%;
}

.thumb_list02_gall>li:nth-child(4n) {
  margin-right: 0%;
}

.thumb_list02_gall>li .thumb_img {
  width: 100%;
}

.thumb_list02_gall>li>a>img {
  width: 270px;
  height: 160px;
}

.thumb_list02_gall>li .thumbnail_box {
  width: 270px;
  height: 160px;
  vertical-align: middle;
  line-height: 160px;
}

.thumb_list02_gall>li .shortform {
  position: relative;
  height: auto;
  padding-bottom: 120%;
}

.thumb_list02_gall>li .thumbnail_box.shortform img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: none;
}

.thumb_list02_gall>li .thumbnail_box.shortform video {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: none;
}

.thumb_list02_gall>li .thumbnail_box img {
  max-height: 160px;
  border-radius: 15px;
}

.thumb_list02_gall>li .thumbnail_box video,
.thumb_list02_gall>li .thumbnail_box iframe {
  max-height: 160px;
  border-radius: 15px;
}

.thumb_list02_gall>li .thumb_txt {
  margin-left: 0px;
}

.thumb_list02_gall .in_main_tit>b {
  display: block;
}

.thumb_bottom_info {
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}

.thumb_bottom_info>span:last-child {
  float: right;
}

.thumb_list02_gall>li>.thumb_txt {
  margin-left: 0;
}

.list_mark {
  color: #fff;
  background-color: #666666;
  border-radius: 10px 0 10px 0;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.list_mark.end_mark {
  background-color: #666;
  ;
}

.list_mark.ing_mark {
  background-color: #eb6100;
}

.thumb_list02_web {
  flex-wrap: wrap;
}

.thumb_list02_web>li {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1%;
  padding: 0px;
}

.thumb_list02_web>li:last-child {
  margin-bottom: 0;
}

/* .thumb_list02_web>li>a {
  display: flex;
  padding: 15px;
  width: 100%;
} */

.thumb_list02_web>li>a .thumbnail_box {
  flex: 2;
  width: 214px;
  height: 127px;
  vertical-align: middle;
  line-height: 127px;
}

.thumb_list02_web>li>a .thumbnail_box img {
  max-height: 127px;
  border-radius: 15px;
}

.thumb_list02_web .thumb_bottom_info {
  border-top: 0;
  padding-top: 0;
  margin-top: 15px;
}

.notice_list_wrap .notice-list li.active .add_con {
  background-color: #ecf3fb;
}

.notice_list_wrap .notice-list li.active .answer {
  color: #000;
}

.notice_list_wrap .notice-list li.active .org_con a {
  color: #0066cc;
}

.notice-list li .q_download_btns {
  padding: 0 30px;
}

.notice-list li .q_download_btns .more_btn {
  vertical-align: middle;
}

.notice-list .notice_cate {
  display: inline-block;
  margin-right: 40px;
}

.qna_a_btn {
  background-color: #e5e5e5;
  color: #666666;
  font-size: 14px;
  width: 80px;
  height: 26px;
  border-radius: 5px;
  text-align: center;
}

.qna_a_btn.wait_btn {
  color: #cc0000;
  background-color: #ffcccc;
}

.qna_a_btn.success_btn {
  color: #666666;
  background-color: #e5e5e5;
}

.count_box .board_top_btn,
.board_top .board_top_btn {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}

.column .board_write02 {
  border-bottom: 1px solid #000;
}

.count_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 9px;
}

.count_box .count {
  color: #666666;
  font-size: 20px;
}

.count_box .count b {
  font-size: 24px;
  color: #000;
  font-family: 'NanumBarunGothicBold';
  margin-left: 15px;
}

.notice_list_wrap .count_box {
  border-bottom: 0;
}

.board_list .count_box {
  border-bottom: 0;
}

.board_list .no_data,
.notice-list .no_data {
  min-height: 360px;
  width: 100%;
  border-radius: 0px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #f5f5f5;
  background-image: url('../img/user/no_data.png');
  background-position: center 100px;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  border-left: 0px;
  border-right: 0px;
}

.board_list table .no_data,
.notice-list table .no_data {
  height: 360px !important;
  display: table-cell;
}

.board_list table .no_data span,
.notice-list table .no_data span {
  padding-top: 85px;
}

.board_list .no_data span,
.notice-list .no_data span {
  color: #cccccc;
  font-size: 40px;
  padding-top: 200px;
  display: block;
}

.column .list-btn .btn {
  margin-right: 5px;
}

.line1_short {
  max-width: 920px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.line2_short {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fix_table {
  table-layout: fixed;
}

.lock_sub {
  position: relative;
  padding-right: 30px;
}

.lock_sub img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*230516 추가 끝*/
/* 0517추가 */
.pl-60 {
  padding-left: 60px;
}

.bonus_txt {
  margin-top: 10px;
}

.takebtn {
  display: inline-block;
  line-height: 30px;
}

.table_normal thead.th_double tr th {
  height: 30px;
}

.b_label {
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  width: 80px;
  text-align: center;
  margin-right: 10px;
}

.green_label {
  border: 1px solid #669933;
  color: #669933;
}

.blue_label {
  border: 1px solid #0066cc;
  color: #0066cc;
}

.red_label {
  border: 1px solid #e60012;
  color: #e60012;
}

.tb_tit p {
  font-size: 26px;
  font-weight: bold;
}

.ai-e {
  align-items: end;
}

.red_text {
  color: #e60012;
}

.board_view2 {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
}

.board_view2 .board_tit {
  background-color: #f0f1f6;
}

.board_view2 .board_info {
  border-bottom: 1px solid #bfbfbf;
  line-height: 2;
}

.board_view2 .file_box {
  padding: 10px 30px;
  background-color: #f5f5f5;
}

.board_view2 .board_section {
  margin-bottom: 0;
}

.board_view2 .board_content {
  border-bottom: none;
  padding-bottom: 80px;
}

.list-btn .btn_like {
  background: url(../img/class/like.png)no-repeat 20px center, #317abe;
  padding-left: 50px;
}

.file_name {
  margin-left: 10px;
}

.reply-wrap.nobor {
  border-radius: 0;
}

.reply_write.nobor .tit {
  font-size: 20px;
}

.nobor .reply_list li:last-child,
.nobor .reply_list .time {
  border: none;
}

.nobor .reply_list .info {
  margin-bottom: 0;
}

.mini-btn {
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  padding: 0 15px;
}

.reply_write2 {
  background-color: #f5f5f5;
  padding: 20px;
  display: none;
}

.reply_write2.active {
  display: block;
}

.ai-str {
  align-items: stretch;
}

.reply_btn {
  padding: 0 30px;
  border-radius: 100px;
  font-size: 18px;
  margin-left: 10px;
}

.class .board_write>li {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 0;
}

.class .board_write .wr_tit {
  text-align: center;
  border-right: 1px solid #bfbfbf;
  width: 20%;
  padding: 10px;
}

.class .board_write .wr_con {
  padding: 10px;
}

.class_step tbody tr.total_score td {
  font-size: 24px;
  font-weight: bold;
}

.total_score {
  font-size: 24px;
  font-weight: bold;
}

.file_download {
  display: inline-block;
  background: url(../img/download.png)no-repeat calc(100% - 10px) center/25px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 80px 10px 10px;
  margin-right: 5px;
}

.secret_box input[type=radio] {
  display: none;
}

.secret_box input[type="radio"]+label {
  padding: 0;
  border: 1px solid #cccccc;
  width: 100px;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
}

.secret_box input[type="radio"]:checked+label {
  background-color: #000;
  color: #fff;
}

.secret_box label[type=radio] {
  padding: 0;
}

.secret_box input[type="radio"]+label:before {
  display: none;
}

.window_box {
  max-width: 740px;
  margin: 0 auto;
}

.window_box .tit {
  background: #fff;
  color: #000;
  font-size: 24px;
  padding: 30px 30px 0;
  font-weight: bold;
}

.window_box .tb_tit p {
  font-size: 18px;
}

.window_box .step_agreeBox .content {
  padding-top: 0;
}

.window_box .logo_bg {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.list_survey>ul.survey>li {
  min-height: auto;
}

.list_survey .survey_box {
  border-top: 2px solid #000;
}

.list_survey .surveyH {
  background-color: #f5f5f5;
  min-height: 76px;
}

.list_survey .survey_btn {
  border-radius: 5px;
  width: 100px;
  font-size: 18px;
  color: #fff;
}

.list_survey .circle_label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: #999999;
  color: #fff;
}

.board_reply {
  margin-top: 100px;
}

.board_reply .tit {
  font-size: 20px;
  line-height: 1.5;
}

.board_reply .textcon {
  border-top: 1px solid #000;
  border-bottom: 2px solid #333;
  background-color: #f5f5f5;
  padding: 50px 30px;
}

.window_box .radioList {
  padding: 20px;
  padding-bottom: 0;
}

/* 훈련일정 캘린더 시작 */
#calendar .planLinkBox.type02 {
  margin-top: 35px;
}

#calendar .fc-view-container {
  border-top: 2px solid #000;
}

#calendar .fc-unthemed td {
  border: 1px solid #bfbfbf;
}

#calendar th.fc-day-header {
  background-color: #f0f1f6;
  border-bottom: 1px solid #000;
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
}

#calendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left !important;
  padding: 8px 0px 0px 10px;
  font-family: "NanumBarunGothicBold";
  font-size: 16px;
}

#calendar .fc-day-grid-event .fc-content {
  background-color: #fff;
  position: relative;
  ;
}

#calendar .fc-day-grid-event .fc-content:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 11px;
  z-index: -1;
}

#calendar.fc-ltr .fc-h-event.fc-not-end,
#calendar.fc-rtl .fc-h-event.fc-not-start {
  background-color: transparent !important;
}

#calendar .fc-event .fc-content {
  background-color: transparent !important;
}

#calendar .fc-day-grid-event .fc-content .fc-title {
  background-color: red;
  padding: 4px 9px 5px 2px;
  border-radius: 20px;
  color: #fff;
}

#calendar .fc-day-grid-event .fc-content .fc-title span {
  background-color: #fff;
  color: #333;
  font-family: "NanumBarunGothicBold";
  border-radius: 20px;
  padding: 3px 8px;
  font-size: 12px;
}

#calendar .fc-popover .fc-day-grid-event .fc-content {
  padding: 4px 9px 5px 2px;
}

#calendar a.fc-more {
  color: #000 !important;
  font-size: 13px;
}

#calendar .fc-row .fc-content-skeleton tbody td {
  padding-bottom: 2px;
}

/* 훈련일정 캘린더 끝 */
/* 230519 추가 */
.column_thumb_list li {
  position: relative;
  overflow: hidden;
}

.column_thumb_list .thumb_column_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  top: 0;
  left: 0;
}

.column_thumb_list .thumb_column_tit span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
  width: 85%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.click_btn {
  cursor: pointer;
}

.click_btn p {
  font-size: 16px;
}

.click_btn .click_on_img {
  display: none;
}

.click_btn.on .click_on_img {
  display: inline-block;
}

.click_btn.on .click_off_img {
  display: none;
}

/* 230519 끝 */
.icon_lock,
.icon_new {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon_lock {
  background: url(../img/user/lock.png)no-repeat center;
}

.icon_new {
  background: url(../img/user/new.png);
}

/*230525*/
.admin_sch_box {
  border-radius: 10px;
  background-color: #d6dee9;
  padding: 8px 8px 6px;
  border: 1px solid #d2d2d2;
  margin-bottom: 50px;
}

.admin_sch_box>ul {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.admin_sch_box>ul>li {
  padding-bottom: 10px;
  display: table;
  padding-right: 8px;
  width: 263px;
}

.admin_sch_box>ul>li>label {
  vertical-align: middle;
  ;
  display: table-cell;
}

.admin_sch_box>ul>li>label:first-child {
  font-size: 18px;
  color: #333;
  width: 99px;
  padding-left: 5px;
  padding-right: 10px;
  text-align: right;
}

.admin_sch_box>ul>li>label .bootstrap-select {
  min-width: auto;
  width: 100%;
}

.sch_input_btn {
  width: auto;
  flex: auto;
}

.sch_input_btn.full_sch {
  margin: 0px auto;
  width: 930px;
  flex: none;
}

.sch_input_btn.full_sch_v2 {
  margin: 0px auto;
  width: 100%;
  padding: 0px 10px 10px;
  ;
  flex: none;
}

.sch_input_btn.full_sch_v2>input[type=text] {
  width: 485px;
  height: 42px;
}

.sch_input_btn.full_sch_v4 {
  margin: 0px auto;
  width: 100%;
  padding: 0px 10px 10px;
  flex: none;
  display: flex;
}

.sch_sort_btns {
  display: flex;
}

.sch_input_btn.full_sch_v4>input[type=text] {
  width: 461px;
  height: 42px;
}

.sch_input_btn.full_sch_v5 {
  margin: 0px auto;
  width: 100%;
  padding: 0px 10px 10px;
  display: flex;
  flex: none;
}

.sch_input_btn.full_sch_v5>div {
  display: flex;
  width: 50%;
}

.sch_input_btn.full_sch_v5 input[type=text] {
  width: auto;
  flex: 1;
}

.sch_input_btn.full_sch_v5 input[type=text].sch_input {
  width: auto;
  flex: 1;
}

.sch_input_btn.full_sch_v5 .sch_bar {
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #d6dee9;
  margin: 0px 14px;
}

.sch_input_btn.full_sch>label {
  display: inline-block;
}

.sch_radio {
  display: inline-block;
  margin-right: 20px;
}

.sch_radio>span {
  font-size: 18px;
  margin-right: 30px;
}

.sch_radio .radio {
  margin-right: 25px;
  font-size: 18px;
}

.sch_input_btn>input[type=text] {
  width: 688px;
  height: 42px;
}

.sch_input_btn.full_sch_v3 input[type=text] {
  width: 708px;
  height: 42px;
}

.sch_input_btn .sch_admin_btn {
  display: inline-block;
  width: 90px;
  height: 42px;
  margin-left: 4px;
  color: #fff;
  border-radius: 5px;
  background-color: #317abe;
  font-size: 18px;
}

.sch_sort_btn {
  width: 114px;
  height: 44px;
  background-color: #999;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  margin-left: 5px;
}

.board_top_info {
  border: 1px solid #d2d2d2;
  background-color: #d6dee9;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.board_top_info>ul {
  font-size: 0px;
  display: table;
  width: 100%;
}

.board_top_info>ul>li {
  display: table-cell;
  width: 14%;
  text-align: center;
  padding: 20px 5px;
}

.board_top_info>ul>li>img {
  margin-bottom: 10px;
}

.board_top_info>ul>li>strong {
  display: block;
  font-size: 18px;
  color: #333333;
  font-family: "NanumBarunGothicBold";
}

.board_top_info>ul>li>strong>span {
  color: #0066cc;
  font-size: 26px;
  margin: 0px 4px 0px 7px;
}

.board_top_info>ul>li>strong>span.col_red {
  color: #cc0000;
}

.board_td_btn button {
  width: 50px;
  height: 26px;
  background-color: #e5e5e5;
  color: #666;
  font-size: 14px;
  border-radius: 5px;
}

.board_td_btn_type2 button {
  height: 30px;
  width: 60px;
}

.col_blue {
  color: #0066cc
}

.col_red {
  color: #cc0000
}

.bootstrap-select .selectpicker.sm_sel+.dropdown-toggle {
  line-height: 30px;
  height: 30px;
}

.bootstrap-select .selectpicker.sel_col_blue+.dropdown-toggle .filter-option-inner-inner {
  color: #0066cc;
}

.bootstrap-select .selectpicker.sel_col_red+.dropdown-toggle .filter-option-inner-inner {
  color: #cc0000;
}

.bootstrap-select.sm_sel .dropdown-menu {
  top: 33px !important;
}

.ekt_cont_tit {
  color: #0d0d0d;
  font-size: 32px;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.raund_home_box_layer {
  border-radius: 15px;
  background-color: #f1f2f7;
  padding: 10px;
}

.raund_home_box {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
}

.raund_home_box.list_raund_home {
  padding: 0px;
}

.list_ul {
  font-size: 0px;
  padding: 15px 0px;
}

.list_ul>li {
  display: table;
  width: 100%;
  line-height: 45px;
}

.list_ul>li>span {
  display: table-cell;
  vertical-align: top;
}

.list_ul>li>span.list_tit {
  text-align: right;
  width: 170px;
  padding-right: 45px;
  color: #333333;
  font-size: 18px;
}

.list_ul>li>span.list_con {
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
  color: #333333;
}

.list_ul>li>span.list_con>p {
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  word-break: keep-all;
  padding-top: 8px;
}

.list_ul>li>span.list_con.tit_list_emp {
  font-size: 24px;
  color: #3a71b5;
}

.list_ul>li>span.list_con .board_file_box {
  border: 0px;
  background-color: transparent;
  margin-top: 5px;
  padding: 0;
}

.list_ul>li>span.list_con .board_file_box a {
  line-height: 20px;
  margin-bottom: 0px;
}

.raund_home_tit {
  position: relative;
}

.raund_home_tit>strong {
  margin-top: 5px;
  font-size: 26px;
  color: #0d0d0d;
  display: inline-block;
  font-family: "NanumBarunGothicBold";
}

.raund_home_btn {
  font-size: 18px;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 230px;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
  padding-right: 35px;
  text-align: right;
}

.raund_home_btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ekt/ekt_hd_right_cho_icon.png);
  width: 21px;
  height: 22px;
}

.raund_home_ing {}

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

.raund_home_ing_box>span {
  display: table-cell;
  vertical-align: top;
}

.raund_home_ing_tit {
  width: 230px;
}

.raund_home_ing_tit>span {
  font-size: 20px;
  color: #0d0d0d;
  font-family: "NanumBarunGothicBold";
  margin-right: 13px;
  text-align: center;
  display: inline-block;
  width: 215px;
  line-height: 40px;
  border-radius: 30px;
}

.bor_col_yell {
  border: 1px solid #ff9900;
}

.bor_col_purple {
  border: 1px solid #6666cc
}

.raund_home_ing_line_layer {
  width: 802px;
}

.raund_home_ing_line_box {
  background-color: #e6e7eb;
  border-radius: 10px;
  width: 100%;
  height: 14px;
  margin-top: 15px;
}

.raund_home_ing_num {
  width: 120px;
  text-align: right;
}

.raund_home_ing_num>span {
  font-family: "NanumBarunGothicBold";
  font-size: 40px;
}

.raund_home_ing_line {
  border-radius: 10px;
  height: 14px;
}

.back_col_yell {
  background-color: #ff9900;
}

.back_col_purple {
  background-color: #6666cc;
}

.txt_col_yell {
  color: #ff9900;
}

.txt_col_purple {
  color: #6666cc;
}

.raund_table table {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.raund_table table tr:first-child th {
  border-bottom: 1px solid #000;
  background-color: #ecf3fb;
}

.raund_table table th {
  background-color: #f5f5f5;
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 20px;
  color: #363c4b;
  border-right: 1px solid #bfbfbf;
  padding: 12px 5px;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle;
}

.raund_table table td {
  background-color: #fff;
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 20px;
  color: #363c4b;
  border-right: 1px solid #bfbfbf;
  padding: 10px 5px;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle;
}

.raund_table table td .mini_link {
  padding: 0px 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #666666;
  font-size: 14px;
  display: inline-block;
}

.raund_table table tr:last-child td {
  border-bottom: 1px solid #000;
  background-color: #eeeeee;
}

.raund_table table tr:last-child td.col_blue {
  color: #3a71b5;
}

.raund_table table tr:first-child th.grap_th {
  background-color: #fff;
}

.raund_table table tr:first-child th.grap_th img {
  vertical-align: text-top;
}

/* 0906 - 도넛 변경 */
.raund_table_dual {
  display: flex;
  height: 100%;
  align-items: stretch;
}

.raund_donut {
  position: relative;
  width: 33%;
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
  border-right: 0;
  border-bottom: 1px solid #000;

}

.raund_table_dual.raund_table table {
  flex: 1;
}

.raund_donut .donut {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 0906 - 도넛 변경 끝 */

.donut {
  width: 69%;
  padding-bottom: 69%;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.donut>span {
  position: absolute;
  font-size: 26px;
  color: #666666;
  top: 83px;
  left: 85px;
  font-family: "NanumBarunGothicBold";
}

.donut>span>strong:after {
  display: block;
  font-size: 47px;
  font-family: "NanumBarunGothicBold";
  content: attr(data-percent)'점';
  color: #3a71b5;
  margin-top: 15px;
}

.donut::before {
  width: 73%;
  background: #fff;
  box-shadow: 0px 0px 5px 5px #b1afaf;
  border-radius: 50%;
  position: absolute;
  left: 14%;
  top: 13%;
  display: block;
  transform: skew(-0.03deg);
  content: '';
  margin: auto;
  padding: calc(46% - 1.3vw) 0;
}

.ekt_table table {
  border: 1px solid #bfbfbf;
  /* border-top: 2px solid #000; */
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ekt_table table thead th {
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 14px;
  color: #333;
  border-right: 1px solid #bfbfbf;
  padding: 20px 5px;
  vertical-align: middle;
  /* border-bottom: 1px solid #000; */
  background-color: #f0f1f6;
  position: sticky;
  top: 0px;
}

.ekt_table table thead.row_span_thead th {
  height: 30px;
  padding: 0px;
}

.ekt_table table thead.row_span_thead th.bor_bf {
  border-bottom: 1px solid #bfbfbf;
}

.ekt_table table td {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-right: 1px solid #bfbfbf;
  /* padding: 20px 5px; */
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle;
}

.ekt_table table td .mini_link {
  padding: 0px 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #666666;
  font-size: 14px;
  display: inline-block;
}

.ekt_table table td .black_btn {
  background-color: #000;
}

.ekt_table table td .blue_btn {
  background-color: #3a71b5;
}

.ekt_table table tfoot td {
  background-color: #f5f5f5;
  font-family: "NanumBarunGothicBold";
}

.ekt_table table tfoot td b {
  font-family: "NanumBarunGothicBold";
}

.ekt_table table .col_red {
  color: #cc0000;
}

.ekt_table table .table_box_i {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #3a71b5;
  color: #3a71b5;
  font-size: 14px;
  margin-right: 10px;
}

.ekt_table table .table_box_i.col_red {
  color: #cc3333;
  border: 1px solid #cc3333;
}

.latest_list_ekt {}

.latest_list_ekt .latest_tit {
  font-family: "NanumBarunGothicBold";
  font-size: 26px;
  position: relative;
}

.latest_list_ekt .latest_tit>a {
  font-size: 40px;
  color: #317abe;
  position: absolute;
  right: 10px;
  top: 0px;
  display: inline-block;
}

.latest_ul_ekt {
  font-size: 0px;
  border-top: 2px solid #000;
}

.latest_ul_ekt>li {
  display: block;
  border-bottom: 1px solid #bfbfbf;
}

.latest_ul_ekt>li>a {
  display: table;
  width: 100%;
  padding: 20px 20px 25px 12px;
}

.latest_ul_ekt>li>a>span {
  display: table-cell;
  vertical-align: top;
}

.board_cate {
  width: 120px;
}

.board_txt {
  width: auto;
}

.board_cate>span {
  font-size: 16px;
  color: #fff;
  font-family: "NanumBarunGothicBold";
  border-radius: 20px;
  background-color: #317abe;
  padding: 6px 20px 5px;
}

.board_link_box {
  position: relative;
}

.board_tit {
  color: #363c4b;
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  width: 840px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_date {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  color: #363c4b;
  font-family: "NanumBarunGothicBold";
}

.board_con_txt {
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  width: 1100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ekt_plan_layer {
  margin-top: 50px;
}

.ekt_plan_tit {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 11px 38px;
  border-radius: 10px;
  font-size: 24px;
  display: inline-block;
}

.ekt_plan_tit::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #000;
  border-right: 20px solid transparent;
}

.ekt_plan_layer .ekt_plan_con {
  font-size: 20px;
  color: #333;
  padding: 30px 35px;
  letter-spacing: -0.3px;
  line-height: 30px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.ekt_top_txt_layer {
  margin-top: 60px
}

.ekt_top_txt_layer>ul {
  font-size: 0px;
  border: 5px solid #317abe;
  border-radius: 10px;
  padding: 20px 30px;
}

.ekt_top_txt_layer>ul>li {
  display: block;
  padding-left: 35px;
  position: relative;
  color: #666666;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
}

.ekt_top_txt_layer>ul>li:last-child {
  margin-bottom: 0px;
}

.ekt_top_txt_layer>ul>li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  background-image: url('../img/ekt/top_txt_icon.png')
}

.ekt_table_btn_list {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 10px;
}

.ekt_table_btn_list .ekt_down_btn {
  background-color: #000;
  position: relative;
  color: #fff;
  text-align: right;
  font-size: 16px;
  padding-right: 30px;
  border-radius: 10px;
  width: 250px;
  line-height: 42px;
  margin-right: 5px;
}

.ekt_table_btn_list .ekt_down_btn::before {
  position: absolute;
  left: 40px;
  top: 12px;
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/ekt/down_icon.png');
  width: 20px;
  height: 18px;
}

/*시험 결과보기*/
.ekt_sub_title {
  position: relative;
}

.ekt_sub_title .ekt_sub_title_b {
  font-size: 26px;
  color: #000;
  font-family: "NanumBarunGothicBold";
}

.ekt_sub_btn {
  position: absolute;
  right: 0px;
  top: -10px;
}

.ekt_sub_btn .list_btn {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 37px;
  padding: 0px 46px;
  text-align: center;
  border-radius: 20px;
  background-color: #000;
}

.ekt_result_box {
  margin-bottom: 20px;
}

.ekt_result_box>div {
  display: table;
  width: 100%;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.ekt_result_score_box {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.ekt_result_score_box>span {
  display: table-cell;
  vertical-align: top;
  line-height: 60px;
  font-family: "NanumBarunGothicBold";
}

.ekt_result_score_box>span.ekt_result_num {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  width: 163px;
}

.ekt_result_score_box>span.ekt_result_v {
  font-size: 18px;
  color: #333;
  text-align: center;
  width: 705px;
  border-right: 1px solid #bfbfbf
}

.ekt_result_score_box>span.ekt_result_score_v {
  background-color: #f0f1f6;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  color: #333;
  font-size: 18px;
  width: 160px;
}

.ekt_result_score_box>span.ekt_result_score {
  width: 215px;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.ekt_result_title {
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 30px;
  background-color: #f0f1f6;
  font-size: 0px;
}

.ekt_result_title>span {
  display: table-cell;
  vertical-align: top;
}

.ekt_result_title>span.ekt_result_title_img {
  width: 26px;
}

.ekt_result_title>span.ekt_result_title_txt {
  margin-left: 30px;
  line-height: 26px;
  color: #333;
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
  display: inline-block;
  vertical-align: middle;
}

.ekt_result_list {}

.ekt_result_list>ul {
  font-size: 0px;
  padding: 20px 30px;
}

.ekt_result_list>ul>li {
  display: block;
  margin-bottom: 15px;
}

.ekt_result_list>ul>li .radio {
  display: block;
}

.ekt_result_list>ul>li .radio strong {
  display: inline-block;
  margin-left: 25px;
  color: #333;
  font-weight: normal;
  font-size: 18px;
}

.ekt_result_list>ul>li.answer .radio strong {
  font-family: "NanumBarunGothicBold";
  color: #cc0000;
}

.ekt_result_list>ul>li .radio.disabled {
  cursor: default;
}

.ekt_result_list>ul>li:last-child {
  margin-bottom: 0px;
}

.ekt_result_opinion>span {
  display: table-cell;
  line-height: 60px;
}

.ekt_result_opinion>span.ekt_result_opinion_tit {
  width: 163px;
  text-align: center;
  color: #333;
  font-size: 18px;
  background-color: #f0f1f6;
  border-right: 1px solid #bfbfbf;
  font-family: "NanumBarunGothicBold";
}

.ekt_result_opinion>span.ekt_result_opinion_input {
  padding: 0px 10px;
}

/*시험응시 팝업*/
body.no_scroll {
  overflow: hidden;
}

.ekt_pop.w_1600 {
  max-width: 1600px;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.ekt_pop .pop_hd {
  margin-bottom: 15px;
  padding-top: 25px;
}

.ekt_pop .pop_hd>span {
  font-size: 22px;
}

.ekt_pop .pop_hd>button {
  right: -25px;
  top: 15px;
}

.ekt_pop .pop_result_body {
  border: 0px;
}

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

.pop_result_top>div {
  display: table-cell;
}

.pop_result_top_l {
  background-color: #3a71b5;
  padding-left: 45px;
  position: relative;
}

.pop_result_top_l .pop_result_top_tit {
  color: #fff;
  font-size: 30px;
  line-height: 70px;
}

.pop_result_top_info {
  float: right;
  padding-top: 13px;
  padding-right: 25px;
}

.pop_result_top_info .pop_result_top_time {
  font-size: 24px;
  color: #000;
  font-family: "NanumBarunGothicBold";
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 35px 0px 30px;
  line-height: 48px;
  display: inline-block;
  margin-right: 10px;
}

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

.pop_result_top_info .pop_result_top_btn {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-family: "NanumBarunGothicBold";
  text-align: center;
  width: 170px;
  height: 48px;
  border-radius: 10px;
}

.pop_result_top_r {
  background-color: #999999;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-family: "NanumBarunGothicBold";
  line-height: 70px;
  width: 255px;
}

.pop_result_list_scroll {
  max-height: calc(90vh - 170px);
  overflow-y: auto;
  padding-right: 35px;
}

.pop_result_list_scroll::-webkit-scrollbar {
  width: 7px;
}

.pop_result_list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid #ccc;
}

.pop_result_list_scroll::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px white;
}

.pop_result_exam_box {
  margin-top: 25px;
}

.pop_result_exam_num {
  font-family: "NanumBarunGothicBold";
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.pop_result_exam_list {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
}

.pop_result_exam_list_tit {
  display: block;
  font-family: "NanumBarunGothicBold";
  position: relative;
  background-color: #f0f1f6;
  font-size: 20px;
  color: #333333;
  padding: 15px 35px;
  border-bottom: 1px solid #000;
}

.pop_result_exam_list_tit.poll_title {
  padding-left: 60px;
}

.pop_result_exam_list_tit.poll_title:after {
  content: 'Q.';
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
}

.pop_result_exam_ul {
  font-size: 0px;
  padding: 25px 30px;
}

.pop_result_exam_ul>li {
  display: block;
  margin-bottom: 15px;
}

.pop_result_exam_ul>li:last-child {
  margin-bottom: 0px;
}

.pop_result_exam_ul>li .radio>strong {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}

.pop_result_exam_ul .pop_result_exam_txt {
  font-size: 18px;
}

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

.pop_result_content>div {
  display: table-cell;
  vertical-align: top;
}

.pop_result_ing_box {
  width: 255px;
  background-color: #e5e5e5;
  padding: 15px 10px;
}

.pop_result_ing_top {
  border: 2px solid #000;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  line-height: 45px;
  text-align: center;
  font-size: 0px;
}

.pop_result_ing_top>i {
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  font-family: "NanumBarunGothicBold";
  vertical-align: top;
  padding-right: 3px;
}

.pop_result_ing_top>span {
  display: inline-block;
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  vertical-align: top;
}

.pop_result_ing_top>i.col_blue {
  margin-left: 15px;
  color: #3a71b5;
}

.pop_result_ing_list {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}

.pop_result_list_scroll_ing {
  max-height: calc(90vh - 270px);
  ;
  overflow-y: auto;
}

.pop_result_list_scroll_ing::-webkit-scrollbar {
  width: 7px;
}

.pop_result_list_scroll_ing::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid #ccc;
}

.pop_result_list_scroll_ing::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px white;
}

.pop_result_list_scroll_ing>div {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background-color: #f5f5f5;
  min-height: 50px;
}

.pop_result_list_scroll_ing>div.pop_result_ing_div {
  background-color: #fff;
}

.pop_result_list_scroll_ing>div:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pop_result_list_scroll_ing>div:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pop_result_ing_num {
  font-size: 16px;
  font-family: "NanumBarunGothicBold";
  background-color: #ccc;
  color: #000;
  line-height: 30px;
  padding: 0px 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pop_result_ing_div .pop_result_ing_num {
  background-color: #000;
  color: #fff;
}

.pop_result_ing_txt {
  display: block;
  padding-left: 60px;
  text-align: center;
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  line-height: 50px;
  color: #999;
}

.pop_result_ing_div .pop_result_ing_txt {
  color: #000;
}

.not_scroll {
  overflow: hidden;
}

/*과제 확인 팝업*/
.ekt_pop.w_800 {
  max-width: 800px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.ekt_pop.w_600 {
  max-width: 600px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.completion_result {
  max-width: 630px;
  overflow-y: auto;
  padding: 0px 40px 40px;
  max-height: 90%;
}

.completion_result_body {
  border: 1px solid #ababab;
  padding: 5px;
  font-weight: bold;
}

.completion_result_ho {
  font-size: 18px;
  display: block;
  font-family: serif;
}

.completion_result_title {
  margin-top: 60px;
  font-family: serif;
  font-size: 60px;
  letter-spacing: 35px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 110px;
}

.completion_result_ul {
  font-size: 0px;
  margin-left: 20px;
  margin-bottom: 100px;
}

.completion_result_ul>li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.completion_result_ul>li>span {
  display: table-cell;
  vertical-align: top;
  font-size: 17px;
  font-family: serif;
  letter-spacing: -0.5px;
}

.completion_result_ul>li>span:first-child {
  width: 115px;
}

.completion_result_ul_le {
  letter-spacing: -0.4px;
}

.completion_result_txt {
  text-align: center;
  font-size: 20px;
  font-family: serif;
  margin-bottom: 105px;
}

.completion_result_date {
  text-align: center;
  font-size: 20px;
  font-family: serif;
  margin-bottom: 50px;
}

.completion_result_school {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.completion_result_usage {
  font-size: 17px;
  font-family: serif;
}

.completion_result_addr {
  font-size: 15px;
  font-family: serif;
  letter-spacing: -0.5px;
}

.ekt_table td.col_blue {
  color: #3a71b5;
  font-family: "NanumBarunGothicBold";
}

.pop_ekt_tit {
  font-size: 22px;
  display: block;
  font-family: "NanumBarunGothicBold";
  margin-bottom: 10px;
}

.ekt_pop .pop_ekt_content_td {
  padding: 5px;
}

.pop_ekt_content_box {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.pop_ekt_content_txt {
  padding: 15px 20px;
  min-height: 85px;
  word-break: keep-all;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
  text-align: left;
}

.pop_ekt_content_box .board_file_box {
  text-align: left;
  border-bottom: 0px;
  padding: 5px 5px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ekt_body_table tbody th {
  text-align: right;
  padding: 15px 25px 5px 5px;
  ;
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-family: "NanumBarunGothic";
}

.ekt_body_table tbody td {
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
}

.pop_ekt_btn {
  text-align: center;
  padding: 20px 0px 0px;
  font-size: 0px;
}

.pop_ekt_btn>button {
  padding: 0px 15px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  vertical-align: middle;
}

.pop_ekt_btn_type2>button {
  padding: 0px 29px;
}

.pop_gary_btn {
  background-color: #999;
}

.pop_black_btn {
  background-color: #000;
}

.ekt_body_table tbody td.pop_ekt_textarea_td {
  padding: 5px;
}

.pop_ekt_textarea {
  height: 127px;
}

.pop_ekt_textarea_type2 {
  height: 80px;
}

.ekt_body_table tbody td.file_td_box {
  padding: 5px;
}

.ekt_body_table tbody td.file_td_box .filebox {
  margin-bottom: 5px;
  font-size: 0px;
}

.ekt_body_table tbody td.file_td_box .board_file_box {
  border: 0px;
  padding: 0px;
  background-color: #fff;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  width: 97px;
  height: 35px;
  background-color: #999;
  cursor: pointer;
  border: 0px;
  border-radius: 5px;
  line-height: 35px;
  vertical-align: top;
  text-align: center;
}

/* named upload */
.filebox .upload-name {
  margin-right: 5px;
  width: 455px;
  display: inline-block;
  padding: 5px;
  /* label의 패딩값과 일치 */
  font-size: 16px;
  ;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  height: 35px;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

/*예약관리 스튜디오 예약_관리자*/
.studio_info {}

.studio_info>span {
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
  /*background-color: #000;
  border-radius: 20px;
  line-height: 37px;
  padding: 0px 79px;
  text-align: center;*/
  display: inline-block;

}

/*진도*/
.dep_table {}

.dep_table .dep2 {
  display: none;
}

.dep_table .dep2 td:first-child::after,
.dep_table .dep2 td:last-child::after {
  content: "";
  width: 5px;
  height: calc(100% + 1px);
  background-color: #ecf3fb;
  position: absolute;
  top: -1px;
}

.dep_table .dep2:first-child td {
  border-top: 1px solid #3a71b5;
}

.dep_table .dep2 td {
  position: relative;
}

.dep_table .dep1 {
  cursor: pointer;
}

.dep_table .dep1.active td {
  background-color: #ecf3fb;
  color: #3a71b5;
  font-family: "NanumBarunGothicBold";
}

.dep_table .magnitude_tit {
  text-align: left;
  padding-left: 25px;
  position: relative;
}

.dep_table .magnitude_tit:after {
  position: absolute;
  content: '';
  display: block;
  top: 24px;
  right: 20px;
  background-repeat: no-repeat;
  background-image: url('../img/ekt/magnitude_tit_off.png');
  width: 20px;
  height: 10px;
}

.dep_table .dep1.active .magnitude_tit:after {
  background-image: url('../img/ekt/magnitude_tit_on.png');
  top: 27px;
}

.dep_table .dep1.active+tr td::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #3a71b5;
  top: -1px;
  position: absolute;
  left: 1px;
}

.dep_table .dep2_last td:first-child::before {
  left: 5px;
}

.dep_table .dep2_last td:last-child::before {
  right: 5px !important;
}

.dep_table .dep2_last td::before {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 5px;
  content: '';
  display: block;
  background-color: #ecf3fb;
  left: 0px;
  z-index: 2;
  border-top: 1px solid #3a71b5;
}

.dep_table .dep2 td:last-child::before {
  left: auto !important;
  right: 1px;
}

.dep_table .dep2 td:first-child {}

.dep_table .dep2 td:first-child::after {
  left: 0px;
  border-right: 1px solid #3a71b5;
}

.dep_table .dep2 td:last-child::after {
  right: 0px;
  border-left: 1px solid #3a71b5;
}

.reservation_info {
  text-align: right;
  margin-bottom: 10px;
}

.reservation_info>span {
  width: 237px;
  line-height: 37px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  border-radius: 20px;
  padding-right: 55px;
  color: #333;
  font-family: "NanumBarunGothicBold";
  font-size: 20px;
  position: relative;
}

.reservation_info>span:after {
  position: absolute;
  left: 55px;
  top: 12px;
  border-radius: 15px;
  width: 30px;
  height: 15px;
  background-color: #0066ff;
  content: '';
  display: block;
}

.time_day_table {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

.time_day_table td,
.time_day_table th {
  border-right: 1px solid #bfbfbf;
}

.time_day_table tr td:nth-child(2n) {
  border-right: 1px solid #e5e5e5;
}

.time_day_table tr td {
  position: relative;
  font-family: "NanumBarunGothicBold";
  font-size: 18px;
}

.column .t_notice.time_day_table th {
  height: 30px;
  border-bottom: 1px solid #bfbfbf;
}

.column .t_notice.time_day_table th:first-child {
  border-bottom: 1px solid #000;
}

.column .t_notice.time_day_table .time_tr th {
  border-bottom: 1px solid #000;
}

.column .t_notice.time_day_table td {
  height: 80px;
}

.time_day_table th {
  font-size: 18px;
  color: #333;
  font-family: "NanumBarunGothicBold";
}

.time_day_table .time_tr th:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333;
  /* 화살표 */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0px;
}

.time_day_table .time_tr th {
  text-align: left;
  font-size: 14px;
  position: relative;
  padding-left: 8px;
}

.time_bar {
  line-height: 27px;
  padding: 0px 5px;
  border-radius: 15px;
  color: #fff;
  background-color: #999;
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.my_reservation {
  background-color: #0066ff;
}

.bar_w_1 {
  width: 100%;
  width: 100%;
  line-height: 15px;
  font-size: 12px;
  top: 23px;
  font-family: 'NanumBarunGothic';
  border-radius: 10px;
}

.bar_w_2 {
  width: 202%;
}

.bar_w_3 {
  width: 303%;
}

.bar_w_4 {
  width: 404%;
}

.bar_w_5 {
  width: 507%;
}

.bar_w_6 {
  width: 608%;
}

.bar_w_7 {
  width: 710%;
}

.bar_w_8 {
  width: 811%;
}

.bar_w_9 {
  width: 914%;
}

.bar_w_10 {
  width: 1015%;
}

.bar_w_11 {
  width: 1118%;
}

.bar_w_12 {
  width: 1219%;
}

.bar_w_13 {
  width: 1322%;
}

.bar_w_14 {
  width: 1422%;
}

.bar_w_15 {
  width: 1525%;
}

.bar_w_16 {
  width: 1628%;
}

.bar_w_17 {
  width: 1728%;
}

.bar_w_18 {
  width: 1830%;
}

/*스튜디오 안내*/
.info_txt_tit {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 11px 38px;
  border-radius: 10px;
  font-size: 24px;
  display: inline-block;
}

.info_txt_tit::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #000;
  border-right: 20px solid transparent;
}

.info_about_list>ul {
  font-size: 0px;
}

.info_about_list>ul>li {
  border: 1px solid #d2d2d2;
  width: 210px;
  height: 202px;
  margin-right: 47px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding-top: 20px;
  border-radius: 10px;
}

.info_about_list>ul>li>img {
  margin-bottom: 15px;
}

.info_about_list>ul>li>strong {
  font-size: 20px;
  font-family: 'NanumBarunGothicBold';
  display: block;
  line-height: 24px;
}

.info_about_list>ul>li>strong>span {
  color: #666;
  display: block;
  font-size: 16px;
}

.info_about_list>ul>li:last-child {
  margin-right: 0px;
}

.info_about_list>ul>li:after {
  content: '';
  display: block;
  width: 22px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/user/info_img/info_arrow.png');
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: -35px;
}

.info_about_list>ul>li:last-child:after {
  display: none;
}

.info_txt_list>ul {
  font-size: 0px;
}

.info_txt_list>ul>li {
  display: block;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
  font-family: 'NanumBarunGothicBold';
}

.info_txt_list>ul>li:last-child {
  margin-bottom: 0px;
}

.info_txt_list>ul>li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  background-image: url('../img/user/common/top_txt_icon.png')
}

.mini_txt_blue {
  font-size: 18px;
  display: block;
  color: #3a71b5;
  font-family: 'NanumBarunGothic';
  margin-top: 5px;
}

.info_txt_list_title {
  font-family: 'NanumBarunGothicBold';
  font-size: 20px;
}

.info_txt_list_title>span {
  font-family: 'NanumBarunGothic';
}

.info_txt_list_con {
  font-size: 20px;
  line-height: 30px;
  word-break: keep-all;
  margin-top: 5px;
}

.info_txt_table_title {
  margin-top: 15px;
  color: #3a71b5;
  font-size: 18px;
  font-family: 'NanumBarunGothicBold';
  position: relative;
  padding-left: 17px;
}

.info_txt_table_title::before {
  width: 11px;
  height: 11px;
  background-color: #3a71b5;
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
  display: block;
}

.column .info_table {
  margin-top: 5px;
}

.column .info_table .t_notice th {
  height: 50px;
  text-align: center;
  font-family: 'NanumBarunGothicBold';
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.column .info_table .t_notice td {
  height: 50px;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.col_blue_type2 {
  color: #3a71b5;
}

/*스튜디오 예약*/
.raund_layer {
  border: 1px solid #d2d2d2;
  padding: 7px;
  background-color: #d6dee9;
  border-radius: 5px;
}

.raund_box {
  background-color: #fff;
  display: table;
  width: 100%;
  min-height: 720px;
  padding: 15px;
}

.raund_box.raund_h_330 {
  min-height: 330px;
}

.raund_box>div {
  display: table-cell;
  vertical-align: top;
  ;
}

.calendar_table {
  width: 715px;
}

.raund_box #calendar.calendar_table.fc .fc-daygrid-day-top {
  line-height: initial;
  display: block;
  position: relative;
  text-align: left;
  top: auto;
  left: auto;
  margin: 10px;
  width: auto;
  height: auto;
}

.raund_box #calendar.calendar_table.fc .fc-daygrid-day-number {
  padding: 0px;
}

.raund_box #calendar.calendar_table.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: relative;
  margin: 30px auto 0px;
  width: 95%;
  background-color: #c5dcf4;
  border-radius: 5px;
  line-height: 30px;
  font-size: 14px;
  color: #0066cc;
}

.raund_box #calendar.fc .fc-day-today .fc-daygrid-day-number {
  color: blue;
}

.raund_box #calendar.fc .fc-daygrid-day-events.rsvtCnt {
  height: 100%;
  margin-top: 0px;
  border-radius: 0px;
  font-size: 0px;
  background-color: #ffcccc;
  border: 1px solid #ffcccc;
}

.raund_box #calendar.calendar_table.fc .fc-daygrid-body-balanced .fc-daygrid-day-events.unavailable {
  background-color: #ffcccc;
  color: #cc0000;
}

.raund_box #calendar.calendar_table.fc .fc-daygrid-body-balanced .fc-daygrid-day-events.no_operation {
  background-color: #ccc;
  color: #555555;
}

.reservation_day {
  padding-left: 15px;
}

.no_reservation {
  text-align: center;
  margin-top: 50%;
}

.no_reservation>span {
  font-size: 30px;
  color: #b5b5b5;
  margin-top: 25px;
  display: block;
}

.reservation_w_tit {
  margin-top: 20px;
  color: #3a71b5;
  font-size: 22px;
  display: block;
  text-align: center;
  font-family: 'NanumBarunGothicBold';
  margin-bottom: 8px;
}

.reservation_click {
  margin-bottom: 10px;
}

.reservation_click .bootstrap-select {
  width: 100%;
  text-align: center;
}

.reservation_click .bootstrap-select .selectpicker+.dropdown-toggle {
  border-radius: 0px;
  line-height: 35px;
  font-size: 18px;
  color: #666666;
}

.reservation_click .bs3.bootstrap-select .dropdown-toggle .filter-option {
  text-align: center;
}

.reservation_click .bootstrap-select div.dropdown-menu {
  top: 36px !important;
}

.reservation_click .bootstrap-select div.dropdown-menu>div.inner {
  border-radius: 0px;
}

.reservation_list {}

.reservation_list>ul {
  font-size: 0px;
}

.reservation_list>ul>li {
  margin-bottom: 15px;
  padding-right: 10px;
}

.reservation_list>ul>li .reservation_list_txt {
  padding-left: 25px;
  position: relative;
  color: #666666;
  margin-top: 5px;
  font-size: 18px;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
}

.reservation_list>ul>li .reservation_list_txt:after {
  position: absolute;
  width: 4px;
  height: 4px;
  content: '';
  display: block;
  background-color: #666666;
  left: 10px;
  top: 8px;
  border-radius: 10px;
}

.reservation_list>ul>li:after {
  content: '';
  display: block;
  clear: both;
}

.reservation_status {
  width: 80px;
  line-height: 26px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}

.reservation_ok {
  color: #0066cc;
  background-color: #c5dcf4;
}

.reservation_end {
  color: #cc0000;
  background-color: #ffcccc;
}

.column .reservation_list>ul>li .checkbox {
  margin-right: 5px;
}

.click_pop {
  cursor: pointer;
}

.reservation_right_box {
  float: right;
}

.reservation_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.reservation_table table th {
  text-align: right;
  font-size: 18px;
  color: #333;
  border: 1px solid #bfbfbf;
  background-color: #f5f5f5;
  height: 45px;
  padding-right: 20px;
  width: 120px;
  vertical-align: middle;
}

.reservation_table table td {
  border: 1px solid #bfbfbf;
  font-feature-settings: 16px;
  color: #666666;
  height: 45px;
  padding: 5px;
  vertical-align: middle;
}

.reservation_table table td input[type="text"] {
  width: auto;
  height: 35px;
}

.reservation_table table td input[type="text"].person_input {
  width: 80px;
  margin-right: 5px;
}

.reservation_textare {
  height: 80px;
}

.essential i {
  font-style: normal;
  color: #cc0000;
  font-size: 18px;
  font-family: 'NanumBarunGothicBold';
  margin-right: 3px;
}

.reservation_ok_btn {
  text-align: center;
}

.reservation_ok_txt {
  font-size: 16px;
  font-family: 'NanumBarunGothicBold';
  color: #cc0000;
  margin: 10px 0px 15px;
}

.reservation_ok_btn>button {
  width: 188px;
  height: 35px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}

.alert_pop {
  padding: 30px !important;
  text-align: center;
}

/*달력 공통 raund_box*/
.raund_box #calendar.fc .fc-button-primary {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  height: 30px;
  width: 30px;
}

.raund_box #calendar {
  padding-top: 5px;
}

.raund_box #calendar.fc .fc-col-header th {
  border-top: 2px solid #000;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #000;
  background-color: #f0f1f6;
  font-size: 18px;
  line-height: 40px;
}

.raund_box #calendar.fc-theme-standard td {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}

.raund_box #calendar.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.raund_box #calendar.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #999999;
}

.raund_box #calendar.fc .fc-daygrid-day-top {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

.raund_box #calendar.fc .fc-scrollgrid-section-liquid>td {
  border: 0px;
}

.raund_box #calendar.fc .fc-daygrid-day-number {
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  color: #000;
}

.raund_box #calendar.fc .fc-scrollgrid-section>td {
  border: 0px;
}

.raund_box #calendar.fc-theme-standard .fc-scrollgrid {
  border: 0px;
}

.raund_box #calendar.fc .fc-col-header-cell-cushion {
  color: #333;
  font-family: "NanumBarunGothicBold";
}

.raund_box #calendar.fc .fc-scrollgrid table {
  border-style: initial;
}

.raund_box #calendar.fc-theme-standard td.fc-day-sun .fc-daygrid-day-number {
  color: #cc0000;
}

.raund_box #calendar.fc-theme-standard td.fc-day-sat .fc-daygrid-day-number {
  color: #0066cc;
}

.raund_box #calendar.fc .fc-toolbar-title {
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
  color: #000;
  margin: 0px 45px !important;
}

.raund_box #calendar.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 15px
}

/*달력 공통 raund_home_box*/
.raund_home_box #calendar.fc .fc-button-primary {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar.fc .fc-toolbar-title {
  font-size: 22px;
  margin: 0px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .btn-primary.active {
  background-color: #317abe;
  color: #fff;
}

.raund_home_box #calendar .btn-primary {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #999;
  height: 36px;
  padding: 0px 18px;
  font-size: 16px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .fc-prev-button {
  position: absolute;
  top: -4px;
  left: -50px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar .fc-toolbar-chunk {
  position: relative
}

.raund_home_box #calendar .fc-toolbar-chunk .btn-group {
  display: inherit;
}

.raund_home_box #calendar .fc-today-button {
  margin: 0px;
  background-color: #317abe !important;
  opacity: 1;
  border: 1px solid #317abe;
}

.raund_home_box #calendar .fc-next-button {
  position: absolute;
  top: -4px;
  right: -50px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar.fc .fc-daygrid-day-bottom {
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar {
  padding-top: 5px;
  height: auto;
}

.raund_home_box #calendar.fc-direction-ltr .fc-daygrid-block-event {
  margin: 0px 0px 3px;
  border-radius: 40px;
  padding: 3px 10px;
}

.fc .fc-daygrid-event-harness-abs {
  margin-bottom: 2px;
}

.raund_home_box #calendar .fc-h-event .fc-event-main-frame {
  justify-content: center;
}

.raund_home_box #calendar.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  padding-right: 14px;
  margin: 0px;
}

.raund_home_box #calendar .fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .fc-h-event .fc-event-title-container {
  flex-grow: initial;
  flex-shrink: inherit;
}

.raund_home_box #calendar.fc .fc-col-header th {
  border-top: 2px solid #000;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #000;
  background-color: #f0f1f6;
  font-size: 18px;
  line-height: 40px;
}

.raund_home_box #calendar.fc-theme-standard td {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}

.raund_home_box #calendar.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.raund_home_box #calendar.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #999999;
}

.raund_home_box #calendar.fc .fc-daygrid-day-top {
  display: block;
  padding: 7px;
}

.raund_home_box #calendar .fc-v-event .fc-event-title {
  padding: 5px;
  font-size: 15px;
  line-height: 20px;
}

.raund_home_box #calendar.fc .fc-scrollgrid-section-liquid>td {
  border: 0px;
}

.raund_home_box #calendar.fc .fc-daygrid-day-number {
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  color: #000;
}

.raund_home_box #calendar.fc .fc-scrollgrid-section>td {
  border: 0px;
}

.raund_home_box #calendar.fc-theme-standard .fc-scrollgrid {
  border: 0px;
}

.raund_home_box #calendar.fc .fc-col-header-cell-cushion {
  color: #333;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar.fc .fc-scrollgrid table {
  border-style: initial;
}

.raund_home_box #calendar.fc-theme-standard td.fc-day-sun .fc-daygrid-day-number {
  color: #cc0000;
}

.raund_home_box #calendar.fc-theme-standard td.fc-day-sat .fc-daygrid-day-number {
  color: #0066cc;
}

.raund_box #calendar.fc .fc-toolbar-title {
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
  color: #000;
  margin: 0px 45px !important;
}

.raund_home_box #calendar.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 15px
}

/*달력 공통 raund_home_box*/
.raund_home_box #calendar.fc .fc-button-primary {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar.fc .fc-toolbar-title {
  font-size: 22px;
  margin: 0px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .btn-primary.active {
  background-color: #317abe;
  color: #fff;
}

.raund_home_box #calendar .btn-primary {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #999;
  height: 36px;
  padding: 0px 18px;
  font-size: 16px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .fc-prev-button {
  position: absolute;
  top: -4px;
  left: -50px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar .fc-toolbar-chunk {
  position: relative
}

.raund_home_box #calendar .fc-toolbar-chunk .btn-group {
  display: inherit;
}

.raund_home_box #calendar .fc-today-button {
  margin: 0px;
  background-color: #317abe !important;
  opacity: 1;
  border: 1px solid #317abe;
}

.raund_home_box #calendar .fc-next-button {
  position: absolute;
  top: -4px;
  right: -50px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.raund_home_box #calendar.fc .fc-daygrid-day-bottom {
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar {
  padding-top: 5px;
  height: auto;
}

.raund_home_box #calendar.fc-direction-ltr .fc-daygrid-block-event {
  margin: 0px 0px 3px;
  border-radius: 40px;
  padding: 3px 10px;
}

.fc .fc-daygrid-event-harness-abs {
  margin-bottom: 2px;
}

.raund_home_box #calendar .fc-h-event .fc-event-main-frame {
  justify-content: center;
}

.raund_home_box #calendar.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  padding-right: 14px;
  margin: 0px;
}

.raund_home_box #calendar .fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar .fc-h-event .fc-event-title-container {
  flex-grow: initial;
  flex-shrink: inherit;
}

.raund_home_box #calendar.fc .fc-col-header th {
  border-top: 2px solid #000;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #000;
  background-color: #f0f1f6;
  font-size: 18px;
  line-height: 40px;
}

.raund_home_box #calendar.fc-theme-standard td {
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}

.raund_home_box #calendar.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.raund_home_box #calendar.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #999999;
}

.raund_home_box #calendar.fc .fc-daygrid-day-top {
  display: block;
  padding: 7px;
}

.raund_home_box #calendar .fc-v-event .fc-event-title {
  padding: 5px;
  font-size: 15px;
  line-height: 20px;
}

.raund_home_box #calendar.fc .fc-scrollgrid-section-liquid>td {
  border: 0px;
}

.raund_home_box #calendar.fc .fc-daygrid-day-number {
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  color: #000;
}

.raund_home_box #calendar.fc .fc-scrollgrid-section>td {
  border: 0px;
}

.raund_home_box #calendar.fc-theme-standard .fc-scrollgrid {
  border: 0px;
}

.raund_home_box #calendar.fc .fc-col-header-cell-cushion {
  color: #333;
  font-family: "NanumBarunGothicBold";
}

.raund_home_box #calendar.fc .fc-scrollgrid table {
  border-style: initial;
}

.raund_home_box #calendar.fc-theme-standard td.fc-day-sun .fc-daygrid-day-number {
  color: #cc0000;
}

.raund_home_box #calendar.fc-theme-standard td.fc-day-sat .fc-daygrid-day-number {
  color: #0066cc;
}

.raund_box #calendar.fc .fc-toolbar-title {
  font-size: 22px;
  font-family: "NanumBarunGothicBold";
  color: #000;
  margin: 0px 45px !important;
}

.raund_home_box #calendar.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 15px
}

/*일정관리*/
.plan_list {
  padding-top: 70px;
}

.plan_list>ul {
  font-size: 0px;
}

.plan_list>ul>li {
  margin-bottom: 20px;
}

.plan_list>ul>li .checkbox span {
  margin-right: 5px;
  color: #999;
}

.plan_list>ul>li .checkbox {
  color: #666
}

.plan_list>ul>li .checkbox i {
  font-style: normal;
}

.column .plan_list>ul>li input[type=checkbox]:checked {}

.column .plan_list>ul>li .checkbox input:checked~span+i {
  color: #317abe;
}

.column .plan_list>ul>li .checkbox input:checked~span {
  border-color: #317abe
}

.column .plan_list>ul>li .checkbox span::after {
  border-color: #317abe
}

.plan_list {
  width: 150px;
}

.write_datepicker_box .bootstrap-select {
  width: 65px;
}

.portlet_wrapper {
  display: block;
  width: 100%;
}

.portlet_layer {
  padding-bottom: 80px;
  width: 1600px;
  margin: 0px auto;
  display: table;
  padding-top: 15px;
}

.portlet_layer>div {
  display: table-cell;
  vertical-align: top;
}

.portlet_box {
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
}

.portlet_tit_box {
  position: relative;
  padding: 20px;
}


.portlet_tit {
  font-family: "NanumBarunGothicBold";
  font-size: 22px;
  color: #0d0d0d;
  display: inline-block;
}

.portlet_tit_link {
  position: absolute;
  top: 18px;
  right: 20px;
}

.portlet_more_btn {
  line-height: 26px;
  font-family: "NanumBarunGothicBold";
  font-size: 14px;
}

.portlet_more_btn>i {
  font-style: normal;
  display: none;
  text-align: center;
  margin-left: 4px;
}

.portlet_more_btn>i,
.portlet_setting_btn {
  width: 26px;
  font-size: 30px;
  height: 21px;
  margin-top: -1px;
  vertical-align: middle;
}

.portlet_serch {
  background-color: #317abe;
  border-radius: 30px;
  width: 100%;
  padding: 3px 4px;
  margin-bottom: 40px;
}

.portlet_serch input[type="text"] {
  border-radius: 20px;
  background-color: #fff;
  border: 0px;
  height: 42px;
  padding: 0px 20px;
  width: calc(100% - 48px);
  display: inline-block;
  vertical-align: top;
}

.portlet_serch button {
  width: 48px;
  height: 43px;
  background-color: #317abe;
  display: inline-block;
  border: 0px;
  background-image: url('../img/portlet_serch_btn.png');
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  border-radius: 30px;
}

.popularity {
  display: flex;
  flex-wrap: wrap;
}

.popularity>li {
  padding: 0 5px;
  flex: auto;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  font-family: "NanumBarunGothicBold";
  background-color: #bfd3e8;
  color: #317abe;
  margin-right: 5px;
  margin-bottom: 5px;
}

.portle_latest>ul {
  font-size: 0px;
  overflow-y: auto;
  height: 220px;
}

.portle_latest>ul::-webkit-scrollbar {
  width: 3px;
}

.portle_latest>ul::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.6);
}

.portle_latest>ul::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  /* 스크롤바의 색상 */
  border-radius: 50px;
}

.portle_latest>ul>li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.portle_latest>ul>li::before {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 2px;
  content: '';
  display: block;
}

.portle_latest>ul>li>strong {
  font-size: 14px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portle_latest>ul>li>span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 5px;
  padding-left: 3px;
}

.portlet_board_cate>ul {
  font-size: 0px;
}

.portlet_board_cate>ul>li {
  display: inline-block;
}

.portlet_board_cate>ul>li>a {
  display: block;
  color: #666666;
  font-size: 16px;
  position: relative;
  padding: 0px 15px;
}

.portlet_board_cate>ul>li>a:after {
  width: 2px;
  height: 16px;
  background-color: #ccc;
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.portlet_board_cate>ul>li:first-child>a {
  padding-left: 0px;
}

.portlet_board_cate>ul>li:last-child>a::after {
  display: none;
}

.portlet_board_cate>ul>li>a.active {
  font-family: "NanumBarunGothicBold";
  color: #000;
}

/*1013 추가 */
.portle_board_table ul {
  position: relative;
  padding: 20px 25px;
}

.portle_board_table ul>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.portle_board_table ul>li:last-child {
  margin-bottom: 0;
}

.portle_board_table ul>li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #666666;
  font-size: 14px;
  padding-top: 1px;
  transition: 0.2s;
}

.portle_board_table ul>li span {
  color: #666;
  font-size: 14px;
}

.portle_board_table ul>li a:hover {
  color: #317abe;
  border-bottom: 1px solid #acc3e0;
  transition: 0.2s;
}

/*1013 추가 끝*/
.portlet_board_table,
.portle_board_table {
  border-top: 1px solid #d2d2d2;
}

.portlet_board_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.portlet_board_table table thead th {
  height: 39px;
  padding: 0px 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}


.portlet_board_table table tbody td {
  font-size: 14px;
  color: #666666;
  text-align: center;
  height: 39px;
  vertical-align: middle;
  padding: 5px 20px;
}

.no_data_table {
  height: 100%;
  background-image: url("../img/portlet/no_data.png");
}

.no_data_table .portlet_tit_box {
  background-color: #fff;
}

.no_data_table .portlet_board_cate {
  background-color: #fff;
}

.no_data_table .portlet_board_cate+.portlet_board_table .td_no_data {
  padding: 40px 0px 30px;
}

.portlet_board_table table tbody td.td_no_data {
  padding: 60px 0 64px;
}

.portlet_board_table table tbody td.td_no_data p {
  color: #a6bfd2;
  font-size: 24px;
  margin-top: 15px;
}

.pt_table_style1 td.td_no_data p {
  color: #a6bfd2;
  font-size: 24px;
  margin-top: 15px;
}

.portlet_scd_txt .list_no_data div {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center
}

.portlet_scd_txt .list_no_data div p {
  color: #a6bfd2;
  font-size: 24px;
  margin-top: 15px;

  text-align: center
}

.portlet_board_table table tbody td .txt_box {
  position: relative;
  min-height: 11px;
}

.portlet_board_table table tbody td .txt_box>a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
}

.portlet_board_table table tbody td .txt_box>a:hover {
  color: #317abe;
  transition: 0.2s;
}

.portle_board_table ul>li a.lock_link {
  margin-right: 20px;
}

.portlet_board_table table tbody td .txt_box>a.lock_link {
  margin-right: 20px;
}

.portlet_board_table table tbody td .txt_box .lock_img {
  float: right;
  width: 12px;
}

.portle_board_table ul>li a .lock_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}

.portle_board_table ul>li .txt_box>a {
  display: block;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 0px;
  left: 0px;
  padding-right: 15px;
}

.portle_board_table ul>li .txt_box {
  position: relative;
  width: auto;
  padding-right: 20px;
  overflow: hidden;
}

.portle_board_table ul>li .txt_box .cut_txt {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
}

/**/

.portlet_board_table table tbody td .txt_box .cut_txt,
.portlet_board_table table tbody td .txt_box .detail-link {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
}

.portlet_board_table table tbody td>a {}


.portlet_content .board_list_slide ul li {
  background-size: 100% calc(100% - 46px);
}

.portlet_content .board_list_slide_wrap {
  width: 100%;
  height: 235px;
}

.portlet_content .board_list_thumb ul li {
  height: calc((100% / 5)) !important;
  padding: 0px;
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
  background-color: #e8f0f5;
  border-radius: 0;

}

.portlet_content .board_list_thumb {
  margin-right: 0;
}

.portlet_content .board_list_slide {
  border-radius: 0;
}

.portlet_content .board_list_thumb ul li.swiper-slide-thumb-active {
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  background-color: #317abe;
}

.portlet_content .board_list_thumb ul li>i {
  font-style: normal;
  vertical-align: middle;
  padding-left: 60px;
  position: absolute;
  padding-right: 40px;
  top: 50%;
  margin-top: -8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 0;
}

.portlet_tit_link .board_slide_btn {
  display: inline-block;
  float: left;
}

.board_slide_btn_more .portlet_more_btn {
  display: inline-block;
  /*margin-top: 5px;*/
}

.portlet_tit_link .board_slide_btn button {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
}

.portlet_tit_link .board_slide_btn button img {
  width: 26px;
  height: 26px;
}


.portlet_content .rc_list>li {
  width: auto;
  margin-right: 0px;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}

.portlet_content .rc_list li .img_box {
  border-radius: 0;
}

.portlet_content .rc_list>li .img {
  height: 123px;
  padding-bottom: 0;
  border-radius: 0;
  position: relative;
  ;
}

.portlet_content .rc_list>li .img img {
  width: 105%;
  max-width: none;
  height: auto;
}

.portlet_content .rc_list>li .rc_txt_box ul {
  margin-top: 5px;
}

.portlet_content .rc_list>li .hover_box a {
  font-size: 9px;
}

.portlet_content .rc_list>li .rc_txt_box p {
  font-size: 14px;
  line-height: 21px;
  min-height: 40px;
}

.portlet_content .rc_list>li .rc_txt_box ul li {
  font-size: 12px;
}

.portlet_content .rc_list>li .rc_txt_box {
  margin-top: 0;
  padding: 16px;
  word-break: keep-all;
}

.portlet_content .rc_list>li .good_btn {
  width: 20px;
  height: 20px;
}

.portlet_content .rc_list>li .good_btn img {
  width: 10px;
}

.portlet_layer_in_box {
  padding-right: 15px;
}

.portlet_layer>div.portlet_right {
  height: 100%;
  border: 1px solid #317abe;
  border-radius: 10px;
  background-color: #f6f7fa;
  width: 308px;
  display: none;
}

.portlet_layer>div.portlet_right.active {
  display: table-cell;
  ;
}

.portlet_right .portlet_setting {
  padding: 25px;
}

.portlet_setting_search {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.portlet_setting_tit {
  font-size: 26px;
  font-family: "NanumBarunGothicBold";
  color: #317abe;
  display: block;
  margin-bottom: 13px;
}

.portlet_setting_search_box {
  background-color: #317abe;
  padding: 2px;
  border-radius: 5px;
  font-size: 0px;
}

.portlet_setting_search_box input[type="text"] {
  height: 40px;
  background-color: #fff;
  border: 0px;
  width: calc(100% - 50px);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.portlet_setting_search_box button {
  background-color: #317abe;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 38px;
  font-size: 18px;
}

.portlet_setting_list {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.portlet_setting_list .dep_port {
  font-size: 0px;
}

.portlet_setting_list .dep_port>li {
  display: block;
  margin-bottom: 3px;
}

.portlet_setting_list .dep_port>li>button {
  border-radius: 5px;
  width: 100%;
  background-color: #e6e7eb;
  position: relative;
  font-size: 18px;
  color: #363c4b;
  padding: 0px 30px;
  height: 50px;
  text-align: left;
}

.portlet_setting_list .dep_port>li>button.active {
  background-color: #317abe;
  color: #fff;
}

.portlet_setting_list .dep_port>li>button.active:after {
  background-image: url('../img/user/common/left_arrow_on.png');
  transform: rotate(180deg);
  transition: 0.5s;
}

.portlet_setting_list .dep_port>li>button:after {
  background-image: url('../img/user/common/left_arrow_off.png');
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 0.5s;
}

.portlet_setting_list .dep_port2 {
  font-size: 0px;
  margin-top: 3px;
  display: none;
}

.portlet_setting_list .dep_port2>li {
  display: block;
  margin-bottom: 3px;
}

.portlet_setting_list .dep_port2>li>button {
  background-color: #fff;
  border: 1px solid #6699cc;
  position: relative;
  font-size: 16px;
  color: #317abe;
  height: 30px;
  padding-left: 25px;
  width: 100%;
  border-radius: 5px;
  text-align: left;
}

.portlet_setting_list .dep_port2>li>button:after {
  content: '';
  display: block;
  width: 6px;
  height: 2px;
  background-color: #6699cc;
  position: absolute;
  top: 13px;
  left: 13px;
}

.portlet_setting_btn_box {
  padding-top: 20px;
  font-size: 0px;
}

.portlet_setting_btn_box>button {
  width: 83px;
  height: 40px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  margin-right: 3px;
}

.portlet_setting_btn_box>button:last-child {
  margin-right: 0px;
}

.portlet_setting_btn_box .cancel_portlet {
  background-color: #686868;
}

.portlet_setting_btn_box .save_portlet {
  background-color: #317abe;
}

.starRev {
  font-size: 0px;
}

.starR:last-child {
  margin-right: 0px;
}

.starR {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: transparent;
  text-shadow: 0 0 0 #d2d2d2;
  font-size: 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 25px;
}

/* 별 이모지에 마우스 오버 시 */
.starR:hover {
  text-shadow: 0 0 0 #ccc;
}

/* 별 이모지를 클릭 후 class="on"이 되었을 경우 */
.starR.on {
  text-shadow: 0 0 0 #3a71b5;
}

.popup_bg .popup_con.iframe_popup {
  width: 650px;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  font-size: 0px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.popup_bg .popup_con.iframe_popup .iframe_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup_bg .popup_con.iframe_popup iframe {
  min-height: 667px;
}

.popup_bg .popup_con.iframe_popup iframe#login-frame {
  min-height: 625px;
}

.accordion-item {
  border-radius: 0px !important;
  border: 0px;
  background-color: transparent;
  margin-bottom: 3px;
}

.accordion-button {
  border-radius: 5px !important;
  background-color: #e6e7eb;
  font-size: 18px;
  color: #363c4b;
  padding: 0px 30px;
  height: 50px;
  position: relative;
}

.accordion-button::after {
  background-image: url(../img/user/common/left_arrow_off.png);
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 0.5s;
  background-size: 8px 16px;
}

.accordion-button:not(.collapsed) {
  background-color: #317abe;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/user/common/left_arrow_on.png);
  transform: rotate(180deg);
  transition: 0.5s;
  background-size: 16px 8px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-radius: 0px;
}

.accordion-body {
  padding: 0px;
  margin-top: 3px;
}

.portlet_setting_txt {
  border: 1px solid #6699cc;
  width: 256px;
  text-align: left;
  margin-bottom: 3px;
  background-color: #fff;
  font-size: 16px;
  color: #317abe;
  line-height: 30px;
  padding: 0px 5px 0px 25px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet_setting_txt:hover {
  color: #317abe;
}

.portlet_setting_txt:after {
  content: '';
  display: block;
  width: 6px;
  height: 2px;
  background-color: #6699cc;
  position: absolute;
  top: 13px;
  left: 13px;
}

/* 0704 아로 수정 사항*/
.step_hd .go_step_v2 {
  display: inline-flex;
  padding: 0 20px;
  justify-content: space-between;
  line-height: normal;
  align-items: center;
}

.step_hd .go_step_v2>div {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.step_hd_content ul.width_auto li {
  width: auto;
}

.in_logout_btn {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 10px 8px;
  border-radius: 5px;
}

.raund_home_tit_large>strong {
  font-size: 36px;
}

.raund_home_txt {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
  line-height: 32px;
}

.raund_home_txt.myLab {
	margin-top: 0;
}

.raund_home_box_layer_v2 {
  border-color: #d6dee9;
}

.raund_home_box_layer_v2 .raund_home_box {
  padding: 44px 50px;
}

.latest_ul_4 {
  font-size: 0;
}

.latest_ul.latest_ul_4>li {
  width: 24.25%;
  margin-right: 1%;
  margin-top: 1%;
}

.latest_ul.latest_ul_4>li:nth-child(3n) {
  margin-right: 1%;
}

.latest_ul.latest_ul_4>li:nth-child(4n) {
  margin-right: 0;
}

.latest_ul.latest_ul_4>li>a .latest_img {
  height: auto;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.latest_ul.latest_ul_4>li>a .latest_img_box {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 15px;
}

.latest_box_border {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}

.project_ct_box {
  background: #d6dee9;
  border-radius: 5px;
}

.project_ct_box>ul {
  display: flex;
}

.project_ct_box>ul>li {
  width: 33.333%;
  padding: 50px 0;
}

.project_ct_box>ul>li>div {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  border-right: 1px solid rgba(58, 113, 181, 40%);
}

.project_ct_box>ul>li:last-child>div {
  border-right: 0;
}

.project_ct_box>ul>li .pr_ico {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  width: 74px;
  height: 74px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.project_ct_box>ul>li .pr_ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}

.project_ct_box>ul>li .pr_number {
  font-weight: bold;
  color: #000;
  font-size: 48px;
}

.project_ct_box>ul>li .pr_txt {
  color: #3a71b5;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.pbt_main_tit {
  font-weight: bold;
  font-size: 36px;
}

.pbt_pro_ul {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: end;
}

.pbt_pro_ul>li {
  text-align: center;
  position: relative;
}

.pbt_pro_ul>li>.pbt_pro_ico::after {
  content: "";
  display: block;
  width: 48px;
  height: 8px;
  background-image: url("../img/pbt/pbt_pro_after.png");
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -4px;
}

.pbt_pro_ul>li:last-child>.pbt_pro_ico::after {
  display: none;
}

.pbt_pro_ul>li>.pbt_pro_ico {
  position: relative;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  background-color: #a5bed5;
  margin: 0 40px;
}

.pbt_pro_ul>li>.pbt_pro_ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}

.pbt_pro_ul>li>p {
  margin-top: 22px;
  color: #95abc0;
  font-size: 26px;
}

.pbt_pro_ul>li.on>.pbt_pro_ico {
  width: 115px;
  height: 115px;
  background-color: #317abe;
}

.pbt_pro_ul>li.on>p {
  margin-top: 12px;
  font-weight: bold;
  color: #317abe;
}

.pbt_filter_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pbt_filter_box>div {
  display: flex;
  align-items: center;
}

.pbt_filter_menu>ul {
  display: flex;
}

.pbt_filter_menu>ul>li {
  padding: 0 18px;
  position: relative;
}

.pbt_filter_menu>ul>li::after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333333;
}

.pbt_filter_menu>ul>li:last-child::after {
  display: none;
}

.pbt_filter_menu>ul>li button {
  font-size: 18px;
  color: #333333;
}

.pbt_filter_menu>span {
  color: #317abe;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 45px;
}

.pbt_filter_menu>span img {
  margin-right: 10px;
}

.pbt_filter_btn {
  background-color: #317abe;
  color: #fff;
  font-size: 16px;
  width: 65px;
  height: 40px;
  border-radius: 5px;
}

.raund_home_box_layer_bg1 {
  background-color: #d6dee9;
}

.board_list_v2 {
  padding: 30px 0;
  border-bottom: 1px solid #bfbfbf;
  border-top: 2px solid #000;
}

.step_hd_content ul li.active a {
  color: #317abe;
}

.w_400px {
  width: 400px !important;
}

.w_80px {
  width: 80px !important;
}

.td_bg_b {
  background-color: #f0f1f6;
}

.color_r_v2 {
  color: #ff0000;
}

.tb_thumb_img {
  position: relative;
  padding-bottom: 12%;
  width: 306px;
  overflow: hidden;
}

.tb_thumb_img>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.left_menu_wrap_v2 {
  display: table-cell;
  vertical-align: top;
}

.left_menu_v2 {
  width: 300px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  padding: 18px;
}

.left_menu_v2>ul>li {
  margin-bottom: 5px;
}

.left_menu_v2>ul>li:last-child {
  margin-bottom: 0;
}

.left_menu_v2>ul>li>span,
.left_menu_v2>ul>li>a {
  background-color: #e6e7eb;
  font-size: 18px;
  color: #363c4b;
  display: block;
  width: 100%;
  padding: 16px 30px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.left_menu_v2>ul>li>span::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url("../img/pbt/pbt_left_arrow.png");
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.left_menu_v2>ul>li>.dep2_v2 {
  display: none;
}

.left_menu_v2>ul>li>.dep2_v2>li {
  padding: 10px 10px 10px 46px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.left_menu_v2>ul>li>.dep2_v2>li:last-child {
  border-bottom: 0;
}

.left_menu_v2>ul>li>.dep2_v2>li::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-image: url("../img/pbt/pbt_left_arrow2.png");
  background-repeat: no-repeat;
  color: #666;
  font-size: 9px;
  left: 30px;
  top: 14px;
}

.left_menu_v2>ul>li>.dep2_v2>li>a,
.left_menu_v2>ul>li>.dep2_v2>li>span {
  font-size: 14px;
  color: #666;
}

.left_menu_v2>ul>li .dep3_v2>li {
  margin-top: 10px;
}

.left_menu_v2>ul>li .dep3_v2>li>a {
  font-size: 14px;
  color: #666;
}

.left_menu_v2>ul>li .dep3_v2>li>a::before {
  content: "- ";
}

.left_menu_v2>ul>li.on>span {
  background-color: #3a71b5;
  color: #fff;
}

.left_menu_v2>ul>li.on>span::after {
  background-image: url("../img/pbt/pbt_left_arrow_on.png");
}

.left_menu_v2>ul>li.on>.dep2_v2>li.active>a,
.left_menu_v2>ul>li.on>.dep2_v2>li.active>span {
  color: #3a71b5;
  font-weight: bold;
}

.left_menu_v2>ul>li.on>.dep2_v2>li.active::before {
  background-image: url("../img/pbt/pbt_left_arrow2_on.png");
}

.left_menu_v2>ul>li.on .active .dep3_v2>li.active>a {
  color: #000;
  font-weight: bold;
}

.left_menu_wrap_v2 .pbt_main_tit {
  margin-bottom: 42px;
}

.ct_tit_v2 {
  font-size: 32px;
  color: #0d0d0d;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 42px;
}

.ck_hide {
  display: none;
}

.pbt_list>ul>li {
  border-radius: 10px;
  border: 1px solid #cccccc;
  position: relative;
  padding-left: 110px;
  margin-bottom: 5px;
  cursor: pointer;
}

.pbt_ck_li_box {
  display: flex;
  align-items: center;
}

.pbt_ck_li_box>div {
  padding: 20px;
  position: relative;
}

.pbt_ck_li_box>div:first-child {
  padding: 20px;
  width: 55%;
  position: relative;
}

.pbt_ck_li_box>div:last-child {
  width: 45%;
  border-left: 1px solid #ccc;
}

.pbt_list .pbt_li_chapter {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
  ;
  color: #fff;
  border-radius: 5px;
  padding: 17px 13px;
  font-size: 20px;
  text-align: center;
}

.pbt_ck_li_box .pbt_li_tit {
  font-size: 24px;
  margin-bottom: 15px;
}

.pbt_ck_li_box .pbt_li_info {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.pbt_ck_li_box .pbt_li_info span {
  font-weight: bold;
  color: #000;
  margin-right: 20px;
}

.pbt_ck_li_box .pbt_li_info i {
  border-bottom: 1px solid #666;
  ;
}

.pbt_ck_li_box .pbt_li_info b {
  font-size: 12px;
}

.pbt_ck_li_box .pbt_li_txt {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  word-break: keep-all;
}

.pbt_list>ul>li.active {
  border: 2px solid #317abe;
  padding-right: 500px;
}

.pbt_list>ul>li.active .ck_hide {
  display: block;
}

.pbt_list .active .pbt_ck_li_box {
  display: block;
  align-items: baseline;
}

.pbt_list .active .pbt_ck_li_box>div:first-child {
  width: 100%;
}

.pbt_list .active .pbt_ck_li_box>div:last-child {
  border-left: 0;
  padding: 5px 20px 20px;
  width: 100%;
}

.pbt_list .active .raund_home_box_v2 {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.pbt_list .active .raund_home_ing_tit {
  width: 150px;
}

.pbt_list .active .raund_home_ing_line_layer {
  width: 220px;
  vertical-align: middle;
}

.pbt_list .active .raund_home_ing_tit>span {
  width: 150px;
  font-size: 16px;
  line-height: 35px;
}

.pbt_list .active .raund_home_ing_line_box {
  margin-top: 0;
}

.pbt_list .active .raund_home_ing_num>span {
  font-size: 28px;
}

.pbt_list .active .raund_home_ing_num {
  width: auto;
  vertical-align: middle;
  padding-left: 20px;
}

.pbt_list .active .pbt_li_chapter {
  background-color: #000;
  top: 20px;
  transform: none;
}

.ekt_body_table_v2 table td {
  padding: 5px;
  font-size:14px;
}

.table_bg_b {
  background-color: #ecf3fb !important;
}

.table_bg_b_v2 {
  background-color: #f5f9fd;
}

.table_bt_a {
  font-weight: bold;
  border-bottom: 1px solid #333333;
}

.ekt_body_table_v2 tfoot td {
  font-weight: bold;
}

.ekt_pop.w_1240 {
  max-width: 1240px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.ekt_pop.w_1000 {
  max-width: 1000px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.ekt_pop.w_1100 {
  max-width: 1100px;
  width: 100%;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.w_1000 {
  width: 1000px !important;
}

.pop_up_con_type2.w_800 {
  max-width: 800px;
}

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

.eva_label_wrap label b {
  border: 1px solid #999999;
  border-radius: 50px;
  display: inline-block;
  width: 50px;
  line-height: 30px;
  height: 30px;
  color: #999999;
  margin: 0 2px;
}

.eva_label_wrap label input:checked~b {
  background-color: #000;
  ;
  border-color: #000;
  color: #fff;
}
.ekt_body_table_v2{

    overflow-y: auto;
    height: 100%;
}
.ekt_body_table_v2.ekt_table table thead th{
	padding:5px 5px;
	height:33px;
	border: 1px solid #bfbfbf;
	font-size:14px;
}


.ekt_table.ekt_table_v2 table td {
  padding: 0px 10px;
}

.pop_table_type2 thead th {
  border-bottom: 1px solid #000;
  background-color: #f0f1f6;
}

.pop_ekt_btn_v2 button {
  min-width: 120px;
}

.pbt_filter_box_v2 {
  flex-wrap: wrap;
}

.w_100px {
  width: 100px !important;
}

.check_blue input[type="checkbox"]:checked~span {
  background-color: #317abe;
  border-color: #666;
}

.check_blue input[type="checkbox"]:checked~span::after {
  border-color: #fff;
}

.table_scroll_y {
  overflow-y: scroll;
  padding-right: 0;
  position: relative;
  height: 100px;
  overflow-x: hidden;
  border-bottom: 1px solid #bfbfbf;
}

.table_scroll_y table tr:last-child td {
  border-bottom: 0;
}

.table_scroll_y::-webkit-scrollbar {
  position: absolute;
  right: 1px;
  top: 0;
  width: 20px;
  background-color: #f1f1f1;
  border-right: 1px solid #bfbfbf;
}

.table_scroll_y::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  background-clip: padding-box;
  border: 4px solid transparent;
}

.table_scroll_y.column_2 {
  height: 120px;
}

.table_scroll_y.column_4 {
  height: 240px;
}

.table_scroll_y table {
  border-top: 0;
  position: absolute;
  left: 0;
  border-bottom: 0;
  top: 0;
  width: calc(100% + 20px);
  border-collapse: collapse;
}

.pbt_table_ct_btns {
  text-align: center;
}

.pbt_table_ct_btns button {
  width: 70px;
  border-radius: 8px;
  border: 2px solid #3a71b5;
  height: 36px;
}

.ekt_pop_table table thead th,
.ekt_pop_table table td {
  padding: 10px;
  height: auto;
}

.table_top_btn {
  background-color: #317abe;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 16px;
  height: 25px;
}

.table_top_btn b {
  margin-right: 8px;
}

.gray_btn2 {
  background-color: #686868;
}

.return_btn img {
  position: relative;
  right: -5px;
}

.return_btns button {
  width: 120px;
  padding: 0 20px;
}

.pbt_pp_box>p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}

.pbt_pp_box>ul {
  display: flex;
  justify-content: space-between;
}

.pbt_pp_box>ul>li {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
  position: relative;
  padding: 40px;
  width: 49.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pbt_pp_box ul>li .pbt_pp_txt p {
  font-weight: bold;
  font-size: 22px;
  color: #317abe;
  margin-bottom: 30px;
}

.pbt_pp_box ul>li .pbt_pp_txt ul li {
  font-weight: bold;
  font-size: 18px;
  color: #363c4b;
  margin-bottom: 10px;
}

.pbt_pp_box ul>li .pbt_pp_txt ul li::before {
  content: "·";
  font-size: 20px;
  margin-right: 10px;
}

.ekt_sub_title_v2 {
  min-height: 37px;
  position: relative;
}

.table_v2 td {
  padding: 10px 20px;
}

/* 업무포털 직무과정  */
.admin_sch_box.wp>ul>li {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
}

.checkList_rp>div {
  display: flex;
}

.admin_sch_box.wp .label {
  padding-right: 30px;
  min-width: 150px;
  font-size: 20px;
}

/* 앨범 */
.work-process-album {
  border-top: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
}

.work-process-album li {
  width: 24.19354838709677%;
  margin-top: 40px;
  margin-right: 1.048387096774194%;
}

.work-process-album li:nth-of-type(4n) {
  margin-right: 0;
}

.work-process-album .imgbox {
  width: 100%;
  padding-top: 66%;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.work-process-album .imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.icon_phone {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/phone.png) no-repeat center, #b5b5b5;
  border-radius: 5px;
}

.work-process-album .add-title {
  font-size: 14px;
  margin: 20px 0 10px;
}

.work-process-album .title {
  font-size: 22px;

  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  line-height: 25px;
}

.work-process-album .detail {
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}

.work-process-album .tag {
  font-size: 13px;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}

.work-process-album .tag.regular {
  background-color: #999900;
}

.work-process-album .tag.always {
  background-color: #009999;
}

.work-process-album .album-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* 리스트 */
.heart_btn {
  width: 30px;
  height: 30px;
  background-color: #363c4b;
  border-radius: 5px;
}

/* 썸네일 */
.work-process-thum {
  padding-top: 20px;
  border-top: 2px solid #000;
}

.work-process-thum li {
  margin-bottom: 10px;
}

.work-process-thum li>a {
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.work-process-thum .imgbox {
  width: 19.35483870967742%;
  padding-top: 10.48387096774194%;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.work-process-thum .imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.work-process-thum .detail {
  flex: 1;
}

.work-process-thum .title {
  font-size: 22px;
}

.work-process-thum .detail {
  font-size: 14px;
  padding: 20px 10px 20px 30px;
  border-left: 1px solid #d2d2d2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  justify-content: center;
}

.work-process-thum .time {
  display: block;
}

.work-process-thum .tag-wrap {
  margin: 10px 0;
}

.work-process-thum .tag {
  font-size: 13px;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}

.work-process-thum .tag.regular {
  background-color: #999900;
}

.work-process-thum .tag.always {
  background-color: #009999;
}

.work-process-thum .album-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}

.work-process-thum .pay {
  width: 150px;
  text-align: center;
}

.work-process-thum .btn-list {
  margin-left: 20px;
}

/* 직무과정 끝 */
/* 학습목차 */
.wp_top_title {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  display: flex;
  line-height: 1.2;
  justify-content: space-between;
}

.wp_top_title button {
  border-radius: 100px;
  padding: 0 40px;
}

.wp-contents .tab_menu li {
  flex: 1;
}

.wp-conBox {
  justify-content: space-between;
}

.wp-conBox .imgbox {
  width: 100%;
  padding-top: 52.05479452054795%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.wp-conBox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-conBox .wp-L {
  width: 58.87096774193548%;
  margin-right: 2.419354838709677%;
}

.wp-conBox .wp-R {
  flex: 1;
}

.wp-conBox .btn-list button {
  color: #fff;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  font-size: 17px;
}

.wp-conBox .video_btn {
  background-color: #7d7d7d;
}

.wp-conBox .heart_btn {
  background-color: #363c4b;
}

.wp-conBox .side-box {
  background: #f1f2f7;
  padding: 10px;
  border-radius: 15px;
}

.wp-conBox .side-tit {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 8px;
}

.wp-conBox .side-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 10px;
}

.wp-conBox .txt-list {
  padding: 0 15px;
  border-bottom: 1px solid #d2d2d2;
}

.wp-conBox .txt-list p {
  margin-bottom: 10px;
  display: flex;
  line-height: 1.5;
}

.wp-conBox .txt-list p span:first-child {
  width: 30%;
}

.wp-conBox .side-box button {
  padding: 0 30px;
}

.wp-conBox .txt-list.type02 {
  padding: 20px 30px 10px;
  border: none;
}

.wp-conBox .blue-tit {
  font-size: 24px;
  color: #3a71b5;
  margin-top: 40px;
  margin-bottom: 10px;
}

.wp-conBox .blue-tit+p {
  font-size: 18px;
  line-height: 1.5;
}

/*0717 - 업무 포탈*/
.date_choice {
  display: flex;
}

.date_choice>select {
  margin-left: 4px
}

.on_off_btn {
  cursor: pointer;
  border-radius: 30px;
  width: 40px;
  height: 20px;
  display: inline-block;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 5px;
  color: #666;
  position: relative;
}

.on_off_btn.active {
  border-color: #317abe;
  background-color: #317abe;
}

.on_off_btn.active b {
  background-color: #fff;
}

.on_off_btn input {
  display: none
}

.on_off_btn b {
  background-color: #d2d2d2;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 2px;
  border-radius: 50px;
  transition: 0.2s;
}

.on_off_btn.active b {
  transform: translateX(18px);
  transition: 0.2s;
}

.bootstrap-select .selectpicker+.dropdown-toggle {
  height: 40px;
}

.square_btn {
  padding: 5px 10px;
  background-color: #317abe;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  min-height: 35px;
}

.ekt_table .pop_in_table th,
.ekt_table .pop_in_table td {
  padding: 10px 5px;
}

table .pagination {
  margin: 0;
}

table .pagination a {
  width: 26px;
  font-size: 14px;
  line-height: 28px;
  height: 26px;
}

table .pagination .next,
.pagination .prev {
  background-size: 8px;
}

.pop_count_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop_count_box span {
  font-size: 16px;
  color: #666
}

.folder_list li {
  padding-left: 20px;
  position: relative;
}

.folder_list li>.depth_folder li {
  line-height: 35px;
}

.folder_list>ul>li i {
  /* background-image: url("../img/folder_line.png"); */
  display: block;
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
  position: absolute;
  left: 6px;
  top: -5px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.folder_list li>.depth_folder li i {
  height: 100%;
  top: -18px;
}

.folder_list li button {
  font-weight: bold;
  color: #666;
  font-size: 16px;
}

.folder_list .depth_folder {
  margin-top: 5px;
  overflow: hidden;
}

.folder_list li button.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.color-box {
  text-decoration: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}

#color-list {
  display: flex;
  flex-wrap: wrap;
  width: 452px;
  border: 1px solid #ccc;
  border-top: 2px solid #000;
}

/*캘린더 사이드*/
.cal_side>ul {
  width: 160px;
}

.cal_side>ul>li {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}

.cal_side>ul>li>p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #bfd3e8;
  color: #336699;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.cal_side>ul>li.off {
  overflow: hidden;
}

.cal_side>ul>li>p>img.rotate {
  transform: rotate(-180deg);
}

.cal_side>ul>li .cal_depth2 {
  padding: 20px 15px;
}

.cal_side>ul>li .cal_depth2>li button {
  color: #666666;
  font-size: 16px;
}

.cal_side>ul>li .cal_depth2>li {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cal_side>ul>li .cal_depth2>li:last-child {
  margin-bottom: 0;
}

.cal_side>ul>li .cal_depth2>li .checkbox span {
  margin-right: 10px;
}

.cal_btns {
  font-size: 0;
}

.cal_btns button {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #317abe;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  min-height: 35px;
}

.calender_wrap {
  display: flex;
  align-items: flex-start
}

.calender {
  width: 100%;
  height: 500px;
  background-color: #ddd;
}

.cal_depth2_more {
  background-color: #fff;
  border: 1px solid #317abe;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 140px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}

.cal_depth2_more button {
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  font-size: 14px;
}

.cal_depth2_more button:last-child {
  margin-bottom: 0;
}

.checkbox.blue span {
  border-color: #0066ff;
}

.checkbox.red span {
  border-color: #e60012;
}

.checkbox.orange span {
  border-color: #ec6100;
}

.checkbox.orange input:checked~span {
  background-color: #ec6100;
  border-color: #ec6100;
}

.checkbox.blue input:checked~span {
  background-color: #0066ff;
  border-color: #0066ff;
}

.checkbox.red input:checked~span {
  background-color: #e60012;
  border-color: #e60012;
}

.checkbox.orange input:checked~span::after {
  border-color: #fff;
}

.checkbox.blue input:checked~span::after {
  border-color: #fff;
}

.checkbox.red input:checked~span::after {
  border-color: #fff;
}

.cldr_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-cldr.off .cldr_icon {
  background-color: white !important;
  color: white !important;
  border-width: 1px
}

.cldr_icon .bi {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.cldr_icon .bi::after {
  content: "\2714";
  font-family: bootstrap-icons !important;
  /* border-top: 2px solid #000;
  border-right: 2px solid #000; */
  transform: translate(-50%, -50%);
  position: absolute;
  top: 44%;
  left: 50%;
  font-size: 14px;
}

/* 0719 ~ */
/*이용약관*/
.info_round_box {
  background-color: #f0f1f6;
  border-radius: 10px;
  padding: 32px 60px 32px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_round_box>p {
  font-size: 22px;
  line-height: 36px;
}

.info_round_box>p b {
  font-weight: bold;
}

.color_b_b_u {
  color: #317abe;
  font-weight: bold;
  border-bottom: 1px solid #317abe;
}

.info_about_list_v2>ul {
  display: flex;
  justify-content: space-between;
}

.info_about_list_v2>ul>li>span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}

.info_about_list_v2>ul>li {
  position: relative;
  width: 274px;
  border: 1px solid #d2d2d2;
  height: 300px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_about_list_v2>ul>li p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
}

.info_about_list_v2>ul>li:after {
  content: '';
  display: block;
  width: 22px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/user/info_img/info_arrow.png');
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: -35px;
}

.info_about_list_v2>ul>li:last-child:after {
  display: none;
}

.left_menu>ul>li .menu_btn {
  letter-spacing: -0.5px;
}

.section_tit_b {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 18px;
}

.terms_box {
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.terms_box li {
  word-break: keep-all;
  margin-bottom: 30px;
}

.terms_box li:last-child {
  margin-bottom: 70px;
}

.terms_box li>p {
  font-weight: bold;
  color: #317abe;
  margin-bottom: 5px;
}

.terms_box li>p.color_black {
  color: #000
}

.privacy_box_auto {
  width: auto;
  max-width: 1020px;
}

.raund_table table tr:last-child td.no_border {
  border-bottom: 0;
}

.raund_table_v2 table td,
.raund_table_v2 table th {
  font-family: "NanumBarunGothic";
}

.raund_table_v2 table tr:first-child th {
  font-family: "NanumBarunGothicBold";
}

.step_info_main {
  height: 480px;
  width: 100%;
  background-image: url('../img/step_info_bg.png');
  background-size: cover;
  /*유나수정*/
  background-position: center center;
  /*유나수정*/
  position: relative;
}

.step_info_main>p {
  font-size: 30px;
  line-height: 40px;
  color: #003366;
  position: absolute;
  top: 65px;
  left: 60px;
}

.step_info_main>p b {
  font-weight: bold;
}

.step_double_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.step_double_box li {
  font-weight: bold;
  width: 48%;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  word-break: keep-all;
}

.step_double_box li p {
  font-size: 28px;
  color: #000;
  margin-bottom: 28px;
}

.step_bf_tit {
  font-size: 28px;
  color: #666666;
  text-align: center;
  line-height: 36px;
}

.step_bf_tit.mt-100px {
  margin-top: 100px;
}

.step_bf_tit b {
  font-weight: bold;
  color: #000
}

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

.step_bf li {
  position: relative;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 55px 20px 28px;
  margin-right: 8px;
  max-width: 306px;
  word-break: keep-all;
}

.step_bf li:last-child {
  margin-right: 0;
}

.step_bf li>span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 0 10px 0;
  padding: 7px 20px;
  background-color: #317abe;
}

.step_bf li:nth-child(2n)>span {
  background-color: #339999;
}

.step_bf li>div p {
  font-weight: bold;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}

.step_bf li>div p:first-child {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  color: #000
}

.step_bi_info {
  width: 100%;
  border-radius: 8px;
  border: 3px solid #eeeeee;
  padding: 55px 140px;
}

.step_bi_info_tit {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.symbol_box {
  border-radius: 50px;
  border: 1px solid #cccccc;
  padding: 10px;
}

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

.symbol_box ul li {
  text-align: center;
  background-color: #f6f6f6;
  width: 270px;
  border-radius: 50px;
  padding: 40px 0 30px;
  position: relative;
}

.symbol_box ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('../img/step_symbol_plus.png');
  background-repeat: no-repeat;
  background-size: cover;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.symbol_box ul li:last-child::after {
  display: none;
}

.symbol_box ul li p {
  font-weight: bold;
  font-size: 22px;
  color: #999999;
  margin-top: 30px;
}

.step_bi_info_txt {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}

.step_bi_info_txt b {
  color: #000
}

.step_v_three {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.step_v_three>li {
  display: table-cell;
  width: 33.3333%;
  border: 1px solid #ccc;
  border-top: 2px solid #000;
  position: relative;
  padding: 55px 32px 60px;
}

.step_v_three>li .v_number {
  color: #999999;
  font-weight: bold;
  font-size: 20px;
}

.step_v_three>li .v_tit {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 36px;
}

.step_v_three>li .v_txt {
  font-weight: bold;
  color: #999;
  font-size: 18px;
  line-height: 24px;
}

.step_v_three>li>img {
  position: absolute;
  top: 50px;
  right: 25px;
}

.gt_tit {
  text-align: center;
}

.gt_tit p:first-child {
  color: #666666;
  font-size: 24px;
  margin-bottom: 8px;
}

.gt_tit p:last-child {
  color: #003366;
  font-size: 48px;
  font-family: "NanumBarunGothicLight";
}

.step_gt_box {
  height: 460px;
  border-radius: 15px;
  background-image: url("../img/model_bg.png");
  background-size: cover;
  padding: 150px 75px 65px;
}

.step_gt_box .gt_txt {
  font-size: 24px;
  color: #666666;
  line-height: 40px;
}

.step_gt_box .gt_sign {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #666;
  font-size: 22px;
  margin-top: 56px;
}

.step_gt_box .gt_sign>img {
  margin-left: 25px;
}

.gt_mid_txt {
  font-size: 26px;
  line-height: 40px;
  word-break: keep-all;
}

.gt_mid_txt b {
  font-weight: bold;
}

.gt_info_txt {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 28px;
  word-break: keep-all;
}

/* 연혁 */
.historyBox {
  padding-left: 100px;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 40px;
}

.historyBox li {
  position: relative;
  display: flex;
  padding-top: 50px;
}

.historyBox li:first-of-type {
  padding-top: 0;
}

.historyBox li::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 205px;
  width: 3px;
  height: 100%;
  background-color: #e5e5e5;
  z-index: 0;
}

.historyBox li:last-of-type::after {
  content: "";
  position: absolute;
  left: 205px;
  bottom: 28px;
}

.history_year {
  min-width: 205px;
  font-size: 40px;
  color: #85add6;
  position: relative;
}

.historyBox li:nth-of-type(2n) .history_year {
  color: #66cccc;
}

.history_txtBoxIn {
  position: relative;
  display: inline-block;
  line-height: 40px;
  min-height: 40px;
  padding-left: 45px;
}

.history_txtBox {
  position: relative;
}

.history_year::after {
  content: "";
  position: absolute;
  top: 20PX;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #e5e5e5;
  z-index: 0;
}

.history_txtBoxIn .txt::after {
  content: "";
  position: absolute;
  top: 20PX;
  left: -45px;
  width: 60px;
  height: 2px;
  background-color: #e5e5e5;
  z-index: 0;
}

.history_year::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 60px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #317abe;
  z-index: 2;
}

.historyBox li:nth-of-type(2n) .history_year:before {
  background-color: #009999;
}

.history_txtBoxIn .txt {
  position: relative;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding-left: 44px;
  position: relative;
  color: #000;
}

.history_txtBoxIn .txt:before {
  content: '';
  position: absolute;
  top: 14px;
  z-index: 9;
  left: 13px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #85add6;
}

.historyBox li:nth-of-type(2n) .history_txtBoxIn .txt:before {
  border-color: #66cccc;
}

.history_txtBoxIn .txt_hyphen {
  position: relative;
  font-size: 16px;
  color: #666;
  margin: -10px 0 0 40px;
}

.history_txtBoxIn .txt_hyphen:before {
  content: '-';
}

.history_txtBoxIn .txt_hyphen:first-child {
  margin: 0 25px 0 0
}

.direction_wrap h3 {
  text-align: left;
  margin-bottom: 20px;
}

.direction_map {
  height: 348px;
  border: 1px solid #d7d7d7;
}

.direction_map_info {
  padding: 20px;
  border-radius: 10px;
  background-color: #f0f1f6;
  margin-bottom: 10px;
  margin-top: 30px;
}

.direction_map_info .map_name {
  font-size: 20px;
  margin: 0
}

.direction_map_info .map_data {
  font-size: 16px;
  line-height: 1.5
}

.direction_map_info .map_data>li {
  width: 25%;
  background: url('../img/address.png')no-repeat left center;
  margin: 0 1%;
  padding: 10px 0 10px 70px;
  position: relative;
}

.direction_map_info .map_data>li:first-child {
  width: 50%;
}

.direction_map_info .map_data .map_label {
  color: #000;
  display: block;
  font-weight: bold;
}

.direction_map_info .map_data .phone_num .map_label {
  display: inline-block;
}

.mapinfo_ui .list img {
  width: 100%;
}

.direction_map_info .map_data .map_img {
  width: 57px;
  height: 57px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.direction_map_info .map_data .map_img>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.direction-box li {
  display: flex;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 5px;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.5;
}

.direction-box .dir-left {
  background-color: #f0f1f6;
  font-weight: 700;
  padding: 20px 18px;
  min-width: 270px;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.direction-box .dir-left>span {
  font-size: 20px;
}

.direction-box .dir-left .txt_point {
  font-size: 20px;
}

.direction-box .dir-right {
  flex: 1;
  padding: 20px 10px 20px 30px;
  color: #666;
  word-break: keep-all;
  font-size: 18px;
}

.direction-box .dir-right .start {
  color: #000;
  font-weight: 700;
}

.step_map {
  height: 500px;
  background-color: #ddd;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #317abe;
}

/*0718 - onr*/
.board_list .reply_td {
  position: relative;
  padding-left: 40px;
}

.board_list .reply_td .reply_ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0066cc;
  font-weight: bold;
  font-size: 24px;
}

/*캘린더 사이드*/
.cal_side>ul {
  width: 160px;
}

.cal_side>ul>li {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
}

.cal_side>ul>li>p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #bfd3e8;
  color: #336699;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.cal_side>ul>li>p>img.rotate {
  transform: rotate(-180deg);
}

.cal_side>ul>li .cal_depth2 {
  padding: 20px 15px;
}

.cal_side>ul>li .cal_depth2>li button {
  color: #666666;
  font-size: 16px;
}

.cal_side>ul>li .cal_depth2>li {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cal_side>ul>li .cal_depth2>li:last-child {
  margin-bottom: 0;
}

.cal_side>ul>li .cal_depth2>li .checkbox span {
  margin-right: 10px;
}

.cal_btns {
  font-size: 0;
}

.cal_btns button {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #317abe;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  min-height: 35px;
}

.calender_wrap {
  display: flex;
  align-items: flex-start
}

.calender {
  width: 100%;
  height: 500px;
  background-color: #ddd;
}

.cal_depth2_more {
  background-color: #fff;
  border: 1px solid #317abe;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 140px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}

.cal_depth2_more button {
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  font-size: 14px;
}

.cal_depth2_more button:last-child {
  margin-bottom: 0;
}

.checkbox.blue span {
  border-color: #0066ff;
}

.checkbox.red span {
  border-color: #e60012;
}

.checkbox.orange span {
  border-color: #ec6100;
}

.checkbox.orange input:checked~span {
  background-color: #ec6100;
  border-color: #ec6100;
}

.checkbox.blue input:checked~span {
  background-color: #0066ff;
  border-color: #0066ff;
}

.checkbox.red input:checked~span {
  background-color: #e60012;
  border-color: #e60012;
}

.checkbox.orange input:checked~span::after {
  border-color: #fff;
}

.checkbox.blue input:checked~span::after {
  border-color: #fff;
}

.checkbox.red input:checked~span::after {
  border-color: #fff;
}

/* 0718추가 */
/* pbt 온라인 실습실 프로젝트 관리 */
.btn-box {
  display: flex;
}

.btn-box .btn-r {
  margin-left: auto;
}

.top-grey-list {
  display: flex;
}

.top-grey-list section {
  flex: 1;
  background-color: #f1f2f7;
  padding: 30px 25px;
  border-radius: 15px;
  margin-right: 8px;
}

.top-grey-list section:last-of-type {
  margin-right: 0;
}

.top-grey-list .top-tit {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.top-grey-list .top-tit span {
  background-color: #608cc3;
  display: inline-block;
  border-radius: 20px;
  margin-right: 20px;
  min-width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

.top-grey-list ul {
  padding-left: 74px;
}

.top-grey-list li {
  color: #0066cc;
  font-size: 22px;
  line-height: 1.5;
  display: flex;
}

.top-grey-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  margin: 12px 10px 0 0;
  background-color: #0066cc;
  border-radius: 50%;
}

.top-grey-list li p b {
  color: #000;
  font-weight: bold;
}

.top-grey-list li .add {
  display: block;
  font-size: 18px;
  color: #666666;
}

.raund_home_box_layer_v3 {
  display: flex;
}

.raund_home_box_layer_v2 .raund_home_box {
  flex: 1;
  margin-right: 8px;
  padding: 30px 20px;
}

.raund_home_box_layer_v2 .raund_home_box:last-child {
  margin-right: 0;
}

.table .th_bg_b {
  background-color: #ecf3fb;
}

.table .td_bg_b {
  background-color: #f5f9fd;
}

.table .th_bg_g {
  background-color: #eee;
}

.table .td_bg_g {
  background-color: #f5f5f5;
}

.pbt_pp_box2>ul {
  flex-wrap: wrap;
}

.pbt_pp_box2>ul>li {
  width: 100%;
  margin-top: 10px;
}

.page-num {
  font-size: 16px;
  text-align: right;
}

.pop-datepicker-wrap {
  position: absolute;
  right: 40px;
  top: 30px;
}

/*0721~~*/
.thumb_list02_1>li .thumb_txt .in_cate {
  color: #333;
  margin-bottom: 12px;
  font-size: 16px;
}

.thumb_list02_1>li .thumb_txt .in_sub_tit {
  margin-bottom: 2px;
  color: #000
}

.thumb_list02_1>li .thumb_txt {
  margin-top: 0;
}

.thumb_list02_1 .thumb_img {
  width: 214px;
  height: 127px;
  overflow: hidden;
  border-radius: 10px;
  position: relative
}

.thumb_list02_1 .thumb_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cmt_list>li {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
}

.cmt_list>li.no_data {
  min-height: 360px;
  width: 100%;
  border-radius: 0px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #f5f5f5;
  background-image: url('../img/user/no_data.png');
  background-position: center 100px;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  border-left: 0px;
  border-right: 0px;

}

.cmt_list>li.no_data span {
  color: #cccccc;
  font-size: 40px;
  padding-top: 185px;
  display: block;
}

.cmt_list>li:last-child {
  margin-bottom: 0;
}

.cmt_list li .cmt_tit {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cmt_list li .cmt_tit .cmt_date {
  color: #666;
  font-size: 14px;
  position: relative;
}

.cmt_list li .cmt_tit .cmt_date::before {
  content: "|";
  margin: 0 15px;
}

.cmt_list li .cmt_tit p {
  font-size: 22px;
}

.cmt_list li .cmt_ct {
  font-size: 14px;
  color: #666;
}

.cmt_list li .cmt_cate {
  color: #333;
  margin-top: 12px;
  font-size: 16px;
}

/*0724 ~ */
.portlet_cal_wrap {
  display: flex;
}

.portlet_cal_wrap>div {
  width: 50%;
}

.portlet_cal {
  width: 50%;

  background-color: #fff;
  height: 100%;
  min-height: 280px;
}

.portlet_cal .fc-prev-button,
.portlet_cal .fc-next-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #343434;
  padding: 0px;
  position: absolute;
  top: 2px;
}

.portlet_cal.fc .fc-button .fc-icon {
  margin-top: 1px;
}

.portlet_cal .fc-prev-button:hover,
.portlet_cal .fc-prev-button:active,
.portlet_cal .fc-prev-button:focus,
.portlet_cal .fc-next-button:hover,
.portlet_cal .fc-next-button:active,
.portlet_cal .fc-next-button:focus {
  background-color: #fff;
  color: #343434;
  outline: none;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.portlet_cal .fc-prev-button>span {
  margin-left: -3px;
}

.portlet_cal .fc-next-button>span {
  margin-right: -3px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #fff;
  color: #343434;
  outline: none;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.portlet_cal .fc-prev-button {
  left: -85px;
}

.portlet_cal .fc-next-button {
  right: -85px;
}

.portlet_cal .fc-toolbar-title {
  font-size: 20px;
  font-family: "NanumBarunGothicBold";
  line-height: 35px;
}

.portlet_cal .fc-toolbar-chunk {
  position: relative
}

.portlet_cal.fc .fc-toolbar.fc-header-toolbar {
  height: 62px;
  padding: 14px;
  margin-bottom: 0;
}

.portlet_cal.fc .fc-col-header-cell {
  background-color: #eee;
}

.portlet_cal .fc-theme-standard td,
.portlet_cal .fc-theme-standard th {
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.portlet_cal.fc .fc-col-header-cell-cushion {
  padding: 8px 0px;
  display: block
}

.portlet_cal.fc .fc-col-header-cell-cushion:hover {
  color: #000;
}

.portlet_cal.fc .fc-daygrid-day-frame {
  display: flex;
  min-height: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}

.portlet_cal.fc .fc-daygrid-day-top {
  display: block;
  text-align: center;
}

.portlet_cal.fc .fc-daygrid-day-number {
  font-size: 14px;
}

.portlet_cal.fc .fc-daygrid-day-number.fc_plan_day {
  border-bottom: 2px solid #7f7f7f;
  padding: 2px;
}

.portlet_cal.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  display: none;
}

.portlet_cal.fc .fc-daygrid-day.fc-day-today {
  background-color: #bfd3e8;
}

.portlet_cal.fc .fc-day-sun .fc-daygrid-day-number {
  color: #cc0000;
}

.portlet_cal.fc .fc-day-sat .fc-daygrid-day-number {
  color: #317abe;
}

.portlet_cal_wrap {
  display: flex;
}

.portlet_cal_wrap>div {
  width: 50%;
}


.por_cal_tit {
  font-size: 22px;
}

.portle_latest {
  border-top: 1px solid #dcdcdc;
  padding-left: 20px;
  padding-top: 15px;
  position: relative;
}

.portlet_cal_view {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.portlet_cal_view>p {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  background-color: #bfd3e8;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

.portlet_cal_txt {
  padding: 20px 30px;
  word-break: keep-all;
  font-size: 14px;
  line-height: 22px;
}

/* 0710 ekt */
.step_wrap_v2 {
  background-color: #f5f9fd;
  border-radius: 10px;
  border: 1px solid #317abe;
  padding: 20px 0;
}

.step_wrap_v2>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_wrap_v2>ul>li {
  text-align: center;
  margin-right: 308px;
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}

.step_wrap_v2 ul li::after {
  position: absolute;
  content: '';
  width: calc(360px);
  background-color: #cccccc;
  height: 3px;
  display: block;
  left: 0;
  top: 17px;
  z-index: -1;
}

.step_wrap_v2 ul li:last-child::after {
  display: none;
}

.step_wrap_v2>ul>li:last-child {
  margin-right: 0;
}

.step_wrap_v2 .step_box {
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 200px;
  font-size: 18px;
  color: #999;
  margin-top: 7px;
}

.step_wrap_v2>ul>li.check::after {
  background-color: #666666;
  background-image: linear-gradient(to right, #666, #317abe);
}

.step_wrap_v2 .step_box span:first-child {
  font-size: 16px;
}

.step_wrap_v2 .step_box b {
  font-size: 24px;
}

.step_wrap_v2 .check .step_box {
  color: #666;
}

.step_wrap_v2 .active .step_box {
  color: #317abe;
}

.ekt_my_pay>ul {
  display: flex;
}

.ekt_my_pay>ul>li {
  width: 50%;
  margin-right: 14px;
}

.ekt_my_pay>ul li:last-child {
  margin-right: 0;
}

.ekt_sub_title_v2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.ekt_my_pay .ekt_my_pay_btns button {
  width: 140px;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  ;
  background-color: #999999;
}

.ekt_my_pay .ekt_my_pay_btns button.blue-btn {
  background-color: #317abe;
}

.ekt_sub_raund_box {
  padding: 20px 0;
  ;
}

.ekt_normal_txt {
  color: #666666;
  font-size: 18px;
}

.list_ul_v2>li>span.list_tit {
  width: 50%;
}

.list_ul_v2>li {
  line-height: normal;
  height: 60px;
  vertical-align: middle;
}

.list_ul_v2>li>span {
  vertical-align: middle;
}

.list_ul_v2>li>span.list_con.tit_list_b {
  font-size: 24px;
}

.ekt_pay_box .ekt_payment_btn {
  width: 220px;
  height: 45px;
  background-color: #317abe;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
}

.ekt_payment_btn_s {
  width: 70px;
  height: 30px;
  background-color: #999;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.ekt_last_payment_btns {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 36px;
}

.ekt_full_height .ekt_pay_box {
  height: 650px;
  padding: 40px 40px;
}

.ekt_success_box {
  background-color: #f1f2f7;
  padding: 28px 0;
  border-radius: 10px;
}

.ekt_success_box>p {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.ekt_success_box>p img {
  margin-right: 10px;
}

/* 0727 추가 */
.top-grey-list .scroll_ul {
  cursor: pointer;
  overflow-y: auto;
  max-height: 66px;
  padding-left: 10px;
}

.scroll_ul::-webkit-scrollbar {
  width: 10px;
}

.scroll_ul::-webkit-scrollbar-track {
  width: 10px;
  background-color: #e2e2e2;
  border-radius: 10px;
}

.scroll_ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
  background-clip: padding-box;
  border-radius: 10px;
}

.scroll_ul_s li {
  font-size: 16px;
}

/*cmnv3*/
.cmnv3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url('../img/user/select_arrow.png');
  background-position: 95% 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  color: #666;
}

.cmnv3 input[type=text],
.cmnv3 input[type=password] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box
}

.cmnv3 input[type=number] {
  padding: 0px 0 0 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-sizing: border-box
}

textarea {
  resize: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
}

textarea::placeholder {
  color: #999;
}

.cmnv3 input[type="text"].hasDatepicker {
  background-image: url('../img/date_ico.png') !important;
  cursor: pointer;
  background-position: center right 7%;
  ;
  background-repeat: no-repeat;
  padding-right: 32px !important;
  position: relative;
  background-color: #fff;
  margin-right: 0px !important;
}

.cmnv3 .w_230 input[type="text"].hasDatepicker {
  background-position: center right 3%;
}

.cmnv3 .datepicker_btn_box input[type="text"].hasDatepicker {
  background-image: none;
}

.cmnv3 .datepicker_box {
  display: inline-block;
  position: relative;
}

.cmnv3 .datepicker_box::after {
  position: absolute;
  right: 32px;
  width: 1px;
  height: 40px;
  top: 0px;
  content: '';
  display: block;
  background-color: #b3b3b3;
}

/* .datepicker_box:hover::after {
background-color: #29558A
}
.datepicker_box.on::after {
background-color: #29558A
} */
.cmnv3 .write_datepicker_box .datepicker_box {
  width: 217px;
}

.cmnv3 .write_datepicker_box .datepicker_box input[type="text"].hasDatepicker {
  background-image: url('../img/date_ico_black.png');
  background-position-x: 96.5%;
}

.cmnv3 .datepicker_box .ui-datepicker {
  padding: 0px;
}

.cmnv3 .datepicker_box .ui-widget-header {
  border: 0px;
  background-color: #fff;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-header {
  padding: 10px 7px;
  background: none;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-title {
  margin: 0px;
  line-height: inherit;
  color: #333;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-prev span,
.datepicker_box .ui-datepicker .ui-datepicker-next span {
  font-size: 0px;
  position: relative;
  top: 0px;
  width: 25px;
  height: 25px;
  left: 0px;
  font-size: 0px;
  margin: 0px;
  background-color: #ccc;
  color: #fff;
  border-radius: 3px;
  background-position: center;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-prev {
  left: 7px;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-prev span {
  background-image: url('../img/user/cal_arrow.png');
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-next span {
  background-image: url('../img/user/cal_arrow.png');
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-next {
  right: 7px;
}

.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-prev,
.cmnv3 .datepicker_box .ui-datepicker .ui-datepicker-next {
  top: 7px;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  border: 0px;
  cursor: pointer;
}

.cmnv3 .datepicker_box .ui-datepicker table {
  margin: 0px;
  border: 0px;
}

.cmnv3 .datepicker_box .ui-datepicker th {
  background-color: #eee;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 3px
}

.cmnv3 .datepicker_box .ui-datepicker td {
  padding: 0px;
}

.cmnv3 .datepicker_box .ui-datepicker td span,
.cmnv3 .datepicker_box .ui-datepicker td a {
  padding: 8px 5px;
  text-align: center;
}

.cmnv3 .datepicker_box .ui-datepicker-today a.ui-state-default {
  background: #ba1416;
  color: #fff;
}

.cmnv3 .datepicker_box .ui-state-default,
.datepicker_box .ui-widget-content .ui-state-default {
  background-color: #fff !important;
  border: 0px !important;
  color: #333;
  font-weight: normal;
}

.cmnv3 .datepicker_box .ui-state-hover,
.cmnv3 .datepicker_box .ui-widget-content .ui-state-hover {
  background: #b0b0b0;
  color: #fff;
}

.cmnv3 .datepicker_box .ui-state-active,
.cmnv3 .datepicker_box .ui-widget-content .ui-state-active {
  background: #317abe;
  color: #fff;
}

.cmnv3 .datepicker_box .ui-datepicker select.ui-datepicker-month,
.cmnv3 .datepicker_box .ui-datepicker select.ui-datepicker-year {
  width: auto;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 13px;
  vertical-align: middle;
  margin-top: -3px;
  min-width: auto;
}

.cmnv3 .datepicker_box .ui-datepicker select.ui-datepicker-month {
  margin-left: 5px;
}

/*부트스트랩 select*/
.cmnv3 .bootstrap-select {
  min-width: none;
}

.cmnv3 .bootstrap-select .selectpicker+.dropdown-toggle::before {
  content: none;
}

.cmnv3 .bootstrap-select select {
  display: none !important;
}

.cmnv3 .bootstrap-select {
  display: inline-block;
  position: relative;
  /* min-width: 220px; */
}

.cmnv3 .bootstrap-select.disabled .selectpicker+.dropdown-toggle {
  background-color: lightgray;
  cursor: default;
}

.cmnv3 .bootstrap-select .selectpicker+.dropdown-toggle {
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 40px;
  vertical-align: baseline;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  color: #333;
  padding: 0;
}

.cmnv3 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-left: 10px;
  padding-right: 40px;
}

.cmnv3 .bootstrap-select .selectpicker+.dropdown-toggle:focus {
  outline: none !important;
}

.cmnv3 .bootstrap-select .selectpicker+.dropdown-toggle::after {
  content: '';
  background-image: url('../img/user/select_arrow.png');
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-top: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 54%;
  background-size: contain;
  border: 0;
}

.cmnv3 .bootstrap-select div.dropdown-menu {
  display: none;
  position: absolute;
  top: 44px !important;
  transform: initial !important;
  left: 0px;
  z-index: 6;
}

.cmnv3 .bootstrap-select div.dropdown-menu>div.inner {
  min-height: auto !important;
  max-height: 250px !important;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #317abe;
}

.cmnv3 .bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar {
  width: 5px;
}

.cmnv3 .bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color:
    #317abe;
  background-clip: padding-box;
  border: 1px solid #317abe;
}

.cmnv3 .bootstrap-select div.dropdown-menu .inner::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

.cmnv3 .bootstrap-select div.dropdown-menu li {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
}

.cmnv3 .bootstrap-select.open div.dropdown-menu {
  border: 0px;
}

.cmnv3 .bootstrap-select div.dropdown-menu li.active {
  display: none;
}

.cmnv3 .bootstrap-select div.dropdown-menu li>a {
  display: block;
  color: #999;
  line-height: 33px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 16px;
}

.cmnv3 .bootstrap-select div.dropdown-menu li>a span {
  display: block;
}

.cmnv3 .bootstrap-select div.dropdown-menu li>a:hover {
  background-color: #ecf3fb;
}

.cmnv3 .bootstrap-select div.dropdown-menu li.selected a {
  background-color: #317abe;
  color: #fff;
}

.cmnv3 .bootstrap-select.open div.dropdown-menu {
  display: inline-block;
}

.cmnv3 .column .menu_tab {
  border-left: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 18px;
}

.cmnv3 .column .menu_tab li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  flex: 1;
  text-align: center;
  line-height: 50px;
  position: relative;
  color: #999;
}

.cmnv3 .column .menu_tab li.active {
  background-color: #fff;
  border-color: #0066cc;
  border-left: 1px solid #0066cc;
  color: #000;
}

.cmnv3 .column .menu_tab li.active::before,
.column .menu_tab li.active::after {
  content: "";
  position: absolute;
  width: 500%;
  height: 1px;
  left: 100%;
  bottom: 0;
  background-color: #0066cc;
  z-index: 99;
}

.cmnv3 .column .menu_tab li.active::after {
  left: auto;
  right: 100%;
}

.cmnv3 .column .menu_tab li a {
  display: block;
  color: inherit;
}

.cmnv3 .raund_home_box_layer {
  border-radius: 15px;
  background-color: #f1f2f7;
  padding: 10px;
}

.cmnv3 .raund_home_box {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
}

.cmnv3 .raund_home_box.list_raund_home {
  padding: 0px;
}

.cmnv3 .raund_home_box_layer_v2 {
  border-color: #d6dee9;
}

.cmnv3 .raund_home_box_layer_v2 .raund_home_box {
  padding: 44px 50px;
}

.cmnv3 .page-num {
  font-size: 16px;
  text-align: right;
}

.cmnv3 .pbt_main_tit {
  font-weight: bold;
  font-size: 36px;
}

.cmnv3 .raund_home_tit {
  position: relative;
}

.cmnv3 .raund_home_tit>strong {
  margin-top: 5px;
  font-size: 26px;
  color: #0d0d0d;
  display: inline-block;
  font-family: "NanumBarunGothicBold";
}

.cmnv3 .raund_home_btn {
  font-size: 18px;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 230px;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
  padding-right: 35px;
  text-align: right;
}

.cmnv3 .raund_home_btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ekt/ekt_hd_right_cho_icon.png);
  width: 21px;
  height: 22px;
}

.cmnv3 .raund_home_ing {}

.cmnv3 .raund_home_ing_box {
  display: table;
  width: 100%;
}

.cmnv3 .raund_home_ing_box>span {
  display: table-cell;
  vertical-align: top;
}

.cmnv3 .raund_home_ing_tit {
  width: 230px;
}

.cmnv3 .raund_home_ing_tit>span {
  font-size: 20px;
  color: #0d0d0d;
  font-family: "NanumBarunGothicBold";
  margin-right: 13px;
  text-align: center;
  display: inline-block;
  width: 215px;
  line-height: 40px;
  border-radius: 30px;
}

.cmnv3 .raund_home_tit_large>strong {
  font-size: 36px;
}

.cmnv3 .raund_home_txt {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
  line-height: 32px;
}

.cmnv3 .raund_home_box_layer_v2 {
  border-color: #d6dee9;
}

.cmnv3 .raund_home_box_layer_v2 .raund_home_box {
  padding: 44px 50px;
}

.cmnv3 .table_point {
  position: relative;
}

.cmnv3 .table_point::before {
  position: absolute;
  left: -10px;
  content: '*';
  color: #ff6600;
}

.cmnv3 .table {
  width: 100%;
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
}

.cmnv3 .table th {
  font-size: 18px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  background-color: #f5f5f5;
  width: 156px;
  height: 60px;
  vertical-align: middle;
}

.cmnv3 .table td {
  vertical-align: middle;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.cmnv3 .table td .form_btn {
  min-width: 100px;
  background-color: #999;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

.cmnv3 .table td .form_btn01 {
  min-width: 134px;
  background-color: #999;
  color: #fff;
  height: 40px;
  padding: 0 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}

.cmnv3 .table td .form_btn02 {
  min-width: 130px;
  background-color: #3a71b5;
  color: #fff;
  font-size: 14px;
  font-family: "NanumBarunGothicBold";
  height: 30px;
  padding: 0 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  font-size: 15px;
}

.cmnv3 .table_txt_info {
  margin-top: 50px;
}

.cmnv3 .table_txt_info {
  font-size: 18px;
  color: #333;
}

.cmnv3 .table_txt_info>i {
  width: 1px;
  height: 20px;
  font-style: normal;
  vertical-align: middle;
  background-color: #333;
  margin: 0px 20px;
  display: inline-block;
}

.cmnv3 .table td .form_btn.btn02 {
  background-color: #6699cc;
}

.cmnv3 .table td .cmnv3 .board_file_box {
  padding: 0px;
  background-color: #fff;
  border: 0px;
}

.cmnv3 .table td .cmnv3 .board_file_box a {
  margin-bottom: 0px;
}

.cmnv3 .pg_wrap {
  font-size: 0;
  text-align: center;
  margin-top: 35px;
}

.cmnv3 .pg_wrap button,
.cmnv3 .pg_wrap span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  font-size: 18px;
  color: #7d7d7d;
  font-family: 'NanumBarunGothicBold';
  margin-right: 5px;
  line-height: 40px;
  cursor: pointer;
}

.cmnv3 .pg_wrap button.last_btn {
  margin-right: 0;
}

.cmnv3 .pg_wrap button {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  position: relative;
}

.cmnv3 .pg_wrap button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cmnv3 .pg_wrap span.active {
  background-color: #317abe;
  color: #fff;
}

.cmnv3 .raund_home_box_layer_v3 {
  display: flex;
}

.cmnv3 .raund_home_box_layer_v2 .raund_home_box {
  flex: 1;
  margin-right: 8px;
  padding: 30px 20px;
}

.cmnv3 .raund_home_box_layer_v2 .raund_home_box:last-child {
  margin-right: 0;
}

.cmnv3 .table .th_bg_b {
  background-color: #ecf3fb;
}

.cmnv3 .table .td_bg_b {
  background-color: #f5f9fd;
}

.cmnv3 .table .th_bg_g {
  background-color: #eee;
}

.cmnv3 .table .td_bg_g {
  background-color: #f5f5f5;
}

.cmnv3 .page-num {
  font-size: 16px;
  text-align: right;
}

.cmnv3 .pop-datepicker-wrap {
  position: absolute;
  right: 40px;
  top: 30px;
}

.cmnv3 .pbt_pp_box>p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 18px;
}

.cmnv3 .pbt_pp_box>ul {
  display: flex;
  justify-content: space-between;
}

.cmnv3 .pbt_pp_box>ul>li {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
  position: relative;
  padding: 40px;
  width: 49.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cmnv3 .pbt_pp_box ul>li .pbt_pp_txt p {
  font-weight: bold;
  font-size: 22px;
  color: #317abe;
  margin-bottom: 30px;
}

.cmnv3 .pbt_pp_box ul>li .pbt_pp_txt ul li {
  font-weight: bold;
  font-size: 18px;
  color: #363c4b;
  margin-bottom: 10px;
}

.cmnv3 .pbt_pp_box ul>li .pbt_pp_txt ul li::before {
  content: "·";
  font-size: 20px;
  margin-right: 10px;
}

.cmnv3 .pbt_pp_box2>ul {
  flex-wrap: wrap;
}

.cmnv3 .pbt_pp_box2>ul>li {
  width: 100%;
  margin-top: 10px;
}

.cmnv3 .btn-box {
  display: flex;
}

.cmnv3 *.btn-box .btn-r {
  margin-left: auto;
}

.cmnv3 .btn-basic {
  display: inline-block;
  min-height: 30px;
  border-radius: 5px;
  min-width: 100px;
}

.cmnv3 .basic02_btn {
  font-size: 18px;
}

.cmnv3 .black_btn {
  background-color: #000 !important;
  color: #fff !important;
}

.cmnv3 .gray_btn {
  background-color: #999 !important;
  color: #fff !important;
}

.cmnv3 .red_btn {
  background-color: #cc0000 !important;
  color: #fff !important;
}

.cmnv3 .blue_btn {
  background-color: #3a71b5 !important;
  color: #fff !important;
}

.cmnv3 .basic_btn {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  background-color: #999999;
  min-width: 130px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.cmnv3 .radio {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.cmnv3 .radio input {
  display: none;
}

.cmnv3 .radio span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cmnv3 .radio span::after {
  display: none;
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cmnv3 .radio .cmnv3 input {
  display: none;
}

.cmnv3 .radio .cmnv3 input:checked~span::after {
  display: block;
}

.cmnv3 .radio .cmnv3 input:checked~span {
  border-color: #000;
}

.cmnv3 .checkbox {
  cursor: pointer;
  font-size: 16px;
  color: #333
}

.cmnv3 .checkbox .cmnv3 input:checked~span::after {
  display: block;
}

.cmnv3 .checkbox .cmnv3 input {
  display: none;
}

.cmnv3 .checkbox span {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
}

.cmnv3 .checkbox span::after {
  display: none;
  content: '';
  width: 7px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 44%;
  left: 50%;
}

.cmnv3 .checkbox .cmnv3 input:checked~span {
  border-color: #000;
}

.cmnv3 .ekt_table table {
  border: 1px solid #bfbfbf;
  border-top: 2px solid #000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cmnv3 .ekt_table table thead th {
  text-align: center;
  font-family: "NanumBarunGothicBold";
  font-size: 14px;
  color: #333;
  border-right: 1px solid #bfbfbf;
  padding: 20px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  background-color: #f0f1f6;
}

.cmnv3 .ekt_table table thead.row_span_thead th {
  height: 30px;
  padding: 0px;
}

.cmnv3 .ekt_table table thead.row_span_thead th.bor_bf {
  border-bottom: 1px solid #bfbfbf;
}

.cmnv3 .ekt_table table td {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #bfbfbf;
  padding: 20px 5px;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle;
}

.cmnv3 .ekt_table table td .mini_link {
  padding: 0px 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #666666;
  font-size: 14px;
  display: inline-block;
}

.cmnv3 .ekt_table table td .black_btn {
  background-color: #000;
}

.cmnv3 .ekt_table table td .blue_btn {
  background-color: #3a71b5;
}

.cmnv3 .ekt_table table tfoot td {
  background-color: #f5f5f5;
  font-family: "NanumBarunGothicBold";
}

.cmnv3 .ekt_table table tfoot td b {
  font-family: "NanumBarunGothicBold";
}

.cmnv3 .ekt_table table .col_red {
  color: #cc0000;
}

.cmnv3 .ekt_table table .table_box_i {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #3a71b5;
  color: #3a71b5;
  font-size: 14px;
  margin-right: 10px;
}

.cmnv3 .ekt_table table .table_box_i.col_red {
  color: #cc3333;
  border: 1px solid #cc3333;
}

.cmnv3 .pbt_filter_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmnv3 .pbt_filter_box>div {
  display: flex;
  align-items: center;
}

.cmnv3 .pbt_filter_menu>ul {
  display: flex;
}

.cmnv3 .pbt_filter_menu>ul>li {
  padding: 0 18px;
  position: relative;
}

.cmnv3 .pbt_filter_menu>ul>li::after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333333;
}

.cmnv3 .pbt_filter_menu>ul>li:last-child::after {
  display: none;
}

.cmnv3 .pbt_filter_menu>ul>li button {
  font-size: 18px;
  color: #333333;
}

.cmnv3 .pbt_filter_menu>span {
  color: #317abe;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 45px;
}

.cmnv3 .pbt_filter_menu>span img {
  margin-right: 10px;
}

.cmnv3 .pbt_filter_btn {
  background-color: #317abe;
  color: #fff;
  font-size: 16px;
  width: 65px;
  height: 40px;
  border-radius: 5px;
}

.cmnv3 .pbt_filter_box_v2 {
  flex-wrap: wrap;
}

.cmnv3 .w_46 {
  width: 46% !important
}

.cmnv3 .gray_btn2 {
  background-color: #686868;
}

.cmnv3 .return_btn img {
  position: relative;
  right: -5px;
}

.cmnv3 .return_btns button {
  width: 120px;
  padding: 0 20px;
}

.cmnv3 .blue-btn {
  background-color: #317abe;
  color: #fff;
}

/*팝업 시작*/
.cmnv3 .pop_layer {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.cmnv3 .pop_content.cmnv3 .pop_w_600 {
  max-width: 600px;
}

.cmnv3 .pop_content.cmnv3 .pop_w_800 {
  max-width: 800px;
}

.cmnv3 .pop_content .bootstrap-select div.dropdown-menu {
  top: 33px !important
}

.cmnv3 .pop_content {
  min-width: 400px;
  box-shadow: 1px 2px 3px #aaa;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #317abe;
  padding: 15px 10px 10px;
  background-color: #fff;
}

.cmnv3 .pop_txt_content {
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  min-width: 400px;
  box-shadow: 1px 2px 3px #aaa;
  max-width: 700px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 0 50px;
  ;
}

.cmnv3 .pop_txt_content>p {
  line-height: 30px;
  font-size: 20px;
}

.cmnv3 .pop_txt_content>.cmnv3 .pop_info_txt {
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  padding: 0 20px;
}

.cmnv3 .pop_txt_content>.cmnv3 .pop_hd {
  padding-top: 40px;
}

.cmnv3 .pop_hd {
  position: relative;
  margin-bottom: 12px;
}

/* 230221 추가 */
.cmnv3 .pop_hd .cmnv3 .pop_btn {
  background-color: #6699cc;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  padding: 6px 10px 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* 230221 추가 끝 */
.cmnv3 .pop_hd>span {
  font-family: 'NanumBarunGothicBold';
  font-size: 18px;
  padding: 0 10px;
}

.cmnv3 .pop_hd>button {
  position: absolute;
  right: 10px;
  top: 0;
}

.cmnv3 .pop_body {
  border: 1px solid #317abe;
  background-color: #d6dee9;
  border-radius: 15px;
  padding: 10px;
}

.cmnv3 .pop_body.cmnv3 .pop_body_type_2 {
  border: 0px;
  background-color: #fff;
  border-radius: 0px;
  padding: 0px;
}

.cmnv3 .pop_txt {
  background-color: #fff;
  border-radius: 10px;
  overflow-y: scroll;
  height: 170px;
  padding: 20px;
  box-sizing: border-box;
}

.cmnv3 .pop_table_type2 table {
  border-top: 2px solid #000;
  width: 100%;
}

.cmnv3 .pop_table_type2 table th {
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 45px;
  vertical-align: middle;
  padding: 5px;
}

.cmnv3 .pop_table_type2 table th.text_right {
  text-align: right;
  padding-right: 25px;
}

.cmnv3 .pop_table_type2 table input[type=text] {
  height: 30px;
}

.cmnv3 .pop_table_type2 table td {
  font-size: 16px;
  vertical-align: middle;
  color: #333;
  padding: 5px;
  border: 1px solid #bfbfbf;
}

.cmnv3 .pop_table_type2 table td .cmnv3 .pop_textarea {
  height: 80px;
}

.cmnv3 .pop_table_type2 table td input[type="text"].hasDatepicker {
  background-position-x: 96%;
}

.cmnv3 .pop_table_type2 table td .datepicker_box::after {
  height: 30px;
}

.cmnv3 .pop_table_type2 table td .bootstrap-select .selectpicker+.dropdown-toggle {
  line-height: 30px;
}

.cmnv3 .ekt_pop.w_800 {
  max-width: 800px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.cmnv3 .ekt_pop.w_600 {
  max-width: 600px;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.cmnv3 .pop_ekt_tit {
  font-size: 22px;
  display: block;
  font-family: "NanumBarunGothicBold";
  margin-bottom: 10px;
}

.cmnv3 .ekt_pop .pop_ekt_content_td {
  padding: 5px;
}

.cmnv3 .pop_ekt_content_box {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.cmnv3 .pop_ekt_content_txt {
  padding: 15px 20px;
  min-height: 85px;
  word-break: keep-all;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
  text-align: left;
}

.cmnv3 .pop_ekt_content_box .cmnv3 .board_file_box {
  text-align: left;
  border-bottom: 0px;
  padding: 5px 5px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cmnv3 .ekt_body_table tbody th {
  text-align: right;
  padding: 15px 25px 5px 5px;
  ;
  background-color: #f5f5f5;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-family: "NanumBarunGothic";
}

.cmnv3 .ekt_body_table tbody td {
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
}

.cmnv3 .pop_ekt_btn {
  text-align: center;
  padding: 20px 0px 0px;
  font-size: 0px;
}

.cmnv3 .pop_ekt_btn>button {
  padding: 0px 15px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
}

.cmnv3 .pop_ekt_btn_type2>button {
  padding: 0px 29px;
}

.cmnv3 .pop_gary_btn {
  background-color: #999;
}

.cmnv3 .pop_black_btn {
  background-color: #000;
}

.cmnv3 .ekt_body_table tbody td.pop_ekt_textarea_td {
  padding: 5px;
}

.cmnv3 .pop_ekt_textarea {
  height: 127px;
}

.cmnv3 .pop_ekt_textarea_type2 {
  height: 80px;
}

.cmnv3 .ekt_body_table tbody td.file_td_box {
  padding: 5px;
}

.cmnv3 .ekt_body_table tbody td.file_td_box .filebox {
  margin-bottom: 5px;
  font-size: 0px;
}

.cmnv3 .pop_hd {
  position: relative;
}

.cmnv3 .ekt_pop .pop_hd {
  margin-bottom: 15px;
  padding-top: 25px;
}

.cmnv3 .ekt_pop .pop_hd>span {
  font-size: 22px;
}

.cmnv3 .ekt_pop .pop_hd>button {
  right: -25px;
  top: 15px;
}

.cmnv3 .ekt_pop .pop_result_body {
  border: 0px;
}

.cmnv3 .filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cmnv3 .filebox label {
  display: inline-block;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  width: 97px;
  height: 35px;
  background-color: #999;
  cursor: pointer;
  border: 0px;
  border-radius: 5px;
  line-height: 35px;
  vertical-align: top;
  text-align: center;
}

/* named upload */
.cmnv3 .filebox .upload-name {
  margin-right: 5px;
  width: 455px;
  display: inline-block;
  padding: 5px;
  /* label의 패딩값과 일치 */
  font-size: 16px;
  ;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  height: 35px;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

.cmnv3 .pop_ekt_btn_v2 button {
  min-width: 120px;
}

.cmnv3 .pbt_filter_box_v2 {
  flex-wrap: wrap;
}

.cmnv3 .grey-btn {
  background-color: #999999;
  color: #fff;
}

.cmnv3 .btn-pd-s {
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
}

.cmnv3 .ekt_pop.w_1100 {
  max-width: 1100px;
  width: 100%;
  overflow-y: auto;
  padding: 0px 40px 50px;
  max-height: 90%;
}

.cmnv3 .table05 {
  word-break: keep-all;
}

.cmnv3 .table05 th {
  padding: 10px 0px;
  line-height: 1.3;
  height: auto;
}

.cmnv3 .table_16 td,
.cmnv3 .table_16 th {
  font-size: 16px;
}

.cmnv3 .board_list {
  margin-top: 15px;
  position: relative;
}

.cmnv3 .board_list .board_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 15px;
}

.cmnv3 .board_list .board_top .count {
  color: #666666;
  font-size: 20px;
}

.cmnv3 .board_list .board_top .count b {
  font-size: 24px;
  color: #000;
  font-family: 'NanumBarunGothicBold';
  margin-left: 15px;
}

.cmnv3 .board_list .board_top .board_list_btn {
  background-color: #999999;
  min-width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumBarunGothicBold';
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}

.cmnv3 .board_list .board_top .board_list_btn img {
  width: 100%;
}

.cmnv3 .board_list>table {
  width: 100%;
  font-size: 16px;
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333333;
}

.cmnv3 .board_list>table th {
  background-color: #ecf3fb;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.cmnv3 .board_list>table td {
  vertical-align: middle;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}

.cmnv3 .board_list>table td a {
  color: #333;
}

.cmnv3 .board_list>table td a.link_board {
  border-bottom: 1px solid #999999;
}

.cmnv3 .board_list>table td.text_left {
  text-align: left;
}

.cmnv3 .board_list>table td.click_td {
  cursor: pointer;
}

.cmnv3 .board_list>table td.click_td:hover {
  text-decoration: underline;
}

.cmnv3 .board_list>table td .pop_a {
  color: #317abe;
  border-bottom: 1px solid #317abe;
}

.cmnv3 .board_list .board_list_table02 th {
  background-color: #fff;
}

.cmnv3 .board_list .board_list_table03 th {
  font-size: 16px;
}

.cmnv3 .board_list .board_list_table03 td {
  font-size: 14px;
}

.cmnv3 .board_list .board_list_table03 tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.cmnv3 .line1_short {
  max-width: 920px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.cmnv3 .line2_short {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cmnv3 .column table .notice {
  color: #0066cc;
  font-weight: bold;
}

.cmnv3 .column table .notice td>a {
  color: #0066cc;
}

.cmnv3 .t_notice .download {
  display: inline-block;
  background: url(../img/download.png)no-repeat center;
  width: 33px;
  height: 33px;
  vertical-align: middle;
}

.cmnv3 .board_list .reply_td {
  position: relative;
  padding-left: 40px;
}

.cmnv3 .board_list .reply_td .reply_ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0066cc;
  font-weight: bold;
  font-size: 24px;
}

.cmnv3 .pagination {
  margin: 35px 0 0;
  text-align: center;
  font-size: 0px;
}

.cmnv3 .pagination a {
  background-color: #dcdcdc;
  display: inline-block;
  width: 40px;
  font-family: "NanumBarunGothicBold";
  height: 40px;
  line-height: 40px;
  color: #7d7d7d;
  font-size: 18px;
  margin: 0px 2px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.cmnv3 .pagination a.active {
  background: #317abe;
  color: #fff;
}

.cmnv3 .pagination .next {
  background-image: url('../img/next_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.cmnv3 .pagination .d_next {
  background-image: url('../img/last_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.cmnv3 .pagination .d_prev {
  background-image: url('../img/first_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.cmnv3 .pagination .prev {
  background-image: url('../img/prev_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.cmnv3 .blue_text {
  color: #317abe;
}

.cmnv3 .grey_text {
  color: #666;
}

.cmnv3 .underline {
  text-decoration: underline;
}

.cmnv3 .top-grey-list {
  display: flex;
}

.cmnv3 .top-grey-list section {
  flex: 1;
  background-color: #f1f2f7;
  padding: 30px 25px;
  border-radius: 15px;
  margin-right: 8px;
}

.cmnv3 .top-grey-list section:last-of-type {
  margin-right: 0;
}

.cmnv3 .top-grey-list .top-tit {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.cmnv3 .top-grey-list .top-tit span {
  background-color: #608cc3;
  display: inline-block;
  border-radius: 20px;
  margin-right: 20px;
  min-width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

.cmnv3 .top-grey-list ul {
  padding-left: 74px;
}

.cmnv3 .top-grey-list li {
  color: #0066cc;
  font-size: 22px;
  line-height: 1.5;
  display: flex;
}

.cmnv3 .top-grey-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  margin: 12px 10px 0 0;
  background-color: #0066cc;
  border-radius: 50%;
}

.cmnv3 .top-grey-list li p b {
  color: #000;
  font-weight: bold;
}

.cmnv3 .top-grey-list li .add {
  display: block;
  font-size: 18px;
  color: #666666;
}

.cmnv3 .top-grey-list .scroll_ul {
  cursor: pointer;
  overflow-y: auto;
  max-height: 66px;
  padding-left: 10px;
}

.cmnv3 .scroll_ul::-webkit-scrollbar {
  width: 10px;
}

.cmnv3 .scroll_ul::-webkit-scrollbar-track {
  width: 10px;
  background-color: #e2e2e2;
  border-radius: 10px;
}

.cmnv3 .scroll_ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
  background-clip: padding-box;
  border-radius: 10px;
}

.cmnv3 .scroll_ul_s li {
  font-size: 16px;
}

/*메인 팝업*/
.main_popup {
  position: fixed;
  top: 10px;
  left: 10px;
  border: 2px solid #000;
  border-bottom: 0px;
  min-width: 200px;
  min-height: 200px;
  z-index: 99999999;
  background-color: #fff;
}

.main_popup_con {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.main_popup_con>a {
  display: block;
  width: 100%;
  height: 100%;
}

.main_popup_con img {
  width: 100%;
  height: 100%;
}

.main_popup .main_popup_btn_box {
  font-size: 0px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-left: 5px;
}

.main_popup .main_popup_btn_box .checkbox {
  color: #fff;
  line-height: 30px;
}

.main_popup .main_popup_btn_box .checkbox span {
  margin-right: 5px;
}

.main_popup .main_popup_btn_box .main_popup_btn {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0px 5px;
  float: right;
}

/* 사이트맵 */
.site-map-wrap {
  display: flex;
  flex-wrap: wrap;
}

.site-map a {
  color: inherit;
}

.site-map {
  width: 22.5%;
  margin-right: 3.3125%;
  margin-bottom: 90px;
}

.site-map:nth-of-type(4n) {
  margin-right: 0;
}

.site-map h3 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.site-map .site-list>li {
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  margin-bottom: 3px;
  font-weight: bold;
}

.site-map .site-list .sub-list {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
}

.site-map .site-list .sub-list>li {
  color: #999999;
  line-height: 1.8;
}

.table_textarea {
  min-height: 100px;
}

.customer .tit {
  font-size: 40px;
}

.customer b {
  font-weight: bold;
}

.customer .tit-add {
  background-color: #f0f1f6;
  margin-top: 30px;
  padding: 20px 0;
  font-size: 22px;
}

.customer .step-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}

.customer .step-wrap .step {
  text-align: center;
  border: 1px solid #d2d2d2;
  padding: 40px 0;
  width: 280px;
}

.customer .step-wrap .arrow {
  margin: 0 50px;
}

.customer .step-wrap .step .lang {
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.5;
}

.customer .step-wrap .step .lang .blue_text {
  border-bottom: 1px solid #0066cc;
}

.customer .customer-board {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 90px;
}

.customer .customer-board>div {
  width: calc(50% - 20px);
}

.customer .customer-board .tit {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.customer .customer-board .tit .more-btn {
  font-size: 16px;
}

.customer .customer-board .tit .more-btn>span {
  cursor: pointer;
}

.customer .customer-board .tit .more-btn button {
  font-size: 22px;
  border: 1px solid #d2d2d2;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-left: 10px;
  margin-top: -9px;
}

.customer-board .board-box {
  margin-top: 20px;
  height: calc(100% - 54px);
}

.board-counsel {
  height: 100%;
}

.customer-board .line-box {
  border: 1px solid #d2d2d2;
  height: 100%;
  border-radius: 10px;
}

.customer-board .board-qu .list li {
  background: #f0f1f6;
  margin-bottom: 5px;
  padding: 16px 20px;
  font-size: 18px;
}

.customer-board .board-qu .list .list-inner {
  display: flex;
  align-items: center;
}

.customer-board .board-qu .list .list-inner .blue_text {
  font-weight: bold;
  width: 55px;
}

.customer-board .board-qu .list .list-inner strong {
  font-weight: bold;
  width: 128px;
}

.customer-board .board-qu .list .list-inner p {
  color: #666666;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-board .service-box {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.customer-board .service-box p {
  font-size: 18px;
}

.customer-board .service-box .blue-btn {
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 18px;
}

.customer-board .service-box .blue-btn img {
  width: 26px;
}

.customer-board .counsel-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}

.customer-board .counsel-box .list {
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(../img/counsel-bg.png);
  padding: 40px 0;
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
}

.customer-board .counsel-box .list_txt_center {
  font-size: 22px;
  position: absolute;
  width: 100%;
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%)
}

.customer-board .counsel-box .list .call {
  font-size: 46px;
  margin-top: 18px;
  font-weight: bold;
}

.customer-board .counsel-box .describe {
  width: 100%;
  margin: 33px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-board .counsel-box .describe p {
  font-size: 18px;
  text-align-last: left;
  margin-left: 20px;
  line-height: 1.5;
}

/* 자동검색 추가 - 0822 */
.sch_drop_layer {
  min-height: 79px;
  position: relative;
}

.sch_drop_wrap {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  position: absolute;
  overflow: hidden;
  border: 2px solid #317abe;
  background-color: #317abe;
  border-radius: 40px;
}

.sch_drop_wrap .sch_drop_input {
  display: flex;
  height: 75px;

}

.sch_drop_wrap .sch_drop_input input {
  border: 0;
  height: 100%;
  background-color: #fff;
  flex: 1;
  font-family: 'NanumBarunGothicBold';
  font-size: 24px;
  padding-left: 60px;
  border-radius: 0;
}

.sch_drop_wrap .sch_drop_input button {
  width: 100px;
  height: 100%;
  background-color: #317abe;

}

.sch_drop_wrap.show .sch_drop_input {
  border-bottom: 1px solid #317abe;
}

.sch_drop_box {
  background-color: #fff;
  padding: 20px 0 27px;
}

.sch_drop_box ul li a {
  position: relative;
  display: block;
  padding: 10px 65px 10px 22px;
  font-size: 18px;
}

.sch_drop_box ul li .sch_drop_ico2 {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.sch_drop_box ul li:hover {
  background-color: #f2f2f2;
  transition: 0.2s;
}

.sch_drop_box ul li p img {
  margin-right: 10px;
}

.sch_drop_box ul li p span {
  color: #0066cc;
}

/*0824-추가*/
.new_file_list>div {
  padding-left: 10px;
  display: flex;
  width: 100%;

}

.new_file_list a {
  display: block;
  text-align: left;
  width: 423px;
}

.new_file_list .btn-basic {
  min-width: 70px
}

.new_file-box .file-box {
  display: flex;
  width: 100%;
  align-items: center;
}

.new_file-box .file-upload {

  display: flex;

  margin-right: 10px
}

.new_file-box .file-upload input[type='file'] {
  display: none;
}

.new_file-box .file-upload input[type="text"] {
  width: 360px;

}
.new_file-box .file-upload button{
    padding: 0 10px;
    font-size: 15px;
    white-space: nowrap;
    margin:2px 0px;
}

.new_file-box.file_upload_box{ position: relative;}
.new_file-box.file_upload_box #imgDownList{position: absolute;width:500px; left:15px; top:45px;}
.new_file-box.file_upload_box #imgDownList>div>a{width: 425px;display: inline-block;text-align: right; padding-right: 10px;}
.new_file-box.file_upload_box #imgDownList>div>button{margin-right:0px;}

.new_file-box button.ash[name="add"] {
  display: inline-block;
  min-height: 30px;
  border-radius: 5px;
  min-width: 70px;
  background-color: #317abe;
  color: #fff;
  margin-right: 10px;
}

.new_file-box button.ash[name="delete"] {
  display: inline-block;
  min-height: 30px;
  border-radius: 5px;
  min-width: 70px;
  background-color: #999;
  color: #fff;
  margin-right: 10px;
}

/* 포틀렛 new */
.portlet_layer .grid-stack-instance-1>.grid-stack-item[gs-h="3"] {
  height: 320px;
}

.portlet_main {
  background-color: #eeeeee;
  min-height: 100vh;
}

.portle_login {
  /*border: 1px solid #d2d2d2;*/
  /*border-radius: 10px;*/
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #d6dee9;
  height: 100%;
}

.portle_login>.user {
  position: relative;
  padding: 25px 25px 22px;
  display: flex;
  align-items: center;
}

.portle_login>.user .txt {
  padding-left: 15px;
  font-weight: bold;

}

.portle_login>.user .txt p:first-child {
  font-size: 20px;
}

.portle_login>.user .txt p:last-child {
  color: #317abe;
  font-size: 14px;
  margin-top: 4px;
}

.portle_login>.info {
  padding: 0px 25px;
}

.portle_login>.info>p {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

.portle_login>.info ul {
  display: flex;
  justify-content: space-between;
}

.portle_login>.info ul li {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 25px 0 20px;
  width: 24%;
  min-height: 120px;
}

.portle_login>.info ul li img {
  margin-bottom: 10px;
}

.portle_login>.info ul li p {
  font-weight: bold;
  color: #317abe;
  font-size: 14px;
}

.portle_login>.info ul li:nth-child(3) p {
  line-height: 28px;

}

/* .portlet_content{
  padding: 0 20px 25px;
} */
.portlet_board_cate {
  padding: 0 20px 8px;
}

.portlet_board_cate.no_border {
  border-bottom: 0;
}

.portlet_study li {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  position: relative;
  padding-bottom: 30px;
  height: 236px;
  overflow: hidden;
}

.portlet_study li:nth-child(2n) {
  /* boirde */
  border-right: 0;
}

.portlet_study .thumb {
  width: 100%;
  display: block;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.portlet_study .thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portlet_study .txt {
  padding: 20px 15px;
}

.portlet_study .txt p {
  word-break: keep-all;
}

.portlet_study .txt p:first-child {
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
}

.portlet_study .txt p:last-child,
.portlet_study .txt a:last-child {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.portlet_study li>a:last-child {
  background-color: #317abe;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.potlet_slide_btns {
  text-align: center;
  padding: 10px 0 0;
}

.potlet_slide_btns button {
  width: 26px;
  height: 26px;
}

.potlet_slide_btns button img {
  height: 100%;
  width: 100%;
}

.portlet_schd_title {
  overflow: hidden;
}

.portlet_schd_title_slide {
  overflow: hidden;
}

.portlet_scd_txt {
  padding: 22px 25px;
}

.portlet_schd_title {
  padding: 8px 25px;
  text-align: center;
  width: 100%;
  background-color: #bfd3e8;
  position: relative;
}

.portlet_scd_con .pt_nomal_btn {
  position: absolute;
  z-index: 9;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  color: #343434;

}

.portlet_scd_con .pt_nomal_btn>span {
  font-size: 1.5em;
  vertical-align: middle;
}

.portlet_scd_con .pt_nomal_btn>span.fc-icon-chevron-right {
  margin-right: -3px;
}

.portlet_scd_con .pt_nomal_btn>span.fc-icon-chevron-left {
  margin-left: -3px;
}

.portlet_scd_con .prev_btn {
  left: 25px;
}

.portlet_scd_con .next_btn {
  right: 25px;
}

.portlet_scd_con {
  position: relative;
}

.portlet_schd_title span {
  font-weight: bold;
  font-size: 18px;
}

.pt_nomal_btn {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
}

.pt_nomal_btn img {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.portlet_scd_con ul>li p {
  font-size: 14px;
  margin-bottom: 25px;
}

.portlet_scd_con ul>li p:last-child {
  margin-bottom: 0;
}

.portlet_xy_scroll {
  background-color: #fff;
  height: 212px;
  overflow: auto;
}

.portlet_xy_scroll table {
  white-space: nowrap;
}

.portlet_xy_scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #eee;
  border: 2px solid transparent
}

.portlet_xy_scroll::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 50px;
}

.portlet_scd_con ul>li p span {
  color: #317abe;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.portlet_scd_con ul>li p br {
  display: none
}

.portlet_event ul li img {
  width: 120%;
  position: absolute;
  left: 50%;
  max-width: none;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portlet_event ul li a {
  position: relative;
  overflow: hidden;
  height: 190px;
  display: block;
  background-color: #ddd;
}

.portlet_content .rc_box {
  width: 100%;
}

.portlet_chart {
  padding: 10px 30px 30px;
}

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

.portlet_chart ul li .ico_box {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: relative;
}

.portlet_chart ul li .ico_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portlet_chart li {
  text-align: center;
}

.portlet_chart li .txt {
  margin-top: 20px;
  font-weight: bold;
}

.portlet_chart li .txt p:first-child {
  font-size: 14px;
  color: #666666;
}

.portlet_chart li .txt p:last-child {
  font-size: 18px;
  margin-top: 14px;
}

.portlet_bg_b {
  background-color: #e8f0f5;
}

.portlet_bg_b .portlet_tit_box {
  background-color: #fff;
}

.portlet_bg_b .portlet_board_cate {
  background-color: #fff;
}

.potelet_dual_box {
  padding: 42px 0;
}

.potelet_dual_box ul {
  display: flex;
}

.potelet_dual_box ul li {
  width: 50%;
  text-align: center;
  position: relative;
}

.potelet_dual_box .txt {
  margin-top: 26px;
  font-weight: bold;
}

.potelet_dual_box li .txt p:first-child {
  font-size: 14px;
  color: #666666;
}

.potelet_dual_box li .txt p:last-child {
  font-size: 18px;
  margin-top: 14px;
}

.potelet_dual_box ul li:first-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 110px;
  background-color: #d2d2d2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.portlet_bg_o {
  background-color: #fee9cc;
}

.portlet_tab_content {
  display: none;
}

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

.portlet_sns_box {
  padding: 20px 25px;
}

.portlet_scroll {
  height: 170px;
  overflow-y: scroll;
  position: relative;
}

.portlet_scroll_bar {
  position: absolute;
  display: block;
  width: 1px;
  height: 170px;
  background-color: #5e5e5e;
  right: 30px;
  bottom: 25px;
}

.portlet_scroll::-webkit-scrollbar {
  width: 10px;
}

.portlet_scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 10px;
  background-color: #5e5e5e;

}

.portlet_scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  width: 1px !important;

}

.portlet_sns_box ul li a {
  position: relative;
  display: flex;
  align-items: center;
}

.portlet_sns_box ul li {
  margin-bottom: 24px;

}

.portlet_sns_box ul li:last-child {
  margin-bottom: 0;
}

.portlet_sns_box ul li a>div:first-child {
  margin-right: 12px;
}

.portlet_sns_box ul li .img {
  width: 75px;
  height: 75px;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.portlet_sns_box ul li .img img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portlet_sns_box ul li .txt p:first-child {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  min-height: 15px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.portlet_sns_box ul li .only_txt p:first-child {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  min-height: 15px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

.portlet_sns_box ul li .txt p:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-top: 4px;
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.portlet_sns_box ul li .only_txt p:last-child {
  font-size: 14px;
  word-break: break-all;
  font-weight: bold;
  color: #666666;
  margin-top: 4px;
  display: -webkit-box;
  min-height: 55px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.portlet_card {
  background-color: #2a558a;
  color: #fff;
  position: relative;
  width: 100.07%;
}

.portlet_card a {
  color: #fff;
}

.portlet_card_slide .card_txt {
  width: 100%;
  padding: 26px 26px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portlet_card_slide .cart_img {
  height: 186px;
  overflow: hidden;
  position: relative;
  background-color: #ddd;
}

.portlet_card_slide .cart_img img {
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}


.portlet_card_slide .card_txt p:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
}

.portlet_card_slide .card_txt p:last-child {
  font-size: 14px;
  word-break: keep-all;
  line-height: 20px;
}

.portlet_card_thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  z-index: 9;
  overflow: hidden;
  width: 100%;
}

.portlet_card_thumb .slick-arrow {
  display: none !important;
}

.portlet_card_thumb li {
  overflow: hidden;
  cursor: pointer;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  background-color: #ddd;
}

.portlet_card_thumb li.slick-current {

  border: 1px solid #317abe;
}

.portlet_card_thumb li img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.portlet_shotVideo {
  display: flex;
}

.portlet_shotVideo>li {
  width: 50%;
  height: 236px;
  position: relative;
  overflow: hidden;

}

.portlet_shotVideo>li img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.portlet_shotVideo>li video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto !important;
}

.no_data {
  min-height: calc(310px - 75px);
  position: relative;
}

.list_no_data {
  position: relative;
  min-height: calc(280px - 46px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/portlet/no_data.png");
}

.no_data_cal {

  min-height: calc(280px - 46px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/portlet/no_data.png");
}

.no_data_cal div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center
}

.no_data_cal div p {
  color: #a6bfd2;
  font-size: 24px;
  margin-top: 15px;

  text-align: center
}

.portlet_tab_content .list_no_data {
  min-height: calc(280px - 70px);
}

.no_data_box {
  background-image: url("../img/portlet/no_data.png");

}

.no_data_box .board_list_thumb {
  width: 100%;
  flex: auto;
}

.no_data_box .portlet_tit_box {
  background-color: #fff;
}

.no_data>div {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;

  transform: translate(-50%, -50%);
  width: 100%;
}

.no_data>div p {
  color: #a6bfd2;
  font-size: 24px;
  margin-top: 15px;
}


/*0830 - 포틀렛*/
.pt_df_padding {
  padding: 0 20px;
}

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

.pt_quick_links li {
  flex: auto;
  background-color: #bfd3e8;
  color: #317abe;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 20px;
  display: block;
  margin: 2px;
  text-align: center;
}

.pt_sch_box {
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid #317abe;
  position: relative;
  border-radius: 50px;
  padding-right: 50px;
}

.pt_sch_box input {
  border: 0;
  font-size: 14px;
  ;
}

.pt_sch_box button {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #317abe;
  width: 50px;
}

.pt_table_style1 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.pt_table_style1 th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
}

.pt_table_style1 th,
.pt_table_style1 td {
  height: 40px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
}

.pt_table_style1 td {
  color: #666666;
  font-size: 14px;
  ;
}

.pt_table_style1 td a {
  color: #666666;
  font-size: 14px;
  ;
}

.pt_table_style1 td a:hover {
  color: #317abe;
  border-bottom: 1px solid #acc3e0;
  transition: 0.2s;
}

.pt_line1_short {
  display: block;
  max-width: 280px;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.rc_list_v2 .rc_grid_list {
  height: 120px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.rc_list_v2 .rc_grid_list:nth-child(2n) {
  border-bottom: 0;
}

.rc_list_v2 .rc_grid_list .thumb {
  width: 200px;
  position: relative;
  height: 120px;
  display: table-cell;
  vertical-align: top;
}

.rc_list_v2 .rc_grid_list .thumb img {
  width: 100%;
  height: 100%;

}

.rc_list_v2 .rc_grid_list .txt {
  display: table-cell;
  vertical-align: top;
  padding: 18px;
}

.rc_list_v2 .rc_grid_list .txt p:first-child {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.rc_list_v2 .rc_grid_list .txt p:nth-child(2) {
  font-size: 14px;
  margin-bottom: 10px;
}

.rc_list_v2 .rc_grid_list .txt a {
  color: #fff;
  background-color: #317abe;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 5px;
}

.rc_list_v2 .rc_grid_list .txt a.title {
  display: -webkit-box;
  min-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 10px;
}

.rc_list_v2 .rc_grid_list .txt a.title:hover {
  color: #317abe;
}

.rc_box_type0 {
  overflow: hidden;
  height: 236px;
}

.pt_my_study ul {
  display: flex;
  border-top: 1px solid #ddd;
  position: relative;
}

.pt_my_study ul li {
  width: 50%;
  display: flex;
}

.pt_my_study ul li .left {
  position: relative;
  width: 170px;
  overflow: hidden;
  height: 211px;
}

.pt_my_study ul li .left img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: auto;
  max-width: none;
  height: 110%;

}

.pt_my_study ul li a.bt_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #317abe;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
}

.pt_my_study ul li a.end_btn {
  background-color: #363c4b;
}

.pt_my_study ul li .right {
  padding: 25px 20px;
  font-size: 14px;
  position: relative;
  flex: 1;
}

.pt_my_study ul li .right .txt p:first-child {
  color: #666;
  margin-bottom: 18px;
}

.pt_my_study ul li .right .txt p {
  word-break: keep-all;
  line-height: 24px;
}

.pt_my_study ul li .right .txt p:last-child {
  display: -webkit-box;
  min-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  overflow: hidden;
}

.pt_my_study ul li .right .pt_progress {
  display: block;
  padding: 0 20px 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  background-color: transparent;
}

.pt_my_study ul li .right .pt_progress>div {
  width: 100%;
  border-radius: 8px 30px 30px 8px;
  background-color: #e5e5e5;
  position: relative;
  height: 15px;
  overflow: hidden;
}

.pt_my_study ul li .right .pt_progress>div span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background-color: #317abe;
  border-radius: 0 30px 30px 0;
}

.pt_my_study ul li .right .pt_progress>p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.pt_my_study ul li .right .pt_progress>p b {
  color: #317abe
}

.portle_login>.info select {
  height: 32px;
  font-size: 13px;
  color: #333;
  border: 0;
  border-radius: 0;
  letter-spacing: -0.5px;
  background-image: url('../img/portlet/pt_select_arrow.png');
  margin-bottom: 15px;
  background-position: 97% 12px;
  cursor: pointer;
}

.pt_promotion {
  display: flex;
}

.pt_promotion li {
  width: 50%;
  border-right: 1px solid #ddd;
}

.pt_promotion li:last-child {
  border-right: 0;
}

.pt_promotion li .img {
  width: 100%;
  height: 145px;
  position: relative;
  overflow: hidden;
}

.pt_promotion li .img img,
.pt_promotion li .img video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 105% !important;
  max-width: auto;

}


.pt_promotion li .txt {
  padding: 15px 12px;
  font-size: 14px;
}

.pt_promotion li .txt p {

  line-height: 20px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pt_promotion li .txt p:first-child {
  color: #666;
}

.portlet_chart_my {
  padding: 30px 80px;
}



.tools_list .pt_table_style1 th,
.tools_list .pt_table_style1 td {
  padding: 0 3px;
}

.portlet_schd_title.white {
  background-color: #fff;
}

#meeting .pt_nomal_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #343434;
  padding: 0px;
  position: absolute;
  top: 2px;
}

#meeting .pt_nomal_btn>span {
  font-size: 1.5em;
  vertical-align: middle;
}

.M_only_01 {
  display: none;
}

.M_only {
  display: none;
}

.D_none {
  display: none;
}

.T_only {
  display: none;
}


/*유나수정 1620이상*/


/*a태그 길어질 때*/
.column .board_view .board_tit,
.board_section p,
.board_section a {
  word-break: break-all;
}

.column .board_view video {
  max-width: 100%;
  height: auto !important;
}

/*a태그 길어질 때*/
.hd_top_left {
  display: flex;
  align-items: center;
}

.hd_top_left ul.my_training {
  margin-left: 15px;

}

.hd_top_left ul.my_training .select_li {
  padding: 0 10px;
  height: 40px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}

.hd_top_left ul.my_training .select_li img {
  margin-left: 10px;
  filter: brightness(0);
}

.hd_top_left ul.my_training .select_li span {
  font-size: 13px;
}

.hd_top_left ul.my_training .select_li ul {
  position: absolute;
  display: none;
  top: 40px;
  border-left: 1px solid rgb(210, 210, 210);
  border-right: 1px solid rgb(210, 210, 210);
  left: 0px;
  z-index: 2;
  background: rgb(238, 238, 238);
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  line-height: 1.5;
  height: auto !important;
}

.hd_top_left ul.my_training .select_li ul li {
  font-size: 13px;

  cursor: pointer;
  padding: 8px 10px;

  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*메인헤더 나의 훈련기관 바로가기 수정 231016*/

.my_training_search {
  width: auto;
  z-index: 9;
  display: none;
  height: 40px;
  background: rgba(238, 238, 238);
  min-width: 100%;
  position: absolute;
  top: 42px;
  left: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  /* display: inline-flex; */
}

.my_training_search.active {
  display: inline-flex;
}

.my_training_search input {
  width: calc(100% - 10px);
  height: calc(100% - 10px) !important;
  padding: 5px;
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}

.my_training_search::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1;
  background-image: url("../img/search.png");
  background-size: contain;
}

.hd_top_left ul.my_training.lot_list .select_li ul {
  width: 100%;
  border-bottom: 1px solid rgba(210, 210, 210);
  overflow-y: auto;
  max-height: 182px;
  top: 82px;
}

.hd_top_left ul.my_training .select_li span {
  display: inline-block;
  height: 100%;
}

.hd_top_left ul.my_training .select_li ul li:last-child {
  border-bottom: none;
}

/*메인헤더 나의 훈련기관 바로가기 수정 231016*/

.thumbnail_box video {
  object-fit: cover;
}

.column .add-text.tit_border .btn-box .btn:hover {
  color: #000;
}

.img_wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 41%;
  border-radius: 6px;
}

.img_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: auto;
}

/*기관소개_01*/
.left_menu_wrapper .content {
  min-width: calc(100% - 300px) !important;
}

.step_info_main {
  border-radius: 15px;
}

/*기관소개_01*/

/*기관소개_02_01*/
.step_v_three>li .v_tit {
  font-size: 24px;
}

/*기관소개_02_01*/

/*기관소개_02_02*/
.step_gt_box {
  height: 400px;
  padding: 120px 75px 65px;
}

.step_gt_box .gt_sign {
  margin-top: 16px;
}

/*기관소개_02_02*/

/* STEP업무포털_5커뮤니티_1일반형_쓰시 시작*/
.column .board_write .wr_tit.txt_l {
  text-align: left;
}

.column .board_write li:first-child .wr_tit.txt_l {
  text-align: right;
}

/* STEP업무포털_5커뮤니티_1일반형_쓰기 끝*/

/*STEP업무포털_5커뮤니티_3웹진형_목록 시작*/

.thumb_list02>li {
  overflow: hidden;
  height: 100%;
}

.thumb_list02>li .thumb_img img {
  height: 100%;
  object-position: top;
  object-fit: cover;
}

.thumb_list02>li .thumb_txt {
  margin: 15px;
  overflow: hidden;
}

/*STEP업무포털_5커뮤니티_3웹진형_목록 끝*/

/* STEP업무포털_9위키_4위키공지_목록 시작 */
.t_notice._M {
  table-layout: fixed;
}

.t_notice._M td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* STEP업무포털_9위키_4위키공지_목록 끝 */

/* STEP업무포털_9위키_0위키메인 시작 */


/* STEP업무포털_9위키_0위키메인 끝 */

/* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */
.add-text.tit_border {
  border: 4px solid #317abe;
  padding: 30px 50px;
  border-radius: 10px;
  height: auto;
  word-break: keep-all;
}

.add-text.tit_border.flex {
  background-image: none !important;
}

.tit_border .left {
  width: auto;
  flex: 1.8;
}

.tit_border .right {
  margin-left: 20px;
}

.column .add-text.tit_border .btn-box .btn {
  line-height: 2.5;
  font-size: 18px;
}

.board_list {
  margin-top: 20px;
}

.latest_ul>li {
  width: calc((100% - 24px) / 3);

}


.latest_ul .latest_con {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 1.2;
  white-space: nowrap;
}

.latest_ul .latest_info {
  padding-top: 15px;
}

.latest_txt .latest_board_info>div {
  margin-top: 5px;
}

/* STEP업무포털_9위키_칼럼_일반직무지식목록 끝 */

/* STEP업무포털_9위키_칼럼_일반직무지식쓰기 시작 */
.bottom.flex.jc-sb {
  flex-wrap: wrap;
}

.bottom.flex.jc-sb .attention {
  margin-top: 20px;
  line-height: 1.3;
}

.column_list .list li {
  min-width: auto;
  min-height: auto;
}

/* STEP업무포털_9위키_칼럼_일반직무지식쓰기 끝 */

/* STEP업무포털_관리자_1위키_1위키관리_목록 시작*/
.admin_sch_box._M ul {
  width: 100%;
}

.admin_sch_box._M ul li {
  width: 100%;
  padding-left: 8px;
}

.admin_sch_box._M .sch_input_btn input[type=text] {
  width: calc(100% - 200px);
}

/* STEP업무포털_관리자_1위키_1위키관리_목록 끝*/

/* STEP업무포털_관리자_2예약관리_2장비예약_목록 시작 */
.t_notice.fix_table.unset_table {
  table-layout: unset;
}

/* STEP업무포털_관리자_2예약관리_2장비예약_목록 끝 */

/* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 시작 */
.wr_con.flex.ai-c.display._M {
  justify-content: space-between
}

.wr_con.flex.ai-c.display._M label {
  margin-right: 0;
}

.board_write._M li p.wr_tit {
  flex: 20%;
}

.board_write._M li p.wr_con {
  flex: 80%;
}

.board_write._M li div.wr_con {
  flex: 30%;
}

.board_write._M li p.wr_con div {
  width: 100%;
}

.board_write._M li:first-child,
.board_write._M li:last-child {
  flex-wrap: wrap;
}

.board_write._M li:last-child p.wr_tit {
  flex: 20%;
}

.board_write._M li:last-child p.wr_txt {
  flex: 80%;
}

.board_write._M li:nth-last-child(2) p.wr_txt {
  flex: calc(40% / 3);
}


/* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 끝 */



/*유나수정 1620이상*/



/* STEP업무포털_기타_2일정관리_목록 시작 */
.wrd_rp_box {
  display: flex;
  align-items: center;
}

/* STEP업무포털_기타_2일정관리_목록 끝 */
.hd_top_right>.select_li.select_user_li {
  min-width: 120px;
}

.m_nav_v2 {
  display: none;
}

.portlet_content .board_slide_btn_more .portlet_more_btn {
  margin-top: 0;
}

.portlet_content .time_day_table tr td {
  height: 32px;
  word-break: keep-all;
  padding: 5px;
  font-size: 14px;
}

.portlet_content .time_day_table th {
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 6px;
}

.portlet_content .time_day_table tr:last-child td {
  border-bottom: 0;
}

.portlet_content .time_bar {
  line-height: 25px;
  left: 0;
}

.portlet_content .reservation_info {
  margin-bottom: 0;
  padding: 0 10px;
}

#myStudioReservation_box .board_list {
  margin-top: 10px;
}

.portlet_content .reservation_info>span:after {
  top: 5px;
  left: 15px
}

.portlet_content .reservation_info span {
  line-height: 25px;
  font-size: 14px;
  width: 130px;
  padding-right: 20px;
}

#pt_my_cal .portlet_cal.fc .fc-toolbar.fc-header-toolbar {
  height: 42px;
  padding: 8px;
  margin-bottom: 0;
}


#pt_my_cal .portlet_cal {
  min-height: 236px;
  height: 236px;
}

.pt_table_scroll {
  height: 162px;
  overflow-y: auto;
}

.board_content iframe {
  width: 100% !important;
}

.bg_gray_body {
  background-color: #eeeeee !important;
}

/*나의 예약 테이블 스크롤*/
.board_list {
  overflow-x: auto;
}

/*소셜위키 게시글
.board_content .text02 {
  overflow-x: auto;
}
*/
/*소셜위키 게시글*/
/* 1106 추가 */
/* 마켓안내 { */
.market_info {
  padding-bottom: 56%;
  background-image: url("../img/market_info_bg.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}

.market_info>* {
  position: absolute;
}

.market_info>div {
  left: 0;
  top: 48px;
}

.market_info>div>p {
  font-size: 40px;
  margin-top: 24px;
  line-height: 50px;
}

.market_info>div>span {
  display: flex;
  align-items: end;
}

.market_info>div>span::after {
  content: "";
  display: block;
  width: 140px;
  background-color: #cccccc;
  height: 1px;
  margin-bottom: 18px;
}

.market_info>img {
  right: 0;
  top: 15px;
  width: 53%;
}

.market_info_txt {
  margin-top: 24px;
}

.market_info_txt>ul {
  display: flex;
  align-items: baseline;
}

.market_info_txt>ul>li {
  width: 50%;
}

.market_info_txt>ul>li:first-child {
  margin-right: 50px;
}

.market_info_txt>ul>li>p {
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.market_info_txt>ul>li>div {
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  word-break: keep-all;
}

.market_info_txt>ul>li.blue>div b {
  color: #336699;
  font-weight: bold;
}

.market_info_txt>ul>li.green>div b {
  color: #006666;
  font-weight: bold;
}

.market_info_txt>ul>li.blue>p {
  border-color: #83a5d0;
  color: #336699;
}

.market_info_txt>ul>li.green>p {
  border-color: #66cccc;
  color: #339999;
}

.market_info_bottom {
  margin-top: 65px;
  border-radius: 15px;
  background-color: #e6e7eb;
  text-align: center;
  padding: 36px 0;
  font-weight: bold;
  color: #666;
  font-size: 20px;
  line-height: 36px;
}

.market_info_bottom b {
  color: #000;
  border-bottom: 1px solid #000;
}


/* } 마켓안내 */
/* 마켓-이용안내 { */
.market_info_title>p {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.market_info_border_ul>li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 31%;
  padding-bottom: 35%;
  position: relative;
}

.market_info_border_ul>li>div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.market_info_border_ul>li>div img {
  width: 27%;
}

.market_info_border_ul>li>div>p {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  margin-top: 40px;
  min-height: 96px;
}

.market_info_border_ul>li>div>p>span {
  font-size: 14px;
}

.market_info_border_ul>li:first-child {
  background-image: url("../img/market_info_border1.png");
  color: #009999;
}

.market_info_border_ul>li:nth-child(2) {
  background-image: url("../img/market_info_border2.png");
  color: #0873d7;
}

.market_info_border_ul>li:nth-child(3) {
  background-image: url("../img/market_info_border3.png");
  color: #003399;
}

.market_info_border_ul2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market_info_border_ul2>li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 15%;
  padding-bottom: 19%;

  position: relative;
}

.market_info_border_ul2>li>* {
  position: absolute;
}

.market_info_border_ul2>li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  display: block;
  background-image: url("../img/market_dot_arrow.png");
  background-position: center;
  background-size: contain;
}

.market_info_border_ul2>li:first-child::before {
  display: none;
}

.market_info_border_ul2>li:nth-child(1) {
  background-image: url("../img/market_info_sub_border1.png");
}

.market_info_border_ul2>li:nth-child(2) {
  background-image: url("../img/market_info_sub_border2.png");
}

.market_info_border_ul2>li:nth-child(3) {
  background-image: url("../img/market_info_sub_border3.png");
}

.market_info_border_ul2>li:nth-child(4) {
  background-image: url("../img/market_info_sub_border4.png");
}

.market_info_border_ul2>li:nth-child(5) {
  background-image: url("../img/market_info_sub_border5.png");
}

.market_info_border_ul2>li:nth-child(6) {
  background-image: url("../img/market_info_sub_border6.png");
}

.market_info_border_ul2>li>div {
  width: 100%;
  position: absolute;
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%);
}

.market_info_border_ul2>li>div>img {
  width: 38%;
}

.market_info_border_ul2>li>div>p {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  font-weight: bold;
  margin-top: 20px;
  word-break: keep-all;
  padding: 0 10px;
}

.market_info_border_ul2>li>span {
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 59px;
  text-align: center;
  line-height: 63px;
}

.market_info_border_ul2>li:nth-child(1)>span {
  background-image: url("../img/market_info_sub_bg1.png");
}

.market_info_border_ul2>li:nth-child(2)>span {
  background-image: url("../img/market_info_sub_bg2.png");
}

.market_info_border_ul2>li:nth-child(3)>span {
  background-image: url("../img/market_info_sub_bg3.png");
}

.market_info_border_ul2>li:nth-child(4)>span {
  background-image: url("../img/market_info_sub_bg4.png");
}

.market_info_border_ul2>li:nth-child(5)>span {
  background-image: url("../img/market_info_sub_bg5.png");
}

.market_info_border_ul2>li:nth-child(6)>span {
  background-image: url("../img/market_info_sub_bg6.png");
}

.market_diamond_ul>li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.market_diamond_ul>li:last-child {
  margin-bottom: 0
}

.market_diamond_ul>li>span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  width: 28px;
  height: 31px;
  line-height: 32px;
  text-align: center;
  background-size: contain;
}

.market_diamond_ul>li>p {
  flex: 1;
}

.green .market_diamond_ul>li>span {
  background-image: url("../img/market_info_sub_bg1.png");
}

.blue .market_diamond_ul>li>span {
  background-image: url("../img/market_info_sub_bg4.png");
}

.market_info_bottom2 {
  display: flex;
  padding: 30px 70px;
  align-items: center;
  border-radius: 15px;
  background-color: #e6e7eb;
}

.market_info_bottom2>ul>li {
  display: flex;
  margin-bottom: 5px;
  align-items: baseline;
}

.market_info_bottom2>ul>li>p {
  flex: 1;
}

.market_info_bottom2>ul>li:last-child {
  margin-bottom: 0;
}

.market_info_bottom2>ul>li>span {
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #fff;
  width: 27px;
  height: 31px;
  line-height: 32px;
  text-align: center;
  background-size: contain;
  background-image: url("../img/market_info_sub_bg6.png");
}

.market_info_bottom2>div {
  text-align: center;
  margin-right: 60px;
}

.market_info_bottom2>div>p {
  font-weight: bold;
  color: #6675c2;
  margin-bottom: 10px;
  font-size: 30px;
}

.market_info_bottom2>ul {
  flex: 1;
}

/* }마켓-이용안내  */
/* 마켓-판매과정-목록-리스트형{ */
.market_sch_box {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  border-radius: 10px;
}

.market_sch_box>div {
  background-color: #d6dee9;
  padding: 10px;

}

.market_sch_box>div>ul {
  padding: 20px 56px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
}

.market_sch_box>div>ul>li:first-child {
  margin-bottom: 10px;
  width: 100%;
}

.market_sch_box>div>ul>li:nth-child(2) {
  margin-right: 6%;
}

.market_sch_box>div>ul>li {
  display: flex;
  width: 47%;
  align-items: center;
}

.market_sch_box>div>ul>li .tit {
  width: 100px;
  display: block;
}

.market_sch_box>div>ul>li>.con {
  flex: 1;
  display: flex;
}

.market_sch_box>div>ul>li>.con input {
  flex: 1;
}

.market_sch_box>div>ul>li .con .market_sch_btn {
  background-color: #317abe;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-left: 6px;
  width: 138px;
}

.market_sch_box>div>ul>li .con .market_sch_btn span {
  font-size: 32px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.market_btns {
  text-align: center;
  margin-top: 15px;
}

.market_btns button:first-child {
  margin-right: 5px;
}

.market_thumb_list {
  border-top: 2px solid #000;
  padding-top: 25px;
}

.market_thumb_list>li {

  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
}

.market_thumb_list>li>a {
  display: flex;
}

.market_thumb_list>li:last-child {
  margin-bottom: 0;
}

.market_thumb_list>li .img {
  padding: 18px;
  border-right: 1px solid #d2d2d2;

}

.market_thumb_list>li .img>div {
  position: relative;
}

.market_thumb_list>li .img>div>img {
  width: 226px;
  height: 145px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.market_thumb_list>li .txt {
  padding: 25px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.market_thumb_list>li .txt .left {
  flex: 1;
}

.market_thumb_list>li .txt .left .title {
  font-size: 22px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}

.market_thumb_list>li .txt .left p {
  margin-bottom: 10px;
}

.market_thumb_list>li .txt .left p:last-child {
  margin-bottom: 0;
}

.market_thumb_list>li .txt .left p span {
  background-color: #b5b5b5;
  border-radius: 5px;
  padding: 6px;
  min-width: 26px;
  color: #fff;
  ;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-size: 13px;
}

.market_thumb_list>li .txt .left p span.txt_label {
  padding: 6px 10px;

}

.market_thumb_list>li .txt .left p span.green {
  background-color: #009999;
}

.market_thumb_list>li .txt .left p span.yellow {
  background-color: #999900;
}

.market_thumb_list>li .txt .left p b {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.market_thumb_list>li .txt .right .pay {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.market_thumb_list>li .txt .right .market_list_btn {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  background-color: #5e5e5e;
  border-radius: 4px;
  width: 92px;
  height: 30px;
}

.market_thumb_list>li .img>div {
  position: relative;
  min-width: 226px;
}

.market_thumb_list>li .txt .right>* {
  margin-right: 30px;
  display: inline-block;
}

.market_thumb_list>li .txt .right>*:last-child {
  margin-right: 0;
}

.market_thumb_list>li .txt .right .company {
  color: #666666;
  font-size: 14px;
}

.navy_btn {
  background-color: #363c4b !important;
}

/* 마켓-판매과정-목록-리스트형} */
/* 마켓-판매과정-목록-앨범형{ */
.market_gall_list {
  border-top: 2px solid #000;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.market_gall_list>li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3%;
}

.market_gall_list>li:nth-child(4n) {
  margin-right: 0;
}

.market_gall_list>li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.market_gall_list>li .img img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.market_gall_list>li .img>div {
  position: relative;
  padding-bottom: 64%;
}

.market_gall_list>li .txt {
  margin-top: 24px;
}

.market_gall_list>li .txt .ico_label {
  background-color: #b5b5b5;
  border-radius: 5px;
  width: 26px;
  display: inline-block;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.market_gall_list>li .txt .company {
  font-size: 14px;
  color: #666666;
}

.market_gall_list>li .txt .title {
  font-size: 22px;
  margin: 12px 0 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market_gall_list>li .txt .txt_label {
  padding: 5px 8px;
  color: #fff;
  background-color: #b5b5b5;
  border-radius: 5px;
  font-size: 13px;
}

.market_gall_list>li .txt .txt_label.green {
  background-color: #009999;
}

.market_gall_list>li .txt .txt_label.yellow {
  background-color: #999900;
}

.market_gall_list>li .txt .time {
  font-weight: bold;
  color: #666666;
  margin-left: 5px;
  font-size: 14px;
}

.market_gall_list>li .txt .market_list_btn {
  width: 92px;
  height: 30px;
  color: #fff;
  background-color: #5e5e5e;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 5px;
}

.market_gall_list>li .txt .market_list_btn:last-child {
  margin-right: 0;
}

.market_gall_list>li .txt .pay {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  width: 100px;
  display: block;
  text-align: center;
}

.market_gall_list>li .txt .bottom {
  border-top: 1px solid #cccccc;
  margin-top: 16px;
  padding-top: 14px;
}

/* 마켓-판매과정-목록-앨범형 } */
/* 마켓-판매과정-상세화면 { */
.market_sel_wrap .title {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  margin-bottom: 38px;
}

.market_sel_view {
  display: flex;
  align-items: stretch;
}

.market_sel_view>.left {
  width: 731px;
  margin-right: 22px;
}

.market_sel_view>.right {
  flex: 1;
  width:486px;
}

.market_sel_view .img {
  position: relative;
  min-height:411px;
  /* padding-bottom: 52%; */
}

.market_sel_view .img>img {
  /*object-fit: cover;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;*/
  border-radius: 10px;
  width: 100%;
  height:411px;
}

.market_sel_view_bottom {
  margin-top: 16px;
}

.market_sel_view_bottom_pay{
	margin-top:16px;
}
.market_sel_view_bottom .left {
	position: relative;
}

.market_sel_view_bottom .left .left_box{    display: flex;
    width: 400px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;}
.market_sel_view_bottom .left .right_box{position: absolute;right:0px; top:0px;}

.market_sel_view_bottom .share_ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #317abe;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.market_sel_view_bottom .share_ico>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.market_sel_view_bottom .company {
  font-size: 20px;
      flex: 4;
}

.market_sel_view_bottom .market_list_btn {
  width: 155px;
  height: 45px;
  color: #fff;
  background-color: #5e5e5e;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  margin-right: 5px;
}

.market_sel_view_bottom .market_list_btn:last-child {
  margin-right: 0;
}

.market_sel_view>.right>.txt {
  border-radius: 10px;
  background-color: #f1f2f7;
  padding: 10px;
}

.market_sel_view>.right>.txt>.inner_txt {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 48px 18px;
  border: 1px solid #ddd;
  min-height:455px;
}

.market_sel_view>.right>.txt ul li {
  display: flex;
  margin-bottom: 20px;
}

.market_sel_view>.right>.txt ul li:last-child {
  margin-bottom: 0;
}

.market_sel_view>.right>.txt ul li>span {
  font-size: 18px;
}

.market_sel_view>.right>.txt ul li>span:first-child {
  color: #666666;
  font-size: 18px;
  margin-right: 70px;
}

.market_sel_view>.right>.txt ul li>span b {
  font-weight: bold;
}

.market_list_top_btn {
  width: 120px;
  height: 37px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
}

/* 마켓-판매과정-상세화면 } */
/* 마켓-판매과정-참여판매사 { */
.market_seller_list {
  display: flex;
  flex-wrap: wrap;
}

.market_seller_list>li {
  width: 24%;
  margin-right: 1.25%;
  margin-bottom: 3%;
}

.market_seller_list>li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.market_seller_list>li:nth-child(4n) {
  margin-right: 0;
}

.market_seller_list>li .logo {
  border-radius: 10px;
  height: 120px;
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}

.market_seller_list>li .logo>img {
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: calc(100% - 20px);
  transform: translate(-50%, -50%);
}

.market_seller_list>li p {
  text-align: center;
  font-size: 18px;
  margin-top: 18px;
}

/* 마켓-판매과정-참여판매사 } */
/* 마켓-판매과정-참여판매사_상세{ */
.market_sel_view2{
	display: block;
	font-size:0px;
}
.market_sel_view2>div{
	display: inline-block;
	vertical-align: top;
}
  .market_sel_view2>.left{
    width:530px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  .market_sel_view2 .img{
    min-height:325px;
    text-align: center;
  }
  .market_sel_view2 .img>img{
    left: 50%;
    top: 50%;
        position: absolute;
    transform: translate(-50%,-50%);
    width:auto;
    height:auto;
    border-radius:0px;
  }
  .market_sel_view>.right{
    width: 686px;
  }
.market_sel_view2>.right>.txt ul li>span:first-child {
  width: 140px;
  margin-right: 10px;
}

.market_sel_view2>.right>.txt ul li>span:last-child {
  flex: 1;
  word-break: break-all;
}

.market_sel_view2>.right>.txt>.inner_txt {
  padding: 20px 25px;
}

/* 마켓-판매과정-참여판매사_상세} */
/* 마켓-판매센터_판매사신청{ */
.market_cont_t_p {
  padding-top: 60px;
}

.market_info_border_ul.center {
  justify-content: center;
}

.market_info_border_ul.center>li:first-child {
  margin-right: 4%;
}

.market_seller_info {
  display: flex;
}

.market_seller_info>div:last-child {
  flex: 1;
}

.market_seller_info>.market_info_title {
  margin-right: 50px;
}

.market_seller_form_list {
  padding-top: 30px;
}

.market_seller_form_list li {
  font-weight: bold;
  color: #999999;
  font-size: 18px;
  margin-bottom: 10px;
}

.market_seller_form_list li:last-child {
  margin-bottom: 0;
}

.market_seller_form_list li span {
  color: #000;
}

.market_seller_form_btn {
  width: 280px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  background-color: #317abe;
  font-size: 24px;
  margin: 0 auto;
  display: block;
}

.market_seller_process>ul {
  display: flex;
  align-items: center;
  padding: 30px 90px;
  border: 1px solid #ddd;
  border-radius: 10px;
  justify-content: center;
}

.market_seller_process>ul>li {
  position: relative;
  text-align: center;
  flex: 1;
}

.market_seller_process>ul>li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  display: block;
  background-image: url("../img/market_dot_arrow.png");
  background-position: center;
  background-size: contain;
}

.market_seller_process>ul>li:first-child:before {
  display: none;
}

.market_seller_process>ul>li>span {
  width: 53px;
  height: 60px;
  display: block;
  background-image: url("../img/market_info_sub_bg_gray.png");
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  ;
  line-height: 64px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.market_seller_process>ul>li.action>span {
  background-image: url("../img/market_info_sub_blue.png");
}

.market_seller_process>ul>li img {
  margin: 18px 0 22px;
}

.market_seller_process>ul>li>p {
  font-weight: bold;
  font-size: 26px;
  color: #999999;

}

.market_seller_process>ul>li.action>p {
  color: #000;
}

.market_seller_process_wrap.mt-100px {
  margin-top: 100px;
}

.market_seller_info .market_info_border_ul>li>div>p {
  margin-top: 20px;
}

/* 마켓-판매센터_판매사신청} */
/* /1120 - 반응형 추가/ */
.search_radio_block>* {
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
}

.search_radio_block>*:last-child {
  margin-bottom: 0;
}

.bar_title i {
  margin-right: 6px;
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #317abe;
  position: relative;
  top: -1px;
}

/*231121*/
.full_page .left_menu_wrapper{
	width:100%;
	padding-left:30px;
}
.full_page .left_menu_wrap_v2{width:300px;padding-right:30px;padding-left:30px;}
.full_page .left_menu_wrapper .content{width:100% !important;padding-right:30px;padding-left:50px;}
.basic_btn_blue{
  display: inline-block;
  border-radius: 3px;
  min-width: 70px;
  padding:3px 9px 2px;
  font-size:13px;
  background-color: #317abe;
  color: #fff;
}
/*반응형 */
@media(max-width:1620px) {
  body.rp_body {
    min-width: 0;
  }

  .rp_body .step_menu_full {
    padding-bottom: 20px;
  }

  .rp_body .step_menu_full>div {
    padding: 0;
    padding-right: 100px;
  }

  .rp_body .step_hd_content ul li {
    width: 140px;
  }

  .rp_body .step_menu_full>div ul {
    width: 140px;
    padding: 0;
  }

  .rp_content_1600 {
    width: 100%;
    padding: 40px 50px 130px;
  }

  .ft_con {
    width: 100%;
  }

  .rp_body #family_site .fs_con {
    width: 100%;
  }

  .rp_body .step_hd_content ul a {
    font-size: 18px;
  }

  .rp_body .step_hd .go_step {
    width: 150px;
    height: 80px;
    line-height: 80px;
  }

  .rp_body .step_hd .step_hd_txt {
    line-height: 80px;
  }

  .rp_body .step_hd_right .step_hd_txt_span {
    font-size: 18px;
  }

  .rp_body .step_hd .go_step .go_step_txt {
    font-size: 18px;
  }

  .rp_body .step_hd .go_step img:last-child {
    width: 8px;
    margin-left: 10px;
  }

  .rp_body .step_hd .logo_imgs img {
    width: 100px;
  }

  .rp_body .step_hd_content ul a {
    padding: 0 20px;
  }

  .rp_body .step_hd_content ul {
    margin-right: 10px;
  }

  .rp_body .step_hd .step_menu {
    width: 100px;
    font-size: 18px;
  }

  .rp_body .step_hd {
    padding-right: 100px;
    height: 80px;
  }

  .step_top_title2 {
    font-size: 25px;
    margin-top: 10px;
  }

  .rp_body .table_tit {
    font-size: 18px;
  }

  .rp_body .my_class_table th {
    font-size: 16px;
  }

  .rp_body .my_class_table td {
    font-size: 16px;
  }

  .rp_body .table_square_btn {
    font-size: 14px;
  }

  .rp_body .basic_btn_s {
    font-size: 14px;
  }

  .rp_body .table_last_txt {
    font-size: 16px;
    padding: 20px 0;
  }

  .rp_body .my_class_txt .my_class_tit {
    font-size: 18px;
  }

  #family_site {
    padding: 0 50px;
  }

  #footer {
    padding: 40px 50px 30px;
  }

  .ft_info_txt {
    font-size: 12px;
  }

  .ft_left_top .ft_menu li a {
    font-size: 14px;
  }

  .ft_right_bottom .ft_hp span {
    font-size: 20px;
  }

  .ft_right_bottom .ft_time {
    font-size: 12px;
  }

  .ft_con .ft_left {
    width: 60%;
  }

  .ft_left_top .ft_menu li {
    margin-bottom: 8px;
  }

  .ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle {
    width: 170px;
  }

  /*0906 - 반응형*/
  .left_menu_wrapper {
    width: 100%;
    display: flex;
    padding: 0 20px;

  }


  .rp_content_1600 {
    width: 100%;
    padding: 40px 50px 130px;
  }

  .rp_content_1600 .left_menu_wrapper {
    padding: 0;
  }


  .left_menu_wrapper .left_menu {
    
    width: 220px;
  }

  .left_menu_wrapper .left_menu>ul {
    width: 100%;
  }

  .left_menu_wrapper .left_menu>ul>li {
    width: 100%;
    min-width: 0;
  }

  .left_menu_wrapper .left_menu>ul>li .menu_btn {
    padding: 0 15px;
  }

  .left_menu_wrapper .content.w_1240 {
    width: auto !important;
    flex: 1;
  }

  .left_menu_wrapper .responsive-container {
    display: block;
    flex: 1;
    width: calc(100% - 250px);
  }

  .thumb_list02_gall>li .thumbnail_box {
    width: 100%;
    /*height:auto;*/
    line-height: normal;
  }

  .thumb_list02_gall>li .thumbnail_box._h_auto {
    height: auto;
  }

  .thumb_list02_gall>li .thumbnail_box._h_auto img,
  .thumb_list02_gall>li .thumbnail_box._h_auto video {
    object-fit: cover;
  }





  .board_con_txt {
    width: 100%;
    font-size: 16px;
  }

  .donut>span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
  }

  .donut>span>strong:after {
    font-size: 35px;
  }

  .latest_ul_ekt>li>a {
    table-layout: fixed;
  }

  .board_tit {
    font-size: 18px;
    width: 100%;
    padding-right: 230px;
  }

  .board_date {
    font-size: 16px;
  }

  .board_cate>span {
    font-size: 14px;
    padding: 6px 12px 5px;
    display: inline-block;
  }

  .board_cate {
    width: 90px;
  }

  .raund_table table th {
    font-size: 18px;
  }

  .raund_table table td {
    font-size: 18px;
  }

  .raund_home_ing_num>span {
    font-size: 30px;
  }

  .raund_home_ing_tit>span {
    font-size: 18px;
    width: 175px;
  }

  .raund_home_ing_tit {
    width: auto;
  }

  .raund_home_ing_box>span {
    vertical-align: middle;
  }

  .raund_home_ing_line_box {
    margin-top: 0;
  }

  .raund_home_ing_num {
    width: 80px;
  }

  .ekt_hd_txt .ekt_hd_txt_tit {
    font-size: 24px;
  }

  .ekt_hd_txt .ekt_hd_day>span {
    font-size: 16px;
  }

  .ekt_hd_txt .ekt_hd_day>strong {
    font-size: 16px;
  }

  .raund_home_btn {
    font-size: 16px;
    width: 210px;
  }

  .raund_home_tit>strong {
    font-size: 24px;
  }

  .latest_list_ekt .latest_tit {
    font-size: 24px;
  }

  .ekt_pop.w_1600 {
    max-width: none;
    width: 90% !important;
  }

  /*유나수정 1600이상*/
  /*스튜디오 예약*/
  .raund_box.studio #calendar.fc .fc-scrollgrid table {
    width: 100% !important;
  }

  .raund_box.studio .fc .fc-daygrid-body {
    width: 100% !important;
  }

  /*스튜디오 예약*/
  /*a태그 길어질 때*/
  .column .board_view .board_tit,
  .board_section p,
  .board_section a {
    word-break: break-all;
  }

  /*a태그 길어질 때*/
  /*기관소개_01*/
  .left_menu_wrapper .content {
    min-width: calc(100% - 300px) !important;
  }

  .step_info_main {
    border-radius: 15px;
  }

  /*기관소개_01*/

  /*기관소개_02_01*/
  .step_v_three>li .v_tit {
    font-size: 24px;
  }

  /*기관소개_02_01*/

  /*기관소개_02_02*/
  .step_gt_box {
    height: 400px;
    padding: 120px 75px 65px;
  }

  .step_gt_box .gt_sign {
    margin-top: 16px;
  }

  /*기관소개_02_02*/

  /*유나수정*/
  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 시작 */
  .info_about_list>ul {
    display: flex;
  }

  .info_about_list>ul>li>img {
    width: 110px;
  }

  .info_about_list>ul>li>strong {
    font-size: 18px;
  }

  .info_about_list>ul>li {
    height: auto;
    padding: 20px 0;
  }

  .info_about_list>ul>li:after {
    width: 16px;
    height: 38px;
    background-size: cover;
  }

  .info_txt_tit {
    font-size: 20px;
  }

  .info_txt_list>ul>li {
    font-size: 18px;
  }

  .mini_txt_blue {
    font-size: 16px;
  }

  .info_txt_list_con {
    font-size: 16px;
    line-height: 24px;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 끝 */
  /* 패밀리 사이트 시작 */
  #family_site .fs_con {
    width: 100%;
  }

  /* 패밀리 사이트 끝 */

  /* 0920 */
  /* PBT시스템_1전체과정 시작 */
  .rp_body .step_hd .go_step.go_step_v2 {
    width: auto;
    padding: 0 10px;
  }

  .in_logout_btn {
    display: inline-block;
    margin-left: 15px;
    font-size: 11px;
    line-height: normal;
  }

  .step_hd .go_step_v2>div {
    font-size: 14px;
  }

  .rp_body .step_hd_content ul.width_auto li {
    width: auto;
  }

  .rp_body .step_hd_content ul.width_auto a {
    padding: 0 10px;
    font-size: 16px;
  }

  .ekt_body .step_hd .logo_imgs span {
    font-size: 22px;
  }

  /* PBT시스템_1전체과정 끝 */
  /* PBT시스템_0메인 시작 */
  .project_ct_box>ul>li .pr_number {
    font-size: 38px;
  }

  .project_ct_box>ul>li .pr_txt {
    font-size: 18px;
  }

  .raund_home_txt {
    font-size: 20px;
  }

  .project_ct_box>ul>li .pr_ico img {
    width: 40px;
  }

  .project_ct_box>ul>li .pr_ico {
    width: 65px;
    height: 65px;
  }

  /* PBT시스템_0메인 끝 */
  .customer-board .board-box {
    height: calc(100% - 143px)
  }

  /* 1106 마켓-판매과정-목록-앨범형{ */
  .market_gall_list>li .txt .market_list_btn {
    width: 60px;
    font-size: 12px;
  }

  .market_gall_list>li .txt .pay {
    font-size: 14px;
  }

  .market_gall_list>li .txt .txt_label {
    font-size: 11px;
    padding: 4px;
  }

  .market_gall_list>li .txt .time {
    font-size: 12px;

  }

  /* 1106 마켓-판매과정-목록-앨범형} */


  /* 1106 마켓-판매센터_판매사신청{ */
  .market_seller_process>ul {
    padding: 30px;
  }

  .market_seller_process>ul>li>p {
    font-size: 22px;
  }

  .market_seller_process>ul>li>span {
    font-size: 25px;
  }

  .market_seller_info>.market_info_title {
    margin-right: 20px;
    width: 180px;
  }

  .market_seller_info>.market_info_title>p {
    font-size: 26px;
    line-height: 32px;
  }

  /* 1106 마켓-판매센터_판매사신청} */

}

@media (max-width:1600px) {
  .T_none {
    display: none !important;
  }

  .w_1600 {
    width: 100% !important;
    padding: 0 20px;

  }

  .system_slide_wrap {
    padding: 24px 55px;
    position: relative;
  }

  .hd_top .hd_con {
    width: 100%;
    padding: 0 10px;
  }

  .main_hd .hd_con {
    width: 100%;
  }

  .hd_main_slide>ul>li {
    min-width: 126px;
  }

  .hd_main_slide>ul>li>a {
    font-size: 18px;
    padding: 0px 5px;
  }

  .main_hd .logo {
    left: 10px;
  }

  .main_hd_menu {
    padding-right: 10px;
  }

  .mid_banner_slide>button.prev_btn {
    left: 2%;
  }

  .mid_banner_slide>button.next_btn {
    right: 2%;
  }

  .mid_banner_txt {
    padding: 30px 207px 25px;
  }

  .mid_banner_txt>img {
    left: 3%;
  }



  .quick_links {
    padding-left: 150px;
  }

  .quick_links>span {
    left: 25px;
  }

  .quick_links a {
    padding: 8px 12px;
    margin-right: 12px;
  }

  .system_slide_wrap>button.prev_btn {
    left: 2%;
  }

  .system_slide_wrap>button.next_btn {
    right: 2%;
  }

  .system_slide li div {
    padding: 25px;
  }



  .system_slide li span {
    display: inline;
    font-size: 26px;
    margin-right: 15px;
  }

  .system_slide li p {
    display: inline-block;
    width: calc(100% - 380px);
  }

  .system_slide li a {
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    font-size: 20px;

  }

  .system_slide li a img {
    display: inline;
    width: 25px;
    margin: 0 0 0 10px;
  }


  .section_content {
    padding: 24px 55px;
    position: relative;
  }


  .ft_con .ft_left {
    padding: 0 0 0 20px;
    width: 50%;
  }

  .ft_con .ft_logo {
    top: 10px;
  }


  .ft_left_top .ft_menu li {
    padding: 5px 15px;
    vertical-align: baseline;
  }

  .hd_main_slide .nav_li {
    display: inline-block;
  }

  .hd_main_slide .nav_li.no_login {
    display: none;
  }

  .ft_left_top .ft_menu li::after {
    top: 5px;
  }

  .ft_info_txt {
    line-height: 1.3;
  }

  .ft_con .ft_right {
    padding: 0 15px 0 0;
    width: 50%;
  }

  .ft_info_txt p {
    word-break: keep-all;
  }

  .T_only {
    display: none;
  }


  .hd_top_right>li.portlet_li span {
    margin-right: 5px;
  }

  .hd_top_right>li.portlet_li img {
    margin: 0 0 0 3px;
  }

  .hd_top_right>li.portlet_li button.portlet_set {
    margin-right: 4px;
    margin-left: -5px;
  }


  .ekt_plan_layer .ekt_plan_con {
    font-size: 18px;
    line-height: 25px;
  }

  .ekt_plan_tit {
    font-size: 22px;
  }

  .ekt_cont_tit {
    font-size: 30px;
  }

  .ekt_plan_layer {
    margin-top: 30px;
  }

  .ekt_top_txt_layer>ul>li {
    font-size: 16px;
  }

  .ekt_table table thead th {
    font-size: 11px;
  }

  .ekt_table table td {
    font-size: 13px;
  }

  .ekt_table table td .mini_link {
    padding: 0 10px;
    font-size: 12px;
  }

  .pop_result_top_l .pop_result_top_tit {
    font-size: 28px;
  }

  .pop_result_exam_num {
    font-size: 22px;
  }

  .pop_result_top_info .pop_result_top_time {
    font-size: 22px;
  }

  .pop_result_top_info .pop_result_top_btn {
    font-size: 22px;
  }

  .pop_result_exam_list_tit {
    font-size: 18px;
  }

  .radio {
    font-size: 14px;
  }

  .pop_result_exam_ul>li .radio>strong {
    font-size: 16px;
  }

  .pop_result_ing_top>span {
    font-size: 16px;
  }

  .pop_result_ing_top>i {
    font-size: 20px;
  }

  .pop_result_ing_txt {
    font-size: 16px;
  }

  .pop_result_ing_num {
    font-size: 14px;
  }

  .ekt_result_title>span.ekt_result_title_txt {
    font-size: 18px;
  }

  .ekt_result_score_box>span.ekt_result_num {
    font-size: 20px;
  }

  .ekt_sub_title .ekt_sub_title_b {
    font-size: 24px;
  }

  .list_ul>li>span.list_con.tit_list_emp {
    font-size: 22px;
  }

  .ekt_result_title>span.ekt_result_title_img {
    width: 22px;
  }

  .column .board_write .wr_tit {
    font-size: 16px;
    width: 130px;
  }

  .column .list-btn .btn {
    font-size: 18px;
    width: 110px;
    line-height: 40px;

  }

  .hd_con {
    width: 100%;
  }

  .fix_table {
    table-layout: auto;
  }

  .sch_sort_btn {
    font-size: 16px;
    width: 100px;
  }

  .sch_input_btn.full_sch_v4 {
    display: flex;
  }

  .sch_input_btn.full_sch_v5 {
    display: flex;
  }

  .sch_input_btn .w_140.dropdown,
  .sch_input_btn .w_150.dropdown {
    width: 100px !important;
  }

  .sch_input_btn .w_300 {
    width: 200px !important;
  }

  .sch_input_btn.full_sch_v4>input[type=text] {
    width: auto;
    flex: 1;
  }

  .sch_input_btn .sch_admin_btn {
    font-size: 16px;
  }

  .board_list>table th {
    font-size: 16px;
    word-break: keep-all;
    width: auto !important;
  }

  .board_list>table td {
    font-size: 14px;
    width: auto !important;

  }

  .board_td_btn_type2 button {
    font-size: 12px;
    height: 25px;
    width: 50px
  }

  .pg_wrap button,
  .pg_wrap span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .pg_wrap button img {
    height: 12px;
  }

  .page_hd .hd_con {
    padding: 0 20px;
  }

  .board_list .board_top .board_change_btn {
    width: 30px;
    height: 30px;
    padding: 0 7px;
  }

  .board_list .board_top .board_list_btn {
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    width: 30px;
  }

  .board_list .board_top .board_excel_btn_type2 {
    min-width: 30px;
    height: 30px;
    padding: 0 px;
    width: 30px;
  }

  input[type=text],
  input[type=password] {
    font-size: 14px;
  }

  .page_hd .hd_con>span {
    font-size: 20px;
  }

  .left_menu_wrapper .left_menu>ul>li .menu_btn {
    font-size: 16px;
  }

  .column .t_notice th,
  .column .t_notice td {
    height: 50px;
  }

  .board_list .board_top .board_change_btn_type2 {
    font-size: 14px;
  }

  .board_list .sort_btns li button {
    font-size: 14px;

  }

  .board_list .sort_btns {
    height: 30px;
    vertical-align: top;
  }

  .board_list .board_top .count b {
    font-size: 20px;
  }

  .board_list .board_top .count {
    font-size: 18px;
  }

  .sch_radio>span {
    font-size: 16px;
  }

  .sch_radio .radio {
    font-size: 14px;
    margin-right: 15px;
  }

  .sch_radio .radio span {
    width: 18px;
    height: 18px;
  }

  .tab_menu li a {
    font-size: 16px;
  }

  .qna_a_btn {
    font-size: 12px;
    width: 60px;
  }

  .table th {
    font-size: 16px;
  }

  .table td {
    font-size: 16px;
  }

  .table td .form_btn02 {
    font-size: 14px;
  }

  .table_txt_info {
    font-size: 16px;
  }

  .admin_sch_box.wp .label {
    font-size: 16px;
    min-width: 100px;
    width: 100px !important;
    padding-right: 10px;
  }

  .work-process-album .title {
    font-size: 18px;
  }

  .work-process-album .tag {
    font-size: 10px;
  }

  .work-process-album .detail {
    font-size: 12px;
  }

  .work-process-thum .title {
    font-size: 18px;
  }

  .work-process-thum .tag {
    font-size: 10px;
  }

  .work-process-thum .detail {
    font-size: 12px;
  }

  .wp_top_title {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .wp-conBox .side-tit {
    font-size: 18px;
  }

  .wp-conBox .txt-list {
    padding: 0;
  }

  .basic_btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .wp-conBox .txt-list.type02 {
    padding: 20px 10px;
  }

  .wp-conBox .blue-tit+p {
    font-size: 16px;
  }

  .wp-conBox .blue-tit {
    font-size: 22px;
    margin-top: 30px;
  }

  /*유나수정 1600*/
  /*고객센터 반응형*/
  .customer .tit {
    margin-top: 40px;
  }

  .customer-board .service-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }

  .customer-board .service-box p {
    text-align: center;
    flex: 100%;
    margin-bottom: 20px;
  }

  .customer-board .counsel-box .describe p {
    font-size: 15px;
  }

  /*고객센터 반응형*/

  /*사이트맵 반응형*/

  .site-map:nth-child(1),
  .site-map:nth-child(2),
  .site-map:nth-child(3),
  .site-map:nth-child(4) {
    margin-top: 90px;
  }

  /*사이트맵 반응형*/


  .board_top .board_btns .write_btn {
    width: 90px;
    height: 30px;
    line-height: 1;
  }

  /*기관소개_01*/
  .step_double_box li {
    font-size: 16px;
  }

  .step_double_box li p {
    font-size: 24px;
  }

  .symbol_box ul li {
    width: 29%;
  }

  .symbol_box ul li img {
    max-width: 70%;
  }

  /*기관소개_01*/
  /*기관소개_02_01*/
  .step_v_three>li .v_tit {
    font-size: 24px;
  }

  .step_v_three>li .v_txt {
    font-size: 16px;
  }

  /*기관소개_02_01*/
  /*이용안내_01 원격지원*/
  .info_about_list_v2>ul>li {
    width: 220px;
  }

  .info_about_list_v2>ul>li::after {
    right: -3.3vw;
  }

  /*이용안내_01 원격지원*/

  /* STEP업무포털_5커뮤니티_1일반형_목록 시작*/
  .t_notice.fix_table {
    table-layout: auto;
  }

  /* STEP업무포털_5커뮤니티_1일반형_목록 끝*/
  /*유나수정 1600*/

  /* STEP업무포털_내용전문가 시작 */
  .content .page_tit {
    font-size: 30px;
  }

  .sch_box {
    display: flex;
    width: 100%;
  }

  .board_view {
    margin-top: 25px;
  }

  .board_view .board_tit {
    font-size: 20px;
  }

  .board_info ul li span:last-child {
    font-size: 16px;
  }

  .step_wrap .step_box p:last-child {
    font-size: 16px;
  }

  .step_wrap .step_box p:first-child b {
    font-size: 22px;
  }

  .table td .form_btn {
    font-size: 14px;
  }

  .table01 th {
    font-size: 14px;
  }

  .table01 td {
    font-size: 14px;
  }

  .sub_tit span {
    font-size: 22px;
  }

  .table04 th.inner_th {
    font-size: 14px;
  }

  .w_auto {
    width: auto !important;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_마이페이지 시작*/
  .left_menu_wrapper .content {
    margin: 0 auto;
    width: 100%;
  }

  #manager_plus .pop_content {
    min-width: 700px;
  }

  /* STEP업무포털_마이페이지 끝*/
  /* STEP업무포털_커뮤니티_공지사항 시작 */
  .boad_notice {
    font-size: 12px;
    padding: 5px 10px;
  }

  .ico_txt_btn {
    padding: 5px;
    font-size: 12px;
  }

  /* STEP업무포털_커뮤니티_공지사항 끝 */
  /* STEP업무포털_통합검색 시작 */
  .content .main_sch_wrap {
    padding-top: 40px;
  }

  .main_sch_wrap>p {
    font-size: 40px;
  }

  .sch_drop_wrap .sch_drop_input {
    height: 60px;
  }

  .sch_drop_wrap .sch_drop_input input {
    font-size: 20px;
  }

  .cmt_list li .cmt_tit p {
    font-size: 18px;
  }

  .cmt_list li .cmt_cate {
    font-size: 14px;
  }

  /* STEP업무포털_통합검색 끝 */
  /* STEP업무포털_평생과정 시작 */
  .edu_cate_wrap li .edu_cate_top {
    font-size: 18px;
  }

  .b_content {
    padding: 40px 20px 120px;
  }

  .edu_select_box>ul>li {
    padding: 10px 10px 10px 100px;
  }

  .edu_select_box>ul>li>span {
    left: 20px;
    font-size: 18px;
  }

  .edu_select_box>ul {
    flex-wrap: wrap;
  }

  .edu_select_box>ul>li:nth-child(2) {
    width: 49.5%;
  }

  .edu_select_box>ul>li:nth-child(1) {
    width: 49%;
  }

  .edu_select_box>ul>li:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .board_list .board_top .board_excel_btn {
    width: 30px;
    height: 30px;
  }

  .thumb_list ul li .txt_box .txt_main_tit {
    font-size: 25px;
  }

  /* STEP업무포털_평생과정 끝 */
  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정없음 시작 */
  .no_reservation img {
    width: 80px;
  }

  .no_reservation>span {
    font-size: 25px;
  }

  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정없음 끝 */
  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록 시작  */
  .admin_sch_box>ul>li>label:first-child {
    font-size: 16px;
  }

  .admin_sch_box>ul>li.full_sch_v3 label:last-child {
    display: flex;
  }

  .sch_input_btn.full_sch_v3 input[type=text] {
    width: auto;
    flex: 1
  }

  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록  끝*/
  /* STEP업무포털_마이페이지_1개인회원_5기업담당자 전환 시작 */
  .img_file_box .file_info {
    display: block;
    margin-top: 5px;
  }

  /* STEP업무포털_마이페이지_1개인회원_5기업담당자 전환 끝 */
  /* 최종추가 */
  .thumb_list02_web li .thumb_img {
    width: 30%;
  }

  .thumb_list02_web>li .thumb_txt {
    width: 70%;
  }

  .latest_ul .latest_tit {
    font-size: 20px;
  }

  .latest_txt .latest_board_info {
    display: flex;
  }

  .latest_txt .latest_board_info>div>span:after {
    left: 4px;
    width: 20px;
    background-size: cover;
    height: 23px;
    top: 4px;

  }

  .latest_txt .latest_board_info>div>span {
    padding-left: 30px;
    padding-right: 5px;
    font-size: 12px;
  }

  .latest_txt .latest_board_info>div {
    width: auto;
    flex: 1;

  }

  .column .board_top .tit {
    font-size: 18px;
  }

  .column .board_view .board_tit span {
    font-size: 16px;
  }

  .sch_input_btn.full_sch_v2 .w_230 {
    width: auto !important;
  }

  .sch_input_btn.full_sch_v2 .w_610px {
    width: 480px !important;
  }

  /*pbt*/
  .left_menu_v2 {
    width: 220px;
    margin-right: 30px;
    padding: 15px;
  }

  .left_menu_v2>ul {
    width: 100%;
  }

  .left_menu_v2>ul>li {
    width: 100%;
    min-width: 0;
  }

  .left_menu_v2>ul>li .menu_btn {
    padding: 0 15px;
  }

  .pbt_ck_li_box .pbt_li_tit {
    font-size: 20px;
  }

  .pbt_list .pbt_li_chapter {
    font-size: 16px;
  }

  .pbt_ck_li_box .pbt_li_txt {
    font-size: 14px;
  }

  .pbt_ck_li_box .pbt_li_info {
    font-size: 14px;
  }

  .pbt_list .active .raund_home_ing_tit>span {
    font-size: 14px;
    width: 130px;
  }

  .pbt_list .active .raund_home_ing_num>span {
    font-size: 22px;
  }

  .pbt_list .active .raund_home_ing_line_layer {
    width: 170px;
  }

  .pbt_list>ul>li.active {
    padding-right: 410px;
  }

  .ct_tit_v2 {
    padding-bottom: 25px;
    font-size: 26px;
  }

  .left_menu_v2>ul>li>span,
  .left_menu_v2>ul>li>a {
    font-size: 16px;
  }

  .table_bt_a {
    line-height: 22px;
  }

  .raund_home_box .pbt_filter_box>div span {
    font-size: 14px;
  }

  /*1005 포틀릿 반응형*/
  .portlet_tit {
    font-size: 18px;
  }

  .portlet_cal.fc .fc-toolbar.fc-header-toolbar {
    height: 58px;
  }
}


@media (max-width:1530px) {
	.market_sel_view2>.left{
	width:100%;
	margin-right:0px;
	margin-bottom:22px;
	}
	.market_sel_view2>.right{
	width:100%;
	}
}
@media(max-width:1320px) {

  /*1005 포틀릿 반응형*/
  .portlet_cal.fc .fc-toolbar.fc-header-toolbar {
    height: 56px;
  }

  .hd_main_slide>ul>li>a {
    font-size: 16px;
  }

  .hd_main_slide>ul>li.on {
    padding: 0
  }

  /*0906 - 반응형*/
  .sub_hd_menu>li>a {
    font-size: 16px;
    line-height: 32px;
  }

  .sub_hd_menu {
    width: 130px;
  }

  .main_hd {
    height: 70px;
  }

  .hd_pop .swiper-slide>a img {
    object-fit: cover;
  }

  .main_hd .hd_con {
    padding-left: 150px;
  }

  .hd_top_left {
    flex: 4.5;
  }

  .hd_top_left>a {
    font-size: 13px;
  }

  .hd_top_left>a:first-child img {
    width: 12px;
  }

  .hd_top_left>a:first-child {
    margin-right: 15px;
  }

  .hd_top_left .bootstrap-select .selectpicker+.dropdown-toggle {
    font-size: 13px;
  }

  .hd_top_left .bootstrap-select {
    margin-left: 10px;
  }

  .hd_top_right {
    flex: auto;
  }

  .hd_top_right>li {
    text-align: center;
    font-size: 14px !important;
    padding: 0 0 0 3px !important;
  }

  .hd_top_right>li span {
    font-size: 14px !important;
  }

  .hd_top_right>li button {
    font-size: 12px !important;
  }

  .hd_top_right .logout_btn {
    width: 60px;
    height: 20px;
    padding: 4px 8px !important;
  }

  .hd_top_right>li img {
    width: auto;
  }

  .hd_top_right>li button img {
    height: 18px;
  }

  .hd_top_right>.select_user_li .select_box span img {
    width: 12px;
  }

  .hd_top_right.logout {
    flex: auto;
  }

  .hd_top_right.logout>li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    border-right: 1px solid #d2d2d2;
    padding-right: 14px;
  }

  .hd_top_right.logout>li:nth-child(1) {
    border-left: 1px solid #d2d2d2;
  }






  .main_hd .hd_con {
    width: 100%;
  }

  .main_hd .logo {
    display: inline-block;
    width: 110px;
    line-height: 100px;
  }


  .hd_login.no_login {
    padding: 10px 15px;
    height: 35px;
    font-size: 16px;
  }

  .hd_login.no_login img {
    width: 14px;
  }

  .hd_main_slide {
    width: 100%;
    overflow-x: hidden;
    position: static;
  }

  .hd_main_slide>button {
    z-index: 10;
  }

  .hd_main_slide>ul>li>a {
    font-size: 18px;
  }

  .hd_menu_right {
    width: 270px;
  }

  .no_ct_hd .hd_menu_right {
    width: 100px;
  }

  .no_ct_hd .hd_menu_right.no_login {
    width: 200px;
  }

  .main_hd .hd_right_txt {
    width: 70px;
    height: 70px;
  }

  .hd_right_txt img {
    object-fit: cover;
    width: 100%;
  }

  .hd_main_slide>ul>li {
    min-width: 100px;
  }

  .hd_main_slide>ul>li>a {
    line-height: normal;
    display: inline-block;
    height: auto;
    font-size: 16px;
    padding: 0px 5px;
  }

  .hd_menu_left {
    display: block;
    line-height: 70px;
    height: 70px;
    padding-left: 15px;
    padding-right: 65px;

  }

  .hd_menu_left>button {
    position: absolute;
    width: 10px;
    top: 50%;
    transform: translateY(-55%);

  }

  .hd_menu_left>button:disabled {
    background-color: transparent !important;
  }

  .hd_menu_left>button:nth-child(1) {
    left: 10px;
  }

  .hd_menu_left>button:nth-child(2) {
    right: 50px !important;
  }


  /* .hd_menu_right.no_login {
    width:200px;
  } */

  .hd_menu_right.no_login {
    max-width: 370px;
    padding-left: 0;
    ;
  }

  .hd_menu_right>button.left_more_btn {


    top: 25px;
    left: 170px;
    color: #d2d2d2;
  }

  .hd_menu_right>button.left_more_btn img {
    max-width: 70%;
  }


  .hd_menu_right>button.left_more_btn.on {
    top: 25px;
    left: 0;
  }

  .main_slide01 .thumb_slide {
    width: 270px;
  }

  .main_slide01 .thumb_slide ul li span {
    left: 15px;
    font-size: 14px;
  }

  .main_slide01 .thumb_slide ul li.swiper-slide-thumb-active span {
    font-size: 16px;
  }

  .hd_content_menu {
    left: -10px;
  }

  .hd_ct_slide {
    max-width: 190px;
  }

  .hd_ct_slide img {
    width: 50%;
  }

  .hd_ct_slide p {
    font-size: 12px !important;
  }

  .hd_menu_right>button.left_more_btn.on img {
    width: 70%;
  }

  .checkbox span {
    width: 16px;
    height: 16px;
  }

  .sch_sort_btn {
    font-size: 14px;
    height: 34px;
    width: 90px;
  }

  .sch_input_btn .sch_admin_btn {
    width: 60px;
    height: 34px;
    font-size: 14px;
  }

  .admin_sch_box .sch_input_btn input[type=text] {
    height: 34px;
  }

  .admin_sch_box .sch_input_btn .datepicker_box::after {
    height: 34px;
  }

  .admin_sch_box .sch_input_btn input[type="text"].hasDatepicker {
    background-position: 94% 9px;
  }

  .sch_input_btn .w_150.datepicker_box {
    width: 130px !important;
  }

  .sch_radio>span {
    margin-right: 15px;
  }

  .sch_input_btn .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .sch_input_btn .w_140.dropdown,
  .sch_input_btn .w_150.dropdown {
    width: 90px !important;
  }

  .sch_input_btn .bootstrap-select div.dropdown-menu {
    top: 34px !important;
  }

  .sch_input_btn .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 14px;
    height: 6px;
  }

  .completion_result_title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .completion_result_ho {
    font-size: 15px;
  }

  .completion_result_ul>li>span:first-child {
    width: 95px;
  }

  .completion_result_ul {
    margin-bottom: 50px;
  }

  .completion_result_ul>li>span {
    font-size: 14px;
  }

  .completion_result_txt {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .completion_result_date {
    font-size: 18px;
  }

  .completion_result_school {
    font-size: 20px;
  }

  .completion_result {
    padding: 0px 20px 30px;
  }

  .completion_result_usage {
    font-size: 14px;
  }

  .completion_result_addr {
    font-size: 12px;
    margin-top: 10px;
  }

  .work-process-album li {
    width: 32.222226%;
  }

  .checkList_rp {
    flex-wrap: wrap;
  }

  .checkList_rp>div:first-child {
    margin-top: 0;
  }

  .checkList_rp>div {
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .admin_sch_box.wp .sch_input_btn {
    flex-wrap: wrap;
  }

  /*유나수정 1320*/

  .notice_list_wrap .notice-list li .org_con .flex1 span {
    min-width: 60px;
  }

  .notice-list li .faq_q_tit>div {
    margin-left: 5px;
  }

  .user-pop {
    right: unset;
    left: 0;
  }

  /*기관소개_01*/
  .symbol_box ul li {
    width: 26%;
  }

  .symbol_box ul li img {
    max-width: 70%;
  }

  /*기관소개_01*/

  /*기관소개_02_02 인사말*/
  .step_gt_box {
    height: 360px;
    padding: 100px 75px 65px;
  }

  /*기관소개_02_02 인사말*/

  /*기관소개_02_04 찾아오시는 길*/
  .direction_map_info .map_data {
    flex-wrap: wrap;
  }

  .direction_map_info .map_data li {
    flex: 1 1 40%;
    width: 100%;
  }

  .direction_map_info .map_data li:nth-child(1) {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  /*기관소개_02_04 찾아오시는 길*/
  /*이용안내_01 원격지원*/
  .info_about_list_v2>ul {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .info_about_list_v2>ul li {
    width: 100%;
  }

  .info_about_list_v2>ul li+li {
    margin-top: 60px;
  }

  .info_about_list_v2>ul li::after {
    width: 100%;
    left: 50%;
    top: unset;
    bottom: -50px;
    transform: translateX(-50%) rotate(90deg);
  }

  /*이용안내_01 원격지원*/

  /*이용안내_04 이메일무단 수집거부*/
  .privacy_box>p {
    padding: 0 30px;
    line-height: 1.5;
  }

  /*이용안내_04 이메일무단 수집거부*/

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */
  .add-text.tit_border.flex {
    flex-wrap: wrap;
  }

  .tit_border .left {
    flex: 1 1 100%;
  }

  .tit_border .right {
    margin-left: 0;
    margin-top: 20px;
  }

  .column .add-text.tit_border .btn-box .btn {
    line-height: 2.5;
    font-size: 18px;
  }

  .board_list {
    margin-top: 20px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */

  /* STEP업무포털_관리자_1위키_1위키관리_목록 시작*/
  .admin_sch_box._M .sch_input_btn input[type=text] {
    width: calc(100% - 175px);
  }

  /* STEP업무포털_관리자_1위키_1위키관리_목록 끝*/



  /*유나수정 1320*/

  /* STEP업무포털_내용전문가 시작 */
  .sch_box .sch_input_box {
    height: 50px;
    font-size: 16px;
  }

  .sch_box .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 50px;
    font-size: 16p;
    line-height: 50px;
  }

  .sch_box .sch_btn img {
    width: 26px;
  }

  .board_view .board_info {
    padding: 10px 0;
  }

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

  .board_info ul li span:last-child {
    min-width: 100px;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }

  .board_content .text01 {
    font-size: 16px;
  }

  .board_content .text02 {
    font-size: 16px;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_내용전문가 시작*/
  .latest_title {
    font-size: 20px;
  }

  .thumb_list02>li .thumb_txt .in_main_tit {
    font-size: 18px;
  }

  .thumb_list02>li .thumb_img {
    min-width: 200px;
  }

  .thumb_list02>li .thumb_txt {
    flex: 1;
    margin-top: 5px;
  }

  .line1_short {
    max-width: 590px;

  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_평생과정 시작 */
  .gallery_list ul li {
    padding: 15px;
    min-height: 350px;
  }

  .gallery_list ul li .gl_tit {
    font-size: 15px;
    line-height: 29px;
  }

  .gallery_list ul li .gl_btns button {
    font-size: 12px;
    height: 26px;
  }

  .edu_select_box>ul>li>span {
    font-size: 18px;
  }

  .thumb_list ul li>div {
    padding: 20px;
  }

  .thumb_list ul li .txt_box .txt_main_tit {
    font-size: 22px;
  }

  .thumb_list ul li .txt_box p {
    font-size: 14px;
  }

  .thumb_list ul li .txt_box span:nth-child(2)::after {
    margin: 0 15px;
  }

  .thumbs_board_btns button {
    font-size: 14px;
    height: 35px;
  }

  .thumb_list ul li>div {
    padding: 15px;
  }

  .class_btn {
    font-size: 12px;
  }

  /* STEP업무포털_평생과정 끝 */
  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정있음 시작 */
  .reservation_w_tit {
    font-size: 18px;
  }

  .reservation_list>ul>li .reservation_list_txt {
    font-size: 16px;
  }

  .reservation_status {
    font-size: 12px;
  }

  .reservation_table table th {
    font-size: 14px;
    width: 100px;
    padding-right: 10px;
  }

  .reservation_table table td {
    font-size: 14px;
  }

  .reservation_ok_txt {
    font-size: 14px;
  }

  .reservation_click .bootstrap-select .selectpicker+.dropdown-toggle {
    font-size: 14px;
    height: 35px;
  }

  /*
  .raund_box {
    display: block;
    min-height: 0;
  }

  .raund_box>div {
    width: 100%;
    display: block;
  } */



  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정있음 끝 */
  /* STEP업무포털_관리자_1위키_5비용관리_목록 시작 */
  .column table td.chk_od_col {
    font-size: 10px;
    padding: 3px !important;
  }

  .column table td.chk_od_col input[type="text"] {
    width: 20px !important;
    margin: 0 2px !important;
  }

  /* STEP업무포털_관리자_1위키_5비용관리_목록 끝 */
  .ekt_pop.w_1240 {
    max-width: 90%;
    padding: 0 10px 10px;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 시작 */
  .pbt_pp_box ul>li .pbt_pp_txt ul li {
    font-size: 16px;
  }

  .pbt_pp_box ul>li .pbt_pp_txt p {
    font-size: 18px;
  }

  .pbt_pp_box .pbt_pp_img {
    width: 120px;
  }

  .pbt_pp_box>ul>li {
    padding: 20px;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 끝 */
  /*1005 포틀릿 반응형*/
  .portlet_tit {
    font-size: 16px;
  }

  .portlet_board_table table thead th {
    padding: 0 5px;
    word-break: keep-all;
  }

  .portlet_board_table table tbody td {
    padding: 5px 8px;
  }

  .portlet_board_cate>ul>li>a {
    padding: 0 6px;
    font-size: 14px;

  }

  .portlet_board_cate {
    padding: 0 10px 8px;
  }

  .portlet_board_cate>ul>li>a:after {
    width: 1px;
    height: 12px;
    right: -1px;
    top: 1px;
  }

  /* 1106 마켓-이용안내 {  */
  .market_info_border_ul>li>div>p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    word-break: keep-all;
    padding: 0 5px;
    min-height: 66px;
  }

  .market_info_border_ul>li>div>p>span {
    font-size: 12px;
    display: block;
  }

  .market_info_border_ul>li>div>p br {
    display: none;
  }

  .market_info_border_ul2>li>div>p {
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 16px;
    margin-top: 10px;
  }

  .market_info_border_ul2>li>span {
    width: 42px;
    height: 49px;
    font-size: 18px;
    line-height: 50px;
  }

  .market_info_border_ul2>li::before {
    width: 12px;
    height: 19px;
    left: -14px;
  }

  .market_diamond_ul>li>span {
    font-size: 16px;
    width: 24px;
    height: 26px;
    line-height: 27px;
  }

  .market_info_title>p {
    font-size: 30px;
  }

  /* }마켓-이용안내  */

  /* 마켓 - 판매과정 목록 리스트형{  */

  .market_thumb_list>li .img>div>img {
    height: 100%;
  }

  .market_thumb_list>li .img {
    padding: 10px;
  }

  .market_thumb_list>li .txt {
    padding: 25px 18px;
  }

  .market_thumb_list>li .txt .right>* {
    margin-right: 10px;
  }

  .market_thumb_list>li .txt .left .title {
    font-size: 20px;
  }

  .market_thumb_list>li .txt .right .market_list_btn {
    width: 65px;
  }

  /* 마켓 - 판매과정 목록 리스트형} */

}

@media(max-width:1200px) {
  .letter_slide_wrapper button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 999;
    background: transparent !important;
  }

  .letter_slide_wrapper button.prev_btn {
    left: 30px;
  }

  .letter_slide_wrapper button.next_btn {
    right: 30px;
  }

  .letter_list>li.swiper-slide-next::after {
    display: none;
  }

  .hd_main_slide>ul>li {
    min-width: 132px;
  }

  .section01 .board_tit {
    padding-right: 0;
  }

  .rp_body .step_notice_sub_tab li {
    font-size: 16px;
    padding: 0 20px;
  }

  .rp_body .step_notice_sub_tab li::after {
    font-size: 14px;
  }

  .rp_body .step_hd .step_menu {
    width: 80px;
  }

  .rp_body .step_hd {
    padding-right: 80px;
  }

  .rp_body .step_hd_content ul li {
    width: 120px;
  }

  .rp_body .step_hd_content ul li a {
    padding: 0;
  }

  .rp_body .step_menu_full>div ul {
    width: 120px;
    padding: 0;
  }

  .rp_content_1600 {
    padding: 40px 20px 100px;
  }

  .rp_body .step_menu_full {
    padding-right: 140px;
  }

  .rp_body .table_s_txt {
    font-size: 12px;
    line-height: 18px;
  }

  .rp_body .my_class_table td {
    font-size: 14px;
  }

  .rp_body .my_class_table th {
    font-size: 14px;
  }

  .rp_body .table_square_btn {
    width: 70px;
    font-size: 12px;
    height: 25px;
  }

  .rp_body .basic_btn_s {
    font-size: 12px;
  }

  .rp_body .my_class_txt .my_class_tit {
    font-size: 16px;
  }

  .ft_left_top .ft_logo {
    width: 90px;
  }

  .ft_left_top {
    padding-left: 100px;
  }

  .ft_left_top .ft_menu li a {
    font-size: 12px;
  }

  .ft_left_top .ft_menu li::after {
    font-size: 10px;
  }

  .ft_right_top .bootstrap-select:first-child {
    margin-right: 0;
  }

  #footer {
    padding: 40px 20px 30px;
  }

  #family_site {
    padding: 0 20px;
  }

  .rp_body .step_hd_content ul a {
    font-size: 16px;
  }

  .rp_body .step_hd .logo_imgs img {
    width: 90px;
  }

  .rp_body .sch_box {
    width: 100%;
    padding: 0 20px;
    margin: 30px 0;
  }

  .rp_body .tab_menu li {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }

  .rp_body .sch_box .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .rp_body .sch_box .sch_input_box {
    height: 40px;
    line-height: 40px;
  }

  .rp_body .column .t_notice th,
  .rp_body .column .t_notice td {
    line-height: 50px;
  }

  .rp_body .pg_wrap button,
  .rp_body .pg_wrap span {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 16px;
  }

  .rp_body .pg_wrap button img {
    height: 18px;
  }

  .rp_body .board_list .board_top .count b {
    font-size: 20px;
  }

  .rp_body .board_list .board_top .count {
    font-size: 18px;
  }

  .rp_body .sch_box .sch_btn {
    width: 40px;
  }

  .rp_body .sch_box .sch_input_box input {
    font-size: 15px;
  }

  .sch_box .sch_input_box input::placeholder {
    font-size: 15px;
  }

  .rp_body .sch_box .sch_btn img {
    width: 20px;
  }

  /* 0906 - 반응형 */
  .ekt_cont_tit {
    font-size: 28px;
  }

  .raund_home_ing_tit>span {
    font-size: 16px;
    width: 160px;
    line-height: 35px;
  }

  .raund_home_ing_num>span {
    font-size: 28px;
  }

  .raund_home_ing_line_box {
    height: 10px;
  }

  .raund_home_ing_line {
    height: 10px;
  }

  .raund_home_tit>strong {
    font-size: 22px;
  }

  .donut>span>strong:after {
    font-size: 28px;
    margin-top: 10px;
  }

  .donut>span {
    font-size: 18px;
  }

  .raund_table table th {
    font-size: 16px;
  }

  .raund_table table td {
    font-size: 16px;
  }

  .raund_table table td .mini_link {
    padding: 0 10px;
    font-size: 12px;
  }

  .board_tit {
    font-size: 16px;
    padding-right: 200px;
  }

  .board_con_txt {
    font-size: 14px;
  }

  .board_date {
    font-size: 14px;
  }

  .latest_list_ekt .latest_tit {
    font-size: 22px;
  }

  .ekt_hd_txt .ekt_hd_txt_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ekt_hd_right_cho>a {
    font-size: 16px;
    width: 100%;
    padding-left: 55px;

  }

  .ekt_hd_right_cho>a::before {
    left: 27px;
  }

  .room_d-day_txt>span {
    font-size: 45px;
  }

  .room_d-day_txt>i {
    font-size: 14px;
  }

  .ekt_plan_layer .ekt_plan_con {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    padding: 20px 25px;
  }

  .ekt_plan_tit {
    font-size: 20px;
    padding: 8px 28px;
  }

  .ekt_cont_tit {
    font-size: 28px;
  }

  .ekt_plan_layer {
    margin-top: 30px;
  }

  .ekt_table table td {
    font-size: 14px;
  }

  .ekt_table table thead th {
    font-size: 14px;
    word-break: keep-all;

  }

  .column table span.th_sm {
    font-size: 12px;
  }

  .ekt_table table td .mini_link {
    letter-spacing: -0.5px;
    font-size: 10px;
    padding: 5px 5px;
    line-height: 18px;
    word-break: keep-all;
  }

  .column table span.td_sm {
    font-size: 12px;
  }

  .dep_table .dep2 td {
    font-size: 13px;
  }

  .ekt_top_txt_layer>ul>li {
    font-size: 14px;
  }

  .ekt_top_txt_layer>ul>li::before {
    width: 20px;
    height: 19px;
    background-size: cover;
  }

  .ekt_top_txt_layer>ul {
    padding: 10px 20px;
  }

  .ekt_table_btn_list .ekt_down_btn {
    font-size: 14px;
    width: auto;
    padding-right: 0;
    padding: 0 10px;
  }

  .ekt_table_btn_list .ekt_down_btn::before {
    position: relative;
    left: 0;
    top: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }

  .ekt_table_btn_list .bootstrap-select .selectpicker+.dropdown-toggle {
    font-size: 14px;
  }

  .dep_table .magnitude_tit:after {
    top: 50%;
    transform: translateY(-50%);
  }

  .ekt_top_txt_layer {
    margin-top: 30px;
  }


  .pop_result_top_l .pop_result_top_tit {
    font-size: 24px;
  }

  .pop_result_top {
    display: flex;
  }

  .pop_result_top>div {
    display: block;
  }

  .ekt_pop.w_1600 {
    padding: 0px 20px 20px;
  }

  .pop_result_top .pop_result_top_l {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }

  .pop_result_top_info {
    float: none
  }

  .pop_result_exam_num {
    font-size: 18px;
  }

  .pop_result_top_r {
    width: 175px;
    font-size: 18px;
  }

  .ekt_pop .pop_hd>span {
    font-size: 20px;
  }

  .pop_result_top_info .pop_result_top_time {
    font-size: 18px;
    width: auto;
    line-height: 38px;
    padding: 0 20px;
  }

  .pop_result_list_scroll {
    padding-right: 15px;
  }

  .pop_result_top_info .pop_result_top_btn {
    font-size: 18px;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
  }

  .pop_result_exam_list_tit {
    font-size: 16px;
    padding: 15px;
  }

  .radio {
    font-size: 12px;
  }

  .pop_result_exam_ul>li .radio>strong {
    font-size: 14px;
  }

  .pop_result_ing_top>span {
    font-size: 14px;
  }

  .pop_result_ing_top>i {
    font-size: 18px;
  }

  .pop_result_ing_txt {
    font-size: 14px;
  }

  .pop_result_ing_num {
    font-size: 12px;
  }

  .ekt_pop .pop_hd>button {
    right: 0;
  }

  .ekt_result_title>span.ekt_result_title_txt {
    font-size: 16px;
    line-height: 24px;
  }

  .ekt_result_score_box>span.ekt_result_v {
    font-size: 16px;
  }

  .ekt_result_score_box>span.ekt_result_num {
    font-size: 16px;
  }

  .ekt_result_score_box>span.ekt_result_score_v {
    font-size: 16px;
  }

  .ekt_result_score_box>span.ekt_result_score {
    font-size: 16px;
  }

  .ekt_result_list>ul>li .radio strong {
    font-size: 16px;
  }

  .list_ul>li>span.list_tit {
    width: 130px;
    font-size: 16px;
  }

  .list_ul>li>span.list_con.tit_list_emp {
    font-size: 18px;
  }

  .list_ul>li>span.list_con {
    font-size: 16px;
  }

  .list_ul>li>span.list_con>p {
    font-size: 16px;
  }

  .list_ul>li {
    line-height: 35px;
  }

  .ekt_result_opinion>span.ekt_result_opinion_tit {
    font-size: 16px;
    width: 130px;
  }

  .ekt_result_title>span.ekt_result_title_txt {
    margin-left: 20px;
  }

  .ekt_result_title>span.ekt_result_title_img {
    width: 20px;
  }

  .ekt_result_title {
    padding: 15px 20px;
  }

  .ekt_result_score_box>span {
    line-height: 45px;
  }

  .ekt_result_list>ul {
    padding: 20px;
  }

  .board_content .text02 {
    font-size: 16px;
    line-height: 24px;
  }

  .board_view .board_tit {
    font-size: 20px;
    padding: 15px 0;
  }

  .table th {
    font-size: 14px;
    min-width: 90px;
    height: 40px;
  }

  .board_list>table th {
    padding: 10px 0;
  }

  .board_list>table td {
    padding: 10px 5px;
    word-break: break-all;
  }

  .table td {
    font-size: 14px;
  }

  .table_txt_info {
    font-size: 14px;
  }

  .table td .form_btn02 {
    font-size: 12px;
    min-width: 80px;
    width: 80px;
  }

  .table td .board_file_box a {
    margin-top: 5px;
  }

  .wp-conBox .txt-list {
    font-size: 14px;
  }

  .wp-conBox .txt-list p span:last-child {
    flex: 1;
  }

  .wp-conBox .txt-list p span:first-child {
    width: 33%;
  }

  .wp-conBox .btn-list button {
    font-size: 15px;
    width: 130px;
    height: 35px;
  }

  .wp_top_title {
    font-size: 24px;
  }

  /*유나수정 1200*/
  /*모바일 위탁관리*/
  #m_trustOrgArea li>a>img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #317abe;
    object-fit: contain;
    border-radius: 50px;
    margin-right: 10px;
  }

  #m_trustOrgArea li>a>span {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 50px);
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  /*모바일 위탁관리*/

  /*질의응답 게시판 목록*/
  .t_notice.fix_table {
    table-layout: fixed;
  }

  /*질의응답 게시판 목록*/
  /*사이트맵 반응형*/
  .site-map-wrap {
    justify-content: space-between;
  }

  .site-map {
    width: 48%;
    margin-right: 0;
  }

  .site-map:nth-child(3),
  .site-map:nth-child(4) {
    margin-top: 0;
  }

  /*사이트맵 반응형*/
  .img_wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 60%;
    border-radius: 6px;
  }

  .img_wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto;
  }

  /*기관소개_02_01*/
  .step_v_three {
    display: flex;
    flex-direction: column;
  }

  .step_v_three>li {
    width: 100%;
  }

  /*기관소개_02_01*/
  /*기관소개_02_02*/
  .step_gt_box {
    height: 340px;
    background-position-x: center;
    padding: 100px 45px 65px;
  }

  .step_gt_box .gt_txt {
    font-size: 16px;
    line-height: 1.7;
  }

  /*기관소개_02_02*/

  /*STEP업무포털_5커뮤니티_1일반형_보기 시작*/
  .board_list_btns li>span:first-child {
    flex: 1.5;
  }

  /*STEP업무포털_5커뮤니티_1일반형_보기 끝*/

  /* STEP업무포털_관리자_1위키_2카테고리관리_목록 시작*/
  .board_top .board_btns .write_btn {
    font-size: 14px;
    line-height: 1;
    width: 60px;
    height: 30px;
  }

  /* STEP업무포털_관리자_1위키_2카테고리관리_목록 끝*/

  /* STEP업무포털_관리자_1위키_4전문가관리_목록 시작*/
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
    padding-right: 28px;
    line-height: 40px;
  }

  .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 12px;
  }

  .edu_select_box .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 12px;
    top: 60%;

  }

  /* STEP업무포털_관리자_1위키_4전문가관리_목록 끝*/

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 시작 */
  .board_info._M {
    flex-wrap: wrap;
  }

  .board_info._M div:first-child {
    width: 100%;
    flex-wrap: wrap;
  }

  .board_info._M div:first-child p:first-child {
    height: 32px;
    line-height: 32px;
  }

  .board_info._M div:first-child ul li {
    width: 80px;
    margin-top: unset;
  }

  .board_info._M .sns {
    width: 100%;
  }

  .board_info._M .sns ul {
    justify-content: flex-end;
  }

  .board_info._M .sns ul li {
    width: 32px;
    margin-top: 10px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 끝 */


  /*유나수정 1200*/

  /* STEP업무포털_내용전문가 시작*/
  .table01 th {
    font-size: 14px;
    height: 40px;
    padding: 0 5px;
  }

  .table01 td {
    font-size: 14px;
  }

  .sub_tit span {
    font-size: 20px;
  }

  .basic_btn_s {
    font-size: 16px;
  }

  .step_wrap ul li {
    padding: 0 80px;
  }

  .table td .form_btn {
    min-width: 80px;
  }

  .file_box span {
    padding-right: 5px;
  }

  .table02 th {
    font-size: 14px;
    width: 150px;
  }

  .mr-20 {
    margin-right: 0.8rem !important;
  }

  .mr-30 {
    margin-right: 1.5rem !important;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_마이페이지 시작*/
  .privacy_box .prv_tit span {
    font-size: 25px;
  }

  .privacy_box>p {
    font-size: 18px;
    line-height: 24px;
  }

  .change_box .cb_tit {
    font-size: 20px;
  }

  .change_box p {
    font-size: 14px;
  }

  .sb_tit_box p:first-child {
    font-size: 20px;
  }

  .social_box .social_ico {
    width: 150px;
    height: 150px;
  }

  .table_tit {
    font-size: 20px;
  }

  .tit_box02 p:last-child {
    font-size: 20px;
  }

  .tit_box02 p {
    font-size: 16px;
  }

  /* STEP업무포털_마이페이지 끝*/
  /* STEP업무포털_커뮤니티_공지사항 시작 */
  .sch_box .bootstrap-select div.dropdown-menu {
    top: 40px !important
  }

  /* STEP업무포털_커뮤니티_공지사항 끝 */
  /* STEP업무포털_통합검색 시작 */
  .main_sch_wrap>p {
    font-size: 35px;
  }

  .sch_drop_wrap .sch_drop_input input {
    font-size: 20px;
    padding-left: 20px;
  }

  .sch_drop_box ul li a {
    font-size: 16px;
  }

  /* STEP업무포털_통합검색 끝 */

  .hd_top .hd_con {
    flex-wrap: wrap;
  }


  .hd_top .hd_con {
    padding: 0;
    padding-left: 10px;
  }

  .hd_top_right>li.font_btn_li {
    display: none;
  }

  #wz-edit {
    display: none;
  }

  /* 0906 */
  /* PBT시스템_1전체과정 시작 */
  .rp_body .step_hd .step_menu {
    width: 70px;
  }

  .rp_body .step_hd {
    padding-right: 70px;
  }

  .pbt_main_tit {
    font-size: 25px;
  }

  .pbt_pro_ul>li>p {
    font-size: 20px;
  }

  .pbt_filter_menu>span img {
    width: 18px;
  }

  .pbt_filter_menu>span {
    font-size: 18px;
    margin-right: 0;
  }

  .pbt_filter_menu>ul>li button {
    font-size: 15px;
  }

  .pbt_filter_sch .w_300 {
    width: 200px !important;
  }


  /* PBT시스템_1전체과정 끝 */
  /* 1106 마켓안내 { */
  .market_info>div>p {
    font-size: 30px;
    line-height: 40px;
  }

  .market_info>div>p {
    font-size: 30px;
    line-height: 40px;
  }

  .market_info>div>span>img {
    width: 200px;
  }

  .market_info_txt>ul>li>p {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .market_info_txt>ul>li>div {
    font-size: 18px;
    line-height: 30px;
  }

  .market_info_bottom {
    font-size: 18px;
    line-height: 30px;
    padding: 36px 20px;
    word-break: keep-all;
  }

  .market_info_bottom br {
    display: none;
  }

  .market_info>div>span::after {
    width: 100px;
  }

  /* 1106 마켓안내 } */


  /* 1106 마켓-판매과정-목록-앨범형{ */
  .market_gall_list>li .txt .title {
    font-size: 18px;
  }

  .market_gall_list>li {
    width: 31.9%;
    margin-right: 2%;
    margin-bottom: 3%;
  }

  .market_gall_list>li:nth-child(4n) {
    margin-right: 2%;
  }

  .market_gall_list>li:nth-last-child(-n+4) {
    margin-bottom: 3%;
  }

  .market_gall_list>li:nth-child(3n) {
    margin-right: 0%;
  }

  .market_gall_list>li:nth-last-child(-n+3) {
    margin-bottom: 0%;
  }

  /* 1106 마켓-판매과정-목록-앨범형} */
  /* 1106 마켓-판매과정-상세화면 { */
  .market_sel_view>.right>.txt>.inner_txt {
    padding: 18px 25px;
  }

  .market_sel_view>.right>.txt ul li>span:first-child {
    margin-right: 40px;
    font-size: 14px;
  }

  .market_sel_view>.right>.txt ul li>span {
    font-size: 14px;
  }

  .market_sel_view>.right>.txt ul li {
    margin-bottom: 14px;
  }

  .market_sel_view .img {
    height: 296px;
  }

  .market_sel_view_bottom .market_list_btn {
    font-size: 16px;
    width: 125px;
    height: 35px;
  }

  .market_sel_view_bottom>.left .company {
    font-size: 16px;
  }

  .market_sel_wrap>.title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }

  /* 1106 마켓-판매과정-상세화면 } */
  /* 1106 마켓-참여판매사-상세화면 } */
  .market_sel_view2>.right>.txt ul li>span:first-child {
    margin-right: 0;
    width: 110px;
  }

  .market_sel_view2 .img {
    height: 100%;
  }

  /* 1106 마켓-참여판매사-상세화면 } */

  /* 1106 마켓-판매센터_판매사신청{ */
  .market_seller_info {
    display: block;
  }

  .market_seller_info>.market_info_title {
    margin-right: 0;
  }

  .market_seller_form_list li {
    font-size: 16px;
  }

  .market_seller_process>ul>li>p {
    font-size: 18px;
  }

  .market_seller_process>ul>li>span {
    width: 40px;
    height: 47px;
    line-height: 50px;
    font-size: 20px;
  }

  /* 1106 마켓-판매센터_판매사신청 }  */

}

/* 태블릿 */
@media (max-width:1199px) {
  .pt_my_study ul li .left {
    width: 45%;
  }

  #quick {
    border-top-left-radius: 0;

  }

  #quick .quick_top {
    border-radius: 0
  }

  .quick_menu {
    max-height: calc(100vh - 515px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  /*네비테스트*/
  /* .hd_menu_left {
     max-width: 650px;
     min-width: 250px;
    width: 100%;
    line-height: 1 !important;
    display: inline-block !important;
  }
  .hd_main_menu{
    width: 100%;
  }
  .hd_main_slide{
    height: 70px;
    width: 100%;
    line-height: 70px;
    display: inline-block;
    overflow: hidden;
  } */
  /*네비테스트*/

  .D_only {
    display: none !important;
  }

  .D_none {
    display: inline-block;
  }

  .T_only {
    display: inline-block;
  }


  /*퀵메뉴*/
  .quick_menu_btn_box {
    display: inline-block;
    border-radius: 20px 0 0 20px;

    position: fixed;
    right: 0;
    top: 250px;
    z-index: 9;
    text-align: center;
    height: 60px;
    width: 80px;
    border: 1px solid #317abe;
    background-color: #317abe;
    transition: all 0.7s;
  }

  .potlet_main_layer .quick_menu_btn_box {
    top: 140px;
  }

  .quick_menu ul li>a::before {
    top: 6px;
  }

  .quick_menu_btn_box button {
    height: 60px;
    color: #fff;
    font-size: 16px;

  }

  .quick_menu ul li>a {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .quick_menu_btn_box.on {
    /* background-color: #000; */
    border: none;
    /* transform: translateX(-100%);*/
    transition: all 0.7s;
    border-radius: 20px 0 0 0px;
  }

  .quick_btn_box {
    display: none;
  }

  #quick .quick_top a {
    border-top-left-radius: 0;
    background-color: #000;
    border: none;
    width: 75px;
    height: 75px;
    background-size: 45px 45px;
  }



  #quick {
    width: 80px;
    transform: translateX(100%);
    transition: all 0.3s;
    top: 310px;
  }

  .potlet_main_layer #quick {
    top: 200px;
  }

  #quick.on {
    transform: translateX(0);
    transition: all 0.3s;
  }

  /*navi*/


  .sub_hd_menu.on {
    display: block;
  }

  .sub_hd_menu>li>a {
    font-size: 14px;
    line-height: 2;
  }






  .main_sch_wrap {
    width: 100%;

  }

  .main_board01 {
    flex-direction: column;
  }

  .main_board01>div {
    width: 100%;
    display: block;
  }

  .main_board01>div.main_board_right {
    margin: 40px 0 0 0;
  }

  .board_title_li img {
    height: 224px;
  }

  .mid_banner_txt p.mid_banner_tit {
    font-size: 28px;

  }

  .mid_banner_txt p.mid_banner_info {
    font-size: 18px;
    line-height: 1.5;

  }

  .mid_banner_txt .mid_step_box span {
    line-height: 1.4;
  }

  .mid_banner_txt {
    padding: 35px 30px;
    position: unset;
  }



  .system_slide li span {
    display: block;
    width: 100%;
  }

  .system_slide li p {
    display: inline-block;
    width: calc(100% - 200px);
    margin-top: 20px;
  }

  .system_slide li a {
    line-height: 60px;
    width: 150px;
  }

  .notice_list>li .list_go {
    width: 32px;
    height: 32px;
  }

  .notice_list>li {
    height: 220px;
  }

  .notice_list>li>a>p {
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .notice_list>li>a>div {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    margin-bottom: 25px;
  }



  .letter_list>li .list_go {
    width: 32px;
    height: 32px;
    right: 5px;
  }

  .letter_list>li .txt>p {
    padding-right: 60px;
  }







  .ft_con {
    display: flex;
    flex-direction: column-reverse;
  }

  .ft_con .ft_left {
    padding: 0 20px;
    width: 100%;
    flex: 1;
  }

  .ft_con .ft_left_top {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .ft_con .ft_left_top img {
    position: unset;
  }

  .ft_con .ft_left ul {
    padding-top: 20px;
  }

  .ft_con .ft_left ul li:first-child {
    padding: 5px 15px 5px 0;
  }

  .ft_con .ft_right {
    padding-left: 20px;
    text-align: left;
    width: 100%;
    flex: 1;
    margin-bottom: 10px;
  }

  .ft_con .ft_sns {
    display: inline-block;
    position: absolute;
    top: 95px;
    right: 20px;
  }

  .ft_con .ft_sns>span {
    display: block;
    text-align: right;
    margin-bottom: 10px;

  }

  li.M_none::after {
    display: none;
  }

  .sch_input_btn.full_sch_v2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sch_input_btn.full_sch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sch_radio {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .column .list-btn .btn {
    font-size: 14px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }

  .column .list-btn.bolist_bottom_btn {
    bottom: 30px;
  }

  .tab_menu li a {
    font-size: 14px;
  }

  .tab_menu li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .count_box .board_top_btn,
  .board_top .board_top_btn {
    font-size: 14px;
    width: 90px;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 시작 */
  .info_about_list>ul>li>strong {
    font-size: 16px;
  }

  .info_about_list>ul>li>strong>span {
    font-size: 14px;
  }

  .info_about_list>ul>li>img {
    margin-bottom: 5px;
    width: 90px;
  }

  .info_txt_list>ul>li {
    font-size: 16px;
  }

  .info_txt_list>ul>li::before {
    width: 20px;
    height: 19px;
    background-size: cover;
  }

  .mini_txt_blue {
    font-size: 14px;
  }

  .info_txt_tit {
    font-size: 18px;
    padding: 8px 28px;
  }

  .info_txt_tit::after {
    border-width: 14px;
    top: 14px;
  }

  .info_txt_list_con {
    font-size: 14px;
    line-height: 22px;
  }

  .info_txt_list_title {
    font-size: 18px;
  }

  .info_txt_list_title>span {
    font-size: 16px;
  }

  .column .info_table .t_notice td {
    height: 40px;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 끝 */
  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록 시작  */
  .date_sch_select {
    display: flex;
    align-items: center;
  }

  .date_sch_select .w_150 {
    width: auto !important;
    flex: 1;
  }

  .date_sch_select .w_147 {
    width: auto !important;
    flex: 1;
  }

  .date_sch_select input[type=text],
  input[type=password] {
    font-size: 12px;
    padding-left: 5px;
  }

  .admin_sch_box>ul>li>label:first-child {
    width: 75px;
  }

  .admin_sch_box>ul>li.full_sch>label:first-child {
    width: 100px;
  }

  .board_top_info>ul>li>strong {
    font-size: 16px;
  }

  .board_top_info>ul>li>strong>span {
    font-size: 22px;
  }

  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록  끝*/
  /* STEP업무포털_관리자_2예약관리_1스튜디오예약_목록 시작 */
  .studio_info>span {
    font-size: 18px;
  }

  /* STEP업무포털_관리자_2예약관리_1스튜디오예약_목록 끝 */
  /* 최종추가 */
  .list_mark {
    font-size: 16px;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }

  .thumb_list02>li .thumb_txt {
    margin: 0;
    padding: 10px;
  }

  .thumb_list02>li .thumb_txt .in_main_tit {
    font-size: 16px;
  }

  .replay_v_tit {
    font-size: 18px;
  }

  .replay_v_tit::before {
    width: 18px;
    height: 21px;
    background-size: cover;
  }

  .replay_v_txt {
    font-size: 16px;
  }

  .column .sub_table th,
  .column .sub_table td {
    font-size: 14px;
  }

  .sch_input_btn.full_sch {
    width: 100%;
  }

  .sch_input_btn>input[type=text] {
    width: auto;
    flex: 1;
  }

  .hd_top_left .bootstrap-select .selectpicker+.dropdown-toggle::after {
    right: 8px;
    top: 19px;
  }

  .hd_main_slide ul {
    justify-content: unset;
  }

  /* PBT시스템_0메인 시작 */
  .raund_home_txt {
    font-size: 16px;
    line-height: 28px;
  }

  .project_ct_box>ul>li .pr_number {
    font-size: 28px;
  }

  .project_ct_box>ul>li .pr_txt {
    font-size: 16px;
  }

  .project_ct_box>ul>li .pr_ico img {
    width: 35px;
  }

  .project_ct_box>ul>li .pr_ico {
    width: 55px;
    height: 55px;
  }

  .project_ct_box>ul>li {
    padding: 30px 0;
  }

  .latest_ul.latest_ul_4 {
    display: flex;
    flex-wrap: wrap;
  }

  .latest_ul.latest_ul_4>li {
    width: 49%;
  }

  .latest_ul.latest_ul_4>li:nth-child(4n) {
    margin-right: 1%;
  }

  .latest_ul.latest_ul_4>li:nth-child(2n) {
    margin-right: 0;
  }

  /* PBT시스템_0메인 끝 */
  /* pbt */
  .pbt_list>ul>li {
    padding-left: 80px;
  }

  .pbt_list .pbt_li_chapter {
    left: 15px;
  }

  .pbt_list .active .raund_home_box_v2 {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
  }

  .pbt_list>ul>li.active {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .raund_home_box_v2 .raund_home_ing_box {
    display: flex;
    align-items: center;
  }

  .pbt_list .active .raund_home_ing_line_layer {
    width: auto;
    flex: 1;
  }

  .raund_home_box .pbt_filter_box>div {
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .raund_home_box .pbt_filter_box {
    flex-wrap: wrap;
  }

  .raund_home_box .pbt_filter_select>div>span {
    width: 80px !important;
    margin-right: 0;
  }

  .raund_home_box .pbt_filter_select .w_46 {
    width: 100% !important;
  }

  .raund_home_box .pbt_filter_select {
    flex-wrap: wrap;
  }

  .raund_home_box .pbt_filter_select .w_50 {
    width: 100% !important;
    margin-top: 5px;
  }

  .raund_home_box .pbt_filter_box>div>span {
    width: 80px !important;
    margin-right: 0;
  }

  .raund_home_box .pbt_filter_box>div input.w_70 {
    flex: 1;
  }

  .raund_home_box .pbt_filter_box>div .w_90 {
    width: auto !important;
    flex: 1;
  }

  .raund_home_box .pbt_filter_box>div .w_80 {
    width: auto !important;
    flex: 1;
  }

  .raund_home_box .pbt_filter_box>div:first-child {
    margin-bottom: 0;
  }

  .return_btn img {
    width: 20px;
  }
}

@media(max-width:1100px) {
  /*// 달력 추가 */

  .raund_home_box #calendar.rp_calender.fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(2) {

    flex: 1;
    padding: 0 100px;
    text-align: center;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(3) .btn-group {
    display: flex;
  }

  /*1005 - 포틀릿 반응형 */


  .pt_quick_links li {
    padding: 10px;
    font-size: 16px;
  }

  .portlet_board_table table tbody td.td_no_data p {
    font-size: 20px;
  }

  .portlet_content .board_list_thumb ul li.swiper-slide-thumb-active {
    font-size: 18px;
  }

  .portlet_content .board_list_thumb ul li>i {
    padding-left: 40px;
    padding-right: 30px;
  }

  .board_list_thumb {
    flex: 4;
  }

  .portlet_layer_in_box {
    padding-right: 0;
  }

  .portlet_content .rc_list>li .rc_txt_box {
    padding: 16px 10px;
  }

  .portlet_content .rc_list>li .rc_txt_box p {
    min-height: 40px;
  }

  /*.portlet_board_table table{*/
  /*  table-layout: fixed;*/
  /*  width:auto;*/
  /*  min-width: 100%;*/
  /*  white-space: nowrap;*/
  /*}*/
  /*.portlet_board_table::-webkit-scrollbar{*/
  /*  display:none;*/
  /*}*/
  /*.portlet_board_table{*/
  /*  overflow-x:scroll;*/
  /*  scrollbar-width:none;*/
  /*  -ms-overflow-style: :none;*/
  /*}*/
  .portlet_board_table table thead th {
    word-break: break-all;
  }

  .portlet_cal .fc-prev-button,
  .portlet_cal .fc-next-button {
    width: 22px;
    height: 22px;
    top: 4px;
    font-size: 12px;
  }

  .portlet_cal .fc-prev-button {
    left: -40px;
  }

  .portlet_cal .fc-next-button {
    right: -45px;
  }

  .portlet_cal .fc-toolbar-title {
    font-size: 18px;
  }

  /* 1106 마켓-이용안내 {  */
  .market_info_border_ul2 {
    flex-wrap: wrap;
  }

  .market_info_border_ul2>li {
    width: 30%;
    padding-bottom: 37%;
    margin-bottom: 5%;
  }

  .market_info_border_ul2>li::before {
    display: none;
  }

  .market_info_border_ul2>li>div>p {
    padding: 0 20px;
  }

  .market_info_title>p {
    font-size: 25px;
  }

  /* 1106 마켓-이용안내 } */
  /* 1106 마켓 - 판매과정 목록 리스트형{  */
  .market_thumb_list>li .txt {
    padding: 20px 18px;
    display: block;
  }

  .market_thumb_list>li .txt .right {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .market_thumb_list>li .img>div {
    height: 100%;
  }

  .market_thumb_list>li .img>div>img {
    width: 100%;
    height: 100%;
  }

  .market_sch_box>div>ul>li .tit {
    width: 70px;
    font-size: 14px;
  }

  .market_sch_box>div>ul {
    padding: 20px;
  }

  .market_sch_box>div>ul>li {
    width: 100%;
  }

  .market_sch_box>div>ul>li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* 1106 마켓 - 판매과정 목록 리스트형}  */

}

/* 0906 - 반응형 */
@media(max-width:1024px) {
  .ekt_hd_txt .ekt_hd_txt_tit {
    font-size: 18px;
  }

  .ekt_hd_txt .ekt_hd_day>span {
    font-size: 14px;
  }

  .ekt_hd_right_box>span {
    vertical-align: middle;
  }

  .ekt_hd_txt .ekt_hd_day>strong {
    font-size: 14px;
  }

  .ekt_hd {
    padding: 20px 18px 15px 20px;
  }

  .ekt_hd_right {
    width: 380px;
  }

  .room_d-day {
    width: 200px;
    height: auto;
    padding-left: 15px;
    margin-left: 15px;
  }

  .room_d-day_count>img {
    width: 30px;
  }

  .room_d-day_txt>span {
    font-size: 35px;
    text-align: center;
  }

  .donut>span>strong:after {
    font-size: 22px;
  }

  .board_list>table th {
    font-size: 14px;
  }

  .sch_sort_btn {
    width: 80px;
  }

  .sch_input_btn.full_sch_v2>input[type=text] {
    flex: 1;
    width: auto !important;
  }

  .sch_input_btn.full_sch>input[type=text] {
    flex: 1;
    width: 100%;
  }

  /* STEP업무포털_내용전문가 시작*/
  .board_view .board_tit {
    font-size: 18px;
  }

  .board_info ul {
    flex-wrap: wrap;
  }

  .board_info ul li {
    width: 100%;
    margin-top: 15px;
  }

  .info_box .info_txt p {
    font-size: 14px;
  }

  .info_box .info_txt>span {
    font-size: 14px;
  }

  .info_box>img {
    width: 65px;
    left: 30px;
  }

  .info_box {
    padding: 20px 20px 20px 120px;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_평생과정 시작*/
  .board_list .board_list_table03 th {
    font-size: 14px;
  }

  /* STEP업무포털_평생과정 끝*/
  /* PBT시스템_1전체과정 시작 */
  .rp_body .step_hd_content ul.width_auto a {
    font-size: 14px;
  }

  .ekt_body .step_hd .logo_imgs span {
    font-size: 16px;
  }

  .step_hd .logo_imgs a:first-child {
    margin-right: 0;
  }

  .step_hd_content ul li::after {
    right: -2px;
    font-size: 22px;
  }

  /* PBT시스템_1전체과정 끝 */
  .ekt_pop.w_1000 {
    padding: 0px 10px 10px;
    max-width: 90%;
  }
}

@media(max-width:1130px) {
  .raund_box>div.reservation_day {
    margin: 80px 0;
  }

  .raund_box>div.reservation_day .no_reservation {
    margin-top: 0;
  }

}

@media(max-width:1000px) {
  .left_menu {
    display: none;
  }

  .sch_sort_btn {
    margin-top: 10px;
    /* flex: auto; */

  }

  .sch_input_btn.full_sch_v4 {
    flex-wrap: wrap;
  }

  .sch_sort_btns {
    width: 100%;
    display: flex;
    justify-content: end;
  }

  .work-process-album li {
    width: 48.95%;
  }

  .admin_sch_box.wp .label {
    font-size: 14px;
  }

  .admin_sch_box.wp .sch_input_btn .w_150.datepicker_box {
    width: 150px !important;
  }

  .admin_sch_box.wp .sch_input_btn .check-list {
    margin-left: 5px;

  }

  .admin_sch_box.wp .sch_input_btn .flex1 {
    width: auto;
  }

  /*유나수정 1000*/
  /*고객센터 반응형*/
  .customer .tit {
    margin-top: 40px;
    font-size: 30px;
  }

  .customer .tit-add {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
  }

  .customer b {
    display: block;
  }

  .step-wrap {
    flex-wrap: wrap;
  }

  .customer .step-wrap .step {
    flex: 100%;
  }

  .customer .step-wrap .arrow {
    margin: 20px 0;
    transform: rotate(90deg);
  }

  .customer .customer-board {
    flex-wrap: wrap;
  }

  .customer .customer-board>div {
    width: 100%;
  }

  .customer .customer-board>div:last-child {
    margin: 20px 0 90px;
  }

  .customer-board .service-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .customer-board .service-box p {
    text-align: center;
    flex: 100%;
    margin-bottom: 20px;
  }

  /*고객센터 반응형*/

  /*기관소개_01*/
  .symbol_box ul li {
    width: 26%;
  }

  .symbol_box ul li img {
    max-width: 70%;
  }

  /*기관소개_01*/
  /*기관소개_02_03 연혁*/
  .historyBox {
    padding: 40px 50px 0;
  }

  /*기관소개_02_03 연혁*/

  /*STEP업무포털_5커뮤니티_2갤러리형_목록 시작*/
  .line2_short {
    font-size: 16px;
    min-height: 50px;
  }

  /*STEP업무포털_5커뮤니티_2갤러리형_목록 끝*/
  /*STEP업무포털_5커뮤니티_3웹진형_목록 시작*/

  .thumb_list02>li .thumb_img img {
    height: 100%;
    object-fit: cover;
  }

  /*STEP업무포털_5커뮤니티_3웹진형_목록 끝*/
  /* STEP업무포털_내용전문가 시작 */
  .sch_box .sch_input_box {
    height: 40px;
    font-size: 15px;
  }

  .sch_box .sch_input_box input {
    font-size: 16px;
  }

  .sch_box .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .sch_box .sch_btn {
    width: 50px;
  }

  .sch_box .sch_btn img {
    width: 20px;

  }

  .content .page_tit {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .step_wrap .step_box p:last-child {
    font-size: 14px;
  }

  .step_wrap .step_box p:first-child b {
    font-size: 20px;
  }

  .step_wrap .step_box p:first-child {
    font-size: 14px;
  }

  .step_wrap img {
    width: 25px;
  }

  input[type=text],
  input[type=password] {
    height: 35px;
    font-size: 14px;
  }

  .main_sch_box input {
    height: 100%;
  }

  .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .table td .form_btn {
    height: 35px;
    padding: 0 5px;
  }

  .file_box .file_txt {
    height: 35px;
  }

  .bootstrap-select div.dropdown-menu {
    top: 35px !important;
  }

  .bootstrap-select div.dropdown-menu li>a {
    font-size: 14px;
  }

  .table td .form_btn.w_150 {
    width: 120px !important;
  }

  .pop_table th {
    font-size: 14px;
  }

  .pop_table td {
    font-size: 14px;
  }

  .pop_sch_box>span {
    font-size: 15px;
  }

  .pop_sch_box button {
    height: 35px;
    font-size: 14px;
  }

  .rp_flex {
    flex-wrap: wrap;
  }

  .rp_flex .file_box {
    width: 100% !important;
    margin-top: 10px;
  }

  .rp_flex .w_50 {
    width: 100% !important;
    margin-top: 10px;
  }

  .rp_flex .w_20 {
    width: 100% !important;
  }

  .table td .form_btn {
    font-size: 12px;
  }

  .file_box span {
    font-size: 12px;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_내용전문가 시작*/
  .thumb_list02>li .thumb_img {
    min-width: 180px;
    width: 180px;
  }

  .thumb_list02 .thumb_list_tag span {
    font-size: 14px;
  }

  .thumb_list02 .thumb_bottom_box {
    margin-top: 10px;
  }

  .thumb_list02>li .thumb_txt .in_main_tit {
    line-height: 24px;
    margin-bottom: 8px;
  }

  .thumb_list02 .thumb_list_btns>div {
    width: 100px;
  }

  .thumb_list02 .thumb_list_btns>div>span:after {
    left: 6px;
  }

  .thumb_list02 .thumb_list_btns>div>span {
    padding-left: 40px;
  }

  .thumb_list02>li .thumb_txt .thumb_list_info {
    font-size: 12px;
  }

  .sch_drop_wrap .sch_drop_input {
    height: 50px;
  }

  .sch_drop_wrap .sch_drop_input input {
    font-size: 18px;
  }

  .sch_drop_wrap .sch_drop_input button {
    width: 70px;
  }

  .sch_drop_wrap .sch_drop_input button img {
    width: 26px;
  }

  .sch_drop_wrap {
    border-radius: 30px;
  }

  .sch_drop_box {
    padding: 10px 0 17px;
  }

  .sch_drop_layer {
    min-height: 50px;
  }

  .line1_short {
    max-width: 480px;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_평생과정 시작 */
  .gallery_list ul li .gl_btns {
    padding: 0;
  }

  .edu_sch_box input {
    height: 40px;
    background-size: 25px;
  }

  .edu_sch_box .submit_btn {
    height: 40px;
  }

  .edu_sch_box .reset_btn {
    height: 40px;
  }

  .edu_sch_box input::placeholder {
    font-size: 16px;
  }

  .edu_sch_box .reset_btn img {
    width: 28px;
  }

  .edu_sch_box .submit_btn {
    font-size: 18px;
  }

  .edu_select_box>ul>li>span {
    font-size: 16px;
  }

  .edu_cate_wrap li .edu_cate_con {
    padding: 10px;
  }

  .gallery_list ul li {
    width: 49.2%;
  }

  .gallery_list ul li:nth-child(4n) {
    margin-right: 1%;
  }

  .gallery_list ul li:nth-child(2n) {
    margin-right: 0%;
  }

  .datepicker_box::after {
    height: 35px;
  }

  .thumb_list ul li .txt_box .txt_main_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .thumb_list ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .thumb_list ul li>div {
    display: block;
  }

  .thumb_list ul li>div:last-child {
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .thumb_list ul li .txt_box {
    width: 100%;
    border-right: 0;
  }

  .thumb_list ul li .img_box {
    width: 100%;
    border-right: 0;
  }

  /* STEP업무포털_평생과정 끝 */
  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 시작 */
  .info_about_list>ul>li:after {
    width: 14px;
    height: 34px;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 끝 */
  /* PBT시스템_1전체과정 시작*/
  .thumb_list02_gall>li .thumb_img {
    width: 100%;
  }

  .pbt_filter_box {
    flex-wrap: wrap;
  }

  .pbt_filter_box>div {
    width: 100%;
  }

  .pbt_filter_sch {
    margin-top: 10px;
    ;
  }

  .pbt_filter_sch .w_300 {
    width: auto !important;
    flex: 1;
  }

  .pbt_filter_btn {
    height: 35px;
  }

  .pbt_pro_ul>li>.pbt_pro_ico {
    width: 80px;
    height: 80px;
  }

  .pbt_pro_ul>li.on>.pbt_pro_ico {
    width: 100px;
    height: 100px;
  }

  .pbt_pro_ul>li>.pbt_pro_ico img {
    width: 40%;
  }

  .pbt_pro_ul>li>p {
    font-size: 18px;
  }

  /* PBT시스템_1전체과정 끝 */

  /* pbt */
  .left_menu_wrap_v2 {
    display: none;
  }

  .pbt_ck_li_box {
    flex-wrap: wrap;
  }

  .pbt_ck_li_box>div:last-child {
    width: 100%;
    padding-top: 0;
    border-left: 0;
  }

  .pbt_ck_li_box>div:first-child {
    width: 100%;
  }

  .pbt_list .pbt_li_chapter {
    transform: none;
    top: 15px;
  }

  .pbt_list .active .raund_home_ing_num>span {
    font-size: 20px;
  }

  .rp_table_scroll_v2 {
    overflow: scroll;
  }

  .rp_table_scroll_v2>div {
    width: 180%;
  }

  .step_hd .step_menu>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .step_hd .step_menu i {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .step_hd .step_menu i:last-child {
    margin-bottom: 0;
  }

  .m_nav_v2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }

  .rp_body .step_hd .step_menu {
    display: block;
  }

  .m_nav_v2 .m_close_btn_v2 {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .m_nav_v2 .M_main>div>ul>li a {
    font-size: 16px;
  }

  .m_login_btn_v2:first-child {
    margin-left: 0;
  }

  .m_login_btn_v2 {
    margin-left: 5px;
    color: #317abe;
    background-color: #fff;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    padding: 0 8px;
    font-weight: bold;
  }

  .m_nav_hd_v2 {
    background-color: #29558a;

    padding: 20px 10px 20px;
  }

  .m_nav_hd_v2>div {
    margin-top: 15px;
  }

  .m_nav_hd_v2>p {
    color: #fff;
    font-size: 16px;
  }

  .m_nav_hd_v2>p>span {
    font-size: 22px;
  }

  .m_login_box_v2 {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 10px;
  }

  .m_nav_v2 .menu_tit {
    position: relative;
    top: 2px;
    font-weight: bold;
    display: flex;

  }

  .m_nav_v2 .menu_tit li {
    width: 100px;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
  }

  .m_nav_menu_v2 .menu_01>li.active a {
    background-color: #29558a;
    color: #fff;
  }

  .m_nav_menu_v2 .menu_01>li>a {
    background-color: #eee;
    display: block;
    width: 140px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 14px;
  }

  .m_sub_menu_v2 {
    display: flex;
    border-top: 2px solid #29558a;

  }

  .m_sub_menu_v2>div {
    flex: 1;
    padding: 10px 20px;
  }

  .m_sub_menu_v2 .menu_02 {
    display: none;
  }

  .m_sub_menu_v2 .menu_02>li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #eee;

  }

  .m_sub_menu_v2 .menu_02>li>a {
    font-weight: bold;
    font-size: 16px;

  }

  .m_sub_menu_v2 .menu_03 {
    display: none;
  }

  .m_sub_menu_v2 .menu_03>li {
    padding: 5px 5px;
  }

  .m_sub_menu_v2 .menu_03>li>a {
    font-size: 14px;
  }

  .m_sub_menu_v2 .menu_02>li.active>a {
    color: #29558a
  }

  .m_sub_menu_v2 .menu_02>li.active::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 8px;
    background-image: url(../img/close.png);
    background-size: contain;
    filter: opacity(1) drop-shadow(0 0 0 #000);
  }

  .m_sub_menu_v2 .menu_02>li.active .menu_03 {
    display: block;
  }

  /*1005 포틀렛 반응형 */
  /*.portlet_more_btn>i {*/
  /*  display: inline-block;*/
  /*  width: 26px;*/
  /*  height: 26px;*/
  /*  border-radius: 50%;*/
  /*  border: 1px solid #ddd;*/
  /*  background-color: #fff;*/
  /*  line-height: 28px;*/
  /*  font-size: 16px;*/
  /*  margin-left: 0;*/
  /*  margin-right: 5px;*/
  /*}*/

  .portlet_more_btn {
    /*font-size: 0;*/
  }

  .portlet_tit_link {
    top: 15px;
  }

  .customer-board .board-box {
    height: auto;
  }

  .customer-board .counsel-box .list_txt_center {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }

  .customer-board .counsel-box .list_txt_center b {
    display: inline-block;
  }

  .customer-board .service-box {
    margin-bottom: 0;
  }

  .section_tit .btn_right .all_class_txt {
    /*display:none;*/
  }

  .section_tit .btn_right>.more_btn img {
    width: 30px;
    display: none;
  }

  /* 1106 마켓-판매과정-참여판매사 { */

  .market_seller_list>li {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 3%;
  }

  .market_seller_list>li:nth-last-child(-n+4) {
    margin-bottom: 3%;
  }

  .market_seller_list>li:nth-child(4n) {
    margin-right: 1.25%;
  }

  .market_seller_list>li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .market_seller_list>li:nth-child(3n) {
    margin-right: 0;
  }

  .market_seller_list>li p {
    font-size: 16px;
  }

  /* 1106  마켓-판매과정-참여판매사 }  */
}

@media(max-width:900px) {
  .rp_body .step_notice_sub_tab li {
    padding: 0 10px;
    font-size: 14px;
  }

  .rp_body .notice-list li .quest {
    width: 70px;
    font-size: 18px;
  }

  .rp_body .notice-list li {
    font-size: 15px;
    padding: 10px 0;
  }

  .rp_body .notice-list li.active {
    padding-bottom: 0;
  }

  .rp_body .notice-list li.active .add_con {
    margin-top: 10px;
  }

  .rp_body .notice-list li.active .add_con {
    padding-right: 30px;
  }

  .rp_body .notice-list li .more_btn {
    width: 60px;
  }

  .rp_body .step_menu_full {
    top: 60px;
    padding: 0;
  }

  .rp_body .step_menu_full>div {
    display: block;
    padding-right: 0;
    text-align: center;
  }

  .rp_body .step_menu_full>div ul {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .rp_body .step_menu_full>div ul:last-child {
    margin-bottom: 0;
  }

  .rp_body .step_menu_full>div ul>li:first-child,
  .rp_body .step_menu_full>div>ul>li:first-child>a {
    font-weight: bold;
    font-size: 14px;
    color: #3a71b5
  }

  .rp_body .step_menu_full>div ul li.step_depth_li {
    padding: 0;
  }

  .rp_body .step_menu_full>div>ul:last-child>li {
    border-bottom: 0;
  }

  .rp_body .step_menu_full>div>ul li.step_depth_li p {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .rp_body .step_menu_full>div>ul li.step_depth_li p img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
  }

  .rp_body .step_menu_full>div>ul li.step_depth_li p img.open {
    transform: translateY(-50%) rotate(-180deg);
  }

  .rp_body .step_menu_full .step_depth_menu {
    display: none;
    background-color: #f1f1f1;
  }

  .rp_body .step_menu_full>div ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .rp_body .step_menu_full>div ul li a {
    font-size: 14px;
  }

  .rp_body .my_class_table_div.pc_v {
    display: none;
  }

  .rp_body .my_class_table.mb_v {
    display: table;
  }

  .rp_body .table_last_txt {
    line-height: 20px;
    font-size: 14px;
    word-break: keep-all;
  }

  .rp_body .my_class_table td {
    line-height: 24px;
    word-break: keep-all;
  }

  .rp_body .step_hd_content ul {
    display: none;
  }

  .rp_body .my_class_ul>li {
    width: 49%;
    margin-bottom: 1%;
  }

  .rp_body .my_class_ul>li:nth-child(3n) {
    margin-right: 1%;
  }

  .rp_body .rp_body .my_class_ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .rp_body .rp_body .my_class_ul>li:nth-last-child(-n+3) {
    margin-bottom: 1%;
  }

  .rp_body .rp_body .my_class_ul>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .rp_body .my_class_wrap .basic_btn_s {
    min-width: 90px;
    padding: 0 20px;
    height: 28px;
  }

  .rp_body .my_class_board_info {
    margin-top: 10px;
  }

  .rp_body .my_class_txt .my_class_tit {
    font-size: 16px;
    min-height: 32px;
    word-break: keep-all;
  }

  .rp_body .my_class_ul {
    display: flex;
    flex-wrap: wrap;
  }

  .rp_body .step_top_title2 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .ft_con {
    padding: 0 10px;
    /* display: block; */
  }

  .ft_con>div {
    display: block;
    width: 100%;
  }

  .ft_right {
    text-align: left;
    margin-top: 30px;
  }

  .ft_right_top .bootstrap-select:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .ft_con .ft_left {
    width: 100%;
  }

  .ft_left_top {
    padding-left: 0;
  }

  .ft_left_top .ft_logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: 20px;
  }

  .ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle {
    font-size: 14px;
  }

  .ft_right_top .bootstrap-select div.dropdown-menu li>a {
    font-size: 14px;
  }

  .ft_left_top {
    margin-bottom: 20px;
  }

  #family_site .family_controller span {
    font-size: 16px;
  }

  #family_site .family_controller_btns {
    margin-left: 20px;
  }

  #family_site .fs_con {
    padding-top: 15px;
    padding-left: 0;
  }

  #family_site .family_controller {
    position: relative;
    top: 0;
    transform: none;
  }

  #family_site .family_slide li {
    min-height: 90px;
  }

  #footer {
    padding: 10px 0;
  }

  .ft_close_box {
    top: -17px;
    right: 10px;
    padding-right: 0;
  }

  .ft_close_box .ft_close {
    width: 100px;
    font-size: 10px;
    height: 16px;
    background-size: 100%;
  }

  .rp_body .step_hd .step_menu {
    font-size: 14px;
    padding: 5px 10px;
    top: 0%;
    width: 50px;
  }

  .rp_body .step_hd .go_step img {
    display: none;
  }

  .rp_body .step_hd .go_step {
    vertical-align: middle;
    background-color: transparent;
    width: 12px;
    height: 22px;
    line-height: normal;
    background-image: url("../img/link_arrow_simple.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .rp_body .step_hd .go_step .go_step_txt {
    font-size: 0;
  }

  .rp_body .step_hd_right {
    display: block;
  }

  .rp_body .step_hd {
    padding-right: 60px;
    padding-left: 20px;
    height: 60px;
  }

  .rp_body .step_hd .logo_imgs {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
  }

  .rp_body .download_btn img {
    width: 25px;
  }

  .rp_body .board_list>table {
    font-size: 14px;
  }

  .rp_body .board_list>table th {
    font-size: 15px;
  }

  .rp_body .column .t_notice th,
  .rp_body .column .t_notice td {
    line-height: normal;
    height: 40px;
    vertical-align: middle;
    /* word-break: keep-all; */
  }

  .rp_body .pg_wrap button,
  .rp_body .pg_wrap span {
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
  }

  .rp_body .pg_wrap button img {
    height: 14px;
  }


  .rp_body .tab_menu li {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }

  .rp_body .tab_menu li a {
    font-size: 14px;
  }

  /* 0906 - 반응형 */
  .rp_body .step_hd .step_hd_txt {
    line-height: normal;
    margin-right: 10px;
  }

  .rp_body .step_hd_right .step_hd_txt_span {
    font-size: 15px;
  }

  .rp_body .step_hd .step_hd_txt img {
    width: 18px;
  }

  .rp_body .step_hd .go_step {
    width: 9px;
    height: 13px;
  }

  .ekt_body .step_hd .logo_imgs span {
    font-size: 20px;
  }

  .left_menu>ul>li .menu_btn {
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
  }

  .left_menu {
    width: 180px;
  }

  .left_menu>ul>li .menu_btn:after {
    top: 0;
  }

  .ekt_cont_tit {
    font-size: 24px;
  }

  .mt-40 {
    margin-top: 4% !important;
  }

  .mt-60 {
    margin-top: 6% !important;
  }

  .raund_home_tit>strong {
    font-size: 20px;
  }

  .latest_list_ekt .latest_tit {
    font-size: 20px;
  }

  .raund_home_box {
    padding: 20px 15px;
  }

  .raund_home_btn {
    width: 160px;
    font-size: 14px;
    padding-right: 20px;
    line-height: 35px;
  }

  .raund_home_btn::before {
    left: 20px;
    top: 7px;
  }

  .raund_home_ing_num>span {
    font-size: 22px;
  }

  .raund_home_ing_tit>span {
    font-size: 14px;
    width: 140px;
    line-height: 30px;
  }

  .raund_table table td .mini_link {
    font-size: 11px;
  }

  .raund_table table th {
    font-size: 14px;
  }

  .raund_table table td {
    font-size: 14px;
  }

  .ekt_plan_tit {
    font-size: 18px;
    padding: 8px 28px;
  }

  .ekt_cont_tit {
    font-size: 24px;
  }

  .ekt_plan_layer {
    margin-top: 30px;
  }

  .pop_result_top_l {
    padding-left: 25px;
  }

  .pop_result_top_l .pop_result_top_tit {
    font-size: 20px;
  }

  .pop_result_top_info .pop_result_top_time {
    font-size: 16px;
  }

  .pop_result_top_info .pop_result_top_btn {
    font-size: 16px;
  }

  .pop_result_top_info {
    padding-right: 15px;
  }

  .pop_result_top_r {
    width: 120px;
  }

  .ekt_pop.w_800 {
    width: 90%;
    padding: 0px 10px 30px;
  }

  .board_view .board_info2 {
    padding: 10px 0px;
  }

  .board_view .left .name,
  .board_view .left .time,
  .board_view .left .view_count {
    font-size: 14px;
    margin-right: 20px;
  }

  .board_view .left .view_count {
    margin-right: 0;
  }

  .board_content .text02 {
    font-size: 14px;
    line-height: 20px;
  }

  .board_content {
    padding: 15px;
  }

  .board_file_box a {
    font-size: 14px;
  }

  .board_section {
    margin-bottom: 25px;
  }

  /*STEP업무포털_5커뮤니티_1일반형_보기 시작*/
  .fs_con {
    width: 100% !important;
  }

  /*STEP업무포털_5커뮤니티_1일반형_보기 끝*/
  /* 최종추가 */
  .replay_v_txt {
    font-size: 14px;
    padding: 15px 0;
    word-break: keep-all;
  }

  .replay_v_info>span {
    font-size: 14px;
    margin-left: 20px;
  }

  /* PBT시스템_0메인 시작 */
  .raund_home_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .step_hd .go_step_v2>div {
    color: #000
  }

  .rp_body .step_hd .go_step_v2 {
    background-image: none;
  }

  /* PBT시스템_0메인 끝 */
  /*1005 포틀릿 반응형*/
  .portlet_content .board_list_thumb ul li.swiper-slide-thumb-active {
    font-size: 16px;
  }

  .portlet_content .board_list_slide_wrap {
    flex-wrap: wrap;
    flex-flow: column;
  }

  .portlet_content .board_list_thumb {
    width: 100%;
    flex: none;
    height: auto;

  }

  .portlet_content .board_list_slide {
    height: calc(100% - 115px) !important;
  }

  .portlet_content .board_list_slide ul li {
    background-size: 100% calc(100% - 21px);
  }

  .portlet_content .board_list_thumb ul li {
    height: auto !important;
    padding: 12px;
  }

  .portlet_content .board_list_slide .class_btns button {
    height: 26px;
  }

  .portlet_content .board_list_slide {
    width: 100%;
    flex: none;

  }
}

@media(max-width:810px) {
  .portlet_content .rc_list>li .rc_txt_box {
    padding: 16px 10px 30px;
  }
}

@media (max-width:1200px) {

  /*소셜위키 게시글*/
  .board_view .board_content table {
    width: 100% !important;
  }

  /*소셜위키 게시글*/
  .notice_slide .prev_btn,
  .notice_slide .next_btn {
    display: none;
  }

  .mo_fixed {
    table-layout: fixed !important;
  }

  .right_fix {
    display: none;
  }

  .M_only {
    display: inline-block;
  }

  .M_none {
    display: none !important;
  }

  .main_hd .hd_con a {
    width: 126px;
  }


  .M_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
  }

  .M_nav.active {
    display: inline-block;
  }

  .menu-button {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    padding: 15px;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: 0.3s;
    transition: 0.3s;

  }

  .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }

  .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }

  .bar {
    position: relative;
    display: block;

    width: 20px;
    height: 2px;

    margin: 6px auto;
    background-color: #317abe;

    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-button.cross {
    display: none;
  }

  .M_nav .menu_btn_close {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 18px;
    width: 35px;
    height: 35px;
    /* background-color: #fff; */

  }

  .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .cross .bar:nth-of-type(2) {
    opacity: 0;
  }

  .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  /*모바일 네비*/








  .main_hd .hd_con {
    background-color: #fff;
    display: block;
    position: relative;
    padding: 0;
  }

  .main_hd .hd_con a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main_hd_menu {
    display: none;
    ;
  }

  .main_sch_wrap {
    padding-top: 50px;
  }



  /*style_T */
  .M_nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
  }



  .M_hd {
    width: 100%;
    background-color: #317abe;
  }

  .M_hd>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .M_hd>ul>li:nth-child(1) {
    flex: 100%;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }

  .M_hd>ul>li:nth-child(1)>div {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 999px;
    background-color: #fff;
  }

  .M_hd>ul>li:nth-child(1)>div img {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .M_hd>ul>li:nth-child(1) span>span {
    font-size: 24px;
    margin-right: 5px;
  }

  .M_hd>ul.login>li:nth-child(2) {
    flex: 50%;
    height: 35px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }

  .M_hd>ul.login>li:nth-child(2) div {
    padding: 0 20px;
    height: 100%;
    line-height: 35px;
  }

  .M_hd>ul.login>li:nth-child(3) {
    flex: 50%;
    height: 35px;
    padding: 5px 20px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }

  .M_hd>ul.login>li:nth-child(3) div {
    display: flex;
    align-items: center;
  }

  .M_hd>ul.login>li:nth-child(2),
  .M_hd>ul.login>li:nth-child(4),
  .M_hd>ul.login>li:nth-child(5) {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
  }

  .M_hd>ul.login>li:nth-child(4),
  .M_hd>ul.login>li:nth-child(6) {
    flex: 25%;
    color: #fff;
    height: 35px;
    line-height: 2.5;
  }

  .M_hd>ul.login>li:nth-child(2) span {
    line-height: 1.5;
  }

  .M_hd>ul.login>li:nth-child(4) {
    padding: 0 20px;
  }



  .login>.select_li,
  .logout>.select_li {
    position: relative;
    cursor: pointer;
  }

  .login>.select_user_li span,
  .logout>.select_user_li span {
    color: #fff;
    font-weight: normal;
    font-family: "NanumBarunGothicLight";
  }

  .login>.select_user_li .select_box,
  .logout>.select_user_li .select_box {
    position: relative;
  }

  .login .select_box img,
  .logout .select_box img {
    position: absolute;
    right: 20px;
    top: 12px;
  }

  .login>.select_li .depth_select,
  .logout>.select_li .depth_select {
    position: absolute;
    left: 0;
    box-sizing: content-box;
    top: 35px;
    background-color: #eee;
    width: 100%;
    /* border-left: 1px solid #d2d2d2;
     border-right: 1px solid #d2d2d2; */
    display: none;
    background-color: #317abe;
    z-index: 9;
    height: auto !important;
  }

  .login>.select_li .depth_select li {
    line-height: 35px;
  }

  .logout>.select_li .depth_select li {
    line-height: 35px;
    padding: 0 20px;
  }


  .M_hd>ul.login>li:nth-child(3) {
    display: flex;
    justify-content: space-between;
  }

  .M_hd>ul.login>li:nth-child(3) div button {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 10px;

  }

  .M_hd>ul.login>li:nth-child(3)>button:nth-child(2) {
    color: #317abe;
    background-color: #fff;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    padding: 0 8px;
    font-weight: bold;
  }

  .M_hd>ul.login>li:nth-child(4) a {
    color: #fff;
  }

  .M_hd>ul.login>li:nth-child(5) {
    flex: 47%;
    line-height: 35px;
    color: #fff;
  }

  .M_hd>ul.login>li:nth-child(5) div,
  .M_hd>ul.login>li:nth-child(6) div {
    padding: 0 20px;
  }

  /* .M_hd>ul.login>li.login_li {
     text-align: center;
 } */

  .M_hd>ul.logout>li:not(.M_name_li) {
    flex: 33%;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;

  }

  .M_hd>ul.logout>li:nth-of-type(2),
  .M_hd>ul.logout>li:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
  }

  .M_hd>ul.logout>li:nth-of-type(2) a,
  .M_hd>ul.logout>li:nth-of-type(3) a {
    color: #fff;
  }

  .M_hd_content {
    position: relative;
    border-bottom: 5px solid #eee;
  }

  .M_hd_content button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .M_hd_content button:nth-child(1) {
    left: 20px;

  }

  .M_hd_content button:nth-child(2) {
    right: 20px;

  }

  .login>li .depth_select li {
    padding: 0 20px;
  }

  .hd_ct_slide_M_wrapper {
    padding: 10px 31px;

  }

  .hd_ct_slide_M {
    position: relative;
    overflow: hidden;

  }

  .hd_ct_slide_M>ul {
    /*  display: flex;
      justify-content: space-around; */
  }

  .hd_ct_slide_M>ul>li {
    display: inline-flex;
    padding: 10px;
    text-align: center;
    justify-content: center;
  }

  .hd_ct_slide_M>ul>li .img_wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background-color: #317abe;
  }

  .hd_ct_slide_M>ul>li .img_wrapper img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
    object-fit: contain;
  }

  .hd_ct_slide_M>ul>li p {
    margin-top: 10px;
    font-family: "NanumBarunGothicBold";
  }

  .M_main {
    position: relative;
  }

  .M_main .menu {
    font-size: 0px;
    border-bottom: 2px solid #eee;
  }

  .menu_wrap div.menu {
    display: inline-block;
    height: 54px;
    width: calc(100% - 130px);
    border-bottom: 2px solid #eee;

  }

  .M_main div.menu button {
    font-size: 18px;
    height: 52px;
    padding: 12px 20px;
    font-family: 'NanumBarunGothicBold';
  }

  .M_main div.menu button.active {
    color: #317abe;
    border-bottom: 2px solid #317abe;
  }

  .menu_wrap {
    position: absolute;
    top: 53px;
    left: 0;
  }

  .menu_wrap div {
    position: absolute;
    top: 1px;
    left: 0;
  }

  .M_main div.menu button.my_page {
    position: relative;
    left: 0px;
  }

  .M_main div.menu_M {
    display: none;
  }

  .M_main div.menu_M.active {
    display: block;
  }

  .M_main div.menu_M.active>ul {
    height: calc(100vh - 374px);
    background-color: #eee;
  }

  ul.menu_01 {
    position: relative;

  }

  .menu_wrap div>ul>li {
    /* height: 50px; */
    /* position: relative; */
    width: 165px;

    padding: 14px 0 14px 20px;
    font-size: 20px;
    background-color: #eee;
  }

  .menu_wrap div>ul>li>a {
    z-index: 11;
    font-family: 'NanumBarunGothicBold';
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  /*서브ul_01*/
  .menu_wrap div>ul>li>ul {
    position: absolute;
    top: 18px;
    left: 165px;
    width: calc(100vw - 190px);
    display: none;
  }

  .menu_wrap div>ul>li.active>ul {
    display: inline-block;
  }

  .menu_wrap div>ul>li>ul>li {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    position: relative;
  }


  /*서브ul_02*/
  .menu_wrap div>ul>li>ul>li>ul {
    display: none;
  }

  .menu_wrap div>ul>li>ul>li.active>ul {
    display: block;
  }

  .menu_wrap div>ul>li>ul>li>ul>li {
    height: 30px;
    font-size: 16px;
    padding: 12px 0 6px 20px;
  }

  .menu_wrap div>ul>li>ul>li>a {
    font-family: 'NanumBarunGothicBold';
  }

  .menu_wrap div>ul>li>ul>li.active>a {
    color: #317abe;

  }

  .menu_wrap div>ul>li>ul>li.more::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 8px;
    background-image: url('../img/close.png');
    transform: rotate(180deg);
    background-size: contain;
  }

  .menu_wrap div>ul>li>ul>li.more.active::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 8px;
    transform: rotate(0deg);
    background-size: contain;
  }

  .my_page {
    position: absolute;
    top: 0;
    left: 140px;
  }


  .menu_wrap div>ul>li:nth-child(1) {
    border-top: 14px solid #eee;
  }

  /*.menu_wrap div>ul>li:nth-last-child(1) {
    border-bottom: 14px solid #eee;
  }*/

  .menu_wrap div>ul>li.active {
    background: #317abe;
  }

  .menu_wrap div>ul>li.active>a {
    color: #fff;
  }

}

@media (max-width:800px) {
  .cmt_list>li.no_data span{
    font-size:20px;
    padding-top:155px;
  }
  .thumb_list02>li.no_data span{
    padding-top:170px;
    font-size:20px;
  }
   .thumb_list02>li.no_data{
    background-size:200px;
     min-height:320px;
  }
  .cmt_list>li.no_data{
    background-size:200px;
    min-height:320px;
  }
  .section_content {
    padding: 48px 55px;
  }


  /* .hd{
    position: fixed;
    top:0;
  } */


  /*임시*/
  .quick_links {
    padding-left: 130px;
  }


  .main_sch_wrap>p {
    font-size: 36px;
  }

  .quick_links>span {
    left: 15px;
  }

  .quick_links a {
    padding: 6px 10px;
    margin-right: 3px;
  }

  /*임시 메인*/
  .main_slide01 .thumb_slide_wrap {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 70px;
  }

  .main_slide01 .thumb_slide {
    width: 100%;
    height: 100%;
    padding-right: 0;
    text-align: center;
  }

  .main_slide01 .thumb_slide ul li {
    padding: 0;

  }

  .main_slide01 .thumb_slide ul li span {
    left: 0;
  }

  .main_slide01>button {
    position: absolute;
    bottom: 29px;
    z-index: 3;
  }

  .main_slide01>button:nth-child(1) {
    left: 10px;
  }

  .main_slide01>button:nth-child(2) {
    right: 10px;
  }


  .mid_banner_txt>img {
    top: 50px;
    transform: translateY(0);
  }

  .mid_banner_txt>a {
    top: 50px;
    transform: translateY(0);
  }

  /*임시*/
  /* .mid_banner_txt {
    position: relative;
  }

  .mid_banner_txt > img {
    display: none;
  }

  .mid_banner_txt p.mid_banner_tit {
    font-size: 28px;
    text-align: left;

  }

  .mid_banner_txt p.mid_banner_info {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    font-family: "NanumBarunGothicRegular";
  }

  .mid_banner_txt .mid_step_box span {
    font-family: "NanumBarunGothicRegular";
  }

  .mid_banner_txt>a {
    top: 10%;
    transform: translateY(0);
    right: 30px;
    width: 134px;
  } */

  .main_info_txt {
    padding: 75px 10px;
  }

  .main_info_txt p {
    font-size: 20px;
  }

  .main_info_txt a {
    font-size: 20px;
  }

  .main_info_txt a img {
    margin-left: 30px;
  }

  .section03 {
    position: relative;
  }

  .section04 {
    position: relative;
  }

  .notice_slide {

    overflow: hidden;

  }

  .notice_list>li .list_go {
    width: 32px;
    height: 32px;
  }

  .notice_slide button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 999;
    display: inline-block !important;
  }

  .letter_slide_wrapper button {
    display: inline-block !important;
  }

  .notice_slide button:disabled,
  .letter_slide_wrapper button:disabled {
    background-color: transparent !important;
  }

  .notice_slide button:nth-child(1),
  .letter_slide_wrapper button:nth-child(1),
  .section05>button:nth-child(1),
  .sns_slide_wrap>button:nth-child(1),
  .section03>button:nth-child(1) {
    left: 10px;
  }

  .notice_slide button:nth-child(2),
  .letter_slide_wrapper button:nth-child(2),
  .section05>button:nth-child(2),
  .sns_slide_wrap>button:nth-of-type(2),
  .section03>button:nth-child(2) {
    right: 10px;
  }

  .notice_slide ul {
    table-layout: fixed;
  }

  .notice_slide ul li::after {
    display: none;
  }

  .section05 {
    position: relative;
  }

  .section05>button,
  .sns_slide_wrap>button,
  .section03>button {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 999;
  }

  .section05>button:disabled,
  .sns_slide_wrap>button:disabled,
  .section03>button:disabled {
    background-color: transparent !important;
  }

  .system_slide li span {
    font-size: 22px;
  }

  .system_slide li p {
    width: calc(100% - 150px);
  }

  .system_slide li a {
    font-size: 16px;
  }

  .section06 {
    position: relative;
  }

  .letter_slide_wrapper {
    overflow: hidden;

  }

  .letter_slide ul {
    table-layout: fixed;
  }

  .letter_slide ul li::after {
    display: none;
  }

  .letter_list>li .list_go {
    width: 32px;
    height: 32px;
    right: 0;
    bottom: unset;
    top: unset;
    transform: translate(0);

  }

  /*  .section07 .swiper-slide{
    height: calc((100% - 30px) / 2);
  } */

  .system_slide_wrap {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .system_slide {
    box-shadow: none;
    text-align: center;
  }

  .system_slide li div.TM_slide {
    padding: 30px 100px 20px;

  }

  .system_slide li p {
    width: 100%;
    line-height: 1.3;
    /*  text-align: center; */
    padding: 0;
    vertical-align: middle;
    white-space: initial;
    word-break: keep-all;
  }

  .system_slide li a {
    position: unset;
    font-size: 16px;
    line-height: 80px;
    width: 100%;
    margin-top: -25px;
    text-align: center;
  }


  .system_slide_wrap>button {
    filter: brightness(1);
  }

  .system_slide_wrap>button img {
    width: 9px;

  }

  .letter_list>li {
    padding: 40px 20px 40px 120px;
  }

  .letter_list>li .img {
    left: 10px;
  }

  /*임시*/
  /*   .sns_slide ul li .txt p:last-child {
    display: none;
  }
  .sns_slide ul li .img {
    width: 85px;
    height: 85px;
  }
  .sns_slide ul li .txt {
    position: absolute;
    top:0;
    margin-top: 0;
    left: 105px;
  }
  .sns_slide ul li .sns {
    font-size: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 105px;
  }
}
 */

  /* .M_main>div>ul>li>a:hover {
     background: #317abe;
     padding: 10px -0;
     display: inline-block;
     width: 100%;
     color: #fff;
 } */




  /* 0906-반응형 */

  .left_menu {
    display: none
  }

  .raund_table_dual {
    display: block;
  }

  .raund_donut {
    width: 100%;
    padding: 25px 0;
    border-bottom: 0;
    border-right: 1px solid #bfbfbf;
  }

  .raund_donut .donut {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .donut::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    padding-bottom: 73%;
  }

  .ekt_hd {
    position: relative;
    display: block;
  }

  .ekt_hd>div {
    display: block;
  }

  .ekt_hd_right {
    width: 100%;
    margin-top: 20px;
  }

  .ekt_hd_right_box {
    display: block;
  }

  .ekt_hd_right_box>span {
    display: block;
  }

  .room_d-day {
    width: auto;
    position: absolute;
    right: 25px;
    top: 25px;
    border-left: 0;
    float: none;
    padding-left: 0;
    margin-left: 0;
  }

  .ekt_hd_txt .ekt_hd_txt_tit {
    font-size: 16px;
  }

  .ekt_hd .bootstrap-select .selectpicker+.dropdown-toggle {
    font-size: 14px;
  }

  .room_d-day_count>img {
    width: 24px;
  }

  .room_d-day_txt>span {
    font-size: 25px;
    text-align: right;
  }

  .room_d-day_txt {
    padding-right: 5px;
    padding-top: 0;
  }

  .ekt_hd_right_cho>a {
    font-size: 14px;
    padding: 0 10px;
  }

  .ekt_hd_right_cho>a::before {
    position: relative;
    left: 0;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 17px;
    background-size: cover;
  }

  .ekt_cont_tit {
    font-size: 22px;
  }

  .raund_home_tit>strong {
    font-size: 18px;
  }

  .latest_ul_ekt>li>a {
    display: block;
  }

  .latest_ul_ekt>li>a>span {
    display: block;

  }

  .latest_list_ekt .latest_tit {
    font-size: 18px;
  }

  .latest_list_ekt .latest_tit>a {
    top: -11px;
  }

  .board_tit {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 12px;
    line-height: 1.5;
    white-space: normal;
    padding-right: 0;
  }

  .board_date {
    top: -30px;
  }

  .board_con_txt {
    white-space: normal;
    display: -webkit-box;
    min-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    line-height: 20px;
  }

  .board_cate>span {
    font-size: 12px;
  }

  .board_link_box {
    margin-top: 10px;
  }

  .ekt_plan_layer .ekt_plan_con {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
  }

  .ekt_plan_tit {
    font-size: 18px;
    padding: 8px 28px;
  }

  .ekt_cont_tit {
    font-size: 22px;
  }

  .ekt_plan_layer {
    margin-top: 30px;
  }

  .ekt_plan_tit {
    font-size: 15px;
    padding: 8px 10px;
  }

  .ekt_table table thead th {
    word-break: normal;
  }

  .mo_none {
    display: none !important;
  }

  .ekt_table table td {
    font-size: 12px;
    letter-spacing: -0.5px;
    word-break: keep-all;
    padding: 10px 5px;
  }

  .ekt_table table thead th {
    font-size: 12px;
    word-break: keep-all;
  }

  .ekt_top_txt_layer>ul>li {
    word-break: keep-all;
  }

  .ekt_top_txt_layer {
    margin-top: 20px;
  }

  .pop_result_content {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;

  }

  .pop_result_content>div {
    display: block;
    width: 100%;
  }

  .pop_result_ing_txt {
    line-height: 30px;
  }

  .pop_result_ing_num {
    line-height: 25px;
    top: 2px;
  }

  .pop_result_ing_top {
    line-height: 35px;
  }

  .pop_result_list_scroll_ing>div {
    min-height: 30px;
  }

  .pop_result_list_scroll_ing {
    max-height: 100px;
  }

  .pop_result_list_scroll {
    max-height: calc(90vh - 370px);
  }

  .pop_result_top_l .pop_result_top_tit {
    font-size: 18px;
    line-height: 50px;
  }

  .pop_result_top_info {
    padding-top: 0;
  }

  .pop_result_top .pop_result_top_l {
    align-items: center;
  }

  .pop_result_top_info .pop_result_top_time {
    font-size: 14px;
    padding: 0 10px;
    line-height: 32px;
  }

  .pop_result_top_info .pop_result_top_btn {
    font-size: 14px;
    height: 32px;
    line-height: normal;
    padding: 0 10px;
  }

  .pop_result_top_r {
    line-height: 50px;
    font-size: 16px;
  }

  .pop_result_list_box {
    margin-top: 20px;
  }

  .ekt_pop .pop_hd>span {
    font-size: 18px;
  }

  .ekt_result_title>span.ekt_result_title_txt {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    word-break: keep-all;
  }

  .ekt_sub_title .ekt_sub_title_b {
    font-size: 20px;
  }

  .ekt_result_score_box>span.ekt_result_num {
    font-size: 14px;
  }

  .ekt_result_title>span.ekt_result_title_img {
    width: 16px;
  }

  .ekt_result_score_box>span.ekt_result_v {
    font-size: 14px;
  }

  .ekt_result_score_box>span.ekt_result_score_v {
    font-size: 14px;
  }

  .ekt_result_score_box>span.ekt_result_score {
    font-size: 14px;
  }

  .ekt_result_list>ul {
    padding: 15px;
  }

  .ekt_result_title {
    padding: 15px;
  }

  .ekt_sub_btn .list_btn {
    padding: 0 20px;
    line-height: 32px;
    font-size: 14px;
  }

  .list_ul>li>span.list_tit {
    width: 100px;
    padding-right: 20px;
    font-size: 14px;
  }

  .list_ul>li>span.list_con.tit_list_emp {
    font-size: 16px;
  }

  .list_ul>li>span.list_con {
    font-size: 14px;
  }

  .list_ul>li>span.list_con>p {
    font-size: 14px;
    word-break: keep-all;
    padding-top: 0;
    line-height: 20px;
  }

  .pop_ekt_content_txt {
    font-size: 14px;
    line-height: 20px;
  }

  .board_file_box a {
    font-size: 12px;
  }

  .ekt_body_table tbody th {
    font-size: 12px;
    vertical-align: middle;
    padding: 5px;
  }

  .pop_ekt_tit {
    font-size: 18px;
  }

  .ekt_body_table tbody td.file_td_box .filebox {
    display: flex;
  }

  .ekt_table table {
    /* table-layout: fixed; */
  }

  .filebox .upload-name {
    width: auto;
    flex: 1;
  }

  .filebox label {
    font-size: 12px;
    width: 60px;
  }

  .pop_ekt_btn>button {
    font-size: 14px
  }

  .ekt_table table .table_box_i {
    padding: 5px 10px;
    font-size: 12px;
    display: block;
    width: auto;
    margin-bottom: 5px;
    text-align: center;
  }

  .board_file_box a img {
    margin-left: 10px;
    width: 20px;
  }

  .down_img {
    width: 20px;
    display: inline-block;
  }

  .list_ul>li>span.list_con .board_file_box a {
    margin-bottom: 5px;
  }

  .column .board_write .wr_tit {
    width: 100px;
    font-size: 14px;
  }

  .column input[type=radio] {
    width: 16px;
    height: 16px;
  }

  .column .display label {
    font-size: 14px;
    margin-right: 15px;
  }

  .column .list-btn {
    margin: 15px 0 15px;
  }


  .column .list-btn .btn {
    font-size: 16px;
    line-height: 30px;
    width: 80px;
  }

  .page_hd .hd_con>span {
    font-size: 18px;
  }

  .page_hd {
    height: 50px;
  }

  .page_hd .page_menu li a {
    font-size: 12px;
  }

  .page_hd .page_menu li {
    padding: 0 10px;
  }

  .page_hd .page_menu li::after {
    width: 5px;
    height: 7px;
  }

  .sch_input_btn.full_sch_v5 {
    flex-wrap: wrap;
  }

  .sch_input_btn.full_sch_v5>div {
    width: 100%;
  }

  .sch_input_btn.full_sch_v5 .sch_bar {
    display: none;
  }

  .sch_input_btn.full_sch_v5>div:last-child {
    margin-top: 10px;
  }

  .board_list .sort_btns {
    height: 30px;
    width: auto;
  }

  .rp_sort_btns {
    width: 100%;
    margin-top: 10px;
  }

  .board_list .board_top .board_change_btn_type2 {
    height: 30px;
  }

  .board_list .board_top .board_change_btn_type2 img {
    width: 15px;
  }

  .board_list .sort_btns li button {
    font-size: 12px;
    padding: 0 10px;
  }

  .ekt_pop.w_600 {
    padding: 0px 20px 30px;
  }

  .pop_table_type2 table th {
    font-size: 14px;
  }

  .pop_table_type2 table td {
    font-size: 14px;
  }

  textarea {
    font-size: 14px;
  }

  .column .list-btn .btn {
    font-size: 14px;
  }

  .board_list .board_top .count {
    font-size: 16px;
  }

  .board_list .board_top .count b {
    font-size: 18px;
  }

  .count_box .count {
    font-size: 16px;
  }

  .count_box .count b {
    font-size: 18px;
  }

  .column .list-btn.bolist_bottom_btn {
    bottom: 45px;
  }

  /*.column .list-btn .btn {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 70px;
    border-radius: 5px;
  }*/

  .pg_wrap button,
  .pg_wrap span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;

  }

  .pg_wrap {
    margin-top: 40px;
  }

  .sch_input_btn .w_150.datepicker_box {
    width: calc(49.4% - 10px) !important;
    margin-bottom: 5px;
    margin-right: 0 !important;
  }

  .admin_sch_box .sch_input_btn input[type="text"].hasDatepicker {
    background-position: 97% 8px;
  }

  .sch_input_btn .w_300 {
    width: auto;
    flex: 1;
  }

  .sch_radio>span {
    font-size: 14px;
  }

  .tab_menu {
    display: none;
    margin-top: 0 !important;
  }

  .tab_menu li {
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ddd;
    font-size: 14px;

  }

  .tab_menu li.active {
    background-color: #317abe;
    color: #fff;
    font-size: 14px;
  }

  .tab_menu li.active a {
    color: #Fff;
    font-weight: normal;
  }

  .m_tab_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    font-weight: bold;
  }

  .m_tab_title img {
    width: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .count_box .board_top_btn,
  .board_top .board_top_btn {
    height: 25px;
    line-height: 25px;
    width: 70px;
    border-radius: 5px;
    font-size: 12px;
  }

  .admin_sch_box.wp .sch_input_btn .check-list {
    width: 100%;
    text-align: right;
    margin-top: 10px;

  }

  .admin_sch_box .sch_input_btn.checkList_rp>div .check-list {
    text-align: left;
    margin-top: 0px;
  }

  .checkbox {
    font-size: 14px;
  }

  .work-process-album li {
    width: 100%;
    margin-right: 0;
  }

  .admin_sch_box.wp .label {
    min-width: 0;
    padding-right: 0px;
    font-size: 13px;
    width: 50px !important;
  }

  .admin_sch_box.wp .sch_input_btn .flex1 {
    width: 130px;
  }

  .admin_sch_box.wp .sch_input_btn .w_150.datepicker_box {
    width: 110px !important;
  }

  .admin_sch_box.wp .sch_input_btn .check-list .checkbox {
    margin-right: 5px !important;
  }

  .admin_sch_box .sch_input_btn.checkList_rp>div .check-list {
    flex: 1;
  }

  .admin_sch_box.wp .sch_input_btn input[type="text"].hasDatepicker {
    padding-left: 5px;
    font-size: 12px;
  }

  .column .board_list .board_top {
    flex-wrap: wrap;
  }

  .board_top .board_btns {
    width: 100%;
  }

  .work-process-thum li>a {
    flex-wrap: wrap;
  }

  .work-process-thum .album-bottom {
    display: block;
    padding-right: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
  }

  .work-process-thum .btn-list {
    margin-top: 10px;
    margin-left: 0;
    justify-content: center;
  }

  .work-process-thum .pay {
    margin-right: 0;
    width: auto;

  }

  .work-process-thum .detail {
    padding: 20px 10px 20px 20px;
  }

  .wp-conBox .m_tab_title {
    margin-top: 20px;
  }

  .wp-conBox.flex {
    display: block;
  }

  .wp-conBox .wp-L {
    width: 100%;
    margin-right: 0;
  }

  .basic_btn {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    min-width: 100px;
  }

  .wp-conBox .blue-tit+p {
    font-size: 15px;
    word-break: keep-all;
  }

  .wp-conBox .blue-tit {
    font-size: 20px;
    margin-top: 30px;
  }

  .video_icon_btn {
    width: 25px;
    padding: 0 6px;
    height: 25px;
  }

  .heart_btn {
    width: 25px;
    padding: 0 6px;
    height: 25px;
  }

  /*유나수정800*/
  /*mobile col width*/
  col.mo_col_5 {
    width: 5% !important;
  }

  col.mo_col_10 {
    width: 10% !important;
  }

  col.mo_col_15 {
    width: 15% !important;
  }

  col.mo_col_20 {
    width: 20% !important;
  }

  col.mo_col_25 {
    width: 25% !important;
  }

  col.mo_col_30 {
    width: 30% !important;
  }

  col.mo_col_35 {
    width: 35% !important;
  }

  col.mo_col_40 {
    width: 40% !important;
  }

  col.mo_col_45 {
    width: 45% !important;
  }

  col.mo_col_50 {
    width: 50% !important;
  }

  col.mo_col_55 {
    width: 55% !important;
  }

  col.mo_col_60 {
    width: 60% !important;
  }

  col.mo_col_65 {
    width: 65% !important;
  }

  col.mo_col_70 {
    width: 70% !important;
  }

  col.mo_col_75 {
    width: 75% !important;
  }

  col.mo_col_80 {
    width: 80% !important;
  }

  col.mo_col_85 {
    width: 85% !important;
  }

  col.mo_col_90 {
    width: 90% !important;
  }

  col.mo_col_95 {
    width: 95% !important;
  }

  col.mo_col_100 {
    width: 100% !important;
  }

  /*mobile colspan width*/

  /*모바일 로그인페이지 시작*/
  .popup_con.iframe_popup {
    width: 95% !important;
  }

  .login_page {
    padding: 40px 20px;
  }

  .login_page_body .page1 {
    padding: 0 !important;
  }

  .popup_con.iframe_popup .input_section {
    width: 100%;
  }

  .popup_con.iframe_popup .input_section input {
    width: 100%;
  }

  /*모바일 로그인페이지 끝*/

  /*모바일 헤더 이전버튼*/
  .menu_prev_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
  }

  /*모바일 헤더 이전버튼*/

  /*기관소개_01 step 소개*/
  .section_tit {
    line-height: 1.3;
  }

  .step_double_box li {
    font-size: 16px;
  }

  .step_double_box li p {
    font-size: 24px;
  }

  .hd_title {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .hd_title h2 {
    font-size: 24px;
    /* font-family: "NanumBarunGothicBold"; */
  }

  /* .left_menu_wrapper{
    padding: 0;
  }
  .left_menu_wrapper .content {
    padding: 0;
  } */
  .step_info_main {
    border-radius: 0;
    background-image: url('../img/step_info_bg_M.jpg');
    height: calc(100vh - 70px);
  }

  .step_info_main>p {
    width: calc(100% - 70px);
    font-size: 32px;
    line-height: 40px;
    word-break: keep-all;
    top: 40px;
    left: 35px;
  }

  .step_double_box {
    flex-direction: column;
  }

  .step_double_box li {
    width: 100%;
    padding: 70px 20px 0 20px;
  }

  .step_bf_tit {
    margin: 100px 35px 70px;
    word-break: keep-all;
  }

  .step_bf {
    flex-direction: column;
  }

  .step_bf li {
    max-width: 100%;
    margin: 5px 20px;
    padding: 55px 20px 28px;
    line-height: 1.4;
    margin-right: 20px !important;
  }

  .section_tit {
    padding: 0 20px;
  }

  .section_tit_int>span {
    font-size: 28px !important;
  }

  .step_bi_img {
    padding: 0 20px;
  }

  .step_bi_info {
    width: calc(100% - 40px);
    padding: 50px 0;
    margin: 15px 20px 100px !important;
  }

  .step_bi_info_tit {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .symbol_box {
    margin: 0 15px;
  }

  .symbol_box ul {
    flex-direction: column;
  }

  .symbol_box ul li {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }

  .symbol_box ul li+li {
    margin-top: 40px;
  }

  .symbol_box ul li::after {
    width: 20px;
    height: 20px;
    right: 50%;
    top: unset;
    bottom: -30px;
    transform: translateX(50%);
  }

  .step_bi_info_txt {
    padding: 10px 20px;
  }

  /*기관소개_01 step 소개*/
  /*기관소개_02_01 기관소개*/
  .inst_intro {
    width: calc(100% - 40px);
    margin: 60px 20px 0;
  }

  .inst_intro_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .inst_intro_wrapper img {
    margin-top: 50px;
    width: 15%;
    object-fit: contain;

  }

  .inst_intro_wrapper p {
    font-size: 28px;
    margin-top: 50px;
    font-family: "NanumBarunGothicBold";
  }

  .inst_intro_wrapper p:last-child {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .inst_intro_symbol_box {
    margin: 0;
  }

  .inst_intro_symbol_box ul {
    flex-direction: column;
  }

  .inst_intro_symbol_box ul li {
    position: relative;
    border: 10px solid #eee;
    width: calc(100% - 20px);
    margin: 15px 10px;
    background: #fff;
    border-radius: 999px;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0 30px;
  }

  .inst_intro_symbol_box ul li p {
    margin-top: 0;
    z-index: 1;
  }

  .inst_intro_symbol_box ul li img {
    z-index: 1;
  }

  .inst_intro_symbol_box ul li::after {
    bottom: -45px;
  }

  .inst_intro_symbol_box ul li:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline;
    width: 100%;
    height: 50%;
    border-radius: 65px 65px 0 0;
    border: 10px solid #7daedb;
  }

  .inst_intro_symbol_box ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline;
    width: 100%;
    height: 50%;
    border-radius: 65px 65px 0 0;
    border: 10px solid #90dae0;
  }

  .inst_intro_symbol_box ul li span {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background-color: #fff;
    top: 0;
    left: 0;
  }

  .step_v_three {
    margin: 0 20px 70px;
    width: calc(100% - 40px);
  }

  /*기관소개_02_01 기관소개*/
  /*기관소개_02_02 인사말*/
  .gt_tit p:first-child {
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .gt_tit p:last-child {
    line-height: 1.2;
    padding: 0 20px;
    font-size: 36px;
  }

  .step_gt_box {
    background-image: url(../img/model_bg_M.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: 50px !important;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-position-y: bottom;
    padding: 50px 45px 65px;

  }

  .step_gt_box .gt_txt {
    font-size: 18px;
  }

  .step_gt_box .gt_sign {
    flex-direction: column;
    margin-top: 36px;
    width: 50%;
    align-items: flex-start;
  }

  .step_gt_box .gt_sign p {
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .step_gt_box .gt_sign>img {
    margin-left: 0;
  }

  .gt_mid_txt {
    padding: 50px 20px;
    font-size: 22px;
    line-height: 1.8;
  }

  .gt_info_txt {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 100px;
  }

  /*기관소개_02_02 인사말*/
  /*기관소개_02_03 연혁*/
  .historyBox li::after {
    display: none;
  }

  .history_year::before,
  .history_year::after {
    display: none;
  }

  .history_txtBox::after {
    display: none;
  }

  .history_txtBoxIn .txt::after {
    display: none;
  }

  .historyBox li {
    flex-direction: column;
  }

  .history_txtBoxIn {
    padding-left: 0;
  }

  .history_txtBoxIn .txt {
    margin: 10px 0;
    line-height: 1.5;

  }

  .history_txtBoxIn .txt:before {
    top: 7px;
  }

  .historyBox li:last-child {
    margin-bottom: 100px;
  }


  /*기관소개_02_03 연혁*/

  /*기관소개_02_04 찾아오시는 길*/
  .section_tit.inst_intro_02_04 {
    padding: 40px 20px 0;
  }

  .direction_map_info {
    margin: 20px 20px;
  }

  .step_map {
    margin: 20px 20px 20px;
  }

  .section_tit.inst_intro_02_04_01 {
    padding: 40px 0 20px;
    margin: 20px;
  }

  .direction-box {
    padding: 0 20px;
    margin-bottom: 70px;
  }

  .direction-box li {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_tit.inst_intro_02_04_02 {
    padding: 0px 0 20px;
    margin: 20px;
  }

  .direction-box:last-child li:last-child {
    margin-bottom: 100px;
  }

  /*기관소개_02_04 찾아오시는 길*/

  /*이용안내_01 원격지원*/

  .info_round_box {
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
    margin: 0 20px;
    padding: 30px 20px;

  }

  .info_img_right {
    margin-bottom: 30px;
  }

  .info_round_box p {
    line-height: 1.6;
  }

  .info_round_box p {
    word-break: keep-all;
  }

  .info_about_list_v2 ul {
    margin: 0 20px;
  }

  .remote_btn {
    margin-bottom: 150px;
  }

  /*이용안내_01 원격지원*/

  /*이용안내_02 이용약관*/

  .terms_box {
    padding: 0 20px;
  }

  /*이용안내_02 이용약관*/

  /*이용안내_04 이메일무단 수집거부*/
  .privacy_box .prv_tit span {
    line-height: 1.5;
  }

  /*이용안내_04 이메일무단 수집거부*/

  /* STEP업무포털_5커뮤니티_1일반형_보기 시작*/
  .board_list_btns li {
    padding: 10px 15px;
    overflow: hidden;
  }

  .board_list_btns li>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* STEP업무포털_5커뮤니티_1일반형_보기 끝*/

  /* STEP업무포털_5커뮤니티_1일반형_쓰기 시작*/
  .column .board_write .wr_tit {
    width: 80px;
    padding-right: 10px;
  }

  .column .board_write li:last-child {
    align-items: center;
  }

  /* .column .board_write li.writer_info .wr_tit {
    width: 50px;
    padding-right: 0;
  } */
  .column .board_write li:last-child .wr_txt {
    line-height: 1.5;
    font-size: 14px;
  }

  /* STEP업무포털_5커뮤니티_1일반형_쓰기 끝*/

  /*STEP업무포털_5커뮤니티_2갤러리형_목록 시작*/
  .thumb_list02_gall>li {
    width: 49%;
  }

  /*STEP업무포털_5커뮤니티_2갤러리형_목록 끝*/

  /*STEP업무포털_5커뮤니티_5FAQ_목록 시작*/

  .notice-list .notice_cate {
    margin-right: 10px;
  }

  /*STEP업무포털_5커뮤니티_5FAQ_목록 끝*/

  /* STEP업무포털_9위키_3나의위키_1즐겨찾기_목록 시작 */
  .board_list>table {
    table-layout: fixed;
  }

  /* STEP업무포털_9위키_3나의위키_1즐겨찾기_목록 끝 */

  /* STEP업무포털_9위키_3나의위키_5비용내역 시작 */
  .column .t_box .apply {
    padding: 5px;
    font-size: 10px;
  }

  /* STEP업무포털_9위키_3나의위키_5비용내역 끝 */

  /* STEP업무포털_9위키_4위키공지_목록 시작 */
  .column .add-text2._M {
    padding: 26px;
  }

  .t_notice._M td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
  }

  /* STEP업무포털_9위키_4위키공지_목록 끝 */

  /* STEP업무포털_9위키_5전문가신청 시작 */
  .agree_wrapper {
    flex-wrap: wrap;
    align-items: baseline;
  }

  .column .board_write._form .wr_tit {
    width: 90px;
  }

  .column .board_write._form li {
    padding: 15px 10px 10px 0px;
  }

  .agree_wrapper label {
    margin-right: 20px;
  }

  .column .display label {
    line-height: 1.2;
  }

  .column .board_write .wr_con .describe {
    font-size: 14px;
  }

  /* STEP업무포털_9위키_5전문가신청 끝 */

  /* STEP업무포털_9위키_0위키메인 시작 */
  .latest_title .latest_more {
    font-size: 14px;
  }


  .latest_ul>li>a .latest_img {
    width: 100%;
    height: auto;
  }

  /* STEP업무포털_9위키_0위키메인 끝 */

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */
  .add-text.tit_border {
    padding: 30px 40px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */
  .add-text.tit_border {
    border: 4px solid #317abe;
    padding: 30px 50px;
    border-radius: 10px;
    height: auto;
    word-break: keep-all;
  }

  .add-text.tit_border.flex {
    background-image: none !important;
  }

  .column .add-text.tit_border .btn-box .btn {
    line-height: 2.5;
    font-size: 18px;
  }

  .board_list {
    margin-top: 20px;
    justify-content: space-between;
  }

  .board_top .board_btns {
    width: auto;
  }

  .latest_ul>li {
    width: calc((100% - 12px) / 2);
    margin-right: 0;

  }

  .latest_ul>li:nth-child(odd) {
    margin-right: 12px;
  }

  .latest_ul .latest_tit {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1.5;
    white-space: nowrap;

  }

  .latest_ul .latest_con {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1.2;
    white-space: nowrap;
  }

  .latest_ul .latest_info {
    padding-top: 15px;
  }

  .latest_txt .latest_board_info>div {
    margin-top: 5px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */

  /* STEP업무포털_관리자_1위키_1위키관리_쓰기 시작*/
  .column .board_write .wr_txt {
    font-size: 14px;
  }

  .column .board_write .wr_con.tag_box input[type="text"] {
    padding-right: 0;
  }

  .column .board_write .wr_con.tag_box i {
    display: none;
  }

  /* STEP업무포털_관리자_1위키_1위키관리_쓰기 끝*/

  /* STEP업무포털_관리자_1위키_2카테고리관리_목록 시작*/
  .board_top .board_btns .write_btn {
    font-size: 12px;
    line-height: normal;
    width: 60px;
    height: auto;
  }

  /* STEP업무포털_관리자_1위키_2카테고리관리_목록 끝*/

  /* STEP업무포털_관리자_1위키_2기수관리_목록 시작*/
  .board_td_btn button {
    margin-top: 5px;
    font-size: 12px;
    width: 30px;
    height: 24px;
  }

  .board_td_btn_type2 button {
    width: 50px;
  }

  .board_td_btn button:nth-last-child(1) {
    margin-bottom: 5px;
  }

  /* STEP업무포털_관리자_1위키_2기수관리_목록 끝*/

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 시작 */
  .column .board_view .board_tit span {
    padding: 7px 20px;
    font-size: 14px;
  }

  .column .list-btn .btn.mb_25 {
    margin-bottom: 25px;
  }

  .reply_write._M {
    padding: 20px;
  }

  .reply_write._M .tit {
    font-size: 18px;
  }

  .reply_write._M .file-btn {
    width: 30px;
    height: 30px;
  }

  .reply_write._M .black-btn {
    line-height: 80px;
    font-size: 16px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 끝 */

  /* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 시작 */
  .board_write._M li:nth-child(4),
  .board_write._M li:nth-child(5) p,
  .board_write._M li:nth-last-child(4) {
    flex-wrap: wrap;
  }

  .board_write._M li div.wr_con {
    flex: 80%;
  }

  .column .board_write_M .wr_txt {
    font-size: 14px;
  }

  /* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 끝 */


  /*유나수정 800*/
  /*커뮤니티 댓글*/
  .reply_write form.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }

  .reply_write form.flex p {
    font-size: 16px;
    flex: 100%;
  }

  .reply_write form.flex .input-box {
    flex: 100%;
  }

  .reply_write form.flex button {
    line-height: 50px;
    width: 106px;
    font-size: 16px;
    position: absolute;
    top: 170px;
    right: 0;
  }

  .reply_write {
    padding: 30px 20px 85px;
  }

  /*커뮤니티 댓글*/
  /*커뮤니티 제목 2줄*/
  .column .board_view .board_tit {
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 69px;
    padding: 10px 10px;
  }

  /*커뮤니티 제목 2줄*/
  /* STEP업무포털_내용전문가 시작*/
  .content .page_tit {
    font-size: 22px;
  }

  .board_view_bottom {
    flex-wrap: wrap;
  }

  .board_view_bottom .board_btns {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .m_tab_menu_mid {
    margin-top: 20px;
  }

  .step_wrap ul li {
    padding: 0 50px;
  }

  .step_wrap img {
    width: 20px;
  }

  .step_wrap .step_box p:last-child {
    word-break: keep-all;
    line-height: normal;
    margin-top: 20px;
  }

  .step_wrap .step_box p:first-child {
    line-height: normal;
    margin-bottom: 50px;
  }

  .step_wrap ul li:first-child .step_box {
    left: -30px;
  }

  .step_wrap ul li:last-child .step_box {
    right: -30px;
  }

  .pop_txt {
    font-size: 14px;
    padding: 10px;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_마이페이지 시작*/
  .privacy_box {
    width: 100%;
    padding-top: 30px;
  }

  .privacy_box>p {
    font-size: 16px;
    word-break: keep-all;
  }

  .privacy_box .prv_tit span {
    font-size: 22px;
  }

  .rp_pv_logo {
    width: 200px;
  }

  .rp_pv_lock {
    width: 110px;
  }

  .change_wrap {
    width: 100%;
    padding-top: 10px;

  }

  .change_box .cb_tit {
    font-size: 18px;
  }

  .social_box .social_ico {
    padding: 20px;
  }

  .sb_tit_box p:first-child {
    font-size: 18px;
    word-break: keep-all;
    line-height: 26px;
  }

  .sb_tit_box p:last-child {
    word-break: keep-all;
    line-height: 22px;
  }

  .social_box {
    padding: 0 20px;
  }

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

  .social_box ul li {
    margin-right: 0;
  }

  .social_box .social_ico {
    width: 120px;
    height: 120px;
  }

  .pop_txt_content>p {
    font-size: 16px;
    line-height: 22px;
  }

  .pop_txt_content {
    min-width: 340px;
  }

  .mb_out_box {
    width: 100%;
  }

  .tit_box02 p:last-child {
    font-size: 16px;
  }

  .tit_box02 p {
    font-size: 15px;
    word-break: keep-all;
    line-height: 22px;
  }

  .table_tit {
    font-size: 18px;
  }

  .out_table_info {
    font-size: 16px;
  }

  #manager_plus .pop_content {
    min-width: 400px;
  }

  .ess_txt {
    font-size: 12px;
  }

  .pop_form_table td {
    font-size: 14px;
  }

  .pop_form_table td:first-child {
    min-width: 110px;
  }

  /* STEP업무포털_마이페이지 끝*/
  /* STEP업무포털_커뮤니티_공지사항 시작 */
  .boad_notice {
    font-size: 10px;
    padding: 5px;
  }

  /* STEP업무포털_커뮤니티_공지사항 끝 */
  /* STEP업무포털_통합검색 시작*/
  .thumb_list02>li {
    flex-wrap: wrap;
  }

  .thumb_list02>li .thumb_img {
    width: 100%;
    min-width: 100%;
  }

  .thumb_list02>li .thumb_img img {
    width: 100%;
  }

  .thumb_list02>li .thumb_txt {
    width: 100%;
    flex: none;
    margin-left: 0;
  }

  /* .thumb_list02.thumb_list02_w_100>li .thumb_img{
    width: 180px;
    min-width: 180px;
  }
  .thumb_list02.thumb_list02_w_100>li .thumb_txt{
    width: auto;
    flex: 1;
    margin-top: 0;
    margin-left: 10px;
  }
  .thumb_list02.thumb_list02_w_100 .thumb_bottom_box{
    width: 100%;
  } */
  .thumb_list02 .thumb_list_btns>div {
    width: auto;
  }

  .thumb_list02 .thumb_list_btns>div>span {
    padding-right: 10px;
  }

  .thumb_bottom_box {
    flex-wrap: wrap;
  }

  .thumb_list_btns {
    width: 100%;
    margin-top: 10px;
  }

  .thumb_list02>li .thumb_txt .in_main_tit {
    font-size: 16px;
  }

  .main_sch_wrap .quick_links>div>a {
    font-size: 12px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 7px;
  }

  .main_sch_wrap .quick_links>div {
    display: flex;
    min-height: 0;
    flex-wrap: wrap;

  }

  .main_sch_wrap .quick_links>span {
    font-size: 16px;
    left: 10px;
    position: relative;
    left: 0;

  }

  .main_sch_wrap .quick_links {
    padding-left: 0;
  }

  .latest_title .latest_more2 {
    font-size: 14px;
  }


  .latest_title {
    font-size: 16px;
  }

  .thumb_list02>li {
    padding: 10px;
  }

  .cmt_list>li {
    position: relative;
    padding: 25px 15px 20px;
  }

  .cmt_list li .cmt_tit p {
    font-size: 16px;
  }

  .cmt_list li .cmt_tit .cmt_date {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 20px;
  }

  .cmt_list li .cmt_tit .cmt_date::before {
    display: none;
  }

  .cmt_list li .cmt_tit {
    display: block;
  }

  .cmt_list li .cmt_ct {
    font-size: 13px;
  }

  .cmt_list li .cmt_cate {
    font-size: 12px;
  }

  .sch_drop_wrap .sch_drop_input {
    height: 40px;
  }

  .sch_drop_layer {
    height: 40px;
  }

  .sch_drop_wrap .sch_drop_input button img {
    width: 22px;
  }

  .sch_drop_wrap .sch_drop_input button {
    width: 50px;
  }

  .sch_drop_wrap .sch_drop_input input {
    font-size: 16px;
  }

  .sch_drop_box ul li a {
    padding: 10px 35px 10px 12px;
  }

  .sch_drop_box ul li a {
    font-size: 13px;
  }

  .sch_drop_box ul li p img {
    width: 20px;
  }

  .sch_drop_box ul li .sch_drop_ico2 {
    right: 15px;
    width: 10px;
  }

  .sch_drop_wrap {
    border-radius: 25px;
  }

  /* STEP업무포털_통합검색 끝*/

  /* STEP업무포털_평생과정 시작 */
  .board_list .board_top {
    flex-wrap: wrap;
  }

  .board_top .board_btns {
    margin-top: 10px;
  }

  input[type="text"].hasDatepicker {
    background-position: 95% 9px;
  }

  .edu_select_box>ul>li:nth-child(2) {
    margin-right: 0 !important;
  }

  .edu_select_box>ul {
    justify-content: space-between;
  }

  .edu_select_box>ul>li>span {
    font-size: 14px;
  }

  .edu_sch_box .submit_btn {
    font-size: 16px;
  }

  .edu_cate_wrap li .edu_cate_line2 label {
    width: 100%;
  }

  .edu_cate_wrap li .edu_cate_top {
    font-size: 16px;
    line-height: 35px;
  }

  .gallery_list ul li {
    min-height: 0;
  }

  .edu_cate_wrap li {
    width: 49%;
    margin-bottom: 10px;
  }

  .edu_cate_wrap {
    flex-wrap: wrap;
  }

  .edu_select_box>ul>li:nth-child(1) {
    width: 100%;
  }

  .edu_select_box>ul>li:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .edu_select_box ul li .date_box label {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .edu_select_box ul li .date_box {
    flex-wrap: wrap;
  }

  .edu_select_box .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 13px;
  }

  .edu_sch_box .reset_btn img {
    width: 20px;
  }

  .thumb_list ul li .txt_box .txt_tit {
    width: 30%;
    margin-right: 0;
  }

  .thumb_list ul li .txt_box span {
    width: 70%;
    display: inline-block;
    margin-bottom: 15px;
    word-break: keep-all;
    line-height: 20px;
  }

  .thumb_list ul li .txt_box span:nth-child(2)::after {
    display: none;
  }

  .thumb_list ul li .txt_box p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .thumb_list ul li .txt_box .txt_main_tit {
    font-size: 18px;
  }

  /* STEP업무포털_평생과정 끝 */
  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 시작 */
  .info_txt_tit {
    font-size: 16px;
  }

  .info_about_list>ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .info_about_list>ul>li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
  }

  .info_about_list>ul>li:nth-child(3) {
    margin-right: 0;
  }

  .info_about_list>ul>li:after {
    content: "1";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 14px;
    left: -7px;
    color: #fff;
    background-color: #317abe;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    background-image: none;
  }

  .info_about_list>ul>li:last-child::after {
    display: block;
  }

  .info_about_list>ul>li:nth-child(1)::after {
    content: "1";
  }

  .info_about_list>ul>li:nth-child(2)::after {
    content: "2";
  }

  .info_about_list>ul>li:nth-child(3)::after {
    content: "3";
  }

  .info_about_list>ul>li:nth-child(4)::after {
    content: "4";
  }

  .info_about_list>ul>li:nth-child(5)::after {
    content: "5";
  }

  .info_txt_list_title>span {
    font-size: 14px;
  }

  .column .info_table .t_notice td {
    padding: 3px;
  }

  .mini_txt_blue>span {
    display: block;
    margin-left: 0 !important;
  }

  .info_layer.mt-70 {
    margin-top: 30px !important;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 끝 */
  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정있음 시작 */
  .reservation_list>ul>li .reservation_list_txt {
    font-size: 14px;
    padding-left: 20px;
  }

  .reservation_list>ul>li .reservation_list_txt:after {
    top: 5px;
  }

  .reservation_table table td input[type="text"] {
    height: 30px;
  }

  .reservation_table table td input[type="text"] {
    font-size: 16px;
  }

  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정있음 끝 */
  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정없음 시작 */
  .no_reservation img {
    width: 60px;
  }

  .no_reservation>span {
    font-size: 18px;
  }

  .reservation_status {
    width: 50px;
    font-size: 10px;
    line-height: 20px;
  }

  .pop_content.pop_w_600 {
    max-width: 350px;
  }

  .pop_content.pop_up_con_type2 {
    padding: 15px;
  }

  .pop_content.pop_up_con_type2 .pop_hd>span {
    font-size: 18px;
  }

  .column .t_notice th,
  .column .t_notice td {
    font-size: 12px;
    padding: 5px;
  }

  /* STEP업무포털_기타_1스튜디오예약_2스튜디오예약_일정없음 끝 */
  /* STEP업무포털_기타_2일정관리_목록 시작 */

  .pop_content.pop_w_800 {
    max-width: 580px;
  }

  .sch_box .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 18px;
    height: 8px;
    top: 54%;
  }

  .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 15px;
    height: 5px;
  }

  .pop_up_con_type2 .pop_btn_bottom button {
    font-size: 14px;
  }


  .wrd_rp_box {
    flex-wrap: wrap;
  }

  .wrd_rp_box>div {
    width: 100%;
    margin-bottom: 5px;
  }

  .wrd_rp_box>div .w_140 {
    width: 120px !important;
  }

  /* STEP업무포털_기타_2일정관리_목록 끝 */
  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록 시작  */
  .admin_sch_box>ul>li.w_50,
  .admin_sch_box>ul>li.w_33 {
    width: 100% !important;
  }

  .admin_sch_box>ul>li>label:first-child {
    font-size: 14px;
  }

  .admin_sch_box>ul>li.full_sch_v3 .w_300 {
    width: auto !important;
  }

  .board_top_info>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .board_top_info>ul>li {
    display: block;
    width: 33%;
  }

  .board_top_info>ul>li>strong>span {
    font-size: 20px;
  }

  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록  끝*/
  /* STEP업무포털_내용전문가_1모집신청_3신청자정보%20조회저장_1신청자정보 시작 */
  .rp_table {
    display: block;
  }

  .rp_table>tbody>tr,
  .rp_table>tbody>tr>th,
  .rp_table>tbody>tr>td,
  .rp_table>tbody,
  .rp_table>thead,
  .rp_table>thead>tr>th,
  .rp_table>tbody>td,
  .rp_table>tbody>tr>th {
    display: block;
    width: 100%;
    text-align: left !important;
  }

  .rp_table>tbody>tr>th,
  .rp_table>thead>tr>th .rp_table>tbody>tr>th {
    display: flex;
    align-items: center;
  }

  .table_point::before {
    left: 0;
  }

  .table_point {
    padding-left: 10px;
  }

  .table02 th {
    padding: 0 10px;
  }

  .info_box .info_txt p.colon_p {
    padding-left: 70px;
  }

  .rp_add_box {
    flex-wrap: wrap;
  }

  .table td .rp_add_box button {
    width: auto !important;
    min-width: 0;
  }

  .table td .form_btn01 {
    height: 35px;
    font-size: 14px;
  }

  .rp_add_box input:nth-child(1) {
    width: auto !important;
    flex: 1;
  }

  .rp_add_box input:nth-child(3),
  .rp_add_box input:nth-child(4) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 5px;
  }

  .memebr_check_info {
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .rp_flex .member_check_box label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .check_table td {
    padding: 15px 10px;
  }

  .check_table th {
    padding: 15px 10px;
  }

  .rp_table_scroll {
    overflow: scroll;
  }

  .rp_table_scroll table {
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }

  .rp_table_scroll .file_box>button {
    font-size: 12px;
    min-width: 35px;
  }

  .rp_img_btn {
    width: 25px;
    height: 25px;
  }

  .rp_img_btn img {
    width: 100%;
  }

  /* STEP업무포털_내용전문가_1모집신청_3신청자정보%20조회저장_1신청자정보 끝 */
  /* STEP업무포털_기타_3회의실예약_목록 시작 */
  .time_bar {
    font-size: 12px;
  }

  .column .t_notice.time_day_table td {
    min-width: 25px;
  }

  .reservation_info>span {
    font-size: 18px;
    width: 180px;
    padding-right: 40px;
  }

  .reservation_info>span:after {
    left: 25px;
  }

  .sch_input_btn.full_sch_v2 .w_140.dropdown {
    width: 100% !important;
    margin-bottom: 5px;
  }

  .admin_sch_box>ul>li.full_sch>label:first-child {
    width: 80px;
  }

  /* STEP업무포털_기타_3회의실예약_목록 끝 */

  /*최종 추가*/
  .column .sch_box {
    margin: 20px 0;
  }

  .thumb_list02>li .thumb_txt .in_main_tit .line2_short {
    font-size: 14px;
    line-height: 20px;
    min-height: 38px;
  }

  .list_mark {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 70px;
  }

  .thumb_bottom_info {
    font-size: 12px;
  }

  .column .t_notice th,
  .column .t_notice td {
    word-break: break-all;
  }

  .notice-list li.active .add_con {
    padding-right: 20px;
  }

  .notice_list_wrap .notice-list li .org_con .flex1 {
    word-break: keep-all;
    position: relative;
  }

  .notice_list_wrap .notice-list li .org_con .flex1 span {
    display: none;
  }

  .column .add-text .tit {
    font-size: 18px;
  }

  .column .add-text .con {
    font-size: 15px;
  }

  .column .add-text2 {
    background-size: 180px;
    padding: 16px 16px;
  }

  .latest_ul .latest_tit {
    font-size: 18px;
  }

  .column .sub_table th,
  .column .sub_table td {
    font-size: 12px;
    line-height: 1.5;
  }

  .column .agree-box p {
    font-size: 14px;
  }

  .column .agree-box {
    margin: 15px 0;
  }

  .column .required::before {
    font-size: 18px;
  }

  .reply_list li {
    padding: 15px 10px;
  }

  .column_list .list {
    flex-wrap: wrap;
  }

  .reply_list .name {
    font-size: 16px;
  }

  .reply_list .text {
    font-size: 14px;
  }

  .reply_list .info {
    margin-bottom: 5px;
  }

  .admin_sch_box>ul>li.w_432 {
    width: 100% !important;
  }

  .admin_sch_box>ul>li {
    width: 100%;
  }

  .pop_table_type2 table input[type=text].w_150 {
    width: 80px !important;
  }

  .pop_body.pop_body_type_2 table .datepicker_box.w_46 {
    max-width: 128px;
  }

  .sch_input_btn.full_sch_v2 .w_230 {
    width: 48% !important;
    margin-bottom: 5px;
  }

  .pop_result_exam_ul .pop_result_exam_txt {
    font-size: 16px;
  }

  .step_v_three>li .v_tit {
    font-size: 20px;
    line-height: 30px;
  }

  .step_v_three>li>img {
    width: 70px;
  }

  .step_v_three>li {
    padding: 45px 20px 50px;
  }

  .mo_padding_no {
    padding: 0;
  }

  .direction-box .dir-right {
    padding: 10px;
    font-size: 16px;
  }

  .remote_btn .btn_m_blue {
    width: 100%;
    max-width: 360px;
    font-size: 20px;
  }

  .remote_btn .btn_m_blue img {
    width: 30px;
    height: 60px;
  }

  .info_about_list_v2>ul>li p {
    font-size: 18px;
    line-height: 24px;
  }

  .section_tit_b {
    border-bottom: 0;
  }

  .section_tit_b>span {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }

  #footer {
    padding: 0;
  }

  .ft_con {
    padding: 0;
    padding-bottom: 20px;
  }

  .ft_con .ft_left {
    padding: 0 20px;
  }

  .ft_right_top {}

  .sns_slide .sns_list_con:first-child {
    margin-bottom: 40px;
  }

  /* 0906 */
  /* PBT시스템_1전체과정 시작 */
  .pbt_pro_ul>li>.pbt_pro_ico {
    width: 60px;
    height: 60px;
  }

  .pbt_pro_ul>li.on>.pbt_pro_ico {
    height: 80px;
    width: 80px;
  }

  .pbt_pro_ul>li>.pbt_pro_ico::after {
    background-size: contain;
    width: 30px;
    height: 4px;
    right: -38px;
    background-repeat: no-repeat;
  }

  .pbt_pro_ul>li>.pbt_pro_ico {
    margin: 0 20px;
  }

  .pbt_filter_menu>ul>li::after {
    font-size: 10px;
  }

  .pbt_filter_menu>ul>li button {
    font-size: 13px;
    word-break: keep-all;
  }

  .pbt_filter_menu>ul {
    justify-content: space-between;
    align-items: center;
  }

  .pbt_filter_menu>ul>li {
    padding: 0 10px;
  }

  .pbt_filter_menu {
    flex-wrap: wrap;
  }

  .pbt_filter_menu>span {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }

  .pbt_pro_ul.mt-70 {
    margin-top: 30px !important;
  }

  .pbt_pro_ul>li>p {
    font-size: 16px;
  }

  .latest_ul.latest_ul_4>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .latest_ul.latest_ul_4>li:nth-child(4n) {
    margin-right: 0%;
  }

  .latest_ul.latest_ul_4>li:nth-child(2n) {
    margin-right: 0;
  }

  .latest_ul.latest_ul_4 .latest_tit {
    font-size: 16px;
  }


  .pop_up_con_type2.w_800 {
    max-width: 90%;
  }

  .pop_content.pop_up_con_type2 {
    padding: 40px 15px 15px;
  }

  .pbt_main_tit {
    font-size: 20px;
  }

  .tb_tit p {
    font-size: 20px;
  }

  .mo_20 {
    width: 20% !important;
  }

  .mo_100 {
    width: 100% !important;
  }

  .tb_thumb_label {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .tb_thumb_img {
    margin-bottom: 10px;
  }

  /* PBT시스템_1전체과정 끝 */
  /* pbt */
  .pbt_ck_li_box .pbt_li_tit {
    font-size: 16px;
  }

  .pbt_ck_li_box .pbt_li_info span {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .pbt_list .pbt_li_chapter {
    font-size: 13px;
    padding: 7px 13px;
  }

  .pbt_ck_li_box>div:first-child {
    padding: 20px 10px;
  }

  .pbt_list .active .pbt_ck_li_box>div:last-child {
    padding: 5px 10px 20px;
  }

  .pbt_ck_li_box>div:last-child {
    padding: 10px;
  }

  .eva_label_wrap label b {
    width: 30px;
    line-height: 24px;
    height: 24px;
  }

  .table_bt_a {
    line-height: 20px;
  }

  .table_scroll_y.column_2 {
    height: 80px;
  }

  .table_scroll_y.column_4 {
    height: 155px;
  }

  .pbt_table_ct_btns button {
    width: 50px;
    height: 28px;
  }

  .pbt_table_ct_btns button img {
    width: 14px;
  }

  .ekt_pop .ekt_table_v2 .flex .pop_ekt_tit {
    flex: 1;
    word-break: keep-all;
  }

  .ekt_pop .ekt_table_v2 .flex .table_top_btn {
    font-size: 11px;
    padding: 0 8px;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 시작 */
  .pbt_pp_box>ul {
    flex-wrap: wrap;
  }

  .pbt_pp_box>ul>li {
    width: 100%;

    margin-bottom: 10px;
  }

  .pbt_pp_box .pbt_pp_img {
    width: 100px;
  }

  .pbt_pp_box ul>li .pbt_pp_txt ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .pbt_pp_box ul>li .pbt_pp_txt p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pbt_pp_box>p {
    font-size: 22px;
  }

  .ct_tit_v2 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .raund_home_box .pbt_filter_box>div>span {
    width: 100% !important;
    margin-bottom: 5px;
    text-align: left !important;
  }

  .raund_home_box .pbt_filter_select>div>span {
    width: 100% !important;
    margin-bottom: 5px;
    text-align: left !important;
  }

  .raund_home_box .pbt_filter_select .w_50 {
    margin-left: 0 !important;
  }

  .raund_home_box .pbt_filter_select .w_46 {
    flex-wrap: wrap;
  }

  .pbt_filter_box>div {
    flex-wrap: wrap;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 끝 */
  .rp_body .step_hd .step_menu {
    line-height: normal;
  }

  .rp_body .step_hd .step_menu {
    padding: 8px;
    width: 40px;
  }


  .step_hd .step_menu i {
    width: 15px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-bottom: 4px;
  }

  /*// 캘린더 모바일 반응형*/
  .raund_home_box {
    position: relative;
  }

  .cal_side>ul {
    background-color: #fff;
  }

  .cal_side {
    z-index: 999;
    display: none;
    border-right: 2px solid #317abe;
    /* width: 50%; */
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);

    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 20px 20px 20px;
  }

  .cal_side_close {
    line-height: 32px;
    text-align: center;
    border-radius: 5px 0 0px 5px;
    content: "✕";
    background-color: #317abe;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    color: #fff;
    font-weight: bold;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk {
    width: 100%;
  }

  .raund_home_box #calendar.rp_calender.fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
    position: relative;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk .btn-group {
    display: flex;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(2) {
    margin: 40px 0 20px;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(3) {
    padding-left: 72px;
    marign-top: 0;
  }

  .cal_side_btn {
    position: absolute;
    top: 10px;
    z-index: 99;
    left: 10px;
  }

  .cal_side_btn button {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 8px;
  }

  .popup_bg .popup_con.iframe_popup {
    overflow-y: scroll;
    max-height: 90vh;
  }

  .popup_bg .popup_con.iframe_popup iframe {
    min-height: 0;
  }

  /*1006 포틀릿 반응형 추가*/
  .portlet_content .rc_list>li .img img {
    width: 105%;
    height: inherit;
  }

  .portlet_content .board_list_thumb ul li {
    font-size: 12px;
  }

  .portlet_content .board_list_thumb ul li.swiper-slide-thumb-active {
    font-size: 14px;
  }

  .rp_table_scroll_pt {
    min-height: calc(388px - 130px);
  }

  .portlet_chart_my {
    padding: 10px;
  }

  .portlet_study .thumb img {
    width: 127%;
    max-width: none;
  }

  /* 1106 마켓 안내{ */
  .market_cont {
    padding: 0 20px;
  }

  .market_info_txt>ul>li>div {
    font-size: 16px;
    line-height: 28px;
  }

  .market_info>div>p {
    font-size: 25px;
    line-height: 36px;
  }

  .market_info>div>span>img {
    width: 170px;
  }

  .market_info>div>span::after {
    margin-bottom: 11px;
    width: 70px;
  }

  .market_info_bottom {
    font-size: 16px;
    line-height: 28px;
    padding: 25px 10px;
  }

  .market_info_txt>ul>li:first-child {
    margin-right: 25px;
  }

  /* 1106 마켓 안내 } */
  /* 1106 마켓-이용안내 { */
  .market_info_border_ul {
    flex-wrap: wrap;
    position: relative;
    padding-top: 43%;
    justify-content: center;
  }

  .market_info_border_ul>li {
    width: 50%;
    padding-bottom: 56%;
  }

  .market_info_border_ul>li:nth-child(1) {
    position: absolute;
    top: 0;
  }

  .market_info_border_ul>li>div>p {
    padding: 0 20px;
  }

  .market_info_bottom2 {
    padding: 20px 30px;
  }

  .market_info_bottom2>div {
    margin-right: 30px;
  }

  .market_info_bottom2>div>p {
    font-size: 25px;
  }

  .market_info_bottom2>ul>li>span {
    width: 23px;
    height: 26px;
    font-size: 15px;
    line-height: 27px;
  }

  .market_info_bottom2>ul>li>p {
    font-size: 16px;
    word-break: keep-all;
    line-height: 20px;
  }

  /* 1106 마켓-이용안내 } */

  /* 1106 마켓-판매과정-목록-앨범형{ */
  .market_gall_list>li {
    width: 48.5%;
    margin-right: 2%;
    margin-bottom: 3%;
  }

  .market_gall_list>li:nth-child(3n) {
    margin-right: 2%;
  }

  .market_gall_list>li:nth-last-child(-n+3) {
    margin-bottom: 3%;
  }

  .market_gall_list>li:nth-child(2n) {
    margin-right: 0%;
  }

  .market_gall_list>li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }

  /* 1106 마켓-판매과정-목록-앨범형} */
  /* 1106 마켓-판매과정-상세화면 { */
  .market_sel_view {
    display: block;
  }

  .market_sel_view>.left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;

  }

  .market_sel_view>.left>.img {
    height: auto;
    padding-bottom: 52%;
  }

  .market_sel_view_bottom .left {
    width: auto;
    flex: 1;
    margin-right: 5px;
  }

  .market_sel_view_bottom .market_list_btn {
    width: 65px;
    font-size: 14px;
  }

  .market_sel_view_bottom>.left .company {
    font-size: 14px;
  }

  .market_sel_view_bottom .share_ico {
    width: 30px;
    height: 30px;
  }

  .market_sel_view_bottom .share_ico img {
    max-width: 60%;
  }

  .market_sel_wrap>.title {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .market_list_top_btn {
    min-width: 70px;
    width: auto;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
  }

  /* 1106 마켓-판매과정-상세화면 } */

  /* 1106 마켓-판매센터_판매사신청 {  */
  .market_info_border_ul.center>li:nth-child(1) {
    position: relative;
    margin-right: 0;
  }

  .market_info_border_ul.center {
    padding-top: 0;
    flex-wrap: nowrap;
  }

  .market_seller_process>ul>li img {
    width: 70px;
  }

  .market_seller_form_btn {
    font-size: 20px;
    width: 200px;
    height: 45px
  }

  .reset_ico {
    width: 14px;
  }

  .market_cont .m_tab_menu {
    position: relative;
  }

  .market_cont .m_tab_menu>.tab_menu {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 1;
  }

  /* 1106 마켓-판매센터_판매사신청 }  */

}

/* 모바일 */
@media (max-width:640px) {
  .studio_info>span {

    font-size: 14px;
  }

  .portlet_board_cate {
    padding: 0px 10px;
  }

  .portlet_board_cate>ul>li {
    padding-bottom: 5px;
  }

  .portlet_board_table table tbody td.td_no_data p {
    font-size: 16px;
  }

  .M_only_01 {
    display: inline-block;
  }

  .M_none_01 {
    display: none !important;
  }

  .section_content {
    padding: 48px 30px;
    position: relative;
  }

  .main_sch_wrap {
    padding-top: 50px;
  }

  .main_sch_wrap>p {
    font-size: 26px;
  }

  .main_sch_box {
    height: 55px;
    padding-right: 0;
  }

  .main_sch_box input {
    height: 100%;
    padding-left: 25px;
    font-size: 18px;
    border: 0;

  }

  .main_sch_box input::placeholder {
    color: #999;
  }


  .main_sch_box button {
    width: 70px;
  }

  .main_sch_box button img {
    width: 30px;
  }

  .quick_links {
    margin-top: 30px;
    padding-left: 65px;
  }

  .quick_links>span {
    font-size: 18px;
    left: 5px;
  }

  .quick_links a {
    text-decoration: none;
    font-size: 16px;
    padding: 5px 5px;
    margin-right: 5px;
    color: #317abe;
    background: #bfd3e8;

  }

  .section02 .section_content {
    padding: 24px 30px;
  }

  .rc_list>li .rc_txt_box p {
    height: 100%;
    min-height: 30px;
  }

  .board_list_thumb {
    margin-right: 0;

  }


  .main_board01>div {
    padding: 20px;
  }

  .main_board01 .board_tit {
    font-size: 22px;
  }

  .board_slide_btn button {
    width: 30px;
  }

  .board_slide_btn img,
  .stop_btn_slide img {
    height: auto;
  }

  .board_list_slide_wrap {
    flex-direction: column;
    height: 450px;
  }

  .board_list_thumb {
    flex: 3.85;
  }

  .board_list_thumb ul li {
    padding: 8px 30px 8px 60px;
  }

  .board_list_slide {
    flex: 5.5;
  }

  .board_list_slide ul li {
    background-size: cover;
  }

  .system_slide_wrap {
    padding: 20px 20px 10px;
  }

  .system_slide li div.TM_slide {
    padding: 20px 30px 20px;
  }



  .section02 {
    position: relative;
  }


  .section_tit button {
    width: 30px;
  }

  .section_tit button.more_btn {
    width: auto;
  }

  .mid_banner_txt>img {
    display: none;
  }

  .mid_banner_txt {
    position: relative;
    padding: 55px 10px;
  }

  .mid_banner_txt p.mid_banner_tit {
    text-align: left;
    font-size: 24px;
    padding-left: 5px;
  }

  .mid_banner_txt p.mid_banner_info {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    font-family: "NanumBarunGothicRegular";
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.8);
  }

  .mid_banner_txt .mid_step_box span {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 12px 10px;
    border-radius: 15px;
    margin-right: 12px;
    font-family: "NanumBarunGothicRegular";
  }

  .mid_banner_txt .mid_step_box span::after {
    width: 10px;
    right: -15px;
  }

  .mid_banner {
    padding: 0 11px;
  }

  .mid_banner_slide {
    padding: 0 9px;
  }

  .mid_banner_txt>a {
    top: 10%;
    transform: translateY(0);
    right: 20px;
    width: 110px;
    height: 90px;
  }

  .mid_banner_txt>a span {
    top: -7px;
  }


  .mid_banner_slide>.prev_btn {
    left: 0 !important;
  }

  .mid_banner_slide>.next_btn {
    right: 0 !important;
  }

  .section_tit>span {
    font-size: 22px;
  }

  .section_tit .btn_right {
    top: -4px;
  }

  .new_list>li {
    height: 400px;
  }

  .new_list>li a {
    flex-direction: column;
    height: 100%;
  }

  .new_list>li .img {
    flex: 6;
  }

  .new_list>li .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .new_list>li .new_txt_box {
    flex: 4;
    padding: 20px 15px 0;
  }

  .new_list>li .new_txt_box .tags span:first-child {
    display: inline-block;
  }

  .section04 .section_tit button img {
    width: 30px;
  }



  .ft_sns {
    display: none !important;
  }

  .ft_con .ft_right {
    padding: 0 0;
  }

  .ft_right_top {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
  }

  .ft_right_top .bootstrap-select {
    margin-bottom: 10px;
    margin-right: 0;
    width: 50%;
  }

  .ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle {
    width: 100%;
  }

  .ft_right_bottom {
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
  }

  .ft_right_bottom .ft_hp {
    height: 75px;
    position: relative;
    text-align: center;
  }

  .ft_right_bottom .ft_hp span {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    margin-left: 0;
  }

  .ft_right_bottom .ft_time {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }

  .ft_con .ft_left ul li:first-child {
    padding: 5px 15px 5px 0;
  }

  .ft_con .ft_left ul li {
    padding: 5px 15px 5px 0;
  }

  .ft_con .ft_left ul li:nth-last-of-type(2)::after {
    display: none;
  }

  .ft_con .ft_left_top {
    margin-bottom: 20px;
  }

  .ft_left_top .ft_menu li::after {
    margin-right: 5px;
  }

  .ft_info_txt p {
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .sns_slide .sns_list_con .txt p:last-child {
    display: none;
  }

  .sns_slide .sns_list_con .img {
    width: 85px;
    height: 85px;
  }

  .sns_slide .sns_list_con .txt {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 105px;
  }

  .sns_slide .sns_list_con .sns {
    font-size: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 105px;
  }

  /* STYLE_T */
  .M_hd>ul>li:nth-child(1) {
    height: 80px;
  }

  .M_hd>ul>li:not(.M_name_li) {
    font-size: 14px;
  }

  .M_hd>ul.login>li:nth-child(2) div,
  .M_hd>ul.login>li:nth-child(5) div,
  .M_hd>ul.login>li:nth-child(6) div {
    padding: 0 10px;
  }

  .M_hd>ul.login>li:nth-child(3) {
    padding: 5px 10px;
  }

  .M_hd>ul.login>li:nth-child(4) {
    padding: 0px 10px;
  }

  .M_hd>ul.login>li:nth-child(3) div button {
    margin-left: 5px;
  }

  .M_hd_content button:nth-child(1) {
    left: 10px;
  }

  .M_hd_content button:nth-child(2) {
    right: 10px;

  }

  .login>li .depth_select li {
    padding: 0 10px;
  }

  .login .select_box img,
  .logout .select_box img {
    width: 9px;
  }

  .hd_ct_slide_M_wrapper {
    padding: 4px 31px;
  }

  .hd_ct_slide_M>ul>li p {
    margin-top: 5px;
    font-weight: bold;
  }

  .hd_ct_slide_M>ul>li .img_wrapper {
    width: 50px;
    height: 50px;
  }

  .hd_ct_slide_M>ul>li .img_wrapper img {
    left: 51%;
    width: 60%;
    height: 60%;
  }

  .hd_ct_slide_M>ul>li p {
    font-size: 14px;
  }

  .hd_ct_slide_M>ul>li p.-m_5 {
    margin-left: -5px;
  }

  .M_hd>ul.login>li:nth-child(4),
  .M_hd>ul.login>li:nth-child(6) {
    flex: 22%;
  }

  ul.login .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 25px;
    font-size: 14px;
    line-height: 25px;

  }

  .M_main div.menu button {
    height: 48px;
  }

  .menu_wrap {
    top: 48px
  }

  .menu_wrap div>ul>li {
    width: 130px;
  }

  .menu_wrap div>ul>li>ul {
    left: 155px;
    width: calc(100vw - 180px);
  }

  .menu_wrap div>ul>li>ul>li {
    font-size: 16px;
  }

  .menu_wrap div>ul>li>ul>li>ul>li {
    font-size: 14px;
  }


  .M_main div.menu_M.active>ul {
    height: calc(100vh - 315px);
    background-color: #eee;
  }

  .list_ul>li>span.list_tit {
    width: 80px;
  }

  .ekt_sub_title .ekt_sub_title_b {
    font-size: 18px;
  }

  .ekt_sub_btn .list_btn {
    line-height: 28px;

  }

  .ekt_sub_btn {
    top: auto;
    bottom: 0;
  }

  .ekt_sub_title {
    line-height: 28px;
  }

  .ekt_result_opinion>span.ekt_result_opinion_tit {
    line-height: 40px;
    width: 80px;
  }

  .ekt_result_opinion>span {
    line-height: 40px;
  }

  .ekt_result_opinion>span input {
    height: 25px;
  }

  .board_view .left .name,
  .board_view .left .time,
  .board_view .left .view_count {
    font-size: 12px;
  }

  .board_file_box {
    padding: 10px 10px 5px;
  }

  .sch_input_btn.full_sch_v4 .w_140:nth-child(2) {
    display: none;
  }

  /*유나수정640*/

  /*닉네임 설정*/
  .user-pop {
    width: 310px;
  }

  /*마이페이지 캘린더*/
  .raund_home_box #calendar.fc .fc-daygrid-day-number {
    font-size: 14px;
  }

  .raund_home_box #calendar.fc .fc-col-header-cell-cushion {
    font-size: 14px;
  }

  /*마이페이지 캘린더*/
  /*고객센터 반응형*/
  .customer .tit {
    font-size: 24px;
    line-height: 1.5;
  }

  .customer .tit span:last-child {
    display: block;
  }

  .customer .tit-add {
    font-size: 16px;
    line-height: 2;
    padding: 20px 10px;
  }

  .customer .step-wrap .step .lang {
    font-size: 18px;
    line-height: 1.5;
  }

  .customer .customer-board .tit {
    font-size: 20px;
  }

  .customer-board .board-qu .list .list-inner .blue_text {
    width: 35px;
  }

  .customer-board .board-qu .list .list-inner strong {
    width: 80px;
  }

  /*고객센터 반응형*/
  /*사이트맵 반응형*/
  .site-map:nth-child(2) {
    margin-top: 0;
  }

  .site-map {
    width: 100%;
  }

  /*사이트맵 반응형*/
  /*스튜디오예약 캘린더*/
  .raund_box #calendar.calendar_table.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    font-size: 12px;
  }

  /*스튜디오예약 캘린더*/
  /*기관소개_01*/
  .step_info_main>p {
    font-size: 24px;
    line-height: 1.5;
    top: 40px;
    left: 0;
    padding: 0 20px;
  }

  /*기관소개_01*/
  /*기관소개_02_02 인사말*/
  .step_gt_box .gt_sign {
    font-size: 16px;
  }

  .gt_mid_txt {
    padding: 50px 20px;
    font-size: 20px;
    line-height: 1.8;
  }

  .gt_info_txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 100px;
  }

  /*기관소개_02_02 인사말*/
  /*기관소개_02_03 연혁*/
  .historyBox {
    padding: 40px 20px 0;
  }

  .history_txtBoxIn .txt {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 25px;
  }

  .history_txtBoxIn .txt:before {
    top: 5px;
    left: 0px;
  }

  /*기관소개_02_03 연혁*/

  /*기관소개_02_04 찾아오시는 길*/
  .direction_map_info .map_data li {
    flex: 1 1 100%;
  }

  .direction_map_info .map_data li:last-child {
    margin-top: 20px;
  }

  /*기관소개_02_04 찾아오시는 길*/

  /*이용안내_01 원격지원*/
  .info_round_box p {
    word-break: keep-all;
    font-size: 16px;
    line-height: 1.6;
  }

  .info_round_box p b {
    font-size: 18px;
  }

  .info_round_box p {
    font-size: 18px;
    word-break: keep-all;
  }

  .info_about_list_v2 ul {
    margin: 0 20px;
  }

  .remote_btn {
    margin-bottom: 150px;
  }

  .remote_btn .btn_m_blue {
    width: calc(100% - 40px);
    max-width: 400px;
  }

  .remote_btn .btn_m_blue img {
    width: unset;
    height: unset;
  }

  /*이용안내_01 원격지원*/

  /*이용안내_02 이용약관*/
  .terms_box li {
    font-size: 16px;
    line-height: 1.7;
  }

  /*이용안내_02 이용약관*/

  /*이용안내_04 이메일무단 수집거부*/
  .privacy_box .prv_tit span {
    font-size: 22px;
  }

  .privacy_box>p {
    font-size: 16px;
  }

  .privacy_box_auto {
    padding-bottom: 100px;
  }

  /*이용안내_04 이메일무단 수집거부*/

  /* STEP업무포털_5커뮤니티_1일반형_보기 시작*/
  .board_list_btns li>span:first-child {
    font-size: 12px;
    flex: 1.2;
  }

  .board_list_btns li>span:first-child img {
    margin-right: 5px;
  }

  .board_list_btns li>a {
    flex: 3.2;
    font-size: 14px;
  }

  .board_list_btns li>span:last-child {
    font-size: 14px;
  }

  /* STEP업무포털_5커뮤니티_1일반형_보기 끝*/

  /*STEP업무포털_5커뮤니티_2갤러리형_쓰기 시작*/
  .write_datepicker_box .datepicker_box._M {
    width: 106px;
  }

  .write_datepicker_box .datepicker_box._M input[type="text"].hasDatepicker {
    background-position-x: 90.5%;
  }

  .write_datepicker_box .datepicker_box._M input {
    font-size: 13px;
    padding-left: 0;
  }

  /*STEP업무포털_5커뮤니티_2갤러리형_쓰기 끝*/



  /*STEP업무포털_5커뮤니티_5FAQ_목록 시작*/
  .notice-list .notice_cate {
    margin-right: 10px;
  }

  .notice-list li .quest {
    width: 60px;
  }

  .notice-list li .q_download_btns {
    padding: 0 10px;
  }

  .notice-list li .more_btn {
    width: 30px;
  }

  .notice-list li a img {
    width: 35%;
  }

  /*STEP업무포털_5커뮤니티_5FAQ_목록 끝*/

  /* STEP업무포털_9위키_3나의위키_5비용내역 시작 */
  .column .menu_tab li {
    line-height: 2.5;
  }

  .column .menu_tab li a {
    font-size: 14px;
  }

  .column .more_btn {
    font-size: 20px;
    background-size: contain;
  }

  /* STEP업무포털_9위키_3나의위키_5비용내역 끝 */

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 시작 */
  .add-text.tit_border {
    padding: 20px;
  }

  .tit_border .left p.tit {
    font-size: 20px;
  }

  .tit_border .right .btn {
    font-size: 14px !important;
  }

  .latest_ul>li {
    width: 100%;
  }

  .latest_txt .latest_board_info>div {
    width: calc((100% - 10px) / 3);
  }

  .tit_border .right {
    flex-wrap: wrap;
  }

  .tit_border .right .user-wrap {
    flex: 100%;
  }

  .tit_border .right a {
    margin-top: 10px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식목록 끝 */

  /* STEP업무포털_9위키_칼럼_일반직무지식쓰기 시작 */
  .bottom.flex.jc-sb .attention {
    font-size: 13px;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식쓰기 끝 */

  /* STEP업무포털_관리자_1위키_1위키관리_목록 시작*/
  .admin_sch_box._M ul li label {
    font-size: 16px;
    width: auto;
  }

  .admin_sch_box._M .sch_input_btn input[type=text] {
    width: calc(100% - 155px);
  }

  /* STEP업무포털_관리자_1위키_1위키관리_목록 끝*/

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 시작 */

  .reply_write._M .black-btn {
    line-height: 80px;
    font-size: 16px;
    width: 100px;
  }

  .reply_list._M span {
    margin-right: 10px;
  }

  .reply_list._M span:nth-child(2) {
    font-size: 12px;
  }

  .reply_list .img-box img {
    max-width: 80px;
    height: auto;
  }

  /* STEP업무포털_9위키_칼럼_일반직무지식보기 끝 */

  /* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 시작 */

  .board_write._M li:nth-last-child(2) {
    flex-wrap: wrap;
  }

  .board_write._M li:nth-last-child(2) p.wr_tit {
    flex: 20%;
  }

  .board_write._M li:nth-last-child(2) p.wr_txt {
    flex: 80%;
  }



  /* STEP업무포털_관리자_3기타_1서비스요청(CRS)관리_등록 끝 */

  /*유나수정*/

  /* STEP업무포털_내용전문가 시작*/
  .step_wrap ul li {
    padding: 0 30px;
  }

  .step_wrap ul li:last-child .step_box {
    right: -15px;
  }

  .step_wrap ul li:first-child .step_box {
    left: -15px;
  }

  .basic_btn {
    padding: 0 10px;
    min-width: 80px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .sub_tit .btn_right {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }

  .sub_tit span {
    font-size: 18px;
  }

  .step_wrap .step_box p:first-child {
    font-size: 12px;
  }

  .step_wrap .step_box p:first-child b {
    font-size: 16px;
  }

  .step_wrap .step_box p:last-child {
    min-height: 32px;
  }

  .info_box>img {
    width: 45px;
    left: 20px;
  }

  .info_box {
    padding: 15px 20px 10px 80px;
    min-height: 80px;
  }

  .info_box .info_txt>span {
    font-size: 12px;
    padding: 6px 10px 5px;
  }

  .info_box .info_txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .table01 td {
    font-size: 12px;
  }

  .table01 th {
    font-size: 12px;
  }

  .url {
    font-size: 12px;
  }

  .table_txt_box .text {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 20px;
  }

  .table03 th {
    width: 120px;
  }

  .table03 th {
    font-size: 12px;
  }

  .table04 th.inner_th {
    font-size: 12px;
  }

  .mo_auto {
    width: auto !important;
  }

  /* STEP업무포털_내용전문가 끝*/
  /* STEP업무포털_평생과정 시작 */
  .edu_sch_box input {
    padding-left: 50px;
  }

  .edu_sch_box .reset_btn {
    min-width: 30px;
  }

  .edu_cate_wrap li .edu_cate_con {
    padding: 8px;
  }

  .gallery_list ul li {
    width: 100%;
  }

  .gallery_list ul li:nth-child(2n) {
    margin-bottom: 2%;
  }

  .gallery_list ul li:nth-last-child(-n+4) {
    margin-bottom: 2%;
  }

  .edu_sch_wrap {
    padding: 10px 10px 15px;
  }

  .edu_select_box ul li .date_box .w_150 {
    width: 47% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .edu_select_box ul li .date_box>span {
    margin: 0 0.5%;
  }

  .edu_select_box>ul>li {
    padding: 10px;
    flex-wrap: wrap;
  }

  .edu_select_box>ul>li>span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: none;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    ;
  }

  .class_btn {
    width: 20px;
    height: 20px;
  }

  .class_btn img {
    width: 8px;
  }

  .class_select_btn {
    width: auto;
  }

  /* STEP업무포털_평생과정 끝 */
  /* STEP업무포털_기타_2일정관리_목록 시작 */
  .pop_content.pop_w_800 {
    max-width: 380px;
  }

  .pop_content {
    max-width: 90%;
  }

  .pop_sch_box {
    flex-wrap: wrap
  }

  .pop_sch_box>span {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .pop_sch_box .w_300 {
    width: 100% !important;
    flex: 1;
  }

  /* STEP업무포털_기타_2일정관리_목록 끝 */
  /* 최종추가 */
  .replay_v_info>span {
    font-size: 12px;
    line-height: 35px;
  }

  .replay_v_tit {
    padding-left: 25px;
    font-size: 16px;
  }

  .replay_v_tit::before {
    width: 16px;
    height: 18px;

  }

  .lock_sub img {
    width: 12px;
  }

  .qna_a_btn {
    width: auto;
    font-size: 10px;
    letter-spacing: -0.7px;
  }

  .lock_sub {
    padding-right: 10px;
  }

  .column .add-text2._M {
    padding: 15px;
  }

  .column .board_write._M>li {
    flex-wrap: wrap;
  }

  .board_write._M li p.wr_tit {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    flex: auto;
    line-height: normal;
    margin-top: 5px;
  }

  .board_write._M li p.wr_con div.w_450 {
    margin-top: 5px;
  }

  .board_write._M li p.wr_con label {
    margin-top: 5px;
  }

  .info_img_right {
    margin-bottom: 20px;
  }

  /* PBT시스템_0메인 시작 */

  .project_ct_box>ul {
    flex-wrap: wrap;
  }

  .project_ct_box>ul>li .pr_number {
    font-size: 22px;
  }

  .project_ct_box>ul>li .pr_txt {
    font-size: 15px;
  }

  .project_ct_box>ul>li {
    padding: 20px 15px;
    width: 100%;
  }

  .project_ct_box>ul>li>div {
    border-right: 0;
    justify-content: flex-start;

  }

  /* PBT시스템_0메인 끝 */
  /*1005 포틀릿 반응형*/
  /* 1106 마켓 안내 {  */
  .market_info {
    background-position: bottom;
    padding-bottom: 0;
  }

  .market_info>* {
    position: relative;
  }

  .market_info>img {
    top: 0;
    width: 80%;
    margin: 25px auto 0;
    display: block;
  }

  .market_info>div {
    top: 0;
  }

  .market_info>div>span>img {
    width: 135px;
  }

  .market_info>div>span::after {
    width: 100%;
  }

  .market_info_txt {
    margin-top: 50px;
  }

  .market_info_txt>ul {
    display: block;
  }

  .market_info_txt>ul>li:first-child {
    margin-right: 0;
    margin-bottom: 35px;
  }

  /* 1106 마켓 안내 }   */
  /* 1106 마켓 이용안내 {  */
  .market_info_txt>ul>li {
    width: 100%;
  }

  .market_info_border_ul>li>div>p {
    font-size: 12px;
    line-height: 16px;
  }

  .market_info_border_ul>li>div>p>span {
    font-size: 10px;
    line-height: 15px;
  }

  .market_info_border_ul2>li {
    width: 50%;
    padding-bottom: 57%;
    margin-bottom: 20px;
  }

  .market_diamond_ul>li>p {
    font-size: 14px;
  }

  .market_info_bottom2 {
    display: block;

  }

  .market_info_bottom2>div {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .market_info_bottom2 {
    padding: 30px 20px;
  }

  .market_info_bottom2>ul>li>p {
    font-size: 14px;
  }

  /* 1106 마켓 이용안내 }  */
  /* 1106 마켓 - 판매과정 목록 리스트형{  */
  .market_thumb_list>li>a {
    display: block;
  }

  .market_thumb_list>li .img {
    border-bottom: 1px solid #d2d2d2;
    border-right: 0;
  }

  .market_thumb_list>li .img>div>img {
    width: 100%;
    height: auto;
  }

  .market_thumb_list>li .txt .right {
    display: block;
  }

  .market_thumb_list>li .txt .right>*:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .market_sch_box>div>ul>li>.con {
    display: block
  }

  .market_sch_box>div>ul>li .con .market_sch_btn {
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    height: 30px;
  }

  .market_sch_box>div>ul>li .con .market_sch_btn span {
    font-size: 20px;
  }

  /* 1106 마켓 - 판매과정 목록 리스트형 }   */

  /* 1106 마켓-판매과정-참여판매사 { */
  .market_seller_list>li .logo {
    height: 80px;
  }

  .market_seller_list>li p {
    font-size: 14px;
    margin-top: 10px;
  }

  .market_seller_list>li {
    width: 48.5%;
    margin-right: 1.25%;
    margin-bottom: 3%;
  }

  .market_seller_list>li:nth-last-child(-n+3) {
    margin-bottom: 3%;
  }

  .market_seller_list>li:nth-child(3n) {
    margin-right: 1.25%;
  }

  .market_seller_list>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .market_seller_list>li:nth-child(2n) {
    margin-right: 0;
  }

  .market_seller_list>li .logo>img {
    max-height: calc(100% - 20px);
  }

  /* 1106 마켓-판매과정-참여판매사 } */

}


@media(max-width:500px) {
  .rp_body .board_list>table {
    border-top: 1px solid #000;
    font-size: 13px;
  }

  .rp_body .board_list>table td {
    font-size: 12px;

  }

  .rp_body .download_btn img {
    width: 20px;
  }

  .rp_body .sch_box .bootstrap-select div.dropdown-menu {
    top: 30px !important;
  }

  .rp_body .bootstrap-select div.dropdown-menu li>a {
    font-size: 14px;
  }

  .rp_body .sch_box .bootstrap-select .selectpicker+.dropdown-toggle {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 25px;
    border-width: 1px;
  }

  .rp_body .sch_box .sch_input_box input {
    font-size: 14px;
  }

  .rp_body .bootstrap-select div.dropdown-menu li>a {
    line-height: 25px;
  }

  .rp_body .sch_box .sch_btn {
    width: 30px;
  }

  .rp_body .board_list .board_top .count b {
    font-size: 16px;
  }

  .rp_body .board_list .board_top .count {
    font-size: 14px;
  }


  .rp_body .bootstrap-select .selectpicker+.dropdown-toggle::after {
    width: 14px;
    height: 6px;
    right: 5px;
  }

  .rp_body .pg_wrap button,
  .rp_body .pg_wrap span {
    margin-right: 2px;
    width: 18px;
    height: 18px;
    line-height: 20px;
  }

  .rp_body .board_list>table th {
    font-size: 13px;
  }

  .rp_body .sch_box {
    padding: 0;
  }

  .rp_body .sch_box .sch_input_box {
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    border-width: 1px
  }

  .rp_body .sch_box .sch_btn img {
    width: 15px;
  }

  .ft_info_txt p {
    line-height: 17px;
  }

  .rp_body .my_class_txt .my_class_tit {
    font-size: 14px;
    line-height: 18px;
    min-height: 0;
  }

  .rp_body .my_class_table td {
    line-height: 20px;
  }

  .rp_body .my_class_table td p:first-child {
    margin-bottom: 5px;
  }

  .rp_body .my_class_table td p:last-child {
    margin-top: 5px;
  }

  .rp_body .my_class_ul>li {
    width: 100%;
    margin-bottom: 2%;
  }

  .rp_body .my_class_ul>li:nth-child(3n) {
    margin-right: 0;
  }

  .rp_body .rp_body .my_class_ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .rp_body .rp_body .my_class_ul>li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .rp_body .rp_body .my_class_ul>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }



  .rp_body .bootstrap-select div.dropdown-menu {
    top: 30px !important;
  }

  .ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle::after {
    right: 8px;
  }

  .ft_right_top .bootstrap-select div.dropdown-menu li>a {
    padding-left: 18px;
  }

  .ft_left_top .ft_menu li {
    padding: 0 7px;
  }

  .ft_left_top .ft_menu li::after {
    right: -2px;
  }

  .rp_body .step_top_title2 {
    font-size: 18px;
  }

  .rp_body .table_tit {
    font-size: 16px;
  }

  .rp_body .my_class_wrap {
    padding: 20px 0;
  }

  .rp_content_1600 {
    padding: 20px 20px 40px;
  }

  .rp_body .step_notice_sub_tab {
    display: table;
    width: 100%;
  }

  .rp_body .step_notice_sub_tab li::after {
    right: -4px;
    font-size: 10px;
  }

  .rp_body .step_notice_sub_tab li {
    text-align: center;
    display: table-cell;
    padding: 0;
    font-size: 13px;
  }

  .rp_body .notice-list li .quest {
    width: 50px;
  }

  .rp_body .sch_box {
    margin: 20px 0;
  }

  .rp_body .step_hd .logo_imgs img {
    width: 70px;
  }

  .rp_body .step_hd .go_step {
    width: 9px;
    height: 18px;
  }

  .rp_body .step_hd .logo_imgs {
    margin-right: 10px;
  }

  .ft_sns a {
    width: 25px;
  }

  .rp_body #family_site .family_slide li {
    min-height: 60px;
  }

  .rp_body .tab_menu li {
    height: 30px;
    line-height: 30px;
  }

  .rp_body .board_list .board_top {
    border-bottom: 1px solid #000;
  }

  .rp_body .notice-list li {
    font-size: 14px;
  }

  /* 0906-반응형 - 640px */
  .room_d-day {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .ekt_hd_right_box {
    display: flex;
    flex-flow: column-reverse;
  }

  .raund_home_ing_box {
    display: block;
    position: relative;
    padding-right: 50px;
  }

  .raund_home_ing_box>span {
    display: block;
  }

  .raund_home_ing_line_layer {
    width: 100%;
  }

  .raund_home_ing_tit {
    margin-bottom: 10px;
  }

  .raund_home_ing_num {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .raund_home_ing_num>span {
    font-size: 18px;
  }

  .raund_home_btn {
    font-size: 12px;
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
  }

  .raund_home_btn::before {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 17px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
  }

  .raund_table table td .mini_link {
    padding: 0 5px;
    letter-spacing: -0.5px;
  }

  .rp_body .step_hd {
    padding-right: 45px;
  }

  .rp_body .step_hd_right .step_hd_txt_span {
    font-size: 12px;
  }

  .ekt_body .step_hd .logo_imgs span {
    display: none;
    ;
  }

  .rp_body .step_hd .step_hd_txt {
    margin-right: 4px;
  }

  .rp_body .step_hd .go_step {
    height: 12px;
    width: 6px;
  }


  .pop_result_top .pop_result_top_l {
    display: block;
  }

  .pop_result_top_r {
    width: 70px;
    ;
  }

  .pop_result_top_l .pop_result_top_tit {
    font-size: 16px;
    line-height: normal;
  }

  .pop_result_top_info {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  .pop_content {
    min-width: 90%;
  }

  .pop_result_top_l {
    padding: 10px;
  }

  .pop_result_top_info .pop_result_top_time {
    margin-right: 5px;
    font-size: 12px;
    line-height: 28px;
    height: 25px;
  }

  .pop_result_top_info .pop_result_top_btn {
    font-size: 12px;
    height: 25px;
  }

  .pop_result_top_r {
    line-height: 70px;
  }

  .pop_result_exam_ul {
    padding: 10px;
  }

  .pop_result_exam_list_tit {
    font-size: 14px;
    word-break: keep-all;
    line-height: 20px;
    padding: 5px 10px;
  }

  .pop_result_exam_list_tit.poll_title:after {
    top: 3px;
    left: 10px;

  }

  .pop_result_exam_list_tit.poll_title {
    padding-left: 30px;
  }

  .pop_result_exam_num {
    font-size: 16px;
  }

  .radio span {
    width: 16px;
    height: 16px;
  }

  .pop_result_exam_ul>li .radio>strong {
    margin-left: 10px;
  }

  .pop_result_exam_box {
    margin-top: 15px;
  }

  .pop_result_ing_top>i {
    font-size: 16px;
  }

  .pop_result_ing_top {
    line-height: 30px;
  }

  .board_view .left .name,
  .board_view .left .time {
    margin-right: 10px;
  }

  .sch_input_btn.full_sch_v4>input[type=text] {
    width: calc(100% - 10px);
  }

  .completion_result_ul {
    margin-left: 10px;
  }

  .completion_result_school {
    font-size: 16px;
  }

  .completion_result_date {
    font-size: 15px;
  }

  .completion_result_txt {
    font-size: 14px;
  }

  .completion_result_ul>li>span {
    font-size: 12px;
  }

  .completion_result_ul>li>span:first-child {
    width: 75px;
  }

  .completion_result_title {
    font-size: 25px;
    margin-left: 30px;
  }

  .completion_result_ho {
    font-size: 12px;
  }

  .sch_input_btn.full_sch_v5 input[type=text].sch_input {
    width: calc(100% - 5px);
  }

  .sch_input_btn.full_sch_v5 input[type=text] {
    width: calc(100% - 5px);

  }

  .sch_input_btn.full_sch_v2>input[type=text] {
    width: calc(100% - 5px) !important;

  }

  /* STEP업무포털_마이페이지 시작*/
  .social_box .social_ico {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .social_box {
    padding: 0;
  }

  #manager_plus .pop_content {
    min-width: 340px;
  }

  /* STEP업무포털_마이페이지 끝*/

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 시작 */
  .info_txt_list>ul>li {
    font-size: 14px;
    padding-left: 22px;
    word-break: keep-all;
  }

  .info_txt_list_title>span {
    display: block;
  }

  .info_txt_list>ul>li::before {
    width: 18px;
    height: 17px;
    top: 3px;
  }

  .mini_txt_blue {
    font-size: 12px;
    line-height: 20px;
  }

  .info_txt_list_title {
    font-size: 16px;
  }

  /* STEP업무포털_기타_1스튜디오예약_1스튜디오안내 끝 */
  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록  시작*/
  .admin_sch_box>ul>li.full_sch_v3 label:last-child {
    flex-wrap: wrap;
  }

  .admin_sch_box>ul>li.full_sch_v3 .w_300 {
    width: 100% !important;
    flex: auto;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }

  .sch_input_btn.full_sch_v3 input[type=text] {
    max-width: calc(100% - 65px);
  }

  .board_top_info>ul>li>strong {
    font-size: 14px;
  }

  .board_top_info>ul>li>strong>span {
    font-size: 18px;
  }

  /* STEP업무포털_관리자_3기타_1서비스%20요청(CRS)%20관리_목록  끝*/
  /* 최종추가 */
  .notice-list li .quest {
    font-size: 18px;
    width: 40px;
  }

  .notice-list li .flex1 {
    font-size: 14px;
  }

  .notice-list li .more_btn {
    width: 12px;
    min-height: 10px;
    margin: 0 5px;
    background-size: cover;
  }

  .board_list>table td {
    font-size: 12px;
  }

  .board_list>table th {
    font-size: 12px;
  }

  #family_site .family_slide li {
    min-height: 60px;
  }

  .ft_right_top {
    flex-wrap: wrap;
  }

  .ft_right_top .bootstrap-select .selectpicker+.dropdown-toggle {
    width: 100%;
  }

  .ft_right_top .bootstrap-select {
    width: 100%;
  }

  .ft_right_top .bootstrap-select:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ft_right_top .bootstrap-select div.dropdown-menu {
    height: 75px;
  }

  .ft_right_top .bootstrap-select div.dropdown-menu ul.inner li>a::before {
    left: 10px;
  }

  /* 0906 */
  /* PBT시스템_1전체과정 시작 */
  .pbt_pro_ul>li>.pbt_pro_ico {
    height: 45px;
    width: 45px;
  }

  .pbt_pro_ul>li.on>.pbt_pro_ico {
    height: 60px;
    width: 60px;
  }

  .pbt_filter_menu>ul {
    flex-wrap: wrap;
  }

  .pbt_filter_menu>ul>li {
    width: 50%;
    text-align: center;

  }

  .pbt_filter_menu>ul>li:nth-child(2n)::after {
    display: none;
  }

  .pbt_pro_ul.mt-70 {
    margin-top: 0 !important;
  }

  /* PBT시스템_1전체과정 끝 */
  .raund_home_box_v2 .raund_home_ing_box {
    display: block;
  }

  .pbt_list>ul>li {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .pbt_ck_li_box>div:last-child {
    padding-right: 5px;
  }

  .pbt_filter_btn {
    font-size: 14px;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 시작 */
  .pbt_pp_box>ul>li {
    flex-flow: column-reverse;
  }

  .pbt_pp_box .pbt_pp_txt {
    width: 100%;
    margin-top: 15px;
  }

  /* PBT시스템_3나의강의실_2PBT관리_4나의PBT_1PBT수행이력_목록 끝 */

  /*달력 반응형 추가*/
  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(2) {
    padding: 0 50px;
  }

  .raund_home_box #calendar .btn-primary {
    font-size: 14px;
    padding: 0 14px;
  }

  .raund_home_box #calendar .fc-prev-button {
    padding: 0;
  }

  .raund_home_box #calendar .fc-next-button {
    padding: 0;
  }

  .raund_home_box #calendar.rp_calender .fc-toolbar-chunk:nth-child(3) {
    padding-left: 62px;
  }

  /* 1106 마켓-판매과정-목록-앨범형{ */
  .market_gall_list>li {
    width: 100%;
    margin-right: 0;
  }

  .market_gall_list>li:nth-last-child(-n+2) {
    margin-bottom: 3%
  }

  .market_gall_list>li:last-child {
    margin-bottom: 0
  }

  /* 1106 마켓-판매과정-목록-앨범형} */

  /* 1106 마켓-판매센터_판매사신청 {  */
  .market_seller_process>ul>li>p {
    font-size: 14px;
  }

  .market_seller_process>ul>li img {
    width: 50px;
  }

  .market_seller_process>ul>li>span {
    width: 30px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  .market_seller_process>ul>li::before {
    width: 12px;
    height: 20px;
    left: -12px;
  }

  .market_seller_form_list li {
    font-size: 14px;
    display: flex;
  }

  .market_seller_form_list li>* {
    flex: 1;
    word-break: keep-all;
  }

  .market_seller_form_list li>span {
    flex: none;
  }

  .market_seller_form_list {
    padding-top: 10px;
  }

  .market_seller_process>ul {
    padding: 20px 10px;
  }

  /* 1106 마켓-판매센터_판매사신청 }  */

}


/* /아이프레임 달력/ */

@media(max-width:1500px) {
  .raund_box.studio .calendar_table {
    width: 60%;
  }

  .raund_box.studio .reservation_day {
    padding-left: 15px;
  }


}

@media(max-width:1150px) {
  /*.calendar_table {
    width: 60%;
  }

  .reservation_day {
    padding-left: 15px;
  }*/

  .raund_box.studio .calendar_table {
    width: 100%;
  }

  .raund_box.studio>div.reservation_day .no_reservation {
    margin-top: 0;
  }

  .raund_box.studio {
    display: block;
    min-height: 0px;
  }

  .raund_box.studio>div {
    display: block;
    width: 100%;
  }

  .raund_box.studio>div.reservation_day {
    margin: 80px 0;
  }

}



@media(max-width:840px) {
  .raund_box:not(.studio) {
    display: block;
    min-height: 0px;
  }

  .raund_box:not(.studio)>div {
    display: block;
    width: 100%;
  }

  .info_about_list {
    padding: 0px 10px
  }

  .calendar_table {
    width: 100%;
  }

  .reservation_day {
    padding-left: 0;
  }

  .portlet_chart ul li .ico_box {
    width: 72px;
    height: 72px;
  }

  .portlet_chart ul li .ico_box img {
    width: 40px;
  }

  .customer-board .counsel-box .list .call {
    font-size: 36px;
  }

  .customer-board .counsel-box .list_txt_center {
    font-size: 18px;
  }
}

@media(max-width:400px) {
  .portlet_content .rc_list>li {
    border-right: 0
  }

  .studio_info>span {}

  .rc_list_v2 .rc_grid_list .txt {
    padding: 18px 10px;
  }

  .rc_list_v2 .rc_grid_list .thumb {
    width: 175px;
    max-width: 175px;
    min-width: 175px;
  }

  .rc_list_v2 .rc_grid_list .txt a {
    padding: 5px 12px;
  }
}

.pop_hd p {
    color: #0676dd;
    font-size: 18px;
    font-weight: 700;
}