.col_red {
  color: #c41723;
}
/* =============== 네비게이션 s =============== */
#u_skip {
  position: relative;
}

#u_skip a {
  position: absolute;
  top: -30px;
  left: 0;
  width: 138px;
  border: 1px solid #4ec53d;
  background: #333;
  text-align: center;
}

#u_skip a:active,
#u_skip a:focus {
  top: 0;
  z-index: 1000;
  text-decoration: none;
}

#u_skip span {
  display: inline-block;
  padding: 2px 6px 0 0;
  color: #fff;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 26px;
}

/* =============== 네비게이션 e =============== */

/* slider start */
/* .container-fluid {
	overflow: hidden;
	padding: 0px;
} */
.carousel-indicators {
  bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-item {
  min-height: 790px;
  /* height: 100vh; */
  height: 100%;
  /* width: 100%; */
  background: no-repeat center center scroll;
  /* -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}


@media (min-width: 1200px){
  .carousel-caption {
    top: 200px;
    left: 25%;
    width: 30%;
  }
  .carousel-caption h1 {
    font-size: 42px;
    font-weight: 700;
    text-align: left;
  
    color: #fff;
  }
}

.carousel-caption p{
  text-align: left;
}

/* Animation delays */
.carousel-caption h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  white-space: pre-line;
  word-break: keep-all;
}

.carousel-caption p {
  font-size: 14px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  white-space: pre-line;
  word-break: keep-all;
}

@media (max-width: 1200px) {
  .carousel-caption {
    top: 200px;
    text-align: center;
  }
  .carousel-caption p{
    display: none;
  }
  
  .carousel-caption h1{
    text-align: center;
    font-size: 32px;
    white-space: pre-line;
    word-break: keep-all;
  }
 
  .carousel-caption h1 .white-space {
    width: 80%;
    white-space: pre-wrap;
    word-break: keep-all;
  }

  .carousel-item {
    background-size: cover;
    min-height: 600px;
  }
}
@media (max-width: 992px){
  .carousel-caption {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    top: 35%;
    text-align: center;
  }
  .carousel-caption h1 {
    text-align: center;
    font-size: 22px;
  }
  
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #000;
  margin-top: 1em;
}


h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.logoIcon {
  width: 30%;
  height: 30%;
  border-radius: 100px;
}

.back-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
}


/* slider e */

/* =============== 회사소개, 업무시간, 온라인 인증문의 s =============== */


#biz,
#notice {
  padding-top: 50px;
  padding-bottom: 50px;
}
#intro{
  padding-top: 50px;
}

.introImg {
  text-align: left;
  /* min-height: 200px; */
}
#intro .borderG {
  border: 1px solid #ccc;
}
.introImg img {
  min-height: 210px;
}
.introBox img:hover,
.inquireBox img:hover {
  cursor: pointer;
  filter: grayscale(100%);
}
.introImg h3 {
  color: #333;
  font-weight: bold;
  font-size: 28px;
}
.introImg p {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 10px;
}

#intro .white-space {
  white-space: normal;
}
@media (max-width: 568px) {
  #intro .white-space {
    white-space: pre-line;
    word-break: keep-all;
  }
  #intro,
  #biz,
  #notice {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #intro {
    margin-top: 20px;
  }

  #intro .con_txt p {
    font-size: 16px;
    padding-bottom: 2rem;
  }
  #intro .con_txt li {
    font-size: 16px;
  }
  #intro .con_txt button {
    font-size: 14px;
  }
  .con_txt2 {
    /* min-height: 180px !important; */
  }
  .con_txt2 ul {
    display: flex;
    flex-direction: column !important;
  }
  .introImg img{
    min-height: 100px !important;
  }
}

.con_txt {
  min-height: 170px;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  /* padding-bottom: 2rem; */
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: space-evenly; */
}
.introBox img{
  /* padding-bottom: 1rem; */
  /* padding: 0 !important; */
}
.timeBox,
.inquireBox {
  max-width: 540px;
}
.con_txt2 ul {
  display: flex;
  flex-direction: row;
}

@media (max-width: 992px) {
  .con_txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
  
}
.con_txt p {
  font-size: 18px;
  margin-bottom: 0;
  white-space: pre-line;
  word-break: keep-all;
}
.con_txt ul {
  font-size: 18px;
  margin-bottom: 0;
  color: #777;
  /* padding: 0 1rem;
  line-height: 18px; */
}

.con_txt button {
  font-size: 16px;
  color: #777;
  border: none;
  background: none;
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
}
@media (max-width:397px){
  .con_txt button {
    position:inherit;
    text-align: left;
    padding-left: 30px;
  }
  .con_txt2 button{
    position:inherit;
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
  }
}
.con_txt button:hover {
  /* color: #333; */
  font-weight: 500;
}

