@charset "utf-8";

/* =========================== SUB */
#shSubBnr {
  padding: 0 60px;
  font-family: var(--main-font);
}
#shSubBnr .bg {
  position: relative;
  height: 350px;
  border-radius: 30px;
  background: url("../img/sub/sub_bg.jpg") center no-repeat;
  background-size: cover;
}
#shSubBnr .sub_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#shSubBnr .sub_txt .txt01 {
  display: inline-block;
  position: relative;
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--e-font);
}
#shSubBnr .sub_txt .txt02 {
  overflow: hidden;
  font-size: 45px;
}
#shSubBnr .sub_txt .txt02 span {
  opacity: 0;
  position: relative;
  bottom: -46px;
}

/* 반응형 [s] */
@media (max-width: 1024px) {
  #shSubBnr {
    padding: 0px;
  }
  #shSubBnr .bg {
    border-radius: 0px;
    height: 320px;
  }
  #shSubBnr .sub_txt .txt01 {
    margin-bottom: 18px;
    font-size: 14px;
  }
  #shSubBnr .sub_txt .txt02 {
    font-size: 36px;
  }
  #shSubBnr .sub_txt .txt02 span {
    bottom: 0px !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  #shSubBnr .bg {
    height: 280px;
  }
  #shSubBnr .sub_txt .txt01 {
    margin-bottom: 14px;
  }
  #shSubBnr .sub_txt .txt02 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #shSubBnr .bg {
    height: 55px;
    background: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  #shSubBnr .sub_txt .txt01 {
    display: none;
  }
  #shSubBnr .sub_txt .txt02 {
    font-size: 16px;
    color: #000;
  }
}
/* 반응형 [e] */

/* =========================== SNB */
#shSnb ul {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(-0.1deg);
  height: 100px;
}
#shSnb ul li + li:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 20px;
  background: #d4d4d4;
}
#shSnb ul li a {
  font-size: 16px;
  color: #999;
}
#shSnb ul li.on a {
  position: relative;
  color: var(--primary);
}
#shSnb ul li.on a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 4px;
  background: var(--primary);
}

/* =========================== PAGE */
#greeting {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #777;
  font-family: "Noto Sans KR";
}
#greeting .tit_area {
  padding: 0 0 40px 5%;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.35;
  letter-spacing: -0.5px;
  color: #222;
}
#greeting .tit_area p {
  font-weight: 600;
}
#greeting .img {
  height: 420px;
  background: url(../img/sub/greeting_img.jpg) center no-repeat;
  background-size: cover;
}
#greeting .cont {
  padding: 40px 0 0 25%;
}
#greeting .cont .pl {
  white-space: pre-line;
}
#greeting .cont .sign {
  margin-top: 30px;
  font-weight: 500;
  color: #222;
}
#greeting .cont .sign span {
  margin-left: 20px;
  font-size: 17px;
}

@media (max-width: 1024px) {
  #greeting {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  #greeting .tit_area {
    padding: 0;
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    word-break: keep-all;
  }
  #greeting .img {
    height: 200px;
    margin: 15px 0;
  }
  #greeting .cont {
    padding: 0;
  }
  #greeting .cont .sign {
    margin-top: 20px;
  }
  #greeting .cont .sign span {
    margin-left: 0;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #greeting .cont .pl {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  #greeting {
    padding: 15px 12px;
  }
  #greeting .tit_area {
    font-size: 22px;
  }
}

/* =========================== HISTORY PAGE */
#history1007 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.8;
  color: #777;
  font-family: "Pretendard";
}
#history1007 * {
  word-break: keep-all;
}
#history1007 .pl {
  white-space: pre-line;
}
#history1007 .pg_color {
  color: #333;
}

