@charset "utf-8";

/* 서브레이아웃 */
#main.sub_container {
  /* font-size:20px; */
  padding: 5rem 0 10rem;
  margin-top: 0;
}
#main.sub_container * {
  /* font-family: 'Pretendard', sans-serif; */
}
.shop_list_wrap {
  font-size: 16px;
}

/* 서브공통 */

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.sound_only {
  display: none;
}
.ready {
  text-align: center;
}
.ready img {
  max-width: 580px;
  width: 80%;
}

.sub_section {
  padding: 10rem 0;
  line-height: 1.3;
}
* {
  word-break: keep-all;
}

.sb_top {
  padding-top: 18rem;
  margin-bottom: 5rem;
  text-align: center;
}
.sb_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.sb_title2 {
  position: relative;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 2rem;
  padding-left: 1rem;
  border-bottom: 1px solid #222;
}
.sb_title2:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.8rem;
  width: 2rem;
  height: 2rem;
  background: #89e148;
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
}
.sb_txt {
  font-size: 1.9rem;
  margin-top: 2rem;
}

.sb_tab {
  text-align: center;
  margin-bottom: 5rem;
}
.sb_tab li {
  display: inline-block;
  min-width: 20rem;
  margin: 0 10px;
}
.sb_tab a {
  display: block;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 10rem;
  transition: 0.2s;
}
.sb_tab li.on a,
.sb_tab li:hover a {
  background: #37b253;
  border-color: #37b253;
  color: #fff;
}

.table_wrap {
  overflow-x: auto;
}
.table_wrap table {
  width: 100%;
  min-width: 500px;
}

.tb_01 {
}
.tb_01 {
  width: 100%;
  border-collapse: collapse;
}
.tb_01 tr:hover {
  background: #fbfbfb;
}
.tb_01 thead tr th {
  background: #f4f4f4;
  color: #222;
}
.tb_01 tr th {
  background: ##f4f4f4;
  color: #222;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.5rem 0.4rem;
}
.tb_01 tbody tr th {
  border-bottom: 1px solid #ebebeb;
}
.tb_01 tr td {
  border: 1px solid #ebebeb;
  border-right: 0;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem 0.4rem;
  vertical-align: top;
  text-align: center;
}
.tb_01 tr td:first-child {
  border-left: 0;
}
.tb_01 .more {
  background: #ebebeb;
  padding: 0.5rem 2rem;
  border-radius: 100px;
  transition: 0.2s;
}
.tb_01 .more:hover {
  background: #ddd;
}

.btn_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  text-align: center;
}
.btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #535353;
  border-radius: 500px;
  color: #fff;
  padding: 1.5rem 4rem;
  min-width: 20rem;
  transition: 0.2s;
}

/* 회사소개 */
.sub01 {
}
.sub01_top {
  line-height: 1.5;
  margin-bottom: 13rem;
  padding-top: 11rem;
}
.sub01_top .sub_top_img {
  width: 100%;
}
.sub01_top .inner {
  margin-top: -10rem;
  display: flex;
  flex-wrap: wrap;
}
.sub01_top .st_title {
  width: 100%;
  font-size: 6rem;
  font-weight: 700;
}
.sub01_top .st_text {
  margin-left: auto;
  margin-top: -5rem;
}
.sub01_top .st_text h3 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
.sub01_top .st_text p {
  font-size: 2rem;
}

.sub01 .ss01 {
  position: relative;
  background: url(/html/img/sub01_ss01.jpg) no-repeat top center/100%;
  text-align: center;
}
.sub01 .s_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sub01 .count_wrap {
  max-width: 800px;
  margin: 0 auto; /* margin-bottom:10rem; */
  font-size: 3.4rem;
}
.sub01 .count_right {
  border-color: #222;
}
.sub01 .video_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 5rem auto 0;
}
.sub01 .video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub01 .video_wrap .yt_thum {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/html/img/yt_thum.jpg) no-repeat center/cover;
  z-index: 99;
}
.sub01 .video_wrap .yt_thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.sub01 .video_wrap .yt_thum:hover img {
  opacity: 1;
}