/* 카카오 채팅상담, 네이버 블로그 추가 s */
#intro_02{
  margin: 6px 0;
}
@media (max-width: 670px){
  #intro_02 div{
    margin-top: 16px;
  }
}

#intro_02 .kakaoBox{
  margin-right:0px;
  min-width: 320px;
}
#intro_02 .blogBox{
  margin-left: 0px;
  min-width: 320px;
}
@media (min-width: 1200px){
  #intro_02 .kakaoBox,
#intro_02 .blogBox{
  margin: 0 6px;
}
}

#intro_02 img{
  padding: 30px;
  padding-right: 0;
}
@media (max-width:670px){
  #intro_02 img{
    max-width: 117px;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom: 10px;
  }
}
#intro_02 .contxt{
  padding: 30px;
}
#intro_02 .contxt h3{
  color: #333;
    font-weight: bold;
    font-size: 28px;
  margin-bottom: 0;
}
@media (max-width:992px){
  #intro_02 .contxt h3{
    padding-top: 0;
  }
}
#intro_02 .contxt p{
  font-size: 18px;
      margin-bottom: 0;
    white-space: pre-line;
    word-break: keep-all;
  color: #777;
}
#intro_02 .contxt button {
  font-size: 16px;
  color: #777;
  border: none;
  background: none;
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
}
@media (max-width:992px){
  #intro_02 .contxt button{
    position:inherit;
    text-align: left;
    margin-top: 1.5rem;
  }
}
#intro_02 .contxt button:hover {
  /* color: #333; */
  font-weight: 500;
}
@media (max-width: 768px){
  #intro_02 .contxt{
  padding: 20px;
  padding-top: 0;
  }
}
/* 카카오 채팅상담, 네이버 블로그 추가 e */

/* =============== 회사소개, 업무시간, 온라인 인증문의 e =============== */

/* =============== 슬라이드2, contact us s =============== */

#biz h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 60px;
}
/* @media (max-width: 568px) {
  #biz h1 {
    font-size: 36px;
  }
  #biz p {
    padding: 30px 20px !important;
    font-size: 16px !important;
  }
} */
#biz p {
  color: #ffffff;
  font-size: 18px;
  padding: 30px 0;
}

#biz a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 7px 30px;
}

#biz a:hover {
  border-radius: 20px;
}

#biz .sub_slide {
  width: 100%;
  min-height: 320px;
  background-image: url("../images/sub_slidebg.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sub_slide h1 {
  text-align: right;
  padding-right: 65px;
}
.contact h1 {
  text-align: left;
  padding-left: 65px;
}
.sub_slide p {
  text-align: right;
  line-height: 26px;
  position: absolute;
  right: 65px;
  width: 50%;
  white-space: pre-line;
  word-break: keep-all;
}
.contact p{
  text-align: left;
  line-height: 28px;
  position: absolute;
  left: 65px;
  /* width: 50%; */
  white-space: pre-line;
  word-break: keep-all;
}
.slideBtn {
  text-align: right !important;
  padding-right: 65px;
  margin-bottom: 60px;
}
@media (max-width: 1200px){
  .sub_slide p {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    right: 10%;
    width:80%;
  }
  .contact p{
    text-align: center;
    left: 11%;
    width:78%;
  }
  .sub_slide h1 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 32px !important;
  }
  .contact h1 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 32px !important;
  }
  .slideBtn{
    text-align: center !important;
    margin-right: 0;
    padding: 0;
  }
}


.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid#fff;
  /* background: none; */
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

#biz .contact {
  width: 100%;
  min-height: 320px;
  background-image: url("../images/contact_us.jpg");
  background-position: center center;
  background-size: cover;
  padding: 0;
}


/* =============== 슬라이드2, contact us e =============== */

/* =============== 공지사항, 견적문의, 오시는길 s =============== */
#notice .noticeBoxTextWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 670px;
  height: 210px;
}

#notice .searchBox {
  background: url("../images/bg_search.jpg") no-repeat center center;
  background-size: cover;
}

#notice .locationBox {
  background: url("../images/bg_loca.jpg") no-repeat center center;
  background-size: cover;
}

#notice .searchBox,
#notice .locationBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 210px;
}
#notice .textBox {
  width: 460px;
}

#notice .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.searchBox {
  /* position: relative; */
}
#notice button {
  font-size: 18px;
  color: #fff;
  border: none;
  background: none;
  margin-top: 5rem;
  /* position: absolute; */
  bottom: 1.5rem;
  left: 1.5rem;
}
#notice .con {
  font-size: 18px;
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  #notice .noticeBoxTextWrap {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
/*@media (max-width:576px) {
	#notice .searchBox,
	#notice .locationBox {
		width: 100% !important;
	}
}*/

/* =============== 공지사항, 견적문의, 오시는길 e =============== */
