/********************** 메인 ****************************************/
select:focus{/* outline: none; */}
input:focus{/* outline: none; */}
.btnBlack{
  background: #333;
  color: #FFF;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #333;
}
.btnGray{
  background: #F3F5F7;
  color: #333;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #E1E4E8;
}
.btnWhite{
  background: #FFF;
  color: #666D73;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #E1E4E8;
}
.btnBlue{
  background: #0088FF;
  color: #FFF;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #0088FF;
}
.delete_btn_pc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.blue{color: #0088FF !important;}
.red{color: #FF444E !important;}
.main_images {
  position: relative;
  padding: 30px 0px;
  background-color: #FBFBFB;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain; /* 로그인 전 메인 이미지 */
  z-index: -1;
}
.main_back {
  margin: auto;
  background-image: url('/el/images/osms/0/main/back.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 67.708333vw;
  max-width: 900px;
  height: 27.8125vw;
  max-height: 360px;
  position: relative;
}
.main_back>img {
  width: 100%;
  height: 100%;
}
.main_join_btn {
  position: absolute;
  left:50%;
  bottom: 15%;
  margin-left: -75px;
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 50px;
  background-image: url('/el/images/osms/0/main/btn_join.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main_left {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 40px
}
.main_right {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 40px
}
@media screen and (max-width: 800px) {
  .main_join_btn {
    margin-left: -9.375vw;
    max-width: 18.75vw;
    max-height: 5.625vw;
  }
  .main_images {
   padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .main_back {
    background-image: url('/el/images/osms/0/m/main/back.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 62.5vw;
    max-height: 400px;
  }
  .main_images {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .main_left, .main_right {
    width: 6.25vw
  }
  .main_join_btn {
    left:50%;
    bottom: 18%;
    margin-left: -11.71875vw;
    max-width: 23.4375vw;
    max-height: 7.8125vw;
    background-image: url('/el/images/osms/0/m/main/btn_join.png');
  }
}
/* @media screen and (min-width: 1300px) {
  .main_back>img {
    padding: 0px 16%
  }
}
@media screen and (min-width: 1920px) {
  .main_back>img {
    padding: 0px;
    width: 1300px;
    height: 630px
  }
} */

/* 2.0 리뉴얼 */
.main_image_wrap {
  height: 480px;
  margin-bottom: 123px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.main_image_wrap.not_exists_notice{
  margin-bottom: 43px;
}

.main_image_wrap .main_image_background {
  background: #2A3140;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.main_image_wrap .main_image_text_wrap {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: auto;
}

.main_image_text_wrap .main_image_title {
  font-family: "Noto Sans Korean";
  font-weight: 700;
  font-size: 36px;
  line-height: 170%;
  color: #FFFFFF;
}

.main_image_text_wrap .main_image_text {
  margin-top: 20px;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.8;
  word-break: keep-all;
}

.main_image_box_slide {
  position: absolute;
  bottom: -138px;
  left: 50%;
  transform: translateX(-50%);
/*   max-width: 1308px; */
  max-width: 1132px;
  width: calc(100% - 96px);
/*   display: grid; */
  gap: 40px;
/*   grid-template-columns: 48px 1fr 48px; */
  align-items: center;
  z-index: 15;
}

.main_image_box_slide .box_left_btn
,.main_image_box_slide .box_right_btn {
  width: 48px;
  height: 48px;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.main_image_box_slide .box_left_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_left_white.png');
}

.main_image_box_slide .box_right_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_right_white.png');
}

.main_image_box_slide .box_slide_scroll {
/*   overflow: hidden; */
  text-align: center;
}

.main_image_box_wrap {
  display: flex;
  gap: 32px;
  margin: auto;
  padding-bottom: 16px;
}

.main_image_box {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 356px;
  height: 174px;
  padding: 28px;
  text-align: justify;
  border:none;
}
.main_image_box:focus{
  text-decoration: underline;
}

.main_image_box .box_badge {
  border: 1px solid #0088FF;
  border-radius: 13.5px;
  padding: 2px 8px;
  color: #0088FF;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
}

.main_image_box .box_text {
  margin-top: 14px;
  color: #333333;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_regular_list_box_time_table_text {
  width: 50px;
  font-family: "Inter", "Noto Sans Korean";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_image_box .box_sub_text {
  margin-top: 12px;
  color: #99A1A8;
  font-family: "Inter", "Noto Sans Korean";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.main_content_slide_wrap {
  max-width: 1308px;
  width: calc(100% - 96px);
  margin: 80px auto;
}

.main_content_wrap {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 80px auto 0 auto;
}

.main_content_wrap:last-of-type {
  margin-bottom: 80px;
}

.main_content_slide_wrap .main_content_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  position: relative;
  max-width: 1132px;
  margin: 0 88px 24px 88px;
}

.main_content_wrap .main_content_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  position: relative;
  margin-bottom: 24px;
}

.main_content_title .main_content_slide_dot {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  gap: 8px;
}

.main_content_slide_dot > div {
  background-image: url('/el/images/common/gray_dot.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
}

.main_content_slide_dot > div.dot_on {
  background-image: url('/el/images/common/blue_dot.png');
}

.main_content_box_slide {
  display: grid;
  gap: 40px;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
}

.main_content_box_slide .box_left_btn
,.main_content_box_slide .box_right_btn {
  width: 48px;
  height: 48px;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.main_content_box_slide .box_left_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_left_black.png');
}

.main_content_box_slide .box_right_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_right_black.png');
}

.main_content_box_slide .box_slide_scroll {
  overflow: hidden;
}

.main_content_slide_body .main_content_box_wrap {
  display: inline-flex;
  gap: 32px;
  margin: auto;
  padding-bottom: 16px;
  align-items: flex-start;
}

.main_content_box {
  border: 1px solid #E7E9ED;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 52px;
}

.main_content_box .box_thumbnail {
  width: 100%;
  height: 145px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ABB2B8;
  position: relative;
}

.box_thumbnail .box_thumbnail_badge {
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #FF444E;
  padding: 6px 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15.5px;
  font-family: "Inter", "Noto Sans Korean";
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  white-space: nowrap;
}

.main_content_box .box_body {
  padding: 16px 24px;
  height: 144px;
}

.main_content_box .box_subtitle {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #0088FF;
  margin-bottom: 8px;
}

.main_content_box .box_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content_box:hover .box_title {
  color: #0088FF;
  text-decoration: underline;
}

.main_content_box .box_sub_text {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #99A1A8;
  margin-top: 12px;
}

.main_content_box .box_bottom {
  border-top: 1px solid #E7E9ED;
  padding: 16px 4px;
  margin: 0 20px;
}

.main_content_box .box_text {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}

.main_content_box .box_text:first-child {
  margin-top: 0;
}

.box_text .box_text_icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  flex-basis: 18px;
  flex-grow: 0;
}

.box_text_icon.box_icon_flag {
  background-image: url('/el/images/common/flag.png');
}

.box_text_icon.box_icon_calendar {
  background-image: url('/el/images/common/calendar.png');
}

.box_text_icon.box_icon_table {
  background-image: url('/el/images/common/table.png');
}

.box_text_icon.box_icon_view {
  background-image: url('/el/images/common/view.png');
}

.box_text_icon.box_icon_won {
  background-image: url('/el/images/common/won.png');
}

.box_text > span {
  font-family: "Inter", "Noto Sans Korean";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
}

.main_content_box .box_bottom_btn {
/*   margin-top: 10px; */
  padding: 16px;
  background-color: #F3F5F7;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #868F97;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.box_bottom_btn.btn_on {
  background-color: #F1F7FF;
  color: #333333;
}

.box_bottom_btn.btn_on > span.blue_text {
  color: #0088FF;
}

.box_bottom_btn.btn_on > span.red_text {
  color: #FF444E;
}

.main_content_slide_body .main_content_bottom {
  max-width: 1132px;
  margin: 12px 88px 0 88px;
  position: relative;
  overflow: hidden;
}

.main_image_more_btn {
  padding-right: 28px;
  background:none;
  border:none;
  background-image: url('/el/images/common/arrow_right_white.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -43px;
  right: 0;
  display: none;
}

.main_content_more_btn {
  padding-right: 28px;
  background:none;
  background-image: url('/el/images/common/arrow_right_blue.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0088FF;
  float: right;
  cursor: pointer;
  border:none;
}

.main_content_body .main_content_box_wrap {
  display: grid;
  gap: 40px 32px;
  margin: auto;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}

.main_content_body .main_content_bottom {
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}

.main_sub_content_wrap {
  background-color: #F3F5F7;
  padding: 80px 0 100px 0;
  margin-top: 80px;
}

.main_sub_content_wrap > div {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: auto;
}

.main_sub_content_wrap .main_sub_content_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
}

.main_sub_content_body .main_sub_content_box_wrap {
  display: grid;
  gap: 24px 32px;
  margin-top: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.main_sub_content_box {
  width: 100%;
  height: 88px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

/* 관련사이트 */
.main_sub_content_box.logo_01{background-image: url('/el/images/osms/kiria/main/logo_01.png');}
.main_sub_content_box.logo_01:hover{background-image: url('/el/images/osms/kiria/main/logo_01_on.png');}
.main_sub_content_box.logo_02{background-image: url('/el/images/osms/kiria/main/logo_02.png');}
.main_sub_content_box.logo_02:hover{background-image: url('/el/images/osms/kiria/main/logo_02_on.png');}
.main_sub_content_box.logo_03{background-image: url('/el/images/osms/kiria/main/logo_03.png');}
.main_sub_content_box.logo_03:hover{background-image: url('/el/images/osms/kiria/main/logo_03_on.png');}

.page_title {
  display: flex;
  align-items: center;
  grid-template-columns: 1fr 418px;
  padding-bottom: 28px;
  justify-content: space-between;
}

.page_title.border_bottom {
  border-bottom: 1px solid #333333;
}

.page_title > span {
  flex-basis: 0;
  flex-grow: 1;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  color: #333333;
}

.title_search_wrap {
  display: flex;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  flex-basis: 418px;
  flex-grow: 0;
  align-items: center;
}

.filter_btn {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  flex-grow: 0;
  border: 1px solid #E1E4E8;
  border-radius: 6px;
  background:none;
  background-image: url('/el/images/common/filter.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
}

.filter_btn.filter_on {
  background-image: url('/el/images/common/filter_on.png');
  background-color: #333333;
  border-color: #333333;
}

.search_input_wrap {
  width: 360px;
  flex-basis: 360px;
  flex-grow: 0;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  background-color: #ffffff;
}

.search_input_wrap > input {
  padding: 14px 8px 14px 16px;
  border: none;
  width: 100%;
}

.search_input_wrap > .search_icon {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/search_gray_16.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 16px;
  cursor: pointer;
}

.search_input_wrap > button > .search_icon {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/search_gray_16.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 16px;
  cursor: pointer;
}

.search_input_wrap > .search_icon:hover {
  background-image: url('/el/images/common/search_black_16.png');
}

.filter_wrap {
  margin-top: 20px;
  background-color: #F8F9FB;
  border-radius: 8px;
  padding: 12px 40px 20px 40px;
}

.filter_wrap .filter_dv_wrap {
  padding: 28px 0;
  border-bottom: 1px solid #E1E4E8;
}

.filter_wrap .filter_dv_title
,.filter_dv_item_title {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.filter_wrap .filter_dv_item_wrap {
  margin-top: 20px;
}

.filter_dv_item_wrap .filter_dv_item {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.filter_label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filter_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter_flex > label {
  min-width: calc(20% - 16px);
}

.filter_label > input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  flex-basis: 20px;
  flex-grow: 0;
  cursor: pointer;
}

.filter_label > span {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
}

.filter_wrap .filter_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.filter_dv_item_select_wrap {
  display: flex;
  gap: 8px;
}

.filter_dv_item_select_wrap > select {
  padding: 5px;
}

.select_filter_item_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.select_filter_item_wrap .select_filter_item {
  background-color: #E1E4E8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
}

.select_filter_item .select_filter_item_delete {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/del_btn.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.filter_bottom .filter_bottom_btn {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 180px;
  height: 50px;
  padding: 14px 0;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
}

.filter_bottom_btn.gray_btn {
  color: #333333;
  border:none;
  background-color: #E1E4E8;
}

.filter_bottom_btn.black_btn {
  color: #FFFFFF;
  background-color: #333333;
}

.filter_bottom_btn .init_icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-grow: 0;
  background-image: url('/el/images/common/init.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.select_count_text {
  font-family: "Inter", "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 20px;
}

.select_count_text > span {
  color: #0088FF;
}

.main_info_top {
  padding: 80px 48px;
  background-color: #F3F5F7;
  text-align: center;
}

.main_info_top .main_info_title {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #333333;
  margin-bottom: 28px;
}

.main_info_search_wrap {
  max-width: 420px;
  width: 100%;
  display: inline-flex;
  margin: 0 auto; 
  border-bottom: 1px solid #333333;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.main_info_search_wrap > .search_icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-grow: 0;
  background-image: url('/el/images/common/input_big_search.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.main_info_search_wrap > input {
  flex-basis: 0;
  flex-grow: 1;
  padding: 14px 0;
  background-color: #F3F5F7;
  border: none;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.main_info_body {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 0 auto 160px auto;
}

.info_table2 {
  border-top: 1px solid #333333;
}

.info_table2 .info_table2_li {
  width:100%;
  background:none;
  border:none;
  padding: 20px 16px;
  border-bottom: 1px solid #E1E4E8;
  position: relative;
}

.info_table2_li .info_table2_right_text {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.info_table2_li .info_table2_title {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_table2_title_text{
  width : calc(100% - 85px);
}
.info_table2_title_text .new_icon{
  width : 16px;
} 

.info_table2_title > span {
  color: #0088FF;
  margin-right: 8px;
}

.info_table2_li .info_table2_sub_text_wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info_table2_sub_text_wrap .info_table2_sub_text {
  font-family: "Inter", "Noto Sans Korean";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #99A1A8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info_table2_sub_text_wrap .vertical_line {
  width: 1px;
  height: 12px;
  background-color: #CFD4D8;
}

.info_table2_sub_text .info_table2_sub_icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-grow: 0;
  background-image: url('/el/images/common/view.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.info_item_icon_wrap{
  display: inline-flex;
  margin-left: 2px;
}
.info_item_icon_wrap .activity_icon{
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}

.main_top_notice_wrap {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 48px auto 0 auto;
  display: none;
}

.main_top_notice_list_wrap{
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  padding: 0 20px;
}
.main_top_notice_list{
  padding: 0;
  margin: 0;
}
.main_top_notice_list > li{
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr 75px;
  align-items: center;
  padding: 20px 4px;
  border-bottom: 1px solid #E1E4E8;
}
.main_top_notice_list > li:hover{
  color: #0088FF;
}
.main_top_notice_list > li:last-child{
  border-bottom: none;
}
.main_top_notice_list > li > img{
  width: 22px;
  height: 22px;
}
.main_top_notice_list > li > .main_top_notice_title{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main_top_notice_list > li > .main_top_notice_title > div{
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_top_notice_list > li > .main_top_notice_title > div > span{
  margin-right: 5px;
  color: #0088FF; 
}
.main_top_notice_list > li > .main_top_notice_title > img{
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.main_top_notice_list > li > .main_top_notice_date{
  font-family: 'Roboto', 'Noto Sans Korean';
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #ABB2B8;
}

.info_table2_detail_box{
  position : relative;
  display : none;
  padding : 40px;
  background: #F8F9FB;
  border-bottom: 1px solid #E1E4E8;
}

.info_table2_qna_detail_box{
  position : relative;
  padding : 40px 40px 40px 88px;
}

.info_table2_detail_content{
  position : relative;
  padding-bottom : 20px;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  overflow-x: auto;
}
.info_table2_detail_content img{
  max-width: 100%;
  height: auto;
}

.info_table_right_flag{
  display :flex;
  align-items: center;
}

.info_table_list{
  margin-top : 20px;
  border-top : 1px solid #333;
}

.qna_popular_list{
  display : grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-bottom : 20px;
  border-top : 1px solid #E1E4E8;
  border-left: 1px solid #E1E4E8;
  margin-top: 50px;
}

.qna_popular_box{
  padding : 20px 40px 20px 40px;
  color : #333;
  background: #FFFFFF;
  display :flex;
  align-items: center;
  justify-content: center;
  border-right : 1px solid #E1E4E8;
  border-bottom : 1px solid #E1E4E8;
}  

.UP_ARM_YN_box{
  display : flex;
  align-items: center;
  justify-content: flex-start;
}

.info_table2_answer_box{
  padding : 40px 0 0 0;
}

.question_mark, .answer_mark{
  position : absolute;
  width: 28px;
  height: 44px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  top: -15px;
  left:-50px;
}

.question_mark{
  color: #333333;
}

.answer_mark{
  color: #0CC48D;
}

.ques_ans_line{
  width : 100%; 
  height : 1px; 
  background : #E1E4E8;
}

.UP_ARM_YN_box label{
  margin-right : 15px;
}
.info_faq_title {
  position: relative;
  padding: 20px 0;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  word-wrap: break-word;
  display : grid;
  grid-template-columns: 50px calc(100% - 64px) 14px;
  align-items: center;
}
.info_faq_question_title{
  display: flex;
  flex-direction: column; 
}
.info_faq_question_icon{
  width : 40px;
  height : 40px;
  border-radius: 50%;
  background-color: #0088FF;
  color : #FFFFFF;
  display :flex;
  justify-content: center;
  align-items: center;
  margin-right : 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 2px;
}
.faq_popular_text{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0088FF;
  padding-bottom : 5px;  
}
.faq_text{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
/*2.0 추가 팝업 START*/
.contents_report_submit_pop{
  padding : 0 40px 40px 40px;
}
.contents_report_submit_title{
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  padding-bottom: 15px;
  display : flex;
  justify-content: space-between;
}

.contents_report_submit_txt, .contents_report_update_txt{
  padding-bottom: 15px;
}

.quiz_btn_wrap {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz_btn_wrap > .quiz_btn:nth-child(n+2){
  margin-left: 20px;
}

.notice_edt_calendar_icon{
  position: absolute; 
  top: 8px; 
  left: 8px; 
  width: 16px; 
  height: 16px;
}

.hasDatepicker{
  width: 120px; 
  padding: 3.5px 5px 3.5px 30px; 
  font-size: 12px !important; 
  font-family: 'Inter'; 
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height: 30px;
}
/*2.0 추가 팝업 END*/

.info_table_submit{
  border-top : 1px solid #333;
  width: 100%;
  border-spacing: 0;
  padding: 0 0 20px 0;
}
.info_table_submit col:first-child{
  width : 150px;
}
.info_table_submit th{
  text-align : center;
  font-weight : 500;
  padding: 19px 0 19px 0;
  vertical-align : middle;
  background-color: #F8F9FB;
  border-bottom: 1px solid #EBEDF3;
}

.info_table_submit_title{
  width : 100%;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  resize: none;
  padding : 15px 0 0 10px;
}

.info_table_submit_title2{
  width : 100%;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height: 34px;
  text-indent: 10px;
}

.info_table_submit_top_fixed_td{
  display : grid; 
  align-items: center;
  grid-template-columns : 46px calc(100% - 46px);
}

.UP_EDT_DIV{
  position: relative; 
  margin-left: 10px; 
  display:none;
}

.UP_ED_DT{
  position: relative; 
  display: inline-block;
}

.info_table_top{
  display : flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}

.info_submit_button{
  padding: 12px 20px;
  background-color: #333333;
  border-radius: 4px;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  display : flex;
  align-items : center;
  justify-content: center;
}
.info_submit_button:focus{
  background-color: #E1E4E8;
  color: #333333;
  transition: color 0.5s, background-color 0.5s;
}

.info_table_bottom {
  margin: 30px 0 0 0;
  text-align: right;
  position : relative;
  display : flex;
  align-items: center;
  justify-content: flex-end;
}

.info_table_bottom div:first-of-type{
  margin-right : 10px;
}

.info_bottom_button{
  width: 68px;
  height: 42px;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-size: 15px;
  border: 1px solid #E1E4E8;
  border-radius: 4px;
  background-color: #E1E4E8;
  text-align: center;
  color: #333333;
  display : flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s, background-color 0.5s
}

.info_bottom_button:hover{
  background-color: #333333;
  color: #FFFFFF;
  border : 0px;
}

.info_answer_button{
  width : 110px;
  height : 42px;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-size: 15px;
  border:none;
  border-radius: 4px;
  background-color: #333333;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_answer_button:focus{
  background-color: #E1E4E8;
  color: #333333;
  transition: color 0.5s, background-color 0.5s;
}

.info_table_submit td{
   font-weight : 400;
   border-bottom: 1px solid #EBEDF3;
   padding : 16px 0 16px 20px;
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   color: #666666;
}
  
.reply_text{
  margin-right : 15px;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #0088FF;
}

.right_flag_arrow_up{
  background-image: url('/el/images/common/arrow_up_black.png');
  background-size: 100% 100%;
  width : 16px;
  height : 8px;
}

.right_flag_arrow_down{
  background-image: url('/el/images/common/arrow_down_gray.png');
  background-size: 100% 100%;
  width : 16px;
  height : 8px;
}

.ad_search_filter{
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  width: 136px;
  height: 41px;
  color: #99A1A8
} 

.notice_file {
  list-style: none;
  margin: auto;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 6px;
}
.notice_file_list {
  padding: 0 28px 12px 28px;
  display: grid;
  align-items: center;
  grid-template-columns : minmax(100px,7fr) minmax(80px,1fr);
}
.notice_file_list:first-child {
  padding-top: 28px;
}
.notice_file_list:last-child {
  padding-bottom: 28px;
}
.notice_file_name {
  overflow: hidden;
  text-overflow: ellipsis; 
}
.notice_file_name > a {
  white-space: nowrap;  
  font-family: 'Noto Sans Korean';
  vertical-align : middle;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
}
.notice_file_name img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  vertical-align: middle;
}
.notice_file_data {
  color: #999;
/*   line-height: 1; */
  font-family: "Inter";
  /* text-align: right; */
}

.notice_dv_input{
  width : 100%;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height : 45px;
}

.notice_dv_add{
  padding: 20px 20px 30px 20px;
}

.notice_dv_add_bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  padding: 20px 5px 20px 0;
}

.notice_dv_add_bottom div:first-child{
  margin-right : 5px;
}

.notice_dv_filter{
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  width: 160px;
  height: 42px;
  color: #99A1A8;
  padding : 10px;
}

.notice_dv_add_button{
  width: 66px;
  height: 41px;
  background: #F3F5F7;
  border: 1px solid #E1E4E8;
  border-radius: 4px;
  margin-left: 10px;
  color : #333333;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-size: 14px;
  display : flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s, background-color 0.5s
}

.notice_dv_add_button:hover{
  color : #FFFFFF;
  background: #333333;
  border : 0px;
  border-radius: 4px;
}

.info_curriculumn_button_box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0 0;
}

.info_curriculumn_button_box div:last-of-type{
  margin-left : 10px;
}
.info_curriculumn_button_box button:last-of-type{
  margin-left : 10px;
}

label.check_input_wrap > input[type=checkbox],
label.check_input_wrap > input[type=radio]{
  vertical-align: middle;
  margin-top: -2px;
}

table.main_viewType1{
  position: relative;
  clear: both;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #333;
  border-spacing: 0;
}
.info_section{
  position: relative;
  margin-bottom: 30px;
}
.info_section:first-of-type{
  margin-top: 30px;
}
table.main_viewType1 th,
table.main_viewType1 td{
  padding: 20px;
  border-right: 1px solid #E1E4E8;
  border-bottom: 1px solid #E1E4E8;
  border-collapse: collapse;
  color: #363A3D;
}
table.main_viewType1 th{
  background: #F3F5F7;
  font-weight: 500;
}
table.main_viewType1 th:last-child,
table.main_viewType1 td:last-child{
  border-right: none;
}
table.main_viewType1 select{
  border: 1px solid #d1d6df;
  padding: 4px 5px;
}
table.main_viewType1 input[type=text],
table.main_viewType1 input[type=number],
table.main_viewType1 textarea{
  border: 1px solid #d1d6df;
  padding: 3.5px 5px;
}
div.main_tabType1{
  display: flex;
  width: 100%;
}
div.main_tabType1 > div{
  width: 100%;
  text-align: center;
  padding: 16px 10px;
  background: #F3F5F7;
  border-top: 1px solid #E1E4E8;
  border-right: 1px solid #E1E4E8;
  border-bottom: 1px solid #333;
  cursor: pointer;
  color: #666D73;
}
div.main_tabType1 > div:first-of-type{
  border-left: 1px solid #E1E4E8;
}
div.main_tabType1 > div.tab_on{
  background: #FFF;
  color: #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid transparent;
}
.main_viewListType1{
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 16px;
  align-items: center;
  border-bottom: 1px solid #E1E4E8;
}
.main_viewListType1 > *{
  position: relative;
}
.main_viewListType1 .title{
  color: #0088FF;
  font-weight: 500;
  font-size: 14px;
}
.main_viewListType1 .content_text{
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.infomation_box{
  background: #F3F5F7;
  border-radius: 8px;
  background: #F3F5F7;
  padding: 28px 40px;
  margin: 50px 0;
}
.message_table{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  overflow: hidden;
}
.message_table td{
  padding-bottom: 15px;
  vertical-align: text-top;
}
.message_table tr:last-of-type > td{
  padding-bottom: 0;
}
.Thumbnail {
  padding-left: 55px;
  height: 200px;
  overflow-x: auto;
}
.thumbnail_add {
  background-color: #fff !important;
  cursor: pointer;
}
.Thumbnail > ul {
  float: left;
  display: inline-block;
  margin: auto;
  padding: 0px;
  width: 240px;
}
.Thumbnail > ul:last-of-type {
    display: flex;
    flex-flow: row nowrap;
    width: calc(100% - 240px);
}
.Thumbnail > ul > li {
  display: inline-block;
  margin-top: 20px;
  margin-right: 16px;
  min-width: 220px;
  height: 150px;
  position: relative;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  color: #666;
}
.Thumbnail > ul > li:last-of-type {
  margin-right: 0px;
}
.Thumbnail > ul > li > .thumbnail_del_img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.Thumbnail > ul > li > span {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.Thumbnail > ul:last-of-type > li {
  min-width: 220px;
  cursor: pointer;
}
.thumbnail_on {
  border: 2px solid #4AA9FE !important;
}

.info_table_list2_wrap{
  border-top: 1px solid #333;
}
.info_table_list2{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d4d4d4;
}
.info_table_list2 th{
  background-color: #F8F9FB;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #EBEDF3;
  border-bottom: 1px solid #EBEDF3;
  padding: 12px 0px;
}
.info_table_list2 td{
  overflow: hidden;
  border-right: 1px solid #EBEDF3;
  border-bottom: 1px solid #EBEDF3;
  text-align: center;
  padding: 12px 10px;
}
.info_table_list2 th:last-of-type,
.info_table_list2 td:last-of-type{
  overflow: hidden;
  border-right: none;
}
.info_table_list2 input[type=text],
.info_table_list2 input[type=number],
.info_table_list2 select{
  width: 100%;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height: 30px;
  font-size: 13px;
}
.info_table_list2 input[type=text]{
  padding: 3.5px 10px;
}
.info_table_list2 input[type=number]{
  text-align: right;
}
.info_table_list2 select{
  padding: 3.5px 5px;
}


/*********인사말*********/
.site_info_title{
  text-align : center;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom : 40px;
  border-bottom : 1px solid #CFD4D8;
}
.site_info_content{
  width: 100%;
  padding-top : 40px;
}
.info_introduce_content{
  width : 100%;
  display : grid;
  grid-template-columns : 40% 60%;
  padding : 20px 0 0 0;
}
.info_introduce_title{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.info_introduce_text{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.info_introduce_writer{
  padding : 50px 0 0 0;
  width: 100%;
  text-align: right;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #99A1A8;
}
.site_info_menu_list{
  padding : 40px 0;
}
.site_info_item, .site_info_item_selected{
  padding : 16px 0;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.site_info_item{
  background: #FFFFFF;
  border : 1px solid #E1E4E8;
  color: #333333;
}
.site_info_item_selected{
  background: #333333;
  color: #FFFFFF;
}
/***조직**/
.organization_form{
  border-radius: 8px; 
  background-size : cover;
  background-repeat: no-repeat; 
  background-position: center;
  height : 759px;
}
/***비전**/
.info_vision_content{
  background-size : cover;
  background-repeat: no-repeat; 
  background-position: center;
  height : 989px;
}
/***사업안내**/
.info_business_content_guide{
  width : 100%;
  background: #F3F5F7;
  border-radius: 8px;
  padding: 30px 40px 30px 40px;
}
.content_guide_title, .content_guide_text{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  color: #333333;
}
.content_guide_title{
  font-weight: 500;
  font-size: 20px;
  margin-bottom : 20px;
}
.content_guide_text{
  font-weight: 400;
  font-size: 15px;
}
.info_business_content_head{
  width: 100%;
  padding : 0 0 50px 0;
}
.info_business_content_item{
  width: 100%;
  padding : 50px 0;
  border-top: 1px solid #CFD4D8;
  display: grid;
  grid-template-columns : 30% 70%;
}
.info_business_content_item_title{
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 170%;
}
.info_business_content_item_title div{
  width: 200px;
}
.info_business_item_table{
  width: 100%;
  margin : 40px 0 0 0 ;
  border-top : 1px solid #333333;
  border-collapse: collapse;
}
.info_business_item_table th{
  padding : 20px 0;
  background: #F3F5F7;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #E1E4E8;
  border-collapse: collapse;
  
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.info_business_item_table td{
  padding : 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #E1E4E8;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.business_ul{
  margin : 0px;
  padding : 0px;
}
.business_ul li{
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.business_ul li:last-of-type{
  padding-bottom: 0;
}
.gray_dot{
  content: url('/el/images/osms/csjcec/gray_dot.png');
  width: 4px;
  margin-right: 5px;
}
.info_content_view_header{
  width : 100%;
  display: grid;
  grid-template-columns : calc(100% - 48px) 48px;
  align-items : end;
  padding : 20px 0;
  border-bottom: 2px solid #333333;
}
.info_contents_item_back {
  width: 48px;
  height: 48px;
  background-image: url('/el/images/class/title_list.png');
  background-size: 100% 100%;
}
.info_content_menu{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #0088FF;
  padding-bottom : 8px;
}
.info_content_title{
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  padding-bottom : 12px;
}
.info_content_date{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #99A1A8;
}
.info_artl_title_attached_file{
  width: 13px; 
  height: 15px;
  content: url('/el/images/info/paperclip2.png');
  transform: translateY(2px);
}

/**Thumbail**/
.Thumbnail > div {
  float: left;
  display: inline-block;
  margin: auto;
  padding: 0px;
  width: 240px;
}
.Thumbnail > div:last-of-type {
    display: flex;
    flex-flow: row nowrap;
    width: calc(100% - 240px);
}
.Thumbnail > div > button#pop_thumbnail {
  display: inline-block;
  margin-top: 20px;
  margin-right: 16px;
  min-width: 220px;
  height: 150px;
  position: relative;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  color: #666;
}
.Thumbnail > div > button#pop_thumbnail:last-of-type {
  margin-right: 0px;
}
.Thumbnail > div > button#pop_thumbnail > span {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.Thumbnail > div:last-of-type > button#pop_thumbnail {
  min-width: 220px;
  cursor: pointer;
}
.Thumbnail > div > button.thumbnail_del_button {
  position: absolute;
  left: 190px;
  top: 30px;
}
/***Thumbnail**/

.site_info_title{
  text-align: center;
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFD4D8;
}
.site_info_content {
  width: 100%;
  padding-top: 40px;
}
.site_info_tab_wrap{
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
}
.site_info_tab_slide{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.site_info_tab_slide > .site_info_tab{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  height: 56px;
  cursor: pointer;
  border-bottom: 1px solid #333;
  border-top: 1px solid #E1E4E8;
  border-right: 1px solid #E1E4E8;
  background: rgba(243, 245, 247, 0.95);  
  color: #666D73;
  word-break:keep-all;
  padding: 0 10px;
  text-align: center;
}
.site_info_tab_slide > .site_info_tab:LAST-CHILD{
  border-right: none;
}
.site_info_tab_slide > .site_info_tab.tab_on{
  border: 1px solid #333;  
  border-bottom:none;
  background-color:#FFF;
  color:#333;
  cursor: default;
}
.site_info_tab_content{
  width: 100%;
  padding-top: 30px;
}

.info_introduce_title {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.info_introduce_text {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.info_introduce_content {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 20px 0 0 0;
}
.info_introduce_writer {
  padding: 50px 0 0 0;
  width: 100%;
  text-align: right;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #99A1A8;
}


@media screen and (max-width: 1100px) {
  .main_image_wrap {
    height: 0;
    padding-top: calc(480 / 1100 * 100%);
  }
}

@media screen and (max-width: 1000px) {
  .main_content_body .main_content_box_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .main_sub_content_body .main_sub_content_box_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .main_image_wrap
  ,.main_image_wrap.not_exists_notice {
    margin-bottom: 0;
  }
  
  .main_image_wrap .main_image_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    padding: 0;
  }

  .main_image_text_wrap .main_image_title {
    font-size: 26px;
  }
  
  .main_image_text_wrap .main_image_text {
    font-size: 13px;
  }
  
  .main_image_box_slide {
    display: none;
    bottom: -40px;
    left: 50%;
    width: 100%;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  
  .main_image_box_slide .box_slide_scroll {
    padding: 0 48px;
  }
  
  .box_slide_arrow {
    display: none;
  }
  
  .main_image_box {
    width: 258px;
    height: 125px;
    padding: 20px;
  }
  
  .main_image_box .box_badge {
    font-size: 12px;
    line-height: 17px;
  }
  
  .main_image_box .box_text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 1;
  }
  
  .main_image_box .box_sub_text {
    font-size: 12px;
    line-height: 15px;
  }
  
  .main_content_slide_wrap
  ,.main_content_wrap {
    margin-top: 100px;
    margin-bottom: 0;
  }
  
  .main_content_slide_wrap .main_content_title
  ,.main_content_wrap .main_content_title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 16px 0;
    text-align: center;
  }
  
  .main_content_box_slide {
    grid-template-columns: 1fr;
  }
  
  .main_content_body .main_content_box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main_content_box {
    margin-bottom: 24px;
    width: 100%;
    padding: 0 16px 62px 16px;
  }
  
/*   .main_content_box:last-child {
    margin-bottom: 0;
  }
   */
  .main_content_box .box_body {
    padding: 16px 4px 12px 4px;
    height: auto;
    min-height: 80px;
  } 
  
  .main_content_box .box_thumbnail {
    width: calc(100% + 32px);
    transform: translate(-16px);
    height: 128px;
    border-radius: 8px 8px 0 0;
  }
  /* 
  .box_thumbnail .box_thumbnail_badge {
    right: 4px;
    top: 4px;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 13px;
  }
   */
  .main_content_box .box_subtitle {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 4px;
  }
  
  .main_content_box .box_title {
    font-size: 16px;
    line-height: 23px;
  }
  
  .main_content_box .box_sub_text {
    font-size: 12px;
    line-height: 17px;
    margin-top: 8px;
  }
  
  .main_content_box .box_bottom {
    border-top: 1px solid #E7E9ED;
    padding: 12px 4px 4px 4px;
    margin: 0;
  }
  
  .main_content_box .box_text {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  
  .box_text .box_text_icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-size: 16px;
    flex-basis: 16px;
  }
  
  .box_text > span {
    font-size: 12px;
    line-height: 15px;
  }
  
  .main_content_box .box_bottom_btn {
    width: 100%;
    transform: translateX(-16px);
    margin-top: 0;
  }
  
  .main_content_slide_body .main_content_bottom
  ,.main_content_body .main_content_bottom {
    margin: 20px 0 0 0;
  }
  
  .main_sub_content_wrap {
    padding: 40px 0 60px 0;
    margin-top: 60px;
  }
  
  .main_sub_content_wrap .main_sub_content_title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  
  .main_sub_content_body .main_sub_content_box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main_sub_content_box {
    width: 100%;
    height: 88px;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  
  .main_sub_content_box:last-child {
    margin-bottom: 0;
  }
  
  .main_image_more_btn {
    padding-right: 23px;
    background-size: 15px 9px;
    font-size: 14px;
    line-height: 20px;
    top: -35px;
    right: 48px;
  }
  
  .main_content_more_btn {
    padding-right: 23px;
    background-size: 15px 9px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .main_top_notice_wrap:not(.not_exists_notice) {
    display: block;
  }
  
  .main_top_notice_list_wrap {
    padding: 0 12px;
  }
  
  .main_top_notice_list > li {
    gap: 6px;
    grid-template-columns: 18px 1fr 62px;
    padding: 16px 4px;
  }
  
  .main_top_notice_list > li > img {
    width: 18px;
    height: 18px;
  }
  
  .main_top_notice_list > li > .main_top_notice_title > div {
    font-size: 13px;
    line-height: 19px;
  }
  
  .main_top_notice_list > li > .main_top_notice_date {
    font-size: 12px;
    line-height: 14px;
  }
  .notice_more_btn{
    margin-top: 20px;
  }
  
  .page_title {
    padding-bottom: 20px;
  }
  
  .page_title > span {
    flex-basis: 100%;
    font-size: 24px;
    line-height: 35px;
    width: 100%;
  }
  
  .title_search_wrap {
    grid-template-columns: 46px 1fr;
    gap: 8px;
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 16px;
  }
  
  .search_input_wrap {
    width: 0;
    flex-basis: 0;
    flex-grow: 1;
    grid-template-columns: 1fr 36px;
  }
  
  .search_input_wrap > input {
    padding: 11px 4px 12px 12px;
    border: none;
  }
  
  .search_input_wrap > .search_icon {
    width: 16px;
    height: 16px;
    background-image: url('/el/images/common/search_gray_16.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 16px;
    cursor: pointer;
  }
  
  .search_input_wrap > .search_icon:hover {
    background-image: url('/el/images/common/search_black_16.png');
  }
  
  .filter_wrap {
    padding: 0 28px 20px 28px;
  }
  
  .filter_dv_item_wrap .filter_dv_item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .filter_label {
    font-size: 12px;
    line-height: 17px;
    align-items: flex-start;
  }
  
  .filter_label > input {
    width: 18px;
    height: 18px;
  }
  
  .filter_label > span {
    font-size: 12px;
    line-height: 17px;
    word-break: keep-all;
  }
  
  .filter_flex {
    display: grid;
    gap: 16px 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .filter_bottom .filter_bottom_btn {
    width: 43px;
    height: 43px;
    padding: 12px 0;
    font-size: 13px;
    line-height: 19px;
  }
  
  .filter_bottom_btn .init_icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    background-size: 16px 16px;
  }
  
  .filter_bottom_btn > span {
    display: none;
  }
  
  .select_count_text {
    font-size: 14px;
    line-height: 17px;
  }
  .info_business_content_item{
    grid-template-columns : 1fr;
  }
  .info_business_content_item_title{
    padding-bottom : 10px;
  }
  .info_business_content_item_title div{
    width : 100%;
  }
}

@media screen and (max-width: 640px) {
  .main_content_slide_body .main_content_box_wrap
  ,.main_content_body .main_content_box_wrap {
    display: block;
    padding-bottom: 0;
  }
  
  .main_sub_content_body .main_sub_content_box_wrap {
    display: block;
    margin-top: 16px;
  }
  
  .filter_flex {
    grid-template-columns: 1fr 1fr;
  }
  
  .main_image_wrap .main_image_text_wrap {
    width: calc(100% - 48px);
  }
  
  .main_image_box_slide .box_slide_scroll {
    padding: 0 24px;
  }
  
  .main_content_slide_wrap
  ,.main_content_wrap {
    width: calc(100% - 48px);
  }
  
  .main_sub_content_wrap > div {
    width: calc(100% - 48px);
  }
  
  .main_image_more_btn {
    right: 24px;
  }
  
  .main_top_notice_wrap {
    width: calc(100% - 48px);
    margin-top: 24px;
  }
  .main_info_body{
    width: calc(100% - 40px);
  }
  
  .info_table2 .info_table2_li {
    padding: 20px 8px;
  }
  
  .info_table2_detail_box{
    padding : 20px 10px 20px 10px;
  }
  
  .notice_file_list {
    padding: 0 20px 20px 20px;
  }
  .notice_file_list:first-child {
    padding-top: 20px;
  }
  .notice_file_list:last-child {
    padding-bottom: 20px;
  }
  .main_info_top{
    padding: 60px 25px;
  }
  .main_info_search_wrap > input{
    width : calc(100% - 48px);
  }
  
  .main_info_search_wrap{
    padding-right: 0;
    width : 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .qna_popular_list{
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  
  .contents_report_submit_pop{
    padding : 0 5px 40px 5px;
  }
  
  .info_table2_qna_detail_box{
    padding : 60px 20px 40px 20px;
  }
  .info_table2_answer_box{
    padding: 60px 0 0 0;
  }
  .question_mark, .answer_mark{
    top: -55px;
    left: 0;
  }
  .ques_ans_line{
    display : none;
  }
  
  .reply_text{
    margin-right : 5px;
  }
  
  .info_table_submit td{
     padding : 16px 20px 16px 20px;
  }
  
  .info_table_submit_top_fixed_td{
    grid-template-columns : 100%;
  }
  .UP_EDT_DIV{
    margin-left : 0;
    margin-top : 5px;
  }
  .UP_ED_DT{
    margin-left: 110px;
    margin-top: 8px;
  }
  .info_introduce_content{
    grid-template-columns : 1fr;
  }
  .info_introduce_title{
    padding-bottom : 40px;
  }
  
  table.main_viewType1 th,
  table.main_viewType1 td{
    padding: 15px 7px;
  }
}

@media screen and (max-width: 480px) {
  .qna_popular_list{
    grid-template-columns: 50% 50%;
  }
  .main_image_wrap {
/*     height: 250px; */
  }
  .main_top_notice_wrap {
    width: calc(100% - 48px);
    margin-top: 15px;
  }
  .main_content_slide_wrap, .main_content_wrap {
    width: calc(100% - 48px);
    margin-top: 50px;
  }
  .notice_more_btn{
    margin-top: 10px;
  }
  .notice_file_list{
    flex-direction: column;
    align-items: flex-start;
    position : relative;
  }
  .notice_file_data{
    position: absolute;
    bottom : 15px;
    left : 60px;
  }
  .attach_file_name{
    position: absolute;
    top : -3px;
    left : 60px;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 70px);
  }
  .notice_file_list:first-child{
    padding-top : 0;
    margin-top: 20px;
  }
  .notice_file_list:last-child{
    padding-bottom: 20px;
    margin-bottom: 8px;
  }
  .infomation_box{
    padding: 12px 20px;
    margin: 25px 0;
  }
  .message_table{
    font-size: 13px;
  }
  .message_table td{
    padding-bottom: 8px;
    vertical-align: text-top;
  }
  table.main_viewType1 th,
  table.main_viewType1 td{
    padding: 10px;
  }
  .site_info_tab_slide > .site_info_tab{
    font-size: 11px;
    font-weight: 500;
  }
}
@media screen and (max-width: 375px) {
  .main_image_text_wrap .main_image_title {
    font-size: 25px;
  }
  .main_image_wrap {
/*     height: 230px; */
  }
}

.organization_wrap{
 max-width: 1132px;
 width:100%;
 text-align:center; 
 line-height: 60px;
 font-size: 18px;
 margin:auto;
}
.organization_title{
  border-color:#CFD4D8;
  margin-top:80px;
  padding-bottom:40px;
  border-bottom : 1px solid #CFD4D8;
  font-weight: 500;
  font-size: 36px;
}
.logo_div {
  margin-top:48px;
}
.logo_div > img{
   height:130px; 
}
.organization_div{
    margin:auto;
    margin-top:28px;
    background: #385493;
    border-radius: 29.5px;
    max-width:154px;
    height: 59px;
    color:#fff;
}
.organization_box{
    max-width:700px;
    width:88%;
    margin:auto;
    margin-bottom:160px;
    color:#fff;
}
.organization_box_top{
    height: 59px; 
    background:#99A1A8; 
    border-radius: 10px 10px 0px 0px;
}
.organization_box_main{
    height:505px; 
    background:#F8F9FB; 
    border-radius: 0px 0px 10px 10px; 
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #CFD4D8;
    padding-top:40px;
}
.organization_box_item1{
    width: 187px;
    height: 59px;
    background: #385493;
    border-radius: 29.5px;
    margin:auto;
}
.organization_line{
    height:48px;
    width:2px;
    background: #CFD4D8;
    margin:auto;
}
.organization_box_item2{
    width: 402px; 
    margin:auto;
}
.organization_box_item2 > .organization_box_item2_top{
    height: 59px;
    background: #0088FF;
    border-radius: 10px 10px 0px 0px;
}
.organization_txt{
     height: 232px;
     background: #FFFFFF;
     border-width: 0px 1px 1px 1px;
     border-style: solid;
     border-color: #CFD4D8;
     border-radius: 0px 0px 10px 10px; 
     color:#333333;
     font-weight: 400;
     font-size: 16px;
     line-height: 35px; 
}
.organization_txt > ul {
    margin:0px; 
    padding:29px 64px 30px;
    text-align:left;
    font-size: 16px;
    list-style-type : disc
}
.organization_txt > ul li::marker {
    color:#99A1A8;
    font-size:0.5em;
}
     
.organization_grid{
    display:grid;   
    grid-template-columns: 50% 15% 35% 10%; 
    height:123px;
}
 .organization_grid >  .organization_grid_item1{
    border-right:2px  solid #CFD4D8;
 }
.organization_grid >  .organization_grid_item2{
    height:50%; border-bottom:2px  solid #CFD4D8;
  }
.organization_grid >  .organization_grid_item3{
    background: #333333;border-radius: 29.5px;height:59px;color:#fff;  max-width:270px; width:85%;position:relative; top:25%;
 }
@media screen and (max-width: 550px) {
.organization_wrap{
  width:100%;
  line-height: 40px;
}
.organization_title{
  margin: 48px 24px 0px 24px; 
}
.logo_div > img{
    height: 84px;
}
.organization_div{
    font-size:14px;
    width: 106px;
    height: 41px;
    margin:auto;

}
.organization_grid{
    display:grid;   
    grid-template-columns: 50% 5% 40% 5%; 
    height:81px;
    font-size:14px;
}
.organization_grid >  .organization_grid_item3{
    height: 41px;
    width: 156px;
 }
 .organization_box{
    margin:auto;
    width:312px;
    font-size:14px;
 }
 .organization_box_top{
    height: 41px;
 }
 .organization_box_main{
    height:336px;
    padding-top:28px;
    margin-bottom:120px;
 }
 .organization_box_item1{
    width: 132px;
    height: 41px;
 }
 .organization_box_item2{
    width: 260px;
 }
 .organization_box_item2 > .organization_box_item2_top{
    height: 41px;
 }
.organization_txt {
  height: 170px;
}
.organization_txt > ul{
  padding : 0px;
  font-size:12px;
  padding :20px 33px;
  line-height: 25px;
}
}
.quote_left{
 position: relative; right:45%;top:30px;
}
.quote_right{
 position: relative; left:45%;bottom:30px;
}
#content_zone{margin-top: 30px; word-break: break-word;}

.introduce_form{
  margin:auto;
  margin-top:80px;
  padding:0 100px 0 100px;
  width: calc(100% - 48px); 
  min-width:1132px;
 }

.introduce_title{
  text-align:center; 
  font-size: 36px; 
  font-weight: 500; 
  margin-bottom:40px;
}

.introduce_head{
  background: #F1F7FF;
  border-radius: 10px; 
  font-weight: 500;
  font-size: 22px; 
  text-align:center; 
  padding:30px;
  line-height: 170%;
  margin-bottom:40px;
}
.introduce_head > img{
  width:38px;
  height:30px; 

}
.introduce_main{
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin-bottom:68px;
}
.introduce_sign{
  text-align:right;
  margin-bottom:160px; 
  font-weight: 500; 
  color:#666D73; 
  font-size: 16px;
}
.introduce_sign > img{
  width:172px;
  height:64px; 
  margin-top:28px;
}
      
/***************************댓글 시작****************************/
.comments_wrap {
  border-top: 1px solid #CFD4D8;
  margin : 40px 0 0 0;
}
.class_comments_head {
  padding: 20px 0 10px 0;
}
.class_comments_btn {
  display: flex;
  align-items: center;
}
.class_comments_icon {
  width: 28px;
  height: 28px;
}
.class_comments_icon_on {
  background-image: url('/el/images/class/comments_02.png');  
  background-size: 100% 100%;  
}
.class_comments_icon_off {
  background-image: url('/el/images/class/comments.png');  
  background-size: 100% 100%;
}
.class_comments_title {
  margin-left: 10px;
  font-family: "Noto Sans Korean";
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.contents_comments_input_box{
  background-color: #F3F5F7;
  border-radius : 10px;
  display : flex;
  flex-direction: column;
  width : 100%;
  padding-left : 35px;
  padding-right: 35px;
  align-items: flex-end;
}
.contents_comments_input_header_box{
  display : flex;
  padding : 30px 0 15px 0;
  align-items: center;
  justify-content: flex-start;
  width : 100%;
}
.contents_comments_input_profile_box{
  display :flex;
  max-width: calc(100% - 63px);
  align-items: center;
}
.class_comments_profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.contents_comments_input_name {
  max-width: calc(100% - 40px);
  text-align: left;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
  padding-left: 20px;
}
.class_comments_option1 {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.contents_comments_input_text{
  width: calc(100% - 50px);
  text-align: left;
  display: flex;
  flex-direction: column;
}
.class_comments_textarea {
  width: 100%;
  resize: none;
  border: 1px solid #E1E4E8;
  padding: 15px 20px 15px 20px;
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  color: #777;
  letter-spacing: -0.5px;
  overflow: hidden;
  border-radius : 5px;
}
.class_comments_textarea::placeholder{
  font-family: "Noto Sans Korean";
  font-size : 16px;
  color : #ABB2B8;
}
.contents_comments_input_footer_box{
  display : flex;
  padding : 15px 0 15px 0;
  width : calc(100% - 50px);
  justify-content: space-between;
}
.class_comments_len {
  font-family : "Inter";
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width : 100%;
  text-align: left;
}
.class_comments_input1 {
  width: 110px;
  font-size: 17px;
  font-family: "Noto Sans Korean";
  line-height: 40px;
  text-align: center;
  border-radius : 5px;
}
.class_comments_list {
  clear: both;
  padding-top: 20px;
}
.class_comments_list>.class_comments_item {
  border-top: 1px solid #d1d6df;
  padding-bottom: 10px;
  padding-top: 20px;
}
.class_comments_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.contents_comments_profile_img_box{
  display : flex;
  padding-right : 15px;
}
.class_comments_box {
  width: calc(100% - 60px);
  text-align: left;
  display : flex;
  flex-direction: column;
}
.class_comments_info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top:  12px;
}
.contents_comments_qna_profile_img_box{
  display : flex;
}
.contents_comments_name_date_box{
  display : flex;
  justify-content: space-between;
  width : 100%;
}
.class_comments_contents {
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 16px;
  font-weight : 400;
}
.class_comments_etc {
  position: relative;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: 'Malgun Gothic', verdana, AppleGothic;
  font-size: 13px;
  line-height: 1;
  color: #333;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.class_comments_etc > .reply_btn{
  margin-left: 5px;
}
.class_comments_etc > div:first-child{
  margin-left: 0;
}
.reply_btn{
  width: 58px;
  height: 36px;
  border : 1px solid #CFD4D8;
  border-radius : 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-weight: 500;
  color: #868F97;
}
.follow_btn,
.reply_btn,
.class_comments_etc > .etc_right > span {
  color: #888;
}
.etc_right {
  width : 32px;
  height : 32px;
  display: flex;
  flex-direction : column;
  justify-content : center;
  align-items: center;
  margin-left : 5px;
  border-radius: 3px;
  position: relative;
}
.etc_right:hover{
  background-color : #E1E4E8;
}
.contents_comments_like_box{
  width: 66px;
  height: 36px;
  border : 1px solid #CFD4D8;
  border-radius : 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_comments_like_img{
  margin-right:5px;
  width: 20px;
}
.contents_comments_like_num{
  font-weight: 500;
  font-size: 14px;
  color: #868F97;
}
.contents_comments_viewMore_img{
  width : 20px;
  height : 20px;
  background-image: url('/el/images/class/comments_view_more.png');
  background-size: 100% 100%;
}
.class_comments_date {
  font-family : "Inter";
  font-size: 14px;
  color: #ABB2B8;
  overflow : hidden; 
  white-space: nowrap;
  text-overflow : ellipsis;
}
.class_comments_date div{
  overflow : hidden; 
  white-space: nowrap;
  text-overflow : ellipsis;
}
.class_comments_date>img, .class_comments_etc>div>img {
  margin-right: 3px;
  width: 16px;
  vertical-align: bottom;
}
.contents_comments_update_delete_box{
  width : 90px;
  height : 90px;
  border: 1px solid #CFD4D8;
  border-radius: 8px;
  position : absolute;
  z-index : 10;
  top : 3px;
  background-color: #FFFFFF;
}
.contents_comments_update_delete_box img{
  width : 16px;
}
.contents_comments_update_button{
  display : flex;
  justify-content : center;
  align-items : center;
  margin-top : 5px;
  width: 88px;
  height: 37px;
}
.contents_comments_update_button:hover{
  background-color : #F3F5F7;
}
.contents_comments_delete_button{
  display : flex;
  justify-content : center;
  align-items : center;
  width: 88px;
  height: 37px;
}
.contents_comments_delete_button:hover{
  background-color : #F3F5F7;
}
.reply_comments {
  padding-left: 50px;
  width: calc(100% - 60px);
  margin: 0 0 15px 55px;
  padding: 0 20px 0 20px;
  border-radius: 8px;
  background-color : #F3F5F7;
}
.reply_comments:last-of-type{
  margin-bottom : 0;
}
.class_comments_list>.reply_comments {
  border-top: 0px;
}
.contents_comments_reply_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 10px);
}
.contents_comments_update_footer_box {
  display: flex;
  padding: 15px 0 15px 0;
}
.update_etc_save, .update_etc_cancel{
  width: 106px;
  line-height: 41px;
  text-align : center;
  background-color: #FFFFFF;
  border: 1px solid #0088FF;
  border-radius: 4px;
  font-size : 14px;
  font-weight: 500;
  color : #0088FF;
}
.update_etc_cancel{
  margin-right: 5px;
}
.update_etc_save:hover, .update_etc_cancel:hover{
  background-color: #0088FF;
  color : #FFFFFF;
}
.contents_comments_question_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 34px);
}
.contents_comments_profile_img_box{
  display : flex;
  padding-right : 15px;
}
.class_comments_profile2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.class_comments_question_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_question.png');
}
.class_comments_answer_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_answer.png');
}
.contents_comments_answer_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 34px);
}
.update_form{
  margin-top : 10px;
  padding-right : 10px;
}
.activity_more {
  text-align: center;
  font-size: 14px;
  padding: 30px 0px; 
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
  .class_comments_icon {
    width: 26px;
    height: 26px;
  }
  .class_comments_title {
    margin-left: 8px;
    font-size: 16px;
    line-height: 23px;
  }
  .class_comments_date>div {
    line-height: 0.9
  }
  .activity_more {
    font-size: 3.125vw;
    padding: 4.6875vw 0px; 
  }
}
@media screen and (max-width: 480px) {
  .class_comments_title {
    font-size: 16px;
    margin-left: 10px;
    line-height: 18px;
  }
  .comments_right_area{
    width : calc(100% - 30px);
  }
  .etc_right{
    margin-left : 5px;
  }
  .contents_comments_profile_img_box{
    padding-right : 10px;
  }
  .contents_profile_box{
    justify-content: space-between;
  }
  .contents_comments_input_box{
    padding-right : 20px;
    padding-left : 20px;
  }
  .contents_comments_input_name{
    padding-left : 5px;
    max-width: calc(100% - 28px);
  }
  .contents_comments_input_text, .contents_comments_input_footer_box{
    width : 100%;
  }
  .class_comments_profile,
  .class_comments_question_icon,
  .class_comments_answer_icon,
  .class_comments_secret_icon {
    width: 28px;
    height: 28px;
  }
  .class_comments_box {
    width: calc(100% - 38px);
  }
  .class_comments_name {
    font-size: 16px;
    max-width: calc(100% - 110px);
  }
  .class_comments_option {
    margin-top: 10px;
  }
  .class_comments_textarea {
    height: 40px;
    padding: 10px 13px;
    font-size: 13px;
    margin-top: 10px;
  }
  .class_comments_len {
    margin-top: 5px;
    font-size: 13px;
  }
  .class_comments_list {
    padding-top: 20px;
    margin-bottom: 33px
  }
  .class_comments_date {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .class_comments_date>div {
    line-height: 0.9
  }
  .class_comments_target {
    font-size: 13px;
    padding-top: 8px;
  }
  .class_comments_contents {
    font-size: 14px;
    margin-top: 16px;
  }
  .class_comments_etc {
    margin-top: 20px;
    padding-bottom: 13px;
    font-size: 13px;
  }
  .class_comments_date>img, .class_comments_etc>div>img {
    width: 13px;
    margin-right: 1px;
  }
  .class_comments_paging {
    padding-bottom: 16px;
  }
  .class_comments_list>.class_comments_item {
    padding-top: 20px;
    padding-bottom: 6.6px;
    padding-right : 0px;
  }
  .reply_comments {
    position: relative;
    padding-left: 15px;
    padding-right : 15px;
    margin-left : 0;
    width : 100%;
  }
  .class_comments_update_etc {
    padding-bottom: 13px;
    font-size: 13px;
  }
}
/**************************댓글 끝********************************/
      
@media screen and (max-width: 1132px) {
    .introduce_form{
      margin-top:45px;
      width:100%;
      min-width:100px;
      padding:10px;;
    }
   .introduce_title{
      font-size:35px;
   }
   .introduce_head_main{
      font-size:20px;
      padding:0 10%;
   }
   .introduce_head >div> img{
      width:30px;
      height:25px; 
    }
  .introduce_main{
     font-size: 15px;
   }
}
@media screen and (max-width: 550px) {
  .introduce_form{
    margin-top:45px;
    padding:0px;
   }
  .introduce_form>.introduce_title{
    font-size: 28px; 
    margin-bottom:28px;
  }
  .introduce_head{
    border-radius: 10px; 
    font-size: 15px; 
    margin-bottom:40px;
    padding :0px;
  }
  .introduce_head >.quote_right{
    width:26px;
    height:21px; 
    left:40%;
  }
  .introduce_head >.quote_left{
     width:26px;
     height:21px; 
     right:40%;
  }
  .introduce_head > .introduce_head_main{
     padding: 0px 70px;
     font-size:16px;
  }
  .introduce_main{
    margin:auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin-bottom:40px;
  }
  .introduce_sign{
    margin-bottom:120px; 
    font-size: 12px;
  }
  .introduce_sign > img{
    width:129px;
    height:48px; 
    margin-top:28px;
  }
}