@charset "UTF-8";
/* 공통*/
* {
  font-size: 16px;
  letter-spacing: -0.04em;
  -webkit-text-size-adjust: 100%;
}

a { color: inherit; }

/*관리자 버튼 */
.admin {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

/*게시판버튼*/
#bo_v_top ul li a{ font-size:16px; }
a.btn_admin, .btn_admin{font-size:16px; }

.admin .faq_admin a{font-size:15px; font-weight: 500; border-radius: 5px; border:1px solid #d13f4a; }
.admin li a{font-size:16px; font-weight: 400;}
/*.admin li a{border:1px solid #dfdfdf; border-radius: 5px; margin-left:5px; }*/
.admin.view{padding:0;}
.admin.view li a{padding-right:0;}

.paging {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner div {
  color: white;
  animation: fadeIn 0.7s ease-in-out;
}
.banner div span {
  padding: 5px 10px;
  background: #528FC6;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size:24px;
}
.banner div h1 {
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
}
.banner div a{display:block; padding:20px 0;}

.submenu {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 0;
  font-size: 18px;
  color: #7f7f7f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submenu li {
  position: relative;
}
.submenu li a {
  padding: 0 24px;
}
.submenu li.active a {
  color: #528FC6;
}
.submenu li.active a::after {
  content: "●";
  float: right;
  display: block;
  color: #528FC6;
  font-size: 10px;
  position: absolute;
  margin-top: 12px;
  width: 100%;
  text-align: center;
}
.submenu li::after {
  content: "|";
  float: right;
  display: block;
  color: #c4c4c4;
}
.submenu li:last-child::after {
  content: "";
  padding: 0;
}

.submenu2 {
  background: #f3f4f8;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
.submenu2 li {
  padding: 10px 20px;
  border: 1px solid #528Fc6;
  margin-right: 25px;
  background: #fff;
  color: #528fC6;
}
.submenu2 li.active {
  background: #528fc6;
  color: #fff;
}

/*공통-헤더*/
.ConfirmTop {
  background: #003762;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.ConfirmTop a {
  width: 100%;
  height: 100%;
  display: block;
}

header {
  width: 1200px;
  margin: 0 auto;
  padding: 17px;
}
header .mobile_menu {
  display: none;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo p {
  font-size: 12px;
  color: #7f7f7f;
}
header .logo h1 {
  font-size: 24px;
}
header .logo h1 span {
  color: #005BAC;
  font-size: 24px;
}
header .application {
  background: #005BAC;
  border-radius: 4px;
  border: none;
  padding: 8.5px 25.5px;
  color: #fff;
}
header .menu {
  position: relative;
  display: flex;
}
header .menu li {
  list-style: none;
}
header .menu li a {
  padding: 0 30px;
}
header .menu li::after {
  content: "|";
  float: right;
  display: block;
  color: #005BAC;
}
header .menu li:last-child::after {
  content: "";
}
header .application_mo {
  display: none;
}

/*공통-푸터*/
footer .footerMenu {
  background: #323C44;
  color: #7f7f7f;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
footer .footerMenu .wrapper {
  width: 1200px;
  display: flex;
}
footer .footerMenu .wrapper li {
  margin-right: 40px;
}
footer .footerMenu .wrapper li .faq {
  color: #f04d29;
}
footer .footerProduce {
  background: #4c5256;
  color: #c4c4c4;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
footer .footerProduce .wrapper {
  width: 1200px;
  display: flex;
  align-items: center;
}
footer .footerProduce .wrapper .right {
  margin-left: 50px;
}
footer .footerProduce .wrapper .right ul {
  display: flex;
}
footer .footerProduce .wrapper .right ul li {
  font-size: 14px;
}
footer .footerProduce .wrapper .right ul li::after {
  content: "|";
  float: right;
  display: block;
  padding: 0 10px;
}
footer .footerProduce .wrapper .right ul li:last-child::after {
  content: "";
}
footer .footerProduce .wrapper .right p {
  font-size: 12px;
  margin-top: 11px;
}

/**** 메인 ****/
.main_slide { height: 758px; overflow: hidden; position: relative; }
.main_slide .swiper-slide {
  height: 758px; background-size: cover;
  background-position: center; background-repeat: no-repeat;
}
.main_slide .swiper-slide a{display:block; width:100%; height:100%;}
.main_slide .swiper-slide.slide01 {
  background-image: url("../img/main_slide_02.png");
}
.main_slide .swiper-slide.slide02 {
  background-image: url("../img/main_slide01.png");
}
.main_slide .swiper-slide.slide03 {
    background-image: url("../img/main_slide02.png");
}
.main_slide .swiper-slide.slide04 {
    background-image: url("../img/main_slide03.png");
}
.main_slide .swiper-slide.slide05 {
    background-image: url("../img/main_slide04.png");
}
.main_slide .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 1200px;
  padding: 40px 0;
}
.main_slide .swiper-pagination .swiper-pagination-bullet {
  width: 224px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}
.main_slide .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #005bac;
}

.main_sec01 {
  padding: 60px 0;
  position: relative;
  padding-bottom: 0;
}
.main_sec01 .bar {
  background-color: #f3f4f8;
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: -1;
  top: 0;
}
.main_sec01 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
.main_sec01 .subtitle {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 5px;
}
.main_sec01 .notice_wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 33px 0;
  padding-bottom: 0px;
  justify-content: space-between;
}
.main_sec01 .notice_wrap li {
  width: 285px;
  height: 285px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main_sec01 .notice_wrap li .imgBox {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column-reverse;
  transition: 0.5s;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.main_sec01 .notice_wrap li .hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
  transition: 0.5s;
}
.main_sec01 .notice_wrap li .hover:hover {
  background: rgba(0, 91, 172, 0.8);
}
.main_sec01 .notice_wrap li .hover:hover .contentWrap .more {
  display: block;
}
.main_sec01 .notice_wrap li .hover:hover .contentWrap h3 {
  white-space: pre-wrap;
}
.main_sec01 .notice_wrap li .hover .contentWrap {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
.main_sec01 .notice_wrap li .hover .contentWrap h3 {
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 5px;
}
.main_sec01 .notice_wrap li .hover .contentWrap .more {
  font-size: 14px;
  margin-top: 11px;
  width: 100%;
  text-align: center;
  display: none;
}
.main_sec01 .notice_wrap li:nth-child(1) .imgBox {
  background-image: url("../img/main_news01.png");
}
.main_sec01 .notice_wrap li:nth-child(2) .imgBox {
  background-image: url("../img/main_news02.png");
}
.main_sec01 .notice_wrap li:nth-child(3) .imgBox {
  background-image: url("../img/main_news03.png");
}
.main_sec01 .notice_wrap li:nth-child(4) .imgBox {
  background-image: url("../img/main_news04.png");
}

.main_video {
  padding: 33px 0;
  background-image: url("../img/main_background.png");
  background-size: cover;
  background-position: bottom;
}
.main_video h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.main_video h3.title{display:none;}
.main_video .video_wrap {
  display: flex;
  padding: 23px 0;
  justify-content: center;
  align-items: flex-end;
}
.main_video .video_wrap iframe {
  width: 1150px;
  height: 623px;
  margin-left: 20px;
}

.tel_wrap {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../img/main_tel_background.png");
  background-position: bottom;
  background-size: cover;
}
.tel_wrap h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.tel_wrap .subtitle {
  color: #7f7f7f;
  display: block;
  font-size: 16px;
  text-align: center;
}
.tel_wrap .tel {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #005bac;
}
.tel_wrap .tel img {
  margin-right: 14px;
}
.tel_wrap .tel span {
  font-size: 60px;
}

.main_bottom {
  width: 100%;
  display: flex;
}
.main_bottom .bottomWrap {
  width: 50%;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.main_bottom .bottomWrap .contentWrap {
  width: 600px;
}
.main_bottom .bottomWrap .contentWrap a {
  width: 100%;
  height: 100%;
}
.main_bottom .bottomWrap .contentWrap h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 5px;
}
.main_bottom .bottomWrap .contentWrap span {
  font-size: 16px;
}
.main_bottom .leftWrap {
  background-image: url("../img/main_left_background.png");
  justify-content: flex-end;
  padding: 40px 0;
}
.main_bottom .leftWrap .socialWrap {
  display: flex;
  margin-top: 10px;
}
.main_bottom .rightWrap {
  width: 50%;
  display: flex;
  background-image: url("../img/main_right_background.png");
  justify-content: flex-start;
}
.main_bottom .rightWrap .contentWrap {
  width: 100%;
}
.main_bottom .rightWrap .contentWrap a {
  padding: 40px 0;
  padding-left: 60px;
}

/****** 행사소개 ******/
.sub01 {
  /*인사의글*/
  /*행사개요*/
  /*(사)한국코치협회소개*/
  /*시무국안내*/
  /*100배 즐기기*/
}
.sub01 .sub01_common .banner {
  background-image: url("../img/sub01_banner.png");
}
.sub01.sub01_1 {
  background-image: url("../img/sub01_background.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.sub01 .sub01_content {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub01 .sub01_content .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01 .sub01_content .profile img {
  width: 219px;
}
.sub01 .sub01_content .profile .ProfileContent {
  margin-left: 40px;
}
.sub01 .sub01_content .profile .ProfileContent span {
  color: #7f7f7f;
}
.sub01 .sub01_content .profile .ProfileContent h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin-right: 5px;
}
.sub01 .sub01_content .profile .ProfileContent h2 {
  font-size: 28px;
  font-weight: 400;
  color: #528FC6;
}
.sub01 .sub01_content .profile .ProfileContent h3 {
  font-size: 28px;
  font-weight: 400;
}
.sub01 .sub01_content .content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.sub01 .sub01_content .content h2 {
  font-size: 32px;
  color: #f04d29;
  font-weight: 500;
}
.sub01 .sub01_content .content div {
  padding: 17px 0;
  color: #7f7f7f;
  font-weight: 400;
}
.sub01 .sub01_content .content div h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
}
.sub01 .sub01_content .content div.bold {
  font-weight: 500;
}
.sub01 .sub01_content2 {
  padding: 78px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub01 .sub01_content2 .title_banner {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.sub01 .sub01_content2 .title_banner.img_mobile {
  display: none;
}
.sub01 .sub01_content2 .content {
  background-image: url("../img/sub01_2_bar.png");
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  padding: 66px 0;
}
.sub01 .sub01_content2 .content .imgbox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub01 .sub01_content2 .event h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #528fc6;
}
.sub01 .sub01_content2 .event .box_wrap {
  display: flex;
  justify-content: center;
  padding: 55px;
}
.sub01 .sub01_content2 .event .box_wrap .box {
  box-shadow: 5px 10px 16px rgba(0, 91, 172, 0.15);
  border-radius: 10px;
  padding: 60px 114px;
  margin: 0 10px;
}
.sub01 .sub01_content2 .event .box_wrap .box figure {
  font-size: 25px;
}
.sub01 .sub01_content2 .event .box_wrap .box figure h2 {
  display: inline-block;
  color: #528fc6;
}
.sub01 .sub01_content2 .event .box_wrap .box span {
  display: block;
  font-size: 18px;
  text-align: center;
}
.sub01 .sub01_content2 .downloadWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub01 .sub01_content2 .downloadWrap .downloadBtn {
  padding: 15px 24px;
  background: #003762;
  color: #fff;
}
.sub01 .sub01_content3 {
  padding: 78px 0;
  animation: fadeIn 0.7s ease-in-out;
  /*설립이념*/
  /*비전사명*/
  /*협회조직*/
  /*코칭FAQ*/
}
.sub01 .sub01_content3 .content {
  width: 1200px;
  margin: 44px auto;
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  box-shadow: 8px 8px 0px #f3f4f8;
}
.sub01 .sub01_content3 .content .text_wrap {
  margin-left: 59px;
}
.sub01 .sub01_content3 .content .text_wrap h2 {
  color: #f04D29;
  font-size: 32px;
  margin-top: 32px;
  font-weight: 500;
}
.sub01 .sub01_content3 .content .text_wrap p {
  padding-top: 11px;
  padding-bottom: 19px;
  color: #7f7f7f;
}
.sub01 .sub01_content3.sub1_visition {
  padding-bottom: 0;
}
.sub01 .sub01_content3 .content2 .logo {
  padding: 48px 0;
  display: block;
  margin: 0 auto;
}
.sub01 .sub01_content3 .content2 .visition {
  padding: 59px 0;
  width: 100%;
  display: block;
  background-color: #f3f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
}
.sub01 .sub01_content3 .content2 .visition .visition_img_mo {
  display: none;
}
.sub01 .sub01_content3 .content3 h2 {
  text-align: center;
  padding: 44px;
  font-size: 32px;
  font-weight: 500;
}
.sub01 .sub01_content3 .content3 .imgWrap {
  background-color: #f3f4f8;
  padding: 33px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -89px;
  padding-bottom: 50px;
}
.sub01 .sub01_content3 .content3 .imgWrap .organization_mo {
  display: none;
}
.sub01 .sub01_content3 .content4 {
  width: 1200px;
  margin: 0 auto;
}
.sub01 .sub01_content3 .content4 .list {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 48px;
}

.sub01 .sub01_content3 .content4 .list li .question {
  padding: 24px 84px;
  padding-right: 10px;
  background-image: url("../img/question.png");
  background-repeat: no-repeat;
  background-position: left 30px top 24px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  background-size:25px;
}
.sub01 .sub01_content3 .content4 .list li .question .arrow {
  width: 30px;
  height: 16px;
  background-image: url("../img/bottom_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  transition: 0.3s;
}
.sub01 .sub01_content3 .content4 .list li .question .arrow.active {
  background-image: url("../img/top_arrow.png");
  transform: rotate(-180deg);
}
.sub01 .sub01_content3 .content4 .list li .answer {
  padding: 24px 40px;
  padding-left: 84px;
  background-image: url("../img/answer.png");
  background-repeat: no-repeat;
  background-position: left 30px top 23px;
  background-size:25px;
  background-color: #f4f6fa;
  color: #7f7f7f;
  display: none;
  border-bottom:1px solid #ccc;
}
.sub01 .sub01_content3 .content4 .list li .answer span {
  font-size: 14px;
}
.sub01 .sub01_content4 {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub01 .sub01_content4 img {
  display: block;
  margin: 0 auto;
}
.sub01 .sub01_content4 .mapWrap {
  display: flex;
  margin: 33px 0;
  border: 1px solid #c4c4c4;
  box-shadow: 10px 5px 0px #f3f4f8;
  align-items: center;
}
.sub01 .sub01_content4 .mapWrap iframe {
  width: 720px;
  height: 460px;
}
.sub01 .sub01_content4 .mapWrap .contact {
  padding: 40px;
}
.sub01 .sub01_content4 .mapWrap .contact li {
  color: #7f7f7f;
  font-size: 16px;
  margin-bottom: 40px;
}
.sub01 .sub01_content4 .mapWrap .contact li h1 {
  font-size: 24px;
  font-weight: 500;
  color: #005BAC;
  padding: 12px 0;
}
.sub01 .sub01_content4 .mapWrap .contact li h1 img {
  display: inline-block;
  margin-right: 14px;
}
.sub01 .sub01_content4 .mapWrap .contact li.telfax {
  display: flex;
}
.sub01 .sub01_content4 .mapWrap .contact li.telfax div:first-child {
  margin-right: 50px;
}
.sub01 .sub01_content5 {
  width: 850px;
  margin: 0 auto;
  padding: 78px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub01 .sub01_content5 h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 100px;
}
.sub01 .sub01_content5 h2 span {
  font-size: inherit;
  color: #528FC6;
}
.sub01 .sub01_content5 .start {
  font-size: 14px;
}
.sub01 .sub01_content5 .contentWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
.sub01 .sub01_content5 .contentWrap .leftTop h3 {
  font-size: 28px;
  font-weight: 400;
}
.sub01 .sub01_content5 .contentWrap .rightTop {
  width: 450px;
  margin-top: 20px;
}
.sub01 .sub01_content5 .contentWrap .rightTop span {
  display: block;
}
.sub01 .sub01_content5 .contentWrap .rightTop span:first-child {
  margin-bottom: 40px;
}
.sub01 .sub01_content5 .contentWrap .rightTop span p {
  display: inline;
  color: #528fc6;
}
.sub01 .sub01_content5 .stepList .leftWrap {
  background-position: right;
  justify-content: flex-start;
}
.sub01 .sub01_content5 .stepList .rightWrap {
  background-position: left;
  justify-content: flex-end;
}
.sub01 .sub01_content5 .stepList .rightWrap .textBox {
  text-align: right;
}
.sub01 .sub01_content5 .stepList .contentBox {
  margin-bottom: 10px;
  background-size: 450px;
  height: 450px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(1) {
  background-image: url("../img/sub01_5_step01.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(2) {
  background-image: url("../img/sub01_5_step02.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(3) {
  background-image: url("../img/sub01_5_step03.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(4) {
  background-image: url("../img/sub01_5_step04.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(5) {
  background-image: url("../img/sub01_5_step05.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(6) {
  background-image: url("../img/sub01_5_step06.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(7) {
  background-image: url("../img/sub01_5_step07.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(8) {
  background-image: url("../img/sub01_5_step08.png");
}
.sub01 .sub01_content5 .stepList .contentBox:nth-child(9) {
  background-image: url("../img/sub01_5_step09.png");
}
.sub01 .sub01_content5 .stepList .contentBox h1 {
  color: #005BAC;
  font-size: 80px;
  font-weight: 700;
}
.sub01 .sub01_content5 .stepList .contentBox .textBox {
  background: rgba(255, 255, 255, 0.9);
  padding: 23px 17px;
  width: 670px;
}
.sub01 .sub01_content5 .stepList .contentBox .textBox h3 {
  font-size: 28px;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 23px;
}
.sub01 .sub01_content5 .stepList .contentBox .textBox span {
  color: #7F7F7F;
}
.sub01 .sub01_content5 .bottomWrap h3 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  padding: 50px 0;
}
.sub01 .sub01_content5 .bottomWrap h3 span {
  color: #F04D29;
  font-size: inherit;
}
.sub01 .sub01_content5 .bottomWrap .content {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 26px;
}

/*행사소개 - 입장안내*/
.sub01 .sub01_content6 {
    width:1200px; margin:0 auto; padding:65px 0; animation: fadeIn 0.7s ease-in-out; 
}
.sub01 .sub01_content6 h2{
    text-align:center;  font-size:22px; font-weight: 400;
}
.sub01 .sub01_content6 .help{display:flex; justify-content: center; color:#7f7f7f; padding:20px 0;}
.sub01 .sub01_content6 .help>div{margin-right:55px; }
.sub01 .sub01_content6 .table .swiperTab{display:none; }
.sub01 .sub01_content6 .enter_produce{
    width:1200px; border-collapse: collapse; border-spacing: 0;
    margin:25px 0;
}

.sub01 .sub01_content6 .enter_produce.day2{
    margin-top:0; 
}
.sub01 .sub01_content6 .enter_produce thead th{
    background: #528FC6; font-size:18px; padding:17px 0; 
    color:#fff; font-weight: 500; text-align: center; width:100%;
}
.sub01 .sub01_content6 .enter_produce tbody th{
    text-align: center; font-weight: 500; padding:12px 0; font-size:14px; 
    border-bottom:1px solid #e7e7e7;
    border-left:1px solid #e7e7e7;
}
.sub01 .sub01_content6 .enter_produce tbody th:first-child{
    border-left:none; 
}
.sub01 .sub01_content6 .enter_produce tbody td{
    text-align:center; border-left:1px solid #e7e7e7; font-size:14px; 
    border-bottom:1px solid #e7e7e7; color:#7f7f7f; padding:9px 0;
}
.sub01 .sub01_content6 .enter_produce tbody td.background{
    color:#fff; background-color: #528FC6; border:none;
}
.sub01 .sub01_content6 .enter_produce tbody td .blue{
    color:#528fc6; font-size: inherit;
}
.sub01 .sub01_content6 .enter_produce tbody td .red{
    color:#EA3323; font-size: inherit;
}
.sub01 .sub01_content6 .enter_produce tbody td .sessionBtn{
    background:#005BAC; color:#fff; padding:30px 0; display:block; width:80px;  margin:0 auto;
}
.sub01 .sub01_content6 .enter_produce tbody td .meetBox{
    display:flex; justify-content: center; align-items: center;
}
.sub01 .sub01_content6 .enter_produce tbody td .downloadBtn{
    border:2px solid #c4c4c4; color:#005BAC;  display:block; width:80px; padding:18px 0; margin:0 auto; font-size:12px; margin-top:20px;  
}
.sub01 .sub01_content6 .enter_produce tbody td .meetBox .contentBox{padding:0 20px;}
.sub01 .sub01_content6 .enter_produce tbody td .meetBtn{ color:#fff; background:#528FC6; padding:10px 13px; display:inline-block; margin-top:6px; font-size:14px; }
.sub01 .sub01_content6 .enter_produce tbody td .meetBox .contentBox h3{font-size:14px;}
.sub01 .sub01_content6 .enter_produce tbody .background2{ background:#F3F8FC; }
.sub01 .sub01_content6 .enter_produce tbody .background3{ background:#EAF1DD; }
.sub01 .sub01_content6 .enter_produce tbody .background4{ background:#FDF7FD; }
.sub01 .sub01_content6 .enter_produce tbody .background5{ background:#F2F1F5; }
.sub01 .sub01_content6 .enter_produce tbody td:first-child{
    border-left:none; 
}
.sub01 .sub01_content6 .enter_produce tbody td.border{
    border-left:1px solid #e7e7e7;
}
.sub01 .sub01_content6 .enter_produce .border2{border-left:none; }
.sub01 .sub01_content6 .enter_produce tbody td.left{text-align:left; }
.sub01 .sub01_content6 .enter_produce tbody td b{font-weight: 500; font-size:14px; }
.sub01 .sub01_content6 .ZoomBtn{background:#005BAC; font-size:14px; color:#fff; padding:5px 18px; display:inline-block; margin-top:9px; text-align: center; width:100px;  }
.sub01 .sub01_content6 .YoutubeBtn{background:#EA3323; font-size:14px; color:#fff; padding:5px 18px; display:inline-block; text-align: center; width:115px;}
.sub01 .sub01_content6 .help .YoutubeBtn{margin-top:9px; }
.sub01 .sub01_content6.include{padding-bottom:0;}
.sub01 .sub01_content6 .enter_produce tbody td .center{display:flex; justify-content: center; align-items: center; }
.sub01 .sub01_content6 .enter_produce tbody td .center div{font-size:14px; }
/**** 프로그램 ****/
.sub02 {
  /*페스티벌 1일차*/
  /*페스티벌 2일차*/
  /* 페스티벌 게시판 view*/
}
.sub02 .sub02_common .banner {
  background-image: url("../img/sub02_banner.png");
}
.sub02 .sub02_content1 {
  padding: 65px 0;
  width: 1200px;
  margin: 0 auto;
  animation: fadeIn 0.7s ease-in-out;
}
.sub02 .sub02_content1 h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 2px solid #528FC6;
  margin: 0 auto;
  width: 250px;
}
.sub02 .sub02_content1 .subTitle {
  color: #7f7f7f;
  display: block;
  text-align: center;
  padding: 14px 0;
  padding-bottom: 37px;
}
.sub02 .sub02_content1 .project {
  width: 1200px;
  padding-bottom: 69px;
}
.sub02 .sub02_content1 .project:last-child {
  padding: 0;
}
.sub02 .sub02_content1 .project thead {
  background: #528FC6;
}
.sub02 .sub02_content1 .project thead th {
  padding: 17px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sub02 .sub02_content1 .project tbody {
  text-align: center;
}
.sub02 .sub02_content1 .project tbody th {
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  font-weight: 400;
}
.sub02 .sub02_content1 .project tbody th:last-child {
  border-right: 1px solid #e7e7e7;
}
.sub02 .sub02_content1 .project tbody td {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding: 12px 0;
  color: #7F7F7F;
  height: 90px;
}
.sub02 .sub02_content1 .project tbody td:last-child {
  border-right: 1px solid #e7e7e7;
}
.sub02 .sub02_content1 .project tbody td.title {
  text-align: left;
  padding-left: 40px;
  color: #528FC6;
}
.sub02 .sub02_content1 .project tbody td.people {
  color: #528fc6;
}
.sub02 .sub02_content1 .project tbody .number {
  width: 120px;
}
.sub02 .sub02_content1 .project tbody .time {
  width: 120px;
}
.sub02 .sub02_content1 .project tbody .title {
  width: 378px;
}
.sub02 .sub02_content1 .project tbody .people {
  width: 279px;
}
.sub02 .sub02_content1 .project tbody .content {
  width: 279px;
}
.sub02 .sub02_content2 {
  width: 1200px;
  /*padding: 65px 0;*/
  margin: 0 auto;
  animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.sub02 .sub02_content2 h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 2px solid #528FC6;
  margin: 0 auto;
  width: 139px;
  margin-top:65px; 
}
.sub02 .sub02_content2 h1.last {
  width: 200px;
}
.sub02 .sub02_content2 .subTitle {
  color: #7f7f7f;
  display: block;
  text-align: center;
  padding: 14px 0;
  padding-bottom: 37px;
}
.sub02 .sub02_content2 .submenu3 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.sub02 .sub02_content2 .submenu3 li {
  padding: 13px 20px;
  background: #f0f0f0;
  margin: 0 8px;
}
.sub02 .sub02_content2 .submenu3 li.active {
  background: #005BAC;
  color: #fff;
}
.sub02 .sub02_content2 .sub02_List {
  width: 100%; 
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.sub02 .sub02_content2 .sub02_List.last {
  padding-top: 50px;
}
.sub02 .sub02_content2 .sub02_List li {
  width: 32%;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 16px 15px;
  margin: 0 0.27vw;
  margin-bottom: 10px;
}
.sub02 .sub02_content2 .sub02_List li .imgBox {
  width: 100%;
  height: 240px;
  background-image: url("../img/defaultimg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub02 .sub02_content2 .sub02_List li .imgBox.last {
  background: linear-gradient(297.62deg, #528FC6 10.78%, rgba(82, 143, 198, 0) 78.78%), #005BAC;
}
.sub02 .sub02_content2 .sub02_List li .imgBox.last h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.sub02 .sub02_content2 .sub02_List li span {
  display: block;
  color: #7f7f7f;
  text-align: center;
  padding: 18px 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sub02 .sub02_content2 .sub02_List li .more {
  display: block;
  text-align: center;
  padding: 8.5px 0;
  border: 1px solid #005BAC;
  border-radius: 2px;
  color: #005bac;
}
.sub02 .sub02_content2 .sub02_List li .ButtonWrap{
    display:flex; justify-content: space-between; flex-wrap: wrap;
}
.sub02 .sub02_content2 .sub02_List li .ButtonWrap .listBtn{
    display:block; font-weight: 400; width:49%; 
    padding:8.5px 0; text-align: center;
}
.sub02 .sub02_content2 .sub02_List li .ButtonWrap .session{
    border:1px solid #005bac; color:#005bac; 
}
.sub02 .sub02_content2 .sub02_List li .ButtonWrap .zoom{
    background:#005bac; color:#fff; 
}


.sub02 .sub02_content2 .sub02_List li .more.last { margin-top: 20px; transition:1s;  }

.sub02 .sub02_content2 .popup {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.sub02 .sub02_content2 .popup.active {
  opacity: 1;
  visibility: visible;
}
.sub02 .sub02_content2 .popup .content .closed {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding: 10px 0;
}
.sub02 .sub02_content2 .popup .content .closed img {
  width: 17px;
}
.sub02 .sub02_content2 .popup .content .contentView {
  max-width: 850px;
  margin-bottom: 100px;
}
.sub02 .sub02_view {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
}
.sub02 .sub02_view .title {
  border-bottom: 2px solid #528fc6;
  padding: 9px 0;
}
.sub02 .sub02_view .title h2 {
  font-size: 22px;
  font-weight: 500;
}
.sub02 .sub02_view .title .subTitle02 {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  color: #7f7f7f;
}
.sub02 .sub02_view .content {
  padding: 32px 0;
}
.sub02 .sub02_view .content img {
  max-width: 100%;
}
.sub02 .sub02_view h1 {
  font-size: 22px;
  font-weight: 500;
  padding: 19px 0;
  border-bottom: 1px solid #c4c4c4;
}
.sub02 .sub02_view .people {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sub02 .sub02_view .people li {
  padding: 40px 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub02 .sub02_view .people li.fullWidth {
  width: 100%;
}
.sub02 .sub02_view .people li .imgBox {
  width: 178px;
  height: 178px;
  background-image: url("../img/defaultimg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 50%; */
  margin-right: 28px;
}
.sub02 .sub02_view .people li .textBox {
  color: #7f7f7f;
}
.sub02 .sub02_view .buttonWrap{display:flex; justify-content: space-between; align-items: center; padding-top:50px; border-top: 2px solid #dfdfdf; }
.sub02 .sub02_view .buttonWrap .Btn{ text-align:center; display:block; padding:24px 0; width:100%; color:#fff; font-weight: 500; font-size:18px;  }
.sub02 .sub02_view .buttonWrap .youtubeBtn{ background:#EA4545; }
.sub02 .sub02_view .buttonWrap .zoomBtn{ background:#005bac; }


/**** 프로그램 - 경품교육 티켓 ****/
.sub02 .sub02_content3 { width:1200px; margin:0 auto; padding:65px 0; animation: fadeIn 0.7s ease-in-out;  }
.sub02 .sub02_content3 h2{font-size:22px; font-weight: 500; margin:0 auto; text-align: center; margin-bottom:50px;  }
.sub02 .sub02_content3 h2::after{content:''; display:block; border-bottom: 1.5px solid #528FC6; width: 123px; margin: 0 auto; margin-top:8px;}
.sub02 .sub02_content3 .giveawayWrap h3{
    color:#fff; font-weight: 500; font-size:18px; 
    background:linear-gradient(297.62deg, #528FC6 10.78%, rgba(82, 143, 198, 0) 78.78%), #005BAC; padding:27px 50px; border-radius: 10px;
}
.sub02 .sub02_content3 .giveawayWrap .contentWrap{
    border: 1px solid #E7E7E7; margin-bottom:20px; display:flex; padding:30px; 
}
.sub02 .sub02_content3 .giveawayWrap .contentWrap .imgBox{
    width:140px; height:140px; background-image: url('../img/defaultimg01.png'); background-repeat: no-repeat; background-size: cover; background-position: center;
}
.sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox { padding-left:50px;  }
.sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox h4{font-weight: 400; font-size:19px; color:#005BAC; }
.sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox .content{color:#7f7f7f; display: block; padding:3px 0;}
.sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox .price{color:#7f7f7f; display:block; margin-top:9px; }
.sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox .price .color{color:#005BAC; font-size:18px; }

/**** 홍보부스: 스폰서안내 ****/
.sub03 .admin {
  padding-right: 10px;
}
.sub03 .sub03_common .banner {
  background-image: url("../img/sub03_banner.png");
}
.sub03 .sub03_content1 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub03 .sub03_content1 h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.sub03 .sub03_content1 h2.diamond {
  border-bottom: 2px solid #5798B1;
}
.sub03 .sub03_content1 h2.gold {
  border-bottom: 2px solid #ECC249;
  margin-top: 50px;
}
.sub03 .sub03_content1 h2.silver {
  border-bottom: 2px solid #E7EFF4;
  margin-top: 50px;
}
.sub03 .sub03_content1 h2.bronz {
  border-bottom: 2px solid #B4844F;
  margin-top: 50px;
}
.sub03 .sub03_content1 .list_type01 {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.sub03 .sub03_content1 .list_type01 li {
  width: 50%;
  height: 390px;
  float: left;
  padding: 10px;
}
.sub03 .sub03_content1 .list_type01 li .imgBox {
  width: 100%;
  height: 100%;
  background-image: url("../img/defaultimg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub03 .sub03_content1 .list_type02 {
  overflow: hidden;
}
.sub03 .sub03_content1 .list_type02 li {
  width: calc(100% / 3);
  height: 390px;
  float: left;
  padding: 10px;
}
.sub03 .sub03_content1 .list_type02 li .imgBox {
  width: 100%;
  height: 100%;
  background-image: url("../img/defaultimg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/***홍보부스 : 스폰서 안내 (추가)****/
.sub03 .sub03_content1 .sponsorList{display:flex; flex-wrap: wrap; justify-content: space-between; margin-bottom:60px;  }
.sub03 .sub03_content1 .sponsorList .left{
    background:linear-gradient(180deg, #528FC6 0%, rgba(82, 143, 198, 0) 100%), #005BAC;
    width:285px; border-radius: 20px; color:#fff; padding:40px 30px; display:flex; flex-wrap: wrap; justify-content: flex-end; flex-direction: column;
}
.sub03 .sub03_content1 .sponsorList .left .flexWrap h3{ font-size:30px; font-weight: 800; width:100%; }
.sub03 .sub03_content1 .sponsorList .left .flexWrap p{ font-weight: 400; font-size:16px; width:100%; }
.sub03 .sub03_content1 .sponsorList .right{padding-left:20px; width:calc(100% - 285px); display:flex; flex-wrap: wrap; }
.sub03 .sub03_content1 .sponsorList .right li{width:33.3%; padding:10px; }
.sub03 .sub03_content1 .sponsorList .right li .imgBox{ background-image: url('../img/defaultimg01.png');
    background-position: center; background-size: 100%; background-repeat: no-repeat;
    width:100%; height:187px; border:1px solid #c4c4c4; }
.sub03 .sub03_content1 .sponsorList .right li p {background:#005bac; text-align: center; color:#fff; padding:10px 0; border:1px solid #c4c4c4; border-top:none; }

/**** 뉴스 ****/
.sub04 .sub04_common .banner {
  background-image: url("../img/sub04_banner.png");
}
.sub04 .sub04_content1 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
  animation: fadeIn 0.7s ease-in-out;
}

/**** 참가신청하기 ****/
.sub05 .sub05_common .banner {
  background-image: url("../img/sub05_banner.png");
}
.sub05 .sub05_content1 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
  animation: fadeIn 0.7s ease-in-out;
  /*등록확인*/
}
.sub05 .sub05_content1 .top_produce {
  display: flex;
}
.sub05 .sub05_content1 .top_produce li {
  margin-right: 100px;
}
.sub05 .sub05_content1 .top_produce li h2 {
  font-size: 18px;
  color: #528fc6;
  font-weight: 400;
}
.sub05 .sub05_content1 .top_produce li span {
  font-size: 24px;
  color: #7f7f7f;
}
.sub05 .sub05_content1 .top_produce li span.sub {
  font-size: 16px;
}
.sub05 .sub05_content1 .bottom_produce {
  padding: 50px 0;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap {
  margin-bottom: 50px;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap:last-child {
  margin: 0;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap h2 {
  padding: 7px 18px;
  background: #528fc6;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  border-radius: 10px;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap span {
  display: block;
  margin: 14px 0;
  color: #7f7f7f;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .attend {
  display: flex;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .attend ul {
  margin-right: 24px;
  background: #f3f4f8;
  padding: 17px 78px;
  display: flex;
  color: #7f7f7f;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .attend ul li:first-child {
  margin-right: 64px;
  color: #528fc6;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .account {
  color: #7f7f7f;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .account li {
  display: flex;
  align-items: baseline;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .account span {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.sub05 .sub05_content1 .bottom_produce .content_wrap .red {
  color: #eb5757;
}
.sub05 .sub05_content1 .helper {
  color: #eb5757;
  padding: 10px 0;
}
.sub05 .sub05_content1 .search {
  margin: 24px 0;
  padding: 40px 60px;
  background: #f7f7f7;
  /*등록취소*/
}
.sub05 .sub05_content1 .search .searchList li {
  margin-bottom: 18px;
}
.sub05 .sub05_content1 .search .searchList li .title {
  color: #528FC6;
  margin-right: 24px;
}
.sub05 .sub05_content1 .search .searchList li .content {
  color: #7f7f7f;
}
.sub05 .sub05_content1 .search .searchList li.half .title:nth-child(3) {
  padding-left: 24px;
}
.sub05 .sub05_content1 .search .cancelWrap .cancel {
  background: #003762;
  color: #fff;
  padding: 15px 74px;
  border: none;
}
.sub05 .sub05_content1 .complete {
  padding: 7px 17px;
  background: #528FC6;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
}

/****** 도서부스 *****/
.sub06 .sub06_common .banner {
  background-image: url("../img/sub06_banner.png");
}
.sub06 .sub06_content1 {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
  animation: fadeIn 0.7s ease-in-out;
}
.sub06 .sub06_content1 h3{font-size:28px; font-weight: 400;}
.sub06 .sub06_content1 .produce{font-size:16px; font-weight: 400; color : #7f7f7f; display:block; margin-top:10px; margin-bottom:40px; }
.sub06 .sub06_content1 .bookList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:20px; 
}
.sub06 .sub06_content1 .bookList li {
  width: 19%;
  height: 316px;
  background-image: url("../img/defaultimg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.sub06 .sub06_content1 .bookList li .hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sub06 .sub06_content1 .bookList li .hover .contentWrap {
  width: 100%;
  padding: 13px;
  color: #fff;
}
.sub06 .sub06_content1 .bookList li .hover .contentWrap h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.sub06 .sub06_content1 .bookList li .hover .contentWrap h3 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
}
.sub06 .sub06_content1 .bookList li .hover .contentWrap h4 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}


.sub06 .sub06_content1 .bookList li .hover .contentWrap .zoomBtn{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  background: #005BAC;
  opacity: 0.9;
  margin-top: 10px;
}
.sub06 .sub06_content1 .bookList li .hover.active {
  opacity: 1;
  visibility: visible;
}

/**** 게시판 리스트 ****/
.list {
  width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.list th {
  font-weight: 400;
  color: #7f7f7f;
  padding: 20px 10px;
}
.list tr {
  border-bottom: 1px solid #dedede;
}
.list tr td {
  padding: 20px 10px;
}
.list tr:first-child {
  border-top: 1px solid #dedede;
}
.list tr .number {
  width: 80px;
  text-align: center;
}
.list tr .number input[type=checkbox] {
  margin-right: 5px;
}
.list tr .number.notice {
  color: #005BAC;
  font-weight: 500;
}
.list tr .title {
  width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list tr .name {
  text-align: center;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list tr .hit {
  text-align: center;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list tr .date {
  text-align: center;
  width: 100px;
}

/**** 글쓰기 폼****/
.write_wrap {
    width: 1200px;
    margin: 0 auto;
    animation: fadeIn 0.7s ease-in-out;
  }
  .write_wrap .table_title {
    padding-top: 55px;
  }
  .write_wrap .table_title h2 {
    color: #7f7f7f;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
  }
  
  .write {
    padding: 44px 0;
  }
  .write.cancelForm {
    padding: 25px 0;
  }
  .write .half {
    overflow: hidden;
  }
  .write .half:first-child > li {
    border-top: 1px solid #e6e6e6;
  }
  .write .half li {
    width: 50%;
    float: left;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
  }
  .write .half li p {
    padding: 18px 16px;
    width: 480px;
    height: 100%;
  }
  .write .half li p .half_input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  .write .half li p .addr_input {
    width: 350px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
  }
  .write .half li p .addrbtn {
    padding: 12px 27px;
    background: #999;
    color: #fff;
    border-radius: 4px;
    border: none;
  }
  .write .full {
    overflow: hidden;
  }
  .write .full li {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
  }
  .write .full li p {
    padding: 8px 16px;
    width: 1080px;
    display: flex;
    align-items: center;
  }
  .write .full li p .full_input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  .write .full li p .etc {
    width: 100px;
  }
  .write .full li p input[type=radio] {
    margin-right: 10px;
  }
  .write .full li p input[type=checkbox] {
    margin-right: 10px;
  }
  .write .full li p select {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
  .write .full li p label {
    margin-right: 10px;
  }
  .write .title {
    width: 120px;
    padding: 16px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
  }
  .write .title.addTitle{height:102px; }
  .write .submit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .write .submit .submitBtn {
    background: #003762;
    color: #fff;
    padding: 15px 74px;
    border: none;
  }
  .write .write_submit {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .write .write_submit .cancelBtn {
    border: 1px solid #dedede;
    padding: 15px 24px;
    color: #7f7f7f;
    margin-right: 10px;
    border-radius: 5px;
  }
  .write .write_submit .submitBtn {
    background: #005bac;
    border: none;
    color: #fff;
    padding: 15px 24px;
    border-radius: 5px;
  }
  .write .dhtml_form {
    width: 100%;
    padding: 8px 16px;
    padding: 15px 0;
  }
  .write .link {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .write .link img {
    margin-right: 10px;
  }
  .write .link input[type=text] {
    border: none;
    width: 100%;
    height: 100%;
  }
  .write .file {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .write .file img {
    margin-right: 10px;
  }
  .write .file input[type=file] {
    border: none;
    width: 100%;
    height: 100%;
  }
  .write .file .edit {
    position: absolute;
    right: 20px;
    color: #999;
    display: flex;
    align-items: center;
  }
  .write .file .edit input[type=checkbox] {
    margin-right: 5px;
  }

/**** 글 상세페이지 - view페이지 ****/
.view_wrap {
  padding: 44px 20px;
  width: 1200px;
  margin: 0 auto;
  animation: fadeIn 0.7s ease-in-out;
}
.view_wrap .view_title h2 {
  font-size: 25px;
  font-weight: 400;
  color: #7f7f7f;
  width: 100%;
  word-break: normal;
  text-align: center;
}
.view_wrap .view_title .titleWrap {
  display: flex;
  align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  align-items: stretch;
}
.view_wrap .view_title .titleWrap .left {
  padding: 15px 20px;
  background: #f7f7f7;
  width: 120px;
  display: flex;
  align-items: center;
}
.view_wrap .view_title .titleWrap .title {
  width: calc(100% - 120px);
  padding: 15px 20px;
}
.view_wrap .view_title .data {
  display: flex;
  padding: 10px 0;
  justify-content: flex-end;
}
.view_wrap .view_title .data li {
  margin-right: 10px;
  color: #7f7f7f;
}
.view_wrap .content {
  margin: 50px 0;
}
.view_wrap .content img {
  max-width: 100%;
}
.view_wrap .navi {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view_wrap .navi li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dedede;
  transition: 0.5s;
  align-items: center;
}
.view_wrap .navi li.top_btn .top {
  color: #7f7f7f;
  background: #f7f7f7;
  padding: 10px 10px;
  width: 120px;
}
.view_wrap .navi li.top_btn .top img {
  width: 20px;
  opacity: 0.5;
  margin-right: 10px;
}
.view_wrap .navi li.bottom_btn {
  border-bottom: 1px solid #dedede;
}
.view_wrap .navi li.bottom_btn .bottom {
  color: #7f7f7f;
  background: #f7f7f7;
  padding: 10px 10px;
  width: 120px;
}
.view_wrap .navi li.bottom_btn .bottom img {
  width: 20px;
  opacity: 0.5;
  transform: rotate(180deg);
  margin-right: 10px;
}
.view_wrap .navi li .date {
  color: #7f7f7f;
}
.view_wrap .navi li .title {
  width: 80%;
}
.view_wrap .navi li .title a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view_wrap .file {
  width: 100%;
}
.view_wrap .file li {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.view_wrap .file li .titleWrap {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.view_wrap .file li .titleWrap .title {
  width: 100%;
  word-break: normal;
}
.view_wrap .file li .titleWrap .more {
  width: 100%;
  font-size: 14px;
  color: #999;
}
.view_wrap .link {
  width: 100%;
}
.view_wrap .link li {
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.view_wrap .link li .titleWrap {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.view_wrap .link li .titleWrap .title {
  width: 100%;
  word-break: normal;
}
.view_wrap .link li .titleWrap .more {
  width: 100%;
  font-size: 14px;
  color: #999;
}

/** 서비스이용약관 **/
.service {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
  animation: fadeIn 0.7s ease-in-out;
}
.service figure {
  margin: 0;
}
.service h2 {
  padding: 10px 0;
}
.service span {
  margin-left: 10px;
  color: #7f7f7f;
  display: block;
}


/*이벤트페이지 (추가)*/
.eventBanner{width:100%; background-color: #172444; padding:60px 0; background-image: url('../img/event_background.png'); background-position: top center; background-repeat: no-repeat;}
.eventBanner .imgBox{height:1000px; }
.eventBanner .dayWrap{width:1200px; margin:0 auto; display:flex; justify-content: center; align-items: center;}
.eventBanner .dayWrap .contentWrap{padding:0 40px; }
.eventBanner .dayWrap .contentWrap:first-child{border-right:1px solid #fff;}
.eventBanner .dayWrap .contentWrap h2{font-size:25px; color:#fff; text-align: center; }
.eventBanner .dayWrap .contentWrap h2 .blue{font-size: inherit; color:#528FC6; }
.eventBanner .dayWrap .contentWrap .date{display:block; color:#fff; text-align: center; font-size:25px; margin-top:5px; }
.eventBanner .dayWrap .contentWrap .date br{display:none; }
.eventBanner .produceWrap { width:1200px; margin:0 auto; padding:20px 264px ;}
.eventBanner .produceWrap h1{font-size:20px; text-align: center; font-weight: 500; display:block; padding:20px 0; color:#9DC3E6; }
.eventBanner .produceWrap h3{font-size:20px; color:#FFFF00; font-weight: 500; padding:20px 0;}
.eventBanner .produceWrap h4{font-size:20px; color:#fff; font-weight: 500;}
.eventBanner .produceWrap span{display:block; font-size:16px; color:#fff; font-weight: 400; padding:10px 0;}
.eventBanner .produceWrap span .red{color:#ff0000; display:inline; }

.eventWrap {width:1200px; margin:0 auto; padding:60px 0;}
.eventWrap .contentWrap{padding:20px 0;}
.eventWrap .contentWrap h2{background:#9DC3E6; padding:10px 20px; font-size: 20px; color:#003762; font-weight: 600;}
.eventWrap .contentWrap .eventList {padding:20px 0;}
.eventWrap .contentWrap .eventList li{display:flex; padding:10px 0; align-items: flex-start;}
.eventWrap .contentWrap .eventList li .title{padding:5px 0; background:#172444; width:150px; color:#fff; border-radius:20px 0 20px 0 ; text-align: center;}
.eventWrap .contentWrap .eventList li .content{padding:0 20px; }
.eventWrap .contentWrap .eventList li .content .red{color:#ff0000; font-size: inherit;}
.eventWrap .contentWrap .eventList li .content .blue{color:#528fc6; font-size: inherit;}
.eventWrap .contentWrap .btnWrap{display:flex; justify-content: center;}
.eventWrap .contentWrap .btnWrap .Btn{padding:10px; color:#fff; margin:10px; display:block; width:150px; text-align: center; border-radius:20px 0 20px 0; }
.eventWrap .contentWrap .btnWrap .Btn.blueBtn{background:#172444; }
.eventWrap .contentWrap .btnWrap .Btn.redBtn{background:#ff0000; }

.event_sideMenu{position:fixed; display:block; top:50%; right:40px; z-index:1; } 
.event_sideMenu li {color:#fff; margin:10px; padding:7px 20px; border-radius: 20px; }
.event_sideMenu li.red{background:#ff0000;}
.event_sideMenu li.blue{background:#528FC6;}
.event_sideMenu li a{width:100%; height:100%; display:block;}
.event_sideMenu li img{display:block; margin:0 auto; margin-bottom:5px;  }

/***************** 반응형 태블릿 *****************/
/*반응형*/
/*테블릿*/
@media screen and (max-width: 1300px) {
  * {
    word-break: keep-all;
  }

  header {
    width: auto;
  }
  header.hederFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    top:0; 
    background: #fff;
  }
  header.active {
    background: #005BAC;
    position: fixed;
    z-index: 99;
    top:0; 
    width: 100%;
  }
  header.active .logo p {
    color: #fff;
  }
  header.active .logo h1 {
    color: #fff;
  }
  header.active .logo h1 span {
    color: #fff;
  }
  header .application {
    display: none;
  }
  header #menu {
    width: 30px;
    height: 30px;
    background-image: url("../img/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 100%;
  }
  header #menu.active {
    background-image: url("../img/close.png");
    background-size: 20px;
  }
  header .menu {
    display: none;
  }
  header .mobile_menu {
    display: block;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
    overflow-y: scroll;
    left: 0;
    top: 80px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  header .mobile_menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .mobile_menu .menu_m {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  header .mobile_menu .menu_m > li {
    width: 100%;
    font-weight: 500;
  }
  header .mobile_menu .menu_m > li a {
    font-size: 20px;
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .mobile_menu .menu_m > li.active .plus {
    background-image: url("../img/minus.png");
    background-size: 100%;
    background-position: center;
  }
  header .mobile_menu .menu_m > li .plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/plus.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  header .mobile_menu .menu_m .submenu_m {
    background: #F3F4F8;
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
    display: none;
  }
  header .mobile_menu .menu_m .submenu_m li:last-child {
    margin: 0;
  }
  header .mobile_menu .menu_m .submenu_m li a {
    padding-bottom: 20px;
    border: none;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
  }
  header .mobile_menu .applicationBtn {
    margin: 20px;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    background: #005BAC;
    border-radius: 15px;
    color: #fff;
  }

  .ConfirmTop {
    display: none;
  }

  .submenu2 {
    width: auto;
  }

  /****메인 index.html****/
  .main_slide {
    height: 500px;
  }
  .main_slide .swiper-slide {
    height: 500px;
  }
  .main_slide .swiper-pagination {
    padding: 0 20px;
  }

  .main_sec01 {
    padding: 40px 0;
  }
  .main_sec01 .bar {
    height: 196px;
  }
  .main_sec01 .subtitle {
    margin: 10px 0;
  }
  .main_sec01 .notice_wrap {
    width: auto;
    padding: 0 20px;
  }
  .main_sec01 .notice_wrap li {
    width: 24%;
    height: 23vw;
  }

  .main_video .video_wrap iframe {
    width: 90vw;
    height: 50vw;
    margin-left: 10px;
  }

  .main_bottom .leftWrap {
    padding-left: 60px;
  }

  /****푸터****/
  footer .footerMenu {
    padding: 15px 20px;
  }
  footer .footerProduce {
    padding: 30px 20px;
    align-items: center;
  }
  footer .footerProduce .wrapper {
    width: auto;
    flex-direction: column;
  }
  footer .footerProduce .wrapper .right {
    margin: 40px 0;
    text-align: center;
  }
  footer .footerProduce .wrapper .right ul {
    display: block;
  }
  footer .footerProduce .wrapper .right ul li {
    margin: 5px 0;
  }
  footer .footerProduce .wrapper .right ul li::after {
    display: none;
  }

  .sub01 {
    /*행사소개*/
    /*행사개요*/
    /*한국코치협회소개 01-설립이념*/
    /*한국코치협회 소개 02-비전사명*/
    /*한국코치협회 소개 03 - 협회조직*/
    /*한국코치협회 소개 04 - 코칭FAQ*/
    /*사무국 안내*/
    /*100배 즐기기*/
  }
  .sub01 .sub01_content {
    width: auto;
    padding: 25px 20px;
  }
  .sub01 .sub01_content .content {
    width: auto;
    padding: 25px 0;
  }
  .sub01 .sub01_content2 .title_banner {
    width: 100%;
  }
  .sub01 .sub01_content2 .content {
    overflow: hidden;
  }
  .sub01 .sub01_content2 .content .imgbox {
    width: 100%;
    justify-content: center;
  }
  .sub01 .sub01_content2 .content .imgbox img {
    width: 30%;
  }
  .sub01 .sub01_content2 .event .box_wrap .box {
    padding: 20px;
  }
  .sub01 .sub01_content2 .event .box_wrap .box figure {
    font-size: 20px;
  }
  .sub01 .sub01_content3 {
    padding: 20px;
  }
  .sub01 .sub01_content3 .content {
    width: auto;
  }
  .sub01 .sub01_content3 .content .text_wrap {
    margin-left: 0;
    padding: 20px;
  }
  .sub01 .sub01_content3 .content .text_wrap img {
    width: 30vw;
    display: block;
    margin: 0 auto;
  }
  .sub01 .sub01_content3 .content .text_wrap h2 {
    font-size: 20px;
  }
  .sub01 .sub01_content3 .content2 .visition {
    padding: 80px 20px;
  }
  .sub01 .sub01_content3 .content2 .visition img {
    width: 80%;
  }
  .sub01 .sub01_content3.sub1_visition {
    padding: 20px 0;
  }
  .sub01 .sub01_content3 .content3 .imgWrap {
    padding: 20px;
    margin: 0;
  }
  .sub01 .sub01_content3 .content3 .imgWrap img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .sub01 .sub01_content3 .content3 .imgWrap .organization {
    display: block;
  }
  .sub01 .sub01_content3 .content3 .imgWrap .organization_mo {
    display: none;
    margin: 0;
    width: 100%;
  }
  .sub01 .sub01_content3 .content4 {
    width: 100%;
  }
  .sub01 .sub01_content3 .content4 .list {
    width: 100%;
  }
  .sub01 .sub01_content3 .content4 .list li .question {
    padding: 24px 45px;
    padding-right: 20px;
    background-position: left 10px top 24px;
  }
  .sub01 .sub01_content3 .content4 .list li .answer{
    padding: 24px 50px;
    padding-right: 25px;
    background-position: left 10px top 31px;
  }

  .sub01 .sub01_content3 .content4 .list li .question .arrow {
    width: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .sub01 .sub01_content4 {
    width: 100%;
    padding: 0 20px;
  }
  .sub01 .sub01_content4 img {
    margin: 40px auto; 
  }
  .sub01 .sub01_content4 .mapWrap iframe {
    width: 55vw;
  }
  .sub01 .sub01_content4 .mapWrap .contact li {
    margin-bottom: 10px;
  }
  .sub01 .sub01_content4 .mapWrap .contact li h2 {
    height: 96px;
  }
  .sub01 .sub01_content5 {
    padding: 40px 20px;
    width: 100%;
  }
  .sub01 .sub01_content5 h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .sub01 .sub01_content5 h2 span {
    display: block;
  }
  .sub01 .sub01_content5 .contentWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub01 .sub01_content5 .contentWrap .leftTop {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span {
    word-break: break-all;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span br {
    display: none;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span:first-child {
    margin-bottom: 20px;
  }

  /*행사소개-입장안내*/
  .sub01 .sub01_content6{padding:20px; width:100%; }
  .sub01 .sub01_content6 .tableWrap{overflow-x: scroll; position:relative; margin-top:0; margin:10px 0; }
  .sub01 .sub01_content6 .enter_produce{ width:100%; min-width:850px; margin:0; padding-top:20px; }
  .sub01 .sub01_content6 .enter_produce thead th{font-size:14px; }
  .sub01 .sub01_content6 .help {flex-wrap: wrap;  }
  .sub01 .sub01_content6 .help>div{margin:5px 0;}
  .sub01 .sub01_content6 .help span{font-size:14px;}
  /*행사소개-입장안내(스와이퍼)*/
  .sub01 .sub01_content6 .table{position:relative;}
  .sub01 .sub01_content6 .table .swiperTab{display:block; width:100%; height:100%; background:rgba(0,0,0,0.6); position:absolute; z-index:1; }
  .sub01 .sub01_content6 .table .swiperTab .swiperProduce{ 
      width:100%; height:100%; display:flex; justify-content: center; animation: blink-effect 1.5s ease-in-out infinite; }
  .sub01 .sub01_content6 .table .swiperTab .swiperProduce img{width:50px; height:60px;  display:block; margin:0 auto; margin-top:200px; }
  .sub01 .sub01_content6 .table .swiperTab .swiperProduce span{display:block; color:#fff; margin-top:10px; font-weight: 300; text-align: center; }
  .sub01 .sub01_content6 .table .swiperTab.click{display:none;}

  /****프로그램****/
  .sub02 {
    /*페스티벌 1일차*/
    /*페스티벌 2일차*/
    /* 페스티벌 게시판 view*/
  }
  .sub02 .sub02_content1 {
    width: 100%;
    padding: 20px;
  }
  .sub02 .sub02_content1 .project {
    width: 100%;
  }
  .sub02 .sub02_content2 {
    width: 100%;
    padding: 20px;
  }
  .sub02 .sub02_content2 .submenu3 {
    font-size: 16px;
  }
  .sub02 .sub02_content2 .submenu3 li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub02 .sub02_content2 h1{margin-top:15px;}

  .sub02 .sub02_content2 .sub02_List li {
    width: 49.3%;
  }
  .sub02 .sub02_content2 .sub02_List li .imgBox {
    height: 27vw;
  }
  .sub02 .sub02_view {
    width: 100%;
    padding: 20px;
  }
  /**** 프로그램 - 경품교육 티켓 ****/
  .sub02 .sub02_content3{
      width:auto; padding:30px 20px; 
    }

  /****홍보부스 : 스폰서 안내****/
  .sub03 .sub03_content1 {
    width: 100%;
    margin-top: 20px;
  }
  .sub03 .sub03_content1 h2 {
    margin: 0px 10px;
  }
  .sub03 .sub03_content1 h2.gold {
    margin-top: 10px;
  }
  .sub03 .sub03_content1 h2.silver {
    margin-top: 10px;
  }
  .sub03 .sub03_content1 h2.bronz {
    margin-top: 10px;
  }
  .sub03 .sub03_content1 .list_type01 li {
    height: 35vw;
  }
  .sub03 .sub03_content1 .list_type02 li {
    height: 32vw;
  }

  /***홍보부스 : 스폰서 안내 (추가)****/
  .sub03 .sub03_content1{ width:auto; margin:20px; }
  .sub03 .sub03_content1 .sponsorList{margin-top:20px; margin-bottom: 20px;}
  .sub03 .sub03_content1 .sponsorList .left{width:240px;}
  .sub03 .sub03_content1 .sponsorList .right{padding-left:10px; width: calc(100% - 240px); }
  


  /***뉴스****/
  .sub04 .sub04_content1 {
    width: 100%;
    padding: 15px 20px;
  }

  /**참가신청**/
  .sub05 .sub05_content1 {
    width: 100%;
    /*등록확인*/
  }
  .sub05 .sub05_content1 .top_produce {
    padding: 0 20px;
  }
  .sub05 .sub05_content1 .top_produce li span {
    font-size: 20px;
  }
  .sub05 .sub05_content1 .bottom_produce .content_wrap .attend ul {
    align-items: center;
  }
  .sub05 .sub05_content1 .bottom_produce .content_wrap .account li {
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .sub05 .sub05_content1 .helper {
    color: #eb5757;
    padding: 10px 0;
  }
  .sub05 .sub05_content1 .search {
    margin: 20px;
  }

  /*****도서부스******/
  .sub06 .sub06_content1 {
    width: 100%;
    padding: 20px;
  }
  .sub06 .sub06_content1 .bookList li {
    width: 24%;
    height: 35vw;
  }

  /**** 리스트 ****/
  .list {
    width: 100%;
  }
  .list tr .number {
    width: 10%;
  }
  .list tr .title {
    width: 60%;
  }
  .list tr .name {
    width: 10%;
  }
  .list tr .hit {
    width: 10%;
  }
  .list tr .date {
    width: 10%;
  }

  /**** 글쓰기 ****/
  .write_wrap {
    width: auto;
    margin: 0 auto;
  }
  .write_wrap .table_title {
    padding-top: 30px;
    margin-left: 20px;
  }

  .write {
    padding: 44px 20px;
  }
  .write .title {
    width: 130px;
    font-size: 14px;
  }
  .write .half li {
    width: 100%;
  }
  .write .half li p {
    width: 80vw;
  }
  .write .half li p.addr2{width: 89%;}
  .write .half li p .addr_input {
    width: 40vw;
  }
  .write .full li {
    width: 100%;
  }
  .write .full li p {
    width: 80vw; 
  }


  /**** 글 상세페이지 - view페이지 ****/
  .view_wrap {
    padding: 44px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .view_wrap .view_title {
    border-bottom: 1px solid #dedede;
  }
  .view_wrap .view_title h2 {
    font-size: 25px;
    font-weight: 400;
    color: #005bac;
  }
  .view_wrap .view_title .data {
    display: flex;
    padding: 10px 0;
    justify-content: flex-end;
  }
  .view_wrap .view_title .data li {
    margin-right: 10px;
    color: #7f7f7f;
  }
  .view_wrap .view_title .titleWrap .left {
    display: none;
  }
  .view_wrap .view_title .titleWrap .title {
    padding: 15px 20px;
  }
  .view_wrap .content {
    margin: 50px 0;
  }
  .view_wrap .content img {
    width: 100%;
  }
  .view_wrap .navi li {
    justify-content: flex-start;
  }
  .view_wrap .navi li.top_btn .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .view_wrap .navi li.bottom_btn .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .view_wrap .navi li .date {
    display: none;
  }

  /** 서비스이용약관 **/
  .service {
    padding: 30px 20px;
    width: auto;
    margin: 0 auto;
  }
  .service figure {
    margin: 0;
  }
  .service h2 {
    padding: 10px 0;
  }
  .service span {
    margin-left: 10px;
    color: #7f7f7f;
    word-break: break-all;
  }

  /*이벤트페이지 (추가)*/
  .eventWrap{width:100%;}
  .eventWrap .contentWrap{padding:20px; }
  .eventBanner .dayWrap{width:100%;}
  .eventBanner .produceWrap{width:100%; padding: 20px;}
  .eventWrap .contentWrap .sub01 .sub01_content6 {padding:0; }
  .event_sideMenu{right:10px; }
}

/*************** 반응형 핸드폰 ************/
@media screen and (max-width: 820px ) {
  /*헤더*/
header .logo p { font-size: 0.8em; }
header .logo h1 { font-size: 1.2em; }
header .logo h1 span { font-size: 1em; }

/*공통*/
.submenu {
    padding: 10px 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.submenu li {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
  .submenu li::after {
    display: none;
  }
  .submenu li.active {
    border-bottom: 2px solid #528FC6;
  }
  .submenu li.active a::after {
    display: none;
  }
  .submenu li a {
    white-space: nowrap;
  }
  .submenu li a::after {
    display: none;
  }

  .submenu2 {
    width: auto;
    flex-wrap: wrap;
  }
  .submenu2 li {
    width: 40%;
    margin: 10px;
    text-align: center;
  }

  /****메인 index.html****/
  .main_slide {
    height: calc(100vh - 80px);
  }
  .main_slide .swiper-slide {
    height: calc(100vh - 80px);
  }
  .main_slide .swiper-slide.slide01 {
    background-image: url("../img/main_slide_01_m.png");
  }
  .main_slide .swiper-slide.slide02 {
    background-image: url("../img/main_slide01_m.png");
  }
  .main_slide .swiper-slide.slide03 {
    background-image: url("../img/main_slide02_m.png");
  }
  .main_slide .swiper-slide.slide04 {
    background-image: url("../img/main_slide03_m.png");
  }
  .main_slide .swiper-slide.slide05 {
    background-image: url("../img/main_slide04_m.png");
  }
  .main_slide .swiper-pagination {
    padding: 15px 20px;
  }
  .main_slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
  }

  /*메인-공지뉴스*/
  .main_sec01 {
    padding: 40px 0;
  }
  .main_sec01 h2 {
    font-size: 1.2em;
  }
  .main_sec01 .subtitle {
    font-size: 1em;
  }
  .main_sec01 .notice_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .main_sec01 .notice_wrap li {
    display: inline-block;
    width: 48.9%;
    height: 40vw;
    margin-bottom: 7px;
  }
  
  .main_sec01 .notice_wrap li .imgBox {
    padding: 10px;
  }
  .main_sec01 .notice_wrap li .imgBox h3 {
    font-size: 1em;
  }
  .main_sec01 .notice_wrap li .imgBox .date {
    font-size: 0.8em;
  }
  .main_sec01 .notice_wrap li .imgBox .more {
    display: none;
  }

  .main_sec01 .notice_wrap li .hover .contentWrap { bottom: 20px; }
  .main_sec01 .notice_wrap li .hover .contentWrap h3{ white-space: normal; font-size:15px; }




  .main_video h2 {
    font-size: 1.2em;
  }
  .main_video .video_wrap {
    padding: 0; margin:10px 0;
  }
  .main_video .video_wrap img {
    display:none;
  }
  .main_video h3.title{display:block; text-align: center; padding:10px 0; font-weight: 500; color:#005bac; font-size:14px; }

  .tel_wrap {
    background-size: 250vw;
    background-repeat: no-repeat;
  }
  .tel_wrap h2 {
    font-size: 1.2em;
  }
  .tel_wrap .tel img {
    width: 10vw;
  }
  .tel_wrap .tel span {
    font-size: 34px;
  }

  .main_bottom .bottomWrap .contentWrap {
    padding: 0;
  }
  .main_bottom .bottomWrap .contentWrap .icon {
    width: 8vw;
  }
  .main_bottom .bottomWrap .contentWrap h3 {
    font-size: 16px;
  }
  .main_bottom .bottomWrap .contentWrap .socialWrap {
    flex-wrap: wrap;
  }
  .main_bottom .bottomWrap .contentWrap .socialWrap li {
    padding-bottom: 5px;
  }
  .main_bottom .bottomWrap .contentWrap .socialWrap li:first-child {
    width: 100%;
  }
  .main_bottom .leftWrap {
    padding: 20px 10px;
  }
  .main_bottom .rightWrap {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .main_bottom .rightWrap .contentWrap a {
    padding-left: 0;
    padding: 20px 10px;
  }

  /**푸터**/
  footer .footerMenu .wrapper {
    width: auto;
    flex-wrap: wrap;
  }
  footer .footerMenu .wrapper li {
    margin: 5px 0;
    width: 50%;
    text-align: center;
  }

  .sub01 {
    /*행사소개*/
    /*행사개요*/
    /*한국코치협회소개 01-설립이념*/
    /*사무국 안내*/
    /*100배 즐기기*/
  }
  .sub01 .sub01_content .profile img {
    width: 40vw;
    height: 40vw;
  }
  .sub01 .sub01_content .profile .ProfileContent {
    margin-left: 15px;
  }
  .sub01 .sub01_content .profile .ProfileContent h1 {
    font-size: 20px;
    display: block;
  }
  .sub01 .sub01_content .profile .ProfileContent h2 {
    font-size: 17px;
  }
  .sub01 .sub01_content .profile .ProfileContent h3 {
    font-size: 17px;
  }
  .sub01 .sub01_content .content h2 {
    font-size: 20px;
  }
  .sub01 .sub01_content .content div {
    padding: 20;
    word-break: break-all;
  }

  .sub01 .sub01_content .content br {
    display: none;
  }
  .sub01 .sub01_content .content br:nth-child(3) {
    display: inline-block;
  }
  .sub01 .sub01_content .content br:nth-child(6) {
    display: inline-block;
  }

  .sub01 .sub01_content .content div:last-child br{
      display:inline-block;
  }


  .sub01 .sub01_content2 .title_banner.img_pc {
    display: none;
  }
  .sub01 .sub01_content2 .title_banner.img_mobile {
    display: block;
  }
  .sub01 .sub01_content2 .content {
    padding: 60px 20px;
  }
  .sub01 .sub01_content2 .content .imgbox {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub01 .sub01_content2 .content .imgbox img {
    width: 90%;
  }
  .sub01 .sub01_content2 .event .box_wrap {
    flex-wrap: wrap;
  }
  .sub01 .sub01_content2 .event .box_wrap .box {
    padding: 40px 20px;
  }
  .sub01 .sub01_content2 .event .box_wrap .box:first-child {
    margin-bottom: 50px;
  }
  .sub01 .sub01_content2 .event .box_wrap .box figure {
    font-size: 18px;
    margin: 0;
    text-align: center;
  }
  .sub01 .sub01_content2 .event .box_wrap .box span {
    font-size: 15px;
  }
  .sub01 .sub01_content2 .event h1 {
    font-size: 25px;
  }
  .sub01 .sub01_content3 {
    padding: 20px;
  }
  .sub01 .sub01_content3.sub1_visition{
      padding:20px; 
  }
  .sub01 .sub01_content3 .content {
    width: auto;
    padding: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sub01 .sub01_content3 .content > img {
    width: 50vw;
  }
  .sub01 .sub01_content3 .content .text_wrap {
    margin-left: 0;
    padding: 20px 0;
  }
  .sub01 .sub01_content3 .content .text_wrap img {
    width: 30vw;
    display: block;
    margin: 0 auto;
  }
  .sub01 .sub01_content3 .content .text_wrap h2 {
    font-size: 20px;
  }
  .sub01 .sub01_content3 {
    /*비전사명*/
    /*조직표*/
  }
  .sub01 .sub01_content3 .content2 .visition {
    padding: 0;
  }
  .sub01 .sub01_content3 .content2 .visition .visition_img {
    display: none;
  }
  .sub01 .sub01_content3 .content2 .visition .visition_img_mo {
    display: block;
    width: 100%;
  }
  .sub01 .sub01_content3 .content3 .imgWrap .organization {
    display: none;
  }
  .sub01 .sub01_content3 .content3 .imgWrap .organization_mo {
    display: block;
  }
  .sub01 .sub01_content4 {
    width: 100%;
    padding: 0 20px;
  }
  .sub01 .sub01_content4 .mapWrap {
    flex-wrap: wrap;
  }
  .sub01 .sub01_content4 .mapWrap iframe {
    width: 100%;
  }
  .sub01 .sub01_content4 .mapWrap .contact {
    padding: 20px;
  }
  .sub01 .sub01_content5 h2 {
    margin-bottom: 14px;
  }
  .sub01 .sub01_content5 .contentWrap .start {
    display: block;
    margin-bottom: 20px;
  }
  .sub01 .sub01_content5 .contentWrap .leftTop {
    text-align: center;
    margin: 0;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span {
    word-break: break-all;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span br {
    display: none;
  }
  .sub01 .sub01_content5 .contentWrap .rightTop span:first-child {
    margin-bottom: 20px;
  }
  .sub01 .sub01_content5 .stepList .contentBox {
    padding-top: 89vw;
    height: auto;
    background-position: top center;
    background-size: 89vw 89vw;
  }
  .sub01 .sub01_content5 .stepList .contentBox h1 {
    font-size: 30px;
  }
  .sub01 .sub01_content5 .stepList .contentBox .textBox {
    padding: 23px 10px;
  }
  .sub01 .sub01_content5 .stepList .contentBox .textBox br {
    display: none;
  }
  .sub01 .sub01_content5 .stepList .contentBox .textBox span {
    word-break: break-all;
  }
  .sub01 .sub01_content5 .stepList .contentBox .textBox h3 {
    font-size: 24px;
  }
  .sub01 .sub01_content5 .stepList .rightWrap .textBox {
    text-align: left;
  }
  .sub01 .sub01_content5 .bottomWrap h3 {
    font-size: 22px;
  }
  .sub01 .sub01_content5 .bottomWrap h3 br {
    display: none;
  }


  .sub01 .sub01_content4 img {
    max-width:80%;
  }

  /****프로그램****/
  .sub02 {
    /*페스티벌 1일차*/
    /*페스티벌 2일차*/
    /* 페스티벌 게시판 view*/
  }
  .sub02 .sub02_content1 .project tbody th {
    display: none;
  }
  .sub02 .sub02_content1 .project tbody td {
    width: 100%;
    height: auto;
    display: block;
    border-right: 1px solid #e7e7e7;
  }
  .sub02 .sub02_content1 .project tbody td.number {
    width: 100%;
    background: #e7e7e7;
  }
  .sub02 .sub02_content1 .project tbody td.time {
    width: 100%;
  }
  .sub02 .sub02_content1 .project tbody td.title {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .sub02 .sub02_content1 .project tbody td.people {
    width: 100%;
  }
  .sub02 .sub02_content1 .project tbody td.content {
    width: 100%;
  }
  .sub02 .sub02_content2 .submenu3 {
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub02 .sub02_content2 .submenu3 li {
    width: 49%;
    margin: 5px 0;
  }
  .sub02 .sub02_content2 .sub02_List {
    padding-top: 0px;
  }
  .sub02 .sub02_content2 .sub02_List li {
    width: 100%;
    padding:15px; 
  }
  .sub02 .sub02_content2 .sub02_List li .imgBox {
    height: 45vw;
  }
  .sub02 .sub02_content2 .sub02_List li .imgBox.last h3{font-size:18px; }
  .sub02 .sub02_content2 .popup {
    padding: 100px 0;
  }
  .sub02 .sub02_content2 .popup .content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sub02 .sub02_content2 .popup .content .contentView {
    width: 100%;
    margin-bottom:50px;
  }
  .sub02 .sub02_view {
    width: 100%;
    padding: 20px;
  }
  .sub02 .sub02_view .people li {
    width: 100%;
    justify-content: center;
    padding: 20px 0;
  }
  .sub02 .sub02_view .people li .imgBox {
    margin: 20px 0;
  }
  .sub02 .sub02_view .people li .textBox {
    width: 100%;
    text-align: center;
  }

  .sub02 .sub02_view .buttonWrap .Btn{ padding:12px 0;font-size:15px;  }

  /**** 프로그램 - 경품교육 티켓 ****/
  .sub02 .sub02_content3 .giveawayWrap .contentWrap{padding:12px; flex-wrap: wrap; justify-content: center;}
  .sub02 .sub02_content3 .giveawayWrap h3{padding:16px 19px; text-align: center;}
  .sub02 .sub02_content3 .giveawayWrap .contentWrap .imgBox{margin:20px; }
  .sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox{padding-left:5px; width:100%;  }
  .sub02 .sub02_content3 .giveawayWrap .contentWrap .contentBox h4{font-size:17px; }

  /****홍보부스 : 스폰서안내****/
  .sub03 .sub03_content1 {
    width: 100%;
    padding: 25px 5px;
  }
  .sub03 .sub03_content1 .list_type01 li {
    width: 100%;
    height: 55vw;
    padding: 2vw;
  }
  .sub03 .sub03_content1 .list_type02 li {
    width: 50%;
    height: 45vw;
    padding: 1.7vw;
  }

   /***홍보부스 : 스폰서 안내 (추가)****/
   .sub03 .sub03_content1{margin:20px 0;}
   .sub03 .sub03_content1 .sponsorList {padding:20px; padding: 15px 10px;}
   .sub03 .sub03_content1 .sponsorList .left{width:100%; margin-bottom:10px; padding:20px 30px;  }
   .sub03 .sub03_content1 .sponsorList .left .flexWrap h3{font-size:24px; }
   .sub03 .sub03_content1 .sponsorList .right{width:100%; padding-left:0;}
   .sub03 .sub03_content1 .sponsorList .right li{width:49.2%; padding:5px; }
   .sub03 .sub03_content1 .sponsorList .right li .imgBox{height:26vw; }

  /**온라인등록하기**/
  .sub05 .sub05_content1 {
    width: 100%;
    padding: 40px 0px;
    /*등록확인*/
  }
  .sub05 .sub05_content1 .top_produce {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .sub05 .sub05_content1 .top_produce li {
    margin: 0;
    width: 100%;
    padding: 5px 0;
  }
  .sub05 .sub05_content1 .bottom_produce .content_wrap .attend {
    flex-wrap: wrap;
  }
  .sub05 .sub05_content1 .bottom_produce .content_wrap .attend ul {
    align-items: center;
    margin: 10px 0;
    padding: 20px;
  }
  .sub05 .sub05_content1 .search {
    margin: 10px;
    padding: 10px;
  }
  .sub05 .sub05_content1 .search .searchList li.half .title:first-child {
    padding-bottom: 18px;
  }
  .sub05 .sub05_content1 .search .searchList li.half .title:nth-child(3) {
    padding-left: 0;
  }
  .sub05 .sub05_content1 .search .searchList li.half .content:nth-child(2) {
    padding-bottom: 18px;
    display: inline-block;
  }

  /*****도서부스******/
  .sub06 .sub06_content1 .bookList li {
    width: 49%;
    height: 69vw;
  }
  .sub06 .sub06_content1 h3{font-size:20px;}
  .sub06 .sub06_content1 .bookList li .hover .contentWrap h4 p span{
    display:none;
  }

  .sub06 .sub06_content1 .bookList li .hover .contentWrap h3{
      margin-bottom:10px; 
  }
  
  .sub06 .sub06_content1 .bookList li .hover .contentWrap .zoomBtn{
      font-size:15px; 
  }

  /****게시판 리스트****/
  .list {
    width: 100%;
  }
  .list tr .number {
    width: 10%;
  }
  .list tr .title {
    width: 60%;
  }
  .list tr .name {
    display: none;
  }
  .list tr .hit {
    display: none;
  }
  .list tr .date {
    width: 15%;
  }



  /****글쓰기폼****/
  .write{ padding: 14px 20px; }
  .write .half li p .addr_input {
    width: 60vw;
  }
  .write .half li p .addrbtn {
    width: 15vw;
    padding: 12px 5px;
  }
  
  .write .half li p{width:89vw; }
  .write .half li.addList{flex-wrap: wrap; }
  .write .title.addTitle{width:100%; height:auto; text-align: center; justify-content: center;}
  .write .title.addTitle br{display:none; }

  .write .full li p {flex-wrap: wrap;}
  .write .full li p .radioWrap{width:45%;}
  .write .full li p .radioWrap.fullWidth{width:100%;}

    /*이벤트페이지 (추가)*/
    .eventBanner {  background-image: url(../img/main_slide_01_m.png); background-position:top -50px center; background-size: 100vw;}
    .eventBanner .imgBox{height:155vw;}
    .eventBanner .dayWrap .contentWrap{padding:5px 20px; }
    .eventBanner .dayWrap .contentWrap h2{font-size:18px; }
    .eventBanner .dayWrap .contentWrap .date{font-size:18px; }
    .eventBanner .dayWrap .contentWrap .date br{display:inline-block; }
    .eventBanner .produceWrap{padding:0 20px; }
    .eventBanner .produceWrap h1{font-size:17px; }
    .eventBanner .produceWrap h3{font-size:17px; }
    .eventBanner .produceWrap h4{font-size:17px; }
    .eventBanner .produceWrap span{font-size:15px; word-break: break-all; }
    .eventBanner .produceWrap span br{display:none; }
    .eventBanner .produceWrap span br:nth-child(2){display:inline-block; }
    .eventBanner .produceWrap span br:nth-child(4){display:inline-block; }

    .eventWrap {padding-top:0; padding-bottom:40px; }
    .eventWrap .contentWrap{padding-bottom:0; }
    .eventWrap .contentWrap h2{font-size:18px; }
    /*.eventWrap .contentWrap .eventList li{align-items: center; }*/
    .eventWrap .contentWrap .eventList li{flex-wrap: wrap;}
    .eventWrap .contentWrap .eventList li .title{width:100px; font-size:15px; margin-bottom:5px; margin-right:10px;  }
    .eventWrap .contentWrap .eventList li .content{ font-size:15px; padding:0; }
    .eventWrap .contentWrap .sub01 .sub01_content6 {padding:0; }



    .event_sideMenu {right:auto; top:auto; bottom:0; display:flex; width:100%; }
    .event_sideMenu li{width:50%; margin:0; border-radius: 0; text-align: center; padding:20px 0; }
    .event_sideMenu li a{font-size:14px; }
    .event_sideMenu li a br{display:none;}
    .event_sideMenu li a img{display:none; }
    .eventHeader .logo h1{font-size:14px; }
    header .wrapper .logo2 img{width:100px; }

}
/******애니메이션 효과 *******/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes blink-effect {
    50% {
      opacity: 0;
    }
  }
  
/*# sourceMappingURL=style.css.map */




/* 2021 - 11 - 09 추가 */
.login_helper{display:block; padding:20px 0; font-size:16px; color:#7f7f7f; font-weight: 400; text-align: center;}
.login_helper .background_red{background:#ff3636; color:#fff; display:inline-block; padding:5px 18px;  }

#hd_pop{width:1200px;}
@media screen and (max-width:500px ) {
    #hd_pop {width:300px;}
}