@charset "UTF-8";

.block {
  height: 0px;
}

.sub_banner {
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(../img/sub_main.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.sub_banner.bn2 {
  background-image: url(../img/sub_banner2.png);
}
.sub_banner.bn3 {
  background-image: url(../img/banner3.png);
}
.sub_banner.bn4 {
  background-image: url(../img/banner4.png);
}
.sub_banner.bn5 {
  background-image: url(../img/banner5.png);
}

.sub_banner_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}

.sub_banner_txt h2 {
  font-size: 33px;
  color: rgb(255, 255, 255);
}

.sub_container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
}

/**서브 타이틀 시작**/
.sub_title {
}

.sub_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 40px;
}

.sub_title span {
  font-size: 15px;
  color: #777;
}

/**서브 타이틀 끝//**/

.hei {
  height: 40px;
}

/* submenu */
.sub_menu {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.sub_menu .container {
  background: #f5f5f5ee;
}

.sub_menu ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub_menu ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 35px;
}

.sub_menu ul li a:last-child {
  border: none;
}

.sub_menu ul li a.on {
  background: #000;
}

/* 인삿말 */
.company_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.company_bg {
  background-image: url(../img/com_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/**company_box 시작**/

.company_box {
  margin-top: 40px;
  text-align: center;
  color: #555;
}

.company_box .company_txt {
  padding: 50px;
  text-align: left !important;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin: 3rem auto;
  border-radius: 35px;
}

.company_box .company_txt h2 {
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

.company_box .company_txt h2 b {
  font-weight: 800;
}

.company_box .company_txt h2 span {
  display: inline-block;
  padding-right: 20px;
}

.company_box .company_txt h2 span img {
  vertical-align: middle;
}

.company_box .company_txt h3 {
  font-size: 26px;
  font-weight: 500;
  padding: 20px 0 5px;
}

.company_box .company_txt .t19 {
  padding: 5px 0;
}

.company_box b {
  color: #f72855;
  font-size: 1.1em;
}

.company_box em {
  font-weight: 600;
  font-size: 1.3em;
  color: #67bb18;
}

.sub_img {
  text-align: center;
  padding-top: 20px;
}

/**company_box 끝**/

/* 프로그램 */
.program {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.program .text {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  transform: translateY(0px);
  transition: transform 0.5s ease;
}

/* sub_sub */
.sub_sub {
  background: url(../img/sub_sub.jpg) no-repeat;
  background-position-y: 100px;
  overflow: hidden;
}

.sub_sub .container {
  display: grid;
  grid-template-columns: 400px 1fr;
  color: #444;
}

.sub_sub .container div:last-child {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sub_sub h3 {
  font-size: 34px;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  font-family: "YES24";
  font-weight: normal;
}

.sub_sub p {
  font-size: 18px;
  max-width: 70ch;
}

/* sub_sub3 */
.sub_sub3 {
  text-align: center;
  padding: 50px 0;
}

/* sub_f */
.sub_f {
}

.sub_f ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}

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

.sub_f ul li:nth-child(1) {
  background: url(../img/sub_f_1.jpg);
  background-size: cover;
}

.sub_f ul li:nth-child(2) {
  background: url(../img/sub_f_2.jpg);
  background-size: cover;
}

.sub_f ul li:nth-child(3) {
  background: url(../img/sub_f_3.jpg);
  background-size: cover;
}

.sub_f ul li:nth-child(4) {
  background: url(../img/sub_f_4.jpg);
  background-size: cover;
}

.sub_f ul li div {
  background: #0e4150a2;
  padding: 7rem 3rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub_f ul li h3 {
  font-size: 26px;
}

.sub_f ul li p {
  color: #48b8d8;
}

.sub_f ul li:hover div {
  opacity: 1;
}

/**map_box 시작**/
.map_wrap {
  padding: 30px;
  background: #f3f3f3;
  overflow: hidden;
}

.map_wrap .map_box {
  display: flex;
  align-items: center;
}

.map_icon {
  float: left;
  padding-right: 20px;
}

.map_txt {
  text-align: left;
  float: left;
}

.map_txt h2 {
  font-size: 22px;
}

.map_txt p {
  font-size: 18px;
  padding-top: 8px;
}

/**map_box 끝**/
/* #maparea {height: 300px;} */
#maparea .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}

/****************************** sub 갤러리 box 시작 ******************************/
.sub_gall_list {
  margin: -10px -10px 0;
  overflow: hidden;
}

.sub_gall_list .gall_item {
  float: left;
  width: 25%;
  padding: 10px;
}

.sub_gall_list .gall_item a {
  display: block;
  overflow: hidden;
}

.sub_gall_list .gall_item a img {
  transition: all 1.2s;
  transform: scale(1);
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.sub_gall_list .gall_item a:hover img {
  transform: scale(1.085);
}

.sub_gall_list.detail_type .gall_item a {
  position: relative;
}

.sub_gall_list.detail_type .gall_desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_gall_list.detail_type .gall_desc_wrap {
  display: block;
  text-align: center;
}

.sub_gall_list .gall_item p {
  text-align: center;
  font-size: 18px;
  color: #666;
  padding-top: 12px;
}

/****************************** sub 갤러리 box 끝 ******************************/

/** product_list 시작**/
.business_tit {
  font-size: 30px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}

.list_tit {
  font-size: 20px;
  font-weight: 800;
  color: #444;
  margin-top: 30px;
}

.product_list {
  padding: 20px 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
  background: #f5f5f5;
}

.product_list p {
  font-size: 17px;
  color: #666;
  padding-top: 5px;
}

.product_list p b {
  color: #222;
}

/** product_list 끝//**/

/** info_box_wrap 시작**/
.info_box_wrap {
  margin-top: 40px;
}

.info_box_wrap h3 {
  font-size: 22px;
  color: #2763b9;
  font-weight: 800;
  margin-bottom: 10px;
}

.info_box {
  padding: 20px;
  background: #f0f5fb;
  border: 1px solid #e8eef5;
}

.info_box p {
  font-size: 17px;
  color: #444;
}

.info_box p b {
  font-size: 17px;
  color: #2763b9;
  display: block;
}

.info_box span {
  font-size: 15px;
  color: #2763b9;
}

.info_txt p {
  font-size: 17px;
  color: #444;
}

.info_txt h5 {
  font-size: 14px;
  color: #444;
  text-align: right;
  padding: 10px 0 20px 0;
}

.info_txt span {
  font-size: 15px;
  color: #2763b9;
}

/** info_box_wrap 끝//**/

/* profile */
.profile {
}

.profile ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}

.profile img {
  width: 100%;
  max-width: 600px;
}

.profile span {
  background: #2763b9;
  color: #fff;
  padding: 0 3px;
  display: inline-block;
  font-size: 18px;
}

.profile h3 {
  color: #2763b9;
  font-size: 22px;
  padding: 1rem 0;
}

.profile .t19 {
  font-size: 17.5px;
  padding-bottom: 1.5rem;
}

.profile ul.pro_list {
  padding: 0;
}

.profile ul.pro_list {
  padding-left: 20px;
  padding-bottom: 1rem;
}

.profile ul.pro_list li {
  list-style-image: url("../img/marker.png");

  border: none !important;
  font-size: 17.5px;
  padding: 0;
  display: list-item;
}

/* 프로그램 */
ol.program {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 1rem;
}

ol.program li {
  padding: 1rem;
  box-shadow: 0 4px 10px #e7e7e7;
}

ol.program li:hover {
  box-shadow: 0 0px 14px #67bb18;
}

ol.program .img {
  width: 80%;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
}

ol.program .text {
  padding: 1rem;
  text-align: center;
}

ol.program a {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 29px;
  background: #67bb18;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 30px;
}

ol.program a:hover {
  background: #333;
}

ol.program li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** table 시작**/
.table-responsive {
  overflow-x: auto;
  min-height: 1px;
}

.table-responsive table th,
.table-responsive table td {
  white-space: nowrap;
}

.table_con {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-top: 2px solid #1c90ba;
}

.table_con th {
  border: 1px solid #ddd;
  padding: 10px 0;
  background: #eef8f6;
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  white-space: nowrap;
}

.table_con td {
  border: 1px solid #ddd;
  padding: 10px 20px;
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

/** table 끝//**/

.d_block {
  display: inline-block;
}

.m_block {
  display: none;
}

.d_block_480 {
  display: block;
}

.m_block_480 {
  display: none;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  .d_block {
    display: none;
  }

  .m_block {
    display: inline-block;
  }

  .sub_container {
    padding: 20px;
  }

  .sub_container .sub_title h2 {
    font-size: 32px;
  }

  .sub_banner,
  .sub_banner_txt {
    height: 320px;
  }

  .sub_banner_txt span img {
    height: 50px;
  }

  .sub_banner_txt p {
    font-size: 18px;
  }

  .sub_container .sub_title p {
    font-size: 16px;
    color: #888;
    padding: 5px 0 20px 0;
  }

  .sub_banner_txt h2 {
    font-size: 30px;
  }

  .sub_banner_txt strong {
    font-size: 18px;
  }

  .sub_banner_txt p {
    font-size: 17px;
    padding-top: 15px;
  }

  /** company_box 시작**/
  .company_box .company_txt {
    width: 100%;
    border-radius: 20px;
    padding: 2rem;
  }

  .company_box .company_txt h2 {
    font-size: 18px;
  }

  .company_box .company_txt p {
    font-size: 17px;
  }

  /** company_box 끝//**/

  /* sub_sub */
  .sub_sub .container div:last-child {
    padding-top: 160px;
  }

  .sub_sub h3 {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 2.6rem;
  }

  .sub_sub p {
    font-size: 16px;
  }
}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width: 768px) {
  .block {
    height: 90px;
  }

  .sub_container {
    padding: 20px 15px;
  }

  .sub_banner {
    height: 300px;
  }

  .sub_banner_txt {
    height: 300px;
  }

  .sub_banner_txt span img {
    height: 36px;
  }

  .sub_banner_txt h2 {
    font-size: 24px;
  }

  .sub_banner_txt strong {
    font-size: 16px;
  }

  /* 서브메뉴 */
  .sub_menu ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }

  /**서브 타이틀 시작**/
  .sub_title {
    margin-bottom: 20px;
  }

  .sub_title h2 {
    font-size: 20px;
  }

  .sub_title span {
    font-size: 14px;
  }

  /**서브 타이틀 끝//**/

  /* 인삿말 */
  .company_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .company_bg {
    background-image: url(../img/com_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 120%;
  }

  /**company_box 시작**/
  .company_box .company_txt {
  }

  .company_box .company_txt h2 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .company_box .company_txt h2 b {
    display: block;
    padding: 10px 0 0 0;
  }

  .company_box .company_txt h2 span {
    padding-right: 5px;
  }

  .company_box .company_txt h2 span img {
    height: 45px;
  }

  .company_box .company_txt p {
    font-size: 15px;
  }

  /**company_box 끝**/

  /**company_box2 시작**/
  .company_box2 h3 {
    font-size: 18px;
  }

  .company_box2 p {
    font-size: 13px;
    padding: 4px 0 16px 0;
  }

  /**company_box2 끝//**/

  /* sub_sub */
  .sub_sub {
    background-position: top;
    padding: 2.2rem;
  }

  .sub_sub .img {
    display: none;
  }

  .sub_sub .container {
    grid-template-columns: 1fr;
  }

  .sub_sub .container div:last-child {
    padding-top: 0px;
  }

  .sub_sub h3 {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 2.6rem;
  }

  .sub_sub p {
    font-size: 16px;
  }

  /**map_box 시작**/
  .map_wrap {
    padding: 20px 10px;
  }

  .map_txt h2 {
    font-size: 16px;
  }

  .map_txt p {
    font-size: 13px;
    padding-top: 0;
  }

  .map_icon {
    padding-right: 0;
  }

  .map_icon img {
    width: 80%;
  }

  /**map_box 끝**/

  /**서브 갤러리 시작**/
  .sub_gall_list .gall_item {
    width: 50%;
  }

  .sub_gall_list .gall_item p {
    font-size: 14px;
    padding-top: 10px;
  }

  /**서브 갤러리 끝//**/

  /** product_list 시작**/
  .list_tit {
    font-size: 17px;
  }

  .product_list p {
    font-size: 15px;
  }

  .product_list p span {
    display: block;
  }

  .product_list {
    padding: 10px;
  }

  /** product_list 끝//**/

  /* 프로그램 */
  .program .slide2-box p {
    font-size: 16.5px;
  }

  .program .slide2-box h3 {
    font-size: 20px;
  }

  .program {
    grid-template-columns: 1fr;
  }

  /** product_list 시작**/
  .list_tit {
    font-size: 18px;
  }

  .product_list {
    padding: 20px;
  }

  .product_list p {
    font-size: 16px;
  }

  /** product_list 끝//**/

  /** info_box_wrap 시작**/
  .info_box_wrap h3 {
    font-size: 18px;
  }

  .info_box p {
    font-size: 14px;
  }

  .info_box span {
    font-size: 13px;
  }

  .info_txt p {
    font-size: 14px;
  }

  .info_txt span {
    font-size: 13px;
  }

  /** info_box_wrap 끝//**/

  /** table 시작**/
  .table_con th {
    font-size: 14px;
  }

  .table_con td {
    font-size: 14px;
  }

  /** table 끝//**/

  .profile ul li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: left;
  }

  .profile .t19 {
    font-size: 16px;
  }

  .profile ul.pro_list {
    padding-bottom: 1rem;
  }

  .profile ul.pro_list li {
    font-size: 16px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .sub_banner {
    height: 250px;
    background-size: cover;
    background-position: center center;
  }

  .sub_banner_txt {
    height: 250px;
  }

  .sub_banner_txt span img {
    height: 26px;
  }

  .sub_banner_txt strong {
    font-size: 13px;
  }

  .sub_banner_txt h2 span {
    display: block;
  }

  .sub_banner_txt strong {
    font-size: 14px;
  }

  .sub_banner_txt p {
    display: block;
    font-size: 15px;
  }

  /** company_box 시작**/
  .company_box {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .company_box .company_txt h2 {
    font-size: 13px;
  }

  .company_box .company_txt h2 span img {
    height: 34px;
  }

  .company_box .company_txt p {
    font-size: 14px;
  }

  /** company_box 끝//**/

  /** product_list 시작**/
  .list_tit {
    font-size: 16px;
    margin-top: 20px;
  }

  .product_list p {
    font-size: 13px;
    line-height: 18px;
  }

  .product_list {
    padding: 10px;
  }

  /** product_list 끝//**/

  /* 프로그램 */
  ol.program {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding-top: 1rem;
  }

  ol.program li {
    padding: 1rem 0.5rem;
  }

  ol.program li .img {
    width: 70%;
  }

  ol.program a {
    font-size: 12px;
    padding: 5px 20px;
  }

  ol.program li:last-child img {
    width: 90%;
  }

  /** info_box_wrap 시작**/
  .info_box_wrap h3 {
    font-size: 16px;
  }

  .info_box p {
    font-size: 13px;
  }

  .info_box span {
    font-size: 12px;
  }

  .info_txt p {
    font-size: 13px;
  }

  .info_box p b {
    font-size: 13px;
  }

  .info_txt span {
    font-size: 12px;
  }

  /** info_box_wrap 끝//**/

  /** table 시작**/
  .table_con th {
    font-size: 13px;
  }

  .table_con td {
    font-size: 13px;
  }

  /** table 끝//**/

  .d_block_480 {
    display: none;
  }

  .m_block_480 {
    display: block;
  }
}

@media (max-width: 360px) {
  .sub_banner_txt span img {
    height: 20px;
  }
}