/* 공통 */
#history1007 .tit_area {
  margin-bottom: 60px;
  font-weight: 200;
  color: #aaa;
  letter-spacing: -0.8px;
}
#history1007 .tit_area span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins";
}
#history1007 .tit_area p {
  font-size: 29px;
  line-height: 1.4;
}
#history1007 .tit_area b {
  font-weight: 700;
}
#history1007 .history {
  padding: 15px 0 0 35px;
  margin-left: 30px;
  border-left: 1px dashed #e1e1e1;
}
#history1007 .history dl {
  margin: 0 0 35px 10px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e1e1e1;
}
#history1007 .history dl dt {
  position: relative;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Poppins";
}
#history1007 .history dl dt:before {
  content: "";
  display: block;
  position: absolute;
  left: -55px;
  top: 6px;
  width: 19px;
  height: 19px;
  border: 4px solid #222;
  border-radius: 19px;
  background-color: #fff;
}
#history1007 .history dl.last {
  border-bottom: none;
}
#history1007 .history dl dd span {
  float: left;
  padding-right: 20px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 1024px) {
  #history1007 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #history1007 {
    padding: 0 20px;
  }
  #history1007 .tit_area p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #history1007 .tit_area p {
    font-size: 22px;
  }
  #history1007 .history {
    margin-left: 10px;
    padding: 15px 0 0 15px;
  }
  #history1007 .history dl dt:before {
    left: -35px;
  }
}

/* =========================== SERVICE PAGE (business1009) */
#business1009 {
  position: relative;
  padding-bottom: 50px;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.8;
  color: #777;
  font-family: "Pretendard";
}
#business1009 * {
  word-break: keep-all;
}
#business1009 .pl {
  white-space: pre-line;
}
#business1009 .pg_color {
  color: #333;
}
#business1009 .pg_bdcolor:before {
  border-color: #333;
}
#business1009 .pg_bgcolor {
  background-color: #333;
}

/* 공통 */
#business1009 .tit_area {
  margin-bottom: 25px;
  font-weight: 200;
  color: #aaa;
  text-align: center;
  letter-spacing: -0.8px;
}
#business1009 .tit_area span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins";
}
#business1009 .tit_area.t_center span:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  margin: 12px auto;
  background-color: #d1d1d1;
}
#business1009 .tit_area p {
  font-size: 29px;
  line-height: 1.4;
  color: #333;
}
#business1009 .tit_area b {
  font-weight: 700;
}
#business1009 .box_area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 70px;
  text-align: center;
}
#business1009 .box_area li {
  display: inline-block;
  position: relative;
  padding: 50px 10px;
  border: 1px solid #e1e1e1;
}
#business1009 .box_area li p {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#business1009 .box_area li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 56px;
  width: 8px;
  height: 14px;
  background-color: #ddd;
}
#business1009 .txt_area li {
  overflow: hidden;
  margin-bottom: 50px;
}
#business1009 .txt_area li p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e1e1e1;
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
#business1009 .txt_area li p .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: "Poppins";
}
#business1009 .txt_area li b {
  font-weight: normal;
  color: #222;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #business1009 {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  #business1009 .tit_area p {
    font-size: 25px;
  }
  #business1009 .box_area {
    grid-template-columns: repeat(4, 1fr);
  }
  #business1009 .box_area li p {
    font-size: 16px;
  }
  #business1009 .txt_area li p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #business1009 .box_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  #business1009 .box_area li {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #business1009 .tit_area p {
    font-size: 22px;
  }
  #business1009 .txt_area li p {
    font-size: 16px;
  }
}

/* =========================== PROCESS PAGE (business1010) */
#business1010 {
  position: relative;
  padding-bottom: 50px;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.8;
  color: #777;
  font-family: "Pretendard";
}
#business1010 * {
  word-break: keep-all;
}
#business1010 .pl {
  white-space: pre-line;
}
#business1010 .pg_color {
  color: #333;
}
#business1010 .pg_bdcolor:before {
  border-color: #333;
}
#business1010 .pg_bgcolor {
  background-color: #333;
}
#business1010 .tit_area {
  color: #aaa;
  letter-spacing: -0.8px;
}
#business1010 .tit_area > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#business1010 .tit_area > span:after {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  margin: 12px auto;
  background-color: #d1d1d1;
}
#business1010 .tit_area p {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.4;
  white-space: pre-line;
}
#business1010 .tit_area div {
  padding-top: 40px;
  color: #777;
  white-space: pre-line;
}
#business1010 .t_center {
  padding: 30px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
