body {
  width: calc(100% - 0px);
  margin: 0 auto;
}
#footer_03 {
  border-top: 1px solid #dfdfdf;
}

/*---------------------------------------
  SUBMENU - TOP            
-----------------------------------------*/
#contentWrap {
  margin: 0 auto;
  margin-bottom: 100px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
#contentWrap #content {
  min-height: 500px;
  overflow: hidden;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#contentWrap #content #contentsArea {
  font-size: 14px;
  overflow: hidden;
  margin: 55px auto 125px auto;
  width: 98%;
}
#content_tit {
  text-align: center;
  padding: 50px 0 20px 0;
  font-weight: 300;
  font-size: 45px;
  position: relative;
  margin-bottom: 70px;
  font-weight: bold;
}
#content_tit::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #dfdfdf;
  margin: 10px auto 0 auto;
  text-align: center;
}

.dsos {
  border: 2px dashed #ccc;
  text-align: center;
  padding: 15px;
  margin-top: 25px;
  background: #f5f5f5;
  color: #ed1c24;
}
.dsos a {
  display: block;
  padding: 5px 5px 7px 5px;
  border-radius: 50px;
  background: #555;
  color: #fff;
  width: 200px;
  margin: 10px auto 5px auto;
}

/*---------------------------------------
  SUBMENU - LEFT           
-----------------------------------------
#contentWrap { max-width:1100px; margin:50px auto 0px auto;  position:relative; overflow:auto; overflow-x:hidden;  } 
#contentWrap #subMenuWrap {width:200px; float:left;}
#contentWrap #content { float:right; min-height:500px; width:830px;  padding-top:0px; overflow:hidden;  }
#contentWrap #content #contentsArea  {font-size:14px;  margin:55px auto 80px auto; max-width:1100px; }
#content_tit {text-align:left; padding:20px 0 0px 0 ; font-weight:normal; font-size:34px; position:relative;  }
#content_tit::after {content:""; display:block; width:100%; height:1px; background-color:#dfdfdf;  margin:22px auto 0 auto; text-align: center;  }
*/

div#post_area {
  width: auto;
}
.table_02 #post_area img {
  max-width: 980px !important;
  height: auto !important;
  padding: 0;
  margin: 0;
}
div.agent_list #post_area p img {
  width: 100% !important;
  max-width: 650px;
}

/*약관*/
#contentsArea div.personal {
  padding: 0;
  margin: 0;
}
#contentsArea div.personal h3 {
  padding: 0 0 5px 0;
}
#contentsArea div.personal p {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 25px;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 1023px) {
  body {
    width: calc(100% - 0px);
    margin: 0 auto;
  }
  #contentWrap #content,
  div.sub_tit,
  h3.tit,
  div.container {
    margin: 0px;
  }
  #contentWrap #subMenuWrap {
    width: 100%;
    float: none;
  }
  #content_tit {
    text-align: center;
    padding: 50px 20px 0px 20px;
    box-sizing: border-box;
    font-size: 28px;
  }
  #contentWrap {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 100px;
    padding-top: 0px;
    position: relative;
    overflow: hidden;
  }
  #contentWrap #content {
    overflow: hidden;
    width: 100%;
  }

  #contentWrap #content #contentsArea {
    margin: 30px auto 10px auto;
    width: 92%;
  }
  .dsos {
    display: none;
  }
}

@media (max-width: 600px) {
  #contentWrap #content img {
    max-width: 100%;
  }
}

/****************** company ***************** */

/* 
================== 인사말 시작 ======================
*/

.inner1500 {
  width: 100%;
  margin: 0 auto;
}

.inner1500:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

#subCont {
  padding: 60px 0 200px;
}
#subCont#contPd0 {
  padding-bottom: 50px;
}

.sub-title.ac {
  text-align: center;
  margin-bottom: 80px;
}

.sub-title h3 {
  overflow: hidden;
}

.sub-title .stxt {
  font-size: 20px;
  color: #004fa3;
  font-weight: 500;
}

.greetings-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greetings-box > div {
  width: 45%;
}

.greetings-box .imgbox .box {
  position: relative;
  width: 100%;
  display: flex;
}

.greetings-box .imgbox .box .box-i {
  overflow: hidden;
  display: inline-block;
}

/* .greetings-box .imgbox .box .box-i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
}
 */
/* .greetings-box.subOn .imgbox .box .box-i:before {
  width: 0;
  opacity: 0;
} */

.greetings-box .imgbox .box img {
  width: 100%;
}

.greetings-box .imgbox .box .img_1 {
  position: relative;
}

/* .greetings-box .imgbox .box .img_1:before {
  right: 0;
  top: 0;
} */

.greetings-box .imgbox .box .img_2 {
  position: absolute;
  right: 0;
}