.sub01 .ss02 .inner {
  max-width: 100%;
}
.sub01 .major {
  display: flex;
  flex-wrap: wrap;
}
.sub01 .major li {
  position: relative;
  width: 25%;
  background: #222;
  text-align: center;
  color: #fff;
  padding: 15rem 3%;
  border-right: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.sub01 .major li:nth-child(1) {
  background: url(/html/img/sub01_img1.jpg) no-repeat center/cover;
}
.sub01 .major li:nth-child(2) {
  background: url(/html/img/sub01_img2.jpg) no-repeat center/cover;
}
.sub01 .major li:nth-child(3) {
  background: url(/html/img/sub01_img3.jpg) no-repeat center/cover;
}
.sub01 .major li:nth-child(4) {
  background: url(/html/img/sub01_img4.jpg) no-repeat center/cover;
}
.sub01 .major li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.2s;
}
.sub01 .major .icon_box {
  z-index: 99;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100px;
  height: 100px;
  background: rgba(26, 209, 146, 0);
  border-radius: 50%;
}
.sub01 .major li:nth-child(4) img {
  margin-bottom: 5px;
}
.sub01 .major li img.on {
  display: none;
}
.sub01 .major .text_box {
  z-index: 99;
  width: 100%;
}
.sub01 .major .text_box p {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1ad192;
}
.sub01 .major .text_box span {
  font-weight: 300;
  line-height: 1.5;
}

.sub01 .major li:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.sub01 .major li:hover .icon_box {
  background: rgba(26, 209, 146, 0.6);
}
.sub01 .major li:hover img {
  display: none;
}
.sub01 .major li:hover img.on {
  display: block;
}

.sub01 .history_wrap {
  margin-top: 5rem;
}
.sub01 .history {
  position: relative;
  display: flex;
  border-top: 1px solid #ccc;
  padding: 5rem 0;
}
.sub01 .history:last-child {
  border-bottom: 1px solid #ccc;
}
.sub01 .history .year {
  font-size: 8rem;
  color: #1ad17c;
  width: 30%;
  text-align: center;
}
.sub01 .history .details {
  position: relative;
  padding: 3rem 5%;
  width: 70%;
  margin-left: 5%;
}
.sub01 .history .details:before {
  content: "";
  width: 2px;
  height: calc(100% + 10rem);
  background: #1ad192;
  position: absolute;
  left: 0;
  top: -5rem;
}
.sub01 .history .details li {
  position: relative;
  display: flex;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.7;
}
.sub01 .history .details li:last-child {
  margin-bottom: 0;
}
.sub01 .history .details li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 5px solid #1ad192;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: 0.3rem;
  box-sizing: content-box;
}
/* .sub01 .history .details li:after {content:''; width:4rem; height: 1px; background: #1AD192;  position:absolute; left:-6rem; top:1.4rem; z-index:-1;} */
.sub01 .history .details .date {
  width: 12rem;
  color: #787878;
  font-weight: 600;
}
.sub01 .history .details .desc {
  width: calc(100% - 12rem);
  word-break: keep-all;
}