#business1010 .t_center p {
  word-break: keep-all;
}
#business1010 .t_center p > span {
  color: #222;
}
#business1010 .t_center p > span i {
  font-weight: 700;
  font-style: normal;
}
#business1010 .c_black {
  color: #333;
}
#business1010 strong {
  font-weight: 700;
}
#business1010 .stit_area {
  font-size: 17px;
  line-height: 1.6;
}
#business1010 .stit_area h4 {
  padding-bottom: 15px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
}
#business1010 .stit_area div {
  white-space: pre-line;
}
#business1010 .box_area {
  height: 340px;
  padding-top: 57px;
  margin-bottom: 70px;
  border-radius: 40px 0;
  text-align: center;
  background: url("../img/sub/business1010_img.jpg") top center no-repeat;
}
#business1010 .box_area .box {
  width: 80%;
  margin: 0 auto;
  padding: 45px 0;
  border-radius: 40px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: pre-line;
}
#business1010 .box_area .box p {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.4;
}
#business1010 .benefit {
  margin: 30px 0 70px;
  text-align: center;
}
#business1010 .benefit li {
  display: inline-block;
  width: 30%;
  padding: 45px 0;
  margin: 0 5px;
  border: 1px solid #e1e1e1;
  border-bottom: 10px solid #e9e9e9;
}
#business1010 .benefit li .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 100px;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
#business1010 .benefit li .icon01 {
  background-image: url("../img/sub/business1010_icon01.png");
}
#business1010 .benefit li .icon02 {
  background-image: url("../img/sub/business1010_icon02.png");
}
#business1010 .benefit li .icon03 {
  background-image: url("../img/sub/business1010_icon03.png");
}
#business1010 .benefit li .tit {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #333;
}
#business1010 .benefit li .tit span {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}
#business1010 .benefit li div {
  white-space: pre-line;
}

/* 반응형 [s] */
@media (max-width: 1024px) {
  #business1010 {
    padding: 0;
    font-size: 14px;
  }
  #business1010 .tit_area {
    padding: 0 20px;
  }
  #business1010 .tit_area > span {
    font-size: 12px;
  }
  #business1010 .tit_area p {
    font-size: 24px;
    word-break: keep-all;
  }
  #business1010 .stit_area {
    padding: 0 20px;
    font-size: 14px;
    word-break: keep-all;
  }
  #business1010 .stit_area h4 {
    font-size: 24px;
  }
  #business1010 .t_center {
    padding: 0 15px;
    font-size: 15px;
    word-break: keep-all;
  }
  #business1010 .box_area {
    margin: 40px 0;
  }
  #business1010 .box_area .box {
    width: 90%;
    white-space: normal;
  }
  #business1010 .box_area .box p {
    font-size: 20px;
  }
  #business1010 .benefit li div {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  #business1010 .br {
    white-space: normal;
  }
  #business1010 .tit_area p {
    white-space: normal;
  }
  #business1010 .t_center {
    white-space: normal;
  }
  #business1010 .stit_area div {
    white-space: normal;
  }
  #business1010 .box_area .box {
    padding: 30px 20px;
  }
  #business1010 .box_area .box p {
    font-size: 17px;
    word-break: keep-all;
  }
  #business1010 .benefit {
    margin: 10px 0 40px;
    padding: 0 20px;
    text-align: left;
  }
  #business1010 .benefit li {
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 20px 20px 20px 140px;
  }
  #business1010 .benefit li .icon {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

/* =========================== FAQ PAGE (board1004) */
#board1004 {
  position: relative;
  max-width: var(--mainsize);
  margin: 30px auto;
  padding-bottom: 100px;
  font-size: 15px;
  line-height: 1.8;
  color: #777;
  font-family: var(--k-font);
}
#board1004 * {
  word-break: keep-all;
}

/* 검색 */
.list_top {
  margin-bottom: 30px;
  text-align: right;
}
#sh_bo_sch {
  display: inline-block;
  padding-right: 10px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
#sh_bo_sch select {
  width: 90px;
  height: 40px;
  padding: 0 0 0 10px;
  border: none;
  font-size: 14px;
  color: #777;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/sub/select_arr.png) 95% center no-repeat;
}
#sh_bo_sch input[type="text"] {
  width: 150px;
  height: 40px;
  padding-left: 5px;
  border: none;
  font-size: 14px;
  color: #777;
}