/* .greetings-box .imgbox .box .img_2:before {
  left: 0;
  top: 0;
} */

.greetings-box .txtbox dt {
  font-weight: bold;
  font-size: 24px;
}

.greetings-box .txtbox dd p {
  /*  padding-top: 40px; */
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: -1px;
}

.greetings-box .txtbox dd .txt_b {
  font-weight: 500;
}

.greetings-box .txtbox dd .txt_b strong {
  display: block;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1540px) {
  .inner1500 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1500px) {
  .greetings-box .imgbox .box .img_1 {
    width: 63.5%;
  }

  .greetings-box .imgbox .box .img_2 {
    width: 33.5%;
    /* bottom: -20px; */
  }

  .greetings-box .imgbox .box {
    width: 500px;
  }

  .greetings-box .imgbox .box .box-i img {
    width: 90%;
  }

  .greetings-box .txtbox dd p .m_br {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .greetings-box .imgbox .box .img_2 {
    right: 0;
    /* bottom: -17px; */
  }

  .greetings-box .imgbox .box {
    width: 440px;
  }

  /*  .greetings-box .imgbox .box .img_2 {
    bottom: -17px;
  } */
}

@media screen and (max-width: 1024px) {
  .inner1500 {
    padding: 0 20px;
  }

  #subCont {
    padding: 50px 0 150px;
  }

  .sub-title.ac {
    margin-bottom: 50px;
  }

  .greetings-box > div {
    width: 100%;
  }

  .greetings-box .txtbox dt {
    font-size: 20px;
  }

  .greetings-box .txtbox dd p {
    /* padding-top: 30px; */
    font-size: 15px;
  }

  .greetings-box .txtbox dd .txt_b strong {
    font-size: 24px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 960px) {
  .greetings-box .imgbox .box {
    margin: 0 auto;
  }

  .greetings-box .txtbox {
    width: 100%;
    /* margin-top: 80px; */
  }
}

@media screen and (max-width: 640px) {
  #subCont {
    padding: 40px 0 100px;
  }

  .sub-title h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .greetings-box .txtbox dt {
    font-size: 18px;
  }

  .greetings-box .txtbox dd p {
    /* padding-top: 25px; */
    font-size: 14px;
  }

  .greetings-box .txtbox dd .txt_b strong {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .greetings-box .imgbox .box {
    width: 100%;
  }
}

/* 
********************* 인사말 두번째 시작 *************************************
*/
#ceo .greetings-box {
  display: flex;
  gap: 30px;
}

#ceo .intro {
  color: #111;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}

#ceo .intro .bg {
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: -1; */
}

#ceo .intro .bg div img {
  width: 100%;
  border-radius: 30px;
}

/* #ceo .intro .bg div {
  width: 100%;
  height: 100%;
  background: url(https://www.everyoungkorea.com/img/sub/company/ceo_bg.jpg)
    no-repeat center right / cover;
} */

#ceo .intro .text {
  width: 100%;
  margin-top: 20px;
}

#ceo .intro h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

#ceo .intro h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

#ceo .intro p {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-top: 45px;
}

#ceo .flex-box {
  display: flex;
  justify-content: space-between;
  /*  margin-top: 70px; */
}

#ceo .flex-box div {
  width: 100%;
  margin-top: 20px;
}

#ceo .flex-box p {
  font-size: 16px;
  font-weight: 500 !important;
  color: #333;
  line-height: 1.75;
  letter-spacing: -1px;
}

#ceo .flex-box p:not(:last-of-type) {
  margin-bottom: 15px;
}

#ceo .flex-box p.last {
  margin-top: 35px;
}
@media screen and (max-width: 1023px) {
  #ceo .intro .bg div img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  #ceo .intro h4 {
    text-align: center;
  }
  #ceo .flex-box p {
    text-align: center;
  }
  .greetings-box .txtbox dd .txt_b {
    text-align: center;
  }

  .greetings-box .txtbox dl {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #ceo .greetings-box {
    gap: 10px;
  }
  #ceo .intro h4 {
    font-size: 15px;
  }

  #ceo .intro h5 {
    font-size: 14px;
  }

  #ceo .intro p {
    font-size: 13px;
  }

  #ceo .flex-box p {
    font-size: 14px;
    text-align: center;
  }
  #ceo .intro .bg div img {
    max-width: 100%;
  }
  .greetings-box .txtbox dd .txt_b {
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  #ceo .flex-box p {
    font-size: 13px;
  }
}

/* 
********************* 인사말 두번째 끝 *************************************
*/

/*
============================ 찾아오시는 길 ==========================
*/

.pro-address-box {
  width: 100%;
}

.map-box {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}

.address-txt-box {
  width: 100%;
  display: flex;
  gap: 30px;
}