.sub01 .ss04 {
  padding-top: 0;
}
.sub01 .ss04 .inner {
  display: flex;
}
.sub01 .sub_bnr {
  position: relative;
  width: 49%;
  margin-right: 2%;
  background: #000;
  overflow: hidden;
}
.sub01 .sub_bnr img {
  width: 100%;
  opacity: 0.6;
  transition: 0.4s;
  margin-bottom: -7px;
}
.sub01 .sub_bnr:hover img {
  transform: scale(1.05);
}
.sub01 .sub_bnr:last-child {
  margin-right: 0;
}
.sub01 .sub_bnr a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  color: #fff;
}
.sub01 .sub_bnr p {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.sub01 .sub_bnr span {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 2rem;
  padding: 2rem 5rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: 0.2s;
}

.sub01 .sub_bnr:hover span {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: none;
}

/* 제품리스트 */
.shop_list {
}
.shop_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop_list.list3 li {
  width: 31%;
  margin: 0 1%;
}
.shop_list .thumb_box {
  overflow: hidden;
}
.shop_list .thumb_box img {
  width: 100%;
  transition: 0.2s;
}
.shop_list li:hover .thumb_box img {
  transform: scale(1.1);
}
.shop_list .text_box {
  margin: 1rem 0 4rem;
}
.shop_list .tit {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.shop_list .price {
  font-size: 1.8rem;
  font-weight: 700;
}

.sit_tit_wrap h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sit_tit_wrap p {
  font-size: 1.8rem;
}
.sit_tit_wrap {
  margin-bottom: 4rem;
}

/* 프로그램리스트 */
.program_list {
  font-size: 1.9rem;
}
.program_box {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 1rem 5rem;
  border-top: 1px solid #ebebeb;
}
.program_box .btn_box {
  justify-content: flex-start;
}
.program_list li:last-child {
  border-bottom: 1px solid #ebebeb;
}

.program_box .thumb_box {
  position: relative;
  width: 600px;
}
/* .program_box .thumb_box:after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 100%;
  height: 100%;
  border: 1px solid #37b253;
  opacity: 0.3;
  z-index: -1;
} */
.program_box .no_image {
  display: block;
  border: 1px solid #37b253;
  padding: 1rem;
}
.program_box .thumb_box img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  border: 1px solid #37b253;
  padding: 1rem;
}

.program_box .text_box {
  width: calc(95% - 600px);
  margin-left: 5%;
}
.program_box .cate {
  display: inline-block;
  color: #37b253;
  margin-bottom: 1.5rem;
}
.program_box .tit {
  font-size: 2.6rem;
  font-weight: 600;
}
.program_box .tit:after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: #37b253;
  display: block;
  margin: 2rem 0;
}