#sh_faq {
  border-bottom: 1px solid #e1e1e1;
}
#sh_faq .cont_faq {
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
}
#sh_faq .cont_q {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 55px;
  font-size: 15px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
#sh_faq .cont_q:after {
  display: block;
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #222;
  font-family: "fontawesome";
}
#sh_faq .cont_q.open:after {
  content: "\f106";
  color: #aaa;
}
#sh_faq .cont_q .num {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  color: #0054a6;
  font-family: "Poppins";
}
#sh_faq .cont_q p {
  display: inline-block;
  padding: 16px 0;
  font-weight: 600;
  color: #222;
}
#sh_faq .cont_a {
  display: none;
  padding: 30px 55px;
  background-color: #f5f6f8;
}
#sh_faq .cont_faq:first-child .cont_a {
  display: block;
}
#sh_faq .cont_a .ps {
  margin-bottom: 10px;
  color: #ff567f;
}
#sh_faq .cont_a img {
  max-width: 100%;
}

@media (max-width: 580px) {
  #board1004 {
    font-size: 14px;
  }
  .list_top {
    padding: 0 10px;
  }
  #sh_bo_sch {
    width: 100%;
  }
  #sh_bo_sch input[type="text"] {
    width: calc(100% - 115px);
  }
  #sh_faq .cont_q {
    font-size: 14px;
  }
  #sh_faq .cont_a {
    padding: 13px 55px;
  }
}

/* 포트폴리오 페이지 스타일 */
#portfolio1002 {
    width: 100%;
}

#sh_bo_gall {
    width: 100%;
}

#bo_cate_ul_line {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#bo_cate_ul_line li {
    display: inline-block;
}

#bo_cate_ul_line li a {
    display: block;
    padding: 10px 25px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s;
}

#bo_cate_ul_line li a:hover,
#bo_cate_ul_line li a#bo_cate_on {
    background: #007bff;
    color: #fff;
}

.list_top {
    margin-bottom: 30px;
    text-align: right;
}

#sh_bo_sch {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

#sh_bo_sch form {
    display: flex;
    align-items: center;
}

#sh_bo_sch select {
    padding: 8px 12px;
    border: none;
    border-right: 1px solid #ddd;
    background: #f9f9f9;
    outline: none;
}

#sh_bo_sch .sch_input {
    padding: 8px 12px;
    border: none;
    outline: none;
    width: 200px;
}

#sh_bo_sch input[type="image"] {
    padding: 8px 12px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.sound_only {
    position: absolute;
    left: -9999px;
}

#gall_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
}

.gall_li {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gall_li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.gall_box {
    width: 100%;
}

.gall_con {
    width: 100%;
}

.gall_img {
    width: 100%;
    position: relative;
    background: #f5f5f5;
}

.twentytwenty-container {
    position: relative;
    width: 100%;
}

.twentytwenty-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gall_txt {
    padding: 25px;
}

.gall_txt .tit {
    margin-bottom: 20px;
}

.cate_link {
    display: inline-block;
    margin-bottom: 10px;
}

.cate_link span {
    background: #007bff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 13px;
}

.bo_tit {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-decoration: none;
}

.bo_tit:hover {
    color: #007bff;
}

.dl_area {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.dl_area dl {
    display: flex;
    margin: 8px 0;
}

.dl_area dt {
    width: 100px;
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.dl_area dd {
    flex: 1;
    color: #333;
    font-size: 14px;
    margin: 0;
}

.bf_tit {
    font-weight: bold;
    color: #333;
    margin: 15px 0 5px 0;
    font-size: 16px;
}

.bf_tit.st {
    margin-top: 20px;
}

.caption {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}

.more_view {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.more_view:hover {
    background: #0056b3;
}

/* 반응형 */
@media (max-width: 768px) {
    #gall_ul {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    #bo_cate_ul_line {
        flex-wrap: wrap;
    }
    
    #sh_bo_sch .sch_input {
        width: 150px;
    }
    
    .bo_tit {
        font-size: 18px;
    }
}