.address-txt-box .address-txt {
  width: 35%;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.address-txt h3 {
  font-size: 18px;
  padding-top: 13px;
  font-weight: bold;
}

.address-table {
  width: 65%;
}

.tableWrap {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.tableWrap .add-table {
  width: 100%;
  display: flex;
  padding: 12px 0;
}

.add-table .add-tit {
  width: 15%;
  display: flex;
  align-items: center;
  color: #555555;
  font-weight: bold;
}

.add-table .add-menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #555555;
  letter-spacing: -1px;
}

/* 찾아오시는 길 반응형 */
@media screen and (max-width: 1200px) {
  .address-txt h3 {
    font-size: 20px;
  }

  .address-txt img {
    padding-top: 0;
  }
}

@media screen and (max-width: 1020px) {
  .address-txt-box {
    gap: 10px;
    flex-direction: column;
  }

  .address-txt-box .address-txt {
    width: 100%;
  }

  /*  #contentWrap #content .address-txt img {
    width: 120px;
  } */

  .address-txt h3 {
    padding-top: 5px;
    font-size: 16px;
  }

  .address-table {
    width: 100%;
  }

  .tableWrap {
    padding: 20px 0;
  }
}

@media screen and (max-width: 680px) {
  .add-table .add-tit {
    width: 25%;
    font-size: 14px;
  }
  .add-table .add-menu {
    font-size: 14px;
  }
}

/*
============================ 찾아오시는 길 반응형 끝 ==========================
*/

/*
============================ 찾아오시는 길 끝 ==========================
*/

/* 
  ------------------------------ 견적문의 시작 ----------------------------
  ------------------------------ 견적문의 시작 ----------------------------
  */

.inquiry-contWrap {
  width: 100%;
}

.intro-imgBox {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-imgBox li {
  width: 70%;
  margin-bottom: 20px;
}

.intro-imgBox li img {
  width: 100%;
}

.inquiry-txt-box {
  width: 100%;
}

.inquiry-txt-box .inquiry-txt {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
}

.inquiry-txt h3 {
  font-size: 28px;
}

.inquiry_tableWrap {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.inquiry_tableWrap .inq-table {
  width: 100%;
  display: flex;
  border-top: 1px solid #dddddd;
}

.inq-table .add-tit {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  color: #555555;
  border-right: 1px solid #dddddd;
  padding: 15px 0;
  font-weight: bold;
}

.inq-table .add-menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  letter-spacing: -1px;
}

/* 
    ------------------------------ 견적문의 끝 ----------------------------
    ------------------------------ 견적문의 끝 ----------------------------
  */

/* 
  ------------------------------ 견적문의 반응형 시작 ----------------------------
  ------------------------------ 견적문의 반응형 시작 ----------------------------
  */

@media screen and (max-width: 680px) {
  .inquiry-txt-box .inquiry-txt img {
    width: auto;
  }

  .inquiry-txt h3 {
    font-size: 20px;
  }

  .inq-table .add-tit {
    font-size: 14px;
  }
  .inq-table .add-menu {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .inquiry-table {
    overflow-x: scroll;
  }

  .inquiry_tableWrap {
    min-width: 500px;
  }
}

/* 
  ------------------------------ 견적문의 반응형 끝 ----------------------------
  ------------------------------ 견적문의 반응형 끝 ----------------------------
  */

/* 
  *************************** 설치사례 시작 ******************************************
  */

.case_content {
  width: 100%;
  margin-bottom: 50px;
}

.case_content .case_Wrap {
  width: 100%;
}

.case_content .case_Wrap .casebox {
  float: left;
  width: 25%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

.case_Wrap .casebox .case {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  outline: 0;
  position: relative;
  cursor: default;
}

/* 탭버튼 */
.case_tab_btn {
  width: 100%;
}

.case_tab_btn ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.case_tab_btn ul li {
  padding: 5px 10px;
  border: 1px solid #555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.case_tab_btn ul li:hover {
  background-color: #888;
}

/* .case_Wrap .casebox .case::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, .4);
} */

.case_Wrap .casebox .case .img {
  width: 100%;
  height: auto;
}

.case_Wrap .casebox .case .case-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 79, 163, 0.9);
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
  text-align: center;
}

.case_Wrap .casebox .case:hover .case-text {
  height: 100%;
  opacity: 1;
}

.case .case-text .case_txtWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-text .case_txtWrap .case_tit {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-bottom: 3px;
}

.case-text .case_txtWrap .case_discription {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}

@media screen and (max-width: 768px) {
  .case_content .case_Wrap .casebox {
    width: 33.333%;
  }
}

@media screen and (max-width: 600px) {
  .case_content .case_Wrap .casebox {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .case_content .case_Wrap .casebox {
    width: 100%;
  }
}