.program_box dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.program_box dl dt {
  width: 130px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #757575;
}
.program_box dl dt i {
  margin-right: 1rem;
  margin-bottom: -3px;
}
.program_box dl dd {
  width: calc(100% - 130px);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.program_box .btn_box a i {
  margin-right: 0.5rem;
  margin-bottom: -3px;
}
.program_box .btn_box .more {
  background: #37b253;
}
.program_box .btn_box .more.on {
  background: #cccccc;
}

.program_box .more_box {
  display: none;
  width: calc(100% + 2rem);
  margin: 3rem -1rem -5rem;
  padding: 3rem;
  background: #fafafa;
}
.program_box .more_box.on {
  border-top: 1px solid #ebebeb;
}
.program_box .more_box dt,
.program_list .more_box dd {
  width: 100%;
}

/* 프로그램 상세보기 */
.detail_wrap .con {
  padding: 3rem 0;
  border-bottom: 1px solid #222;
}

/* 프로그램 신청 */
.program_form {
  font-size: 1.9rem;
}
/* .program_form .thumb_box { max-width:400px;} */
.program_form section {
  margin-bottom: 5rem;
}

.form_box {
  margin-bottom: 6rem;
}
.form_box .vc_title {
  border-bottom: 0;
  margin-bottom: 0;
}
.info_list {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.info_list li {
  width: 50%;
  border-top: 1px solid #dbdbdb;
}
.info_list li.wd100 {
  width: 100% !important;
}
.info_list dl {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.info_list dt {
  width: 20rem;
  background: #f4f4f4;
  font-weight: 500;
  font-size: 1.8rem;
  border: 1px solid #dbdbdb;
  border-width: 0 1px;
  color: #333;
  padding: 1.5rem 2rem;
}
.info_list dd {
  width: calc(100% - 20rem);
  font-size: 1.8rem;
  padding: 1.5rem 2rem;
}
.info_list dd img {
  max-width: 100%;
}
.info_list .fa-file-text-o {
  margin-right: 1rem;
}
.info_list a:hover {
  text-decoration: underline;
}
.info_list input[type="text"],
.info_list input[type="date"],
.info_list input[type="number"],
.info_list select,
.info_list textarea {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 1.6rem;
  font-family: "Pretendard", sans-serif;
}
.info_list select,
.info_list input[type="date"] {
  max-width: 200px;
}

.info_list.col01 li {
  width: 100%;
}
.info_list.col02 li {
  width: 50%;
}
.info_list.col03 li {
  width: 33.33%;
}

.upload_wrap {
}
.upload_wrap .upload_btn {
  background: #15356b;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  opacity: 0.9;
  margin-right: 1rem;
}
.upload_wrap .upload_btn:hover {
  opacity: 1;
}
.upload_wrap ul {
  text-align: left;
}
.upload_wrap li {
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  margin-top: -1px;
  font-size: 1.6rem;
}
.upload_wrap li span {
  padding-left: 1rem;
}

.program_form .privacy_wrap {
  padding: 4rem 2rem;
  background: #fafafa;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.program_form .privacy_wrap .box {
  width: 100%;
  height: 14rem;
  font-size: 1.5rem;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem;
  overflow-y: scroll;
  line-height: 1.7;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.program_form .privacy_wrap .box:first-child {
  margin-top: 0;
}
.program_form .privacy_wrap .box .tit {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.program_form .privacy_wrap .check {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* justify-content: flex-end; */
}
.program_form .privacy_wrap .check input {
  width: 15px;
  height: 15px;
}
.program_form .privacy_wrap .check label {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
  cursor: pointer;
}
.program_form .privacy_wrap .check label:before {
  display: none;
}
.program_form .privacy_wrap .all_check {
  padding: 1rem 2rem;
  text-align: center;
  background: #2d4a7a;
  color: #fff;
  margin-top: 2rem;
  justify-content: center;
  opacity: 0.9;
}
/* .privacy_wrap .all_check:hover {opacity:1;} */

.btn_box {
  justify-content: center;
  margin-top: 5rem;
}
.btn_box .submit_btn {
  background: #37b253;
  color: #fff;
}
.btn_box .cancel_btn {
  background: #ccc;
  color: #fff;
}

/* 회원가입 */

.my_list {
  margin-bottom: 2rem;
}
.my_list ul {
  text-align: center;
  width: 100%;
}
.my_list li {
  width: 300px;
  margin: 0 2%;
  display: inline-block;
  text-align: left;
}
.my_list .box {
  text-align: center;
  border: 1px solid #f7f7f7;
  padding: 4rem 3rem;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}

.my_list p {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  color: #222;
  font-weight: 600;
  transition: 0.2s;
}
.my_list a {
}
.my_list .icon_box {
  display: block;
  margin-bottom: 2rem;
}
.my_list .icon_box img {
  width: 50%;
  max-width: 130px;
  transition: 0.2s;
}
.my_list a:hover img {
  transform: scale(1.1);
}
.my_list a:hover p {
  font-weight: 700;
}

.regist_wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.regist_wrap .title_wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.regist_wrap .title_wrap .sub_txt {
  font-size: 1.8rem;
}
.regist_wrap .title_wrap b {
  font-weight: 500;
}
.regist_wrap .privacy {
  margin-bottom: 2rem;
}
.regist_wrap .privacy .box {
  margin-bottom: 4rem;
}

.con_form {
  font-size: 1.6rem;
  border-top: 1px solid #555;
  margin-bottom: 4rem;
  background: #fafafa;
}
.con_form legend {
  display: none;
}
.con_form label {
  display: inline-block; /* height:100%; */
  min-width: 13rem;
  vertical-align: middle;
  font-weight: 600;
}
.con_form span {
}
.con_form ul {
  display: flex;
  flex-wrap: wrap;
}
.con_form li {
  width: 100%;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.con_form li.wd100 {
  width: 100%;
  max-height: inherit;
}
.con_form li span {
  margin-right: 2rem;
  display: inline-block;
}
.con_form li span label {
  height: auto;
  min-width: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: 4%;
  border: 0;
  display: inline;
  font-weight: 400;
}
.con_form .no_line label {
  border-right: 0;
  margin-right: 0;
}
.con_form textarea {
  width: calc(100% - 14rem);
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid #dbdbdb;
}
.con_form select {
  width: 20%;
  margin-right: 5px;
  border: 1px solid #dbdbdb;
  vertical-align: top;
  text-indent: 0.5rem;
}
.con_form input[type="text"],
.con_form input[type="password"] {
  text-indent: 0.5rem;
  border: 1px solid #dbdbdb;
  padding: 0.5rem 0.5rem;
  vertical-align: top;
  font-size: 1.6rem;
}
.con_form .ipt_file {
  display: none;
}
.con_form .file_slt_btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  background-color: #0b2340;
  border-radius: 0;
  cursor: pointer;
}
.con_form input.file_name {
  border: 0;
  background: none;
}
.con_form .date {
  width: calc(100% - 16rem);
  display: inline-block;
}
.con_form .date input {
  width: 46%;
  max-width: 16rem;
}
.con_form .box {
  padding-left: 4rem;
  border-left: 1px solid #9f9f9f;
  width: calc(100% - 16rem);
  display: inline-block;
}
.con_form .box select {
  width: 20%;
  margin: 0 1rem 0 0.5rem;
}
.con_form .caption {
  display: block;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.con_form .wd100 .caption {
  color: #e70808;
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}
.con_form .wd30 {
  width: 20%;
}
.con_form .wd60 {
  width: 60%;
}
.con_form .wd50 {
  width: 50%;
}
.con_form .wd40 {
  width: 40%;
}
.con_form small {
  display: block;
  font-size: 1.6rem;
  color: #888;
  margin-top: 5px;
}
.con_form button {
  border: 0;
  font-size: 1.6rem;
  color: #fff;
  background: #0b2340;
  padding: 0.5rem 1rem;
  margin-left: 5px;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 3rem 0;
  text-align: center;
  display: block;
  float: inherit;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg_page,
.pg_current,
.qa_page {
  display: inline-block;
  vertical-align: middle;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page,
.qa_page {
  background: #fff;
  border: 0;
  color: #777;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 2.8rem;
  padding: 0 5px;
  min-width: 2.8rem;
  text-decoration: none;
  border-radius: 0;
  margin: 0 0.5rem;
}
.pg_page:hover {
  background-color: #fff;
  border-bottom: 1px solid #37b253;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_first.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_prev.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_end.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_next.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_current {
  display: inline-block;
  border: none;
  background: none;
  border-bottom: 1px solid #37b253;
  color: #37b253;
  font-size: 1.8rem;
  font-weight: 500;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  min-width: 2rem;
  margin: 0 0.5rem;
  border-radius: 0;
}

/* 마이페이지 */
.mypage_wrap {
  font-size: 1.6rem;
  overflow: hidden;
}

/* 게시판 */
#bo_gall .bo_cnt {
  font-size: 1.6rem;
  font-weight: 300;
}

/* 포트폴리오 */
.sub04 {
  font-size: 0.75rem;
}
.sub04 #bo_v_title .bo_v_tit {
  text-align: center;
}
.portfolio_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.portfolio_post {
  width: calc(33.333% - 20px);
  position: relative;
  transition: 0.3s;
}
.portfolio_post.video::after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/video_icon.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio_post .thumb_box img {
  display: block;
  width: 100%;
}
.portfolio_post .tit_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
}
.portfolio_post .chk_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.portfolio_post .tit_box .tit {
  word-break: keep-all;
}
.portfolio_post:hover .tit_box {
  opacity: 1;
}
#bo_v_con {
  text-align: center;
}
.portfolio #bo_v_info {
  margin-top: -3rem;
}

/* 견적상담 */
.inquiry {
  margin-top: 10rem;
}
.frm_inquiry {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 5%;
  font-size: 1.8rem;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
.frm_inquiry::before,
.frm_inquiry::after {
  content: "";
  display: block;
  width: 300px;
  height: 120px;
  background-color: #89e148;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}
.frm_inquiry::before {
  top: -20px;
  left: -20px;
}
.frm_inquiry::after {
  bottom: -20px;
  right: -20px;
}
.frm_inquiry .ipt_wrap + .ipt_wrap {
  margin-top: 40px;
}
.frm_inquiry .ipt_tit {
  margin-bottom: 10px;
}
.frm_inquiry .ipt_tit.req::after {
  content: " *";
  color: red;
}
.frm_inquiry .ipt_box {
  display: flex;
  align-items: center;
}
.frm_inquiry .ipt {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 0.9em;
  color: #222;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.frm_inquiry .ipt_slt {
  background: url(../img/ipt_slt_arr.png) no-repeat right 10px center;
}
.frm_inquiry .chk_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}
.frm_inquiry .chk_box input {
  display: none;
}
.frm_inquiry .chk_wrap {
  display: inline-block;
}
.frm_inquiry .chk_wrap label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.frm_inquiry .chk_wrap label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 4px;
  left: 0;
}
.frm_inquiry .chk_wrap input:checked + label::before {
  background-color: #043492;
}
.frm_inquiry .chk_wrap input[type="radio"] + label::before {
  border-radius: 50%;
}
.frm_inquiry .ta_wrap {
  padding: 5px 0;
}
.frm_inquiry .ta_wrap .ipt_box {
  height: 160px;
}
.frm_inquiry .ta_wrap .ipt {
  height: 100%;
  padding: 0 10px;
  resize: none;
}
.frm_inquiry input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e1e1e1 !important;
}
.frm_inquiry .privacy_wrap {
  font-size: 0.8em;
}
.frm_inquiry .privacy_box {
  background: #f7f7f7;
  padding: 15px;
  max-height: 160px;
  line-height: 1.5;
  overflow-y: scroll;
}
.frm_inquiry .privacy_wrap .agree_chk {
  margin-top: 10px;
}
.frm_inquiry .privacy_wrap .agree_chk::before {
  top: 2px;
}
.frm_inquiry .btn_submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: block;
  width: 200px;
  margin: 50px auto 0;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: none;
  background-color: #003b67;
  border-radius: 0;
}
.inquiry .go_to_board {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: right;
}
.inquiry .go_to_board a {
  display: inline-block;
  padding: 0 20px;
  font-size: 0.9rem;
  color: #fff;
  line-height: 45px;
  background-color: #003b67;
}

body .ui-datepicker {
  width: 22em;
  font-size: 1.5rem;
}
body .ui-datepicker .ui-datepicker-title {
}
body .ui-datepicker table {
  font-size: 1.5rem;
}
body .ui-timepicker-div.ui-timepicker-oneLine {
  margin-top: 16px;
}

@media screen and (max-width: 1440px) {
  /* 서브공통 */
  .sb_tab li {
    min-width: 15rem;
    margin: 0 5px;
  }

  /* 프로그램리스트 */
  .program_box {
    align-items: flex-start;
  }
  .program_box .thumb_box {
    width: 40%; /* height:224px; */
  }
  .program_box .text_box {
    width: calc(95% - 40%);
  }
}

@media screen and (max-width: 1200px) {
  .portfolio_list {
    gap: 20px;
  }
  .portfolio_post {
    width: calc(33.333% - (40px / 3));
  }
  .portfolio_post.video::after {
    width: 70px;
    height: 70px;
  }

  .bbs_wrap {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1024px) {
  /* 서브공통 */
  .sb_top {
    padding-top: 8rem;
  }

  .portfolio_list {
    gap: 15px;
  }
  .portfolio_post {
    width: calc(33.333% - 10px);
  }
  .portfolio_post.video::after {
    width: 60px;
    height: 60px;
  }
  .sub04 .bo_v_com {
    margin: 15px auto;
  }
  .sub04 .bo_v_com > li {
    margin-left: 0;
  }
  .sub04 #bo_v_share {
    padding: 15px 0;
  }

  /* 프로그램리스트 */
  /* .program_box {align-items: flex-start;}
	.program_box .thumb_box {width:40%; height:224px;}
	.program_box .text_box{ width:calc(95% - 40%);} */

  /* 회사소개 */
  .sub01_top .inner {
    margin-top: -6rem;
  }
  .sub01_top .st_title {
    font-size: 4rem;
  }
  .sub01_top .st_text {
    margin-top: 3rem;
    width: 100%;
  }
  .sub01 .major li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 5rem 3% 7rem;
  }
  .sub01 .major .icon_box {
    position: relative;
    width: 8rem;
    height: 8rem;
  }
  .sub01 .major .icon_box img {
    height: 50%;
  }
  .sub01 .sub_bnr p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .portfolio_list {
    gap: 10px;
  }
  .portfolio_post {
    width: calc(50% - 5px);
  }
  .portfolio_post.video::after {
    width: 50px;
    height: 50px;
  }
  .sub04 .bo_v_com {
    margin: 10px auto;
  }
  .sub04 #bo_v_share {
    padding: 10px 0;
  }

  .portfolio #bo_v_info {
    margin-top: -0;
  }

  /* 서브공통 */
  .sb_tab li {
    min-width: auto;
  }
  .sb_tab.tab5 li {
    width: 31%;
    margin: 0 0.5% 1rem;
  }
  .btn_box a {
    min-width: auto;
    width: 49%;
  }
  .sub_section {
    padding: 5rem 0;
  }

  .info_list.col02 li {
    width: 100%;
  }
  .info_list.col03 li {
    width: 100%;
  }
  .info_list dt {
    width: 100%;
    border-width: 0;
  }
  .info_list dd {
    width: 100%;
  }

  /* 프로그램리스트 */
  .program_list_wrap .inner {
    padding: 0 3%;
  }
  .program_box .thumb_box {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .program_box .text_box {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .program_box .tit {
    font-size: 2.4rem;
  }
  .info_list {
    border-left: 1px solid #dbdbdb;
  }
  .program_box dl dt {
    width: 100px;
  }
  .program_box dl dd {
    text-align: left;
    width: calc(100% - 100px);
  }
  .program_box .tit:after {
    margin: 1.5rem auto;
  }

  .mypage_wrap .inner {
    padding: 0;
  }

  /* 회사소개 */
  .sub01_top {
    width: 100%;
    overflow: hidden;
    background: url(/html/img/sub01_top.jpg) no-repeat 36% top / auto 300px;
    padding-top: 300px;
    margin-bottom: 5rem;
  }
  .sub01_top .sub_top_img {
    display: none;
  }
  .sub01_top {
  }
  .sub01 .count_wrap {
    font-size: 1.8rem;
  }
  .sub01 .count_left {
    padding-right: 1rem;
  }
  .sub01 .count_right {
    padding-left: 1rem;
  }
  .sub01 .major li {
    width: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sub01 .major li br {
    display: none;
  }
  .sub01 .major li .text_box span {
    display: inline-block;
    max-width: 250px;
  }

  .sub01 .history {
    flex-wrap: wrap;
    padding-bottom: 0;
    overflow: hidden;
  }
  .sub01 .history .year {
    font-size: 5rem;
    width: 100%;
    text-align: left;
    padding-left: 5rem;
  }
  .sub01 .history .details {
    padding: 1rem 0 1rem 3rem;
    width: 100%;
    margin-left: 2rem;
    padding-bottom: 5rem;
  }
  .sub01 .history .details:before {
    height: 180%;
    top: -60%;
    width: 1px;
  }
  .sub01 .history .details li {
    font-size: 1.8rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .sub01 .history .details li:before {
    left: -4rem;
    top: 0.9rem;
  }
  .sub01 .history .details .date {
    width: 100%;
  }
  .sub01 .history .details .desc {
    width: 100%;
  }

  .sub01 .sub_bnr p {
    font-size: 2.4rem;
  }
  .sub01 .sub_bnr span {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    bottom: 5%;
    right: 5%;
  }
}

@media screen and (max-width: 640px) {
  .sub01_top .st_text h3 br {
    display: none;
  }
  .sub01_top .st_text p br {
    display: none;
  }
  .sub01 .ss04 .inner {
    flex-wrap: wrap;
  }
  .sub01 .sub_bnr {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
  .sub01 .sub_bnr a {
    padding: 5%;
  }
}

@media screen and (max-width: 480px) {
  .portfolio_list {
    gap: 10px;
  }
  .portfolio_post {
    width: calc(50% - 5px);
  }
  .portfolio_post.video::after {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 425px) {
  .sb_tab.tab5 li {
    width: 48%;
    margin: 0 0.5% 1rem;
  }
}
