@charset "utf-8";

#intro1 {
  margin-bottom: 5%;
  background: url("/images/sub/intro1-bg.png") no-repeat left top;
  background-size: 35% auto;
}
#intro1 .s-inner {
  display: flex;
  flex-wrap: wrap;
}
#intro1 .s-inner > div {
  width: 50%;
}
#intro1 #imgWrap {
  padding-top: 100px;
}

#intro1 #contWrap h3 {
  font-size: 4rem;
  font-weight: 800;
  color: #000;
}
#intro1 #contWrap h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  margin: 1.5em 0 3em;
  line-height: 1.6em;
}
#intro1 #contWrap .t1 {
  line-height: 1.8em;
  margin-bottom: 3em;
}
#intro1 #contWrap .t2 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}
#intro1 #contWrap .t2 .sign {
  padding: 0 10px 0 20px;
  font-size: 3.8rem;
  font-family: "ROEHOE-CHAN";
  font-weight: normal;
}

@media all and (max-width: 1399px) {
  #intro1 {
    background-size: 40% auto;
  }
  #intro1 #imgWrap img {
    width: 90%;
  }
}
@media all and (max-width: 1150px) {
  #intro1 #contWrap h3 {
    font-size: 4rem;
  }
  #intro1 #contWrap h3 br,
  #intro1 #contWrap h4 br {
    display: none;
  }

  #intro1 #contWrap h4 {
    margin: 1.5em 0 2em;
  }
  #intro1 #contWrap .t1 {
    line-height: 1.6em;
    margin-bottom: 2em;
  }
}
@media all and (max-width: 976px) {
  #intro1 {
    background-size: 80% auto;
  }
  #intro1 .s-inner > div {
    width: 100%;
  }
  #intro1 #imgWrap {
    text-align: center;
    padding-top: 8%;
  }
  #intro1 #imgWrap img {
    width: 100%;
    max-width: 680px;
  }

  #intro1 #contWrap {
    margin-top: 50px;
  }
  #intro1 #contWrap h3 br,
  #intro1 #contWrap h4 br {
    display: block;
  }
  #intro1 #contWrap h3 {
    font-size: 3rem;
  }
  #intro1 #contWrap h4 {
    font-size: 2rem;
  }
}

#imgList {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 5%;
}
#imgList li img {
  padding-bottom: 40px;
  width: 100%;
}
#imgList li .eng {
  font-size: 1.8rem;
  color: #cb351d;
  font-family: "Montserrat";
  font-weight: 700;
}
#imgList li dl {
  width: 90%;
  margin: 0 auto;
}
#imgList li dl dt {
  margin: 1em 0 0.7em;
  font-size: 2.8rem;
  color: #222;
  font-weight: 500;
}
#imgList li dl dd {
  font-size: 1.7rem;
  line-height: 1.8em;
}
#imgList li .t1 {
  width: 90%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.8em;
}
#imgList.w3 {
  justify-content: space-between;
}
#imgList.w3 li {
  width: 433px;
}

@media all and (max-width: 640px) {
  #imgList {
    display: block;
    max-weight: 100%;
  }
  #imgList li {
    width: 98% !important;
    margin-top: 10%;
  }
  #imgList li img {
    padding-bottom: 20px;
    width: 100%;
  }
  #imgList li dl dt {
    margin: 0.7em 0 0.3em;
  }
}

.txt1 {
  margin-bottom: 100px;
  font-size: 9rem;
  font-weight: 700;
  color: #555;
  text-align: center;
  letter-spacing: -0.04em;
}

@media all and (max-width: 1280px) {
  .txt1 {
    margin-bottom: 80px;
    font-size: 8rem;
  }
}
@media all and (max-width: 976px) {
  .txt1 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 640px) {
  .txt1 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .txt1 {
    font-size: 5.5rem;
  }
}

/* intro2 */
.history-top {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 430px;
  position: relative;
  display: table;
  background: #ddd url("/images/sub/history_top.png") no-repeat center;
  background-size: cover;
}
.history-top > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.history-top .contL h4 {
  position: absolute;
  left: 0.2em;
  bottom: -0.18em;
  font-size: 14rem;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 900;
}
.history-top .contR img {
  max-width: 70%;
}

#history {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}
#history::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5ebe5;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
}
#history li {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
#history li.absolute {
  position: absolute;
  overflow: visible;
  width: 100%;
}
#history li .text {
  float: right;
  width: 50%;
  padding: 2% 0 1% 60px;
}
#history li .text.left {
  float: left;
  text-align: right;
  padding: 2% 60px 2% 0;
  position: absolute;
}
#history li .text.left h4 {
  text-align: center;
  color: #1b2e5c;
  font-size: 4rem;
  font-weight: 700;
}
#history li .text.left p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8em;
}

#history li .text h4 {
  color: #000;
  font-size: 2.8rem;
  position: relative;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0.4em;
  letter-spacing: -0.05em;
  font-family: "Montserrat", sans-serif;
}
#history li .text h4.tit::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -60px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 100%;
  background: #000;
  border: 6px solid #eee;
  z-index: 2;
}
#history li .text h4.tit::after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  background: #237627;
  z-index: 1;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -0.5px;
}
#history li .text dl {
  font-size: 1.8rem;
}
#history li .text dl + dl {
  margin-top: 0.25em;
}
#history li .text dl dt {
  width: 60px;
  display: inline-block;
  vertical-align: top;
  color: #212121;
  font-weight: 600;
  line-height: 1.5em;
}
#history li .text dl dd {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  line-height: 1.8em;
}
#history li .text dl dd b {
  color: #333;
}

@media all and (max-width: 1280px) {
  .history-top {
    height: 25vw;
  }
  .history-top .contL h4 {
    font-size: 10vw;
  }
}
@media all and (max-width: 976px) {
  #history li.absolute,
  #history li .text.left {
    display: block;
    position: static;
  }
  #history li {
    clear: both;
  }
  #history li .text {
    padding: 2% 0 2% 40px;
  }
  #history li:nth-child(even) .text {
    padding: 2% 40px 2% 0;
  }

  #history li .text h4::after {
    width: 30px;
  }
  #history li .text h4::before,
  #history li .text h4::after {
    left: -40px;
  }
  #history li:nth-child(even) .text h4::before,
  #history li:nth-child(even) .text h4::after {
    right: -40px;
  }

  #history::before {
    left: 8px;
    margin-left: 0;
  }
  #history li .text {
    width: 100%;
    padding: 2% 0 2% 40px;
  }
  #history li:nth-child(even) .text {
    text-align: left;
    padding: 2% 0 2% 40px;
  }
  #history li .text h4 {
    font-size: 2rem;
  }
  #history li .text.left h4 {
    text-align: left;
    padding-left: 30px;
    font-size: 2.4rem;
  }
  #history li .text dl dd {
    font-size: 1.6rem;
    width: 100%;
  }
  #history li .text h4::before {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    border-width: 5px;
  }
  #history li:nth-child(even) .text h4::before {
    margin: -8px 0 0 0;
  }
  #history li:nth-child(even) .text h4::before,
  #history li:nth-child(even) .text h4::after {
    right: inherit;
    left: -40px;
  }
  #history li .text h4.tit::before {
    right: inherit;
    left: -40px;
    margin: -8px 0 0 0;
  }
  #history li .text h4.tit::after {
    width: 30px;
    right: inherit;
    left: -40px;
  }
  #history li:nth-child(even) dt {
    float: left;
  }
}
@media all and (max-width: 768px) {
  .history-top {
    height: 34vw;
  }
  .history-top .contL h4 {
    font-size: 15vw;
  }
}

/* intro3 */
.intro3 {
}
.intro3 .inner {
}
.intro3 .inner .img {
}
.intro3 .inner .img.pc {
  display: block;
}
.intro3 .inner .img.mo {
  display: none;
}
.intro3 .inner .img img {
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .intro3 .inner .img.pc {
    display: none;
  }
  .intro3 .inner .img.mo {
    display: block;
  }
}

/* intro4 */
#certList {
  overflow: hidden;
  text-align: left;
  max-width: 1600px;
  font-size: 0;
}
#certList li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 120px) / 4);
  margin-left: 40px;
  margin-bottom: 40px;
}
#certList li:nth-child(4n + 1) {
  margin-left: 0;
}
#certList li .img {
  border: 1px solid #dedede;
  padding: 10px;
}
#certList li img {
  max-width: 100%;
  border: 1px solid #f2f2f2;
}
#certList li p {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #212121;
  text-align: center;
  word-break: keep-all;
}

.intro4 .table-t {
  margin-top: 60px;
}
.scroll table {
  min-width: 1200px;
}
.table-t {
  width: 100%;
  border-top: 2px solid #212121;
  line-height: 1.4em;
}
.table-t th,
.table-t td {
  text-align: left;
  padding: 1em 1.5em;
  border-bottom: 1px solid #e3f1fc;
}
.table-t td.td-f {
  border-left: 1px solid #e3f1fc;
}
.table-t th {
  width: 140px;
  font-size: 1.05em;
  text-align: center;
  background: #f4f8fc;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  word-break: keep-all;
}
.table-t td {
  font-size: 1.7rem;
  background: #fff;
  text-align: center;
}

@media all and (max-width: 480px) {
  .table-t th,
  .table-t td {
    padding: 0.8em;
  }
}

@media all and (max-width: 1280px) {
  #certList li {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .intro4 .scroll {
    overflow-x: scroll;
  }
}
@media all and (max-width: 976px) {
  #certList {
    text-align: left;
  }
  #certList li {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
  #certList li:nth-child(4n + 1) {
    margin-left: 20px;
  }
  #certList li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 640px) {
  #certList li {
    width: calc((100% - 20px) / 3);
    margin-left: 10px;
  }
  #certList li:nth-child(4n + 1) {
    margin-left: 10px;
  }
  #certList li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 568px) {
  #certList li {
    width: calc(50% - 5px);
    margin-left: 10px !important;
    margin-bottom: 20px;
  }
  #certList li:nth-child(odd) {
    margin-left: 0 !important;
  }
}

/* intro5 */
.intro5 {
}
.intro5 .wrap_controllers {
  display: none;
}
.intro5 .map_info {
  max-width: 1200px;
  width: 85%;
  margin: -60px auto 0;
  font-size: var(--fz18);
  padding: 35px 50px;
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff url(/images/sub/intro5_bg.png) no-repeat right 30px bottom
    30px;
}
.intro5 .map_info dl {
  display: flex;
  align-items: center;
}
.intro5 .map_info dl dt {
  width: 200px;
  font-weight: 600;
  margin: 15px 0;
  color: #333;
  border-left: 3px solid #1b2e5c;
  line-height: 1em;
  padding-left: 10px;
}
.intro5 .map_info dl dd {
  width: calc(100% - 200px);
  color: #666;
  font-weight: 300;
}

@media all and (max-width: 976px) {
  .root_daum_roughmap .wrap_map {
    height: 380px !important;
  }
  .intro5 .map_info {
    width: 90%;
    padding: 25px 35px;
  }
  .intro5 .map_info dl dt {
    width: 120px;
  }
  .intro5 .map_info dl dd {
    width: calc(100% - 120px);
  }
}

@media all and (max-width: 640px) {
  .root_daum_roughmap .wrap_map {
    height: 320px !important;
  }
  .intro5 .map_info {
    width: 95%;
    padding: 20px 25px;
    background-size: 100px !important;
  }
  .intro5 .map_info dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro5 .map_info dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .intro5 .map_info dl:first-child dt {
    margin-top: 0;
  }
  .intro5 .map_info dl dd {
    width: calc(100%);
  }
}

.business {
}
.business .top-img {
  height: 480px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-direction: column;
}
.business.business2 .top-img {
  background-image: url(/images/sub/business2_top_img.png);
}
.business.business6 .top-img {
  background-image: url(/images/sub/business6_top_img.png);
}
.business.business7 .top-img {
  background-image: url(/images/sub/business7_top_img.png);
}
.business.tech1 .top-img {
  background-image: url(/images/sub/tech1_top_img.png);
}
.business .top-img h3 {
  font-size: var(--fz36);
}
.business .top-img p {
}
.business ul.list {
  display: flex;
  margin: 60px 0;
}
.business ul.list > li {
  padding: 40px;
  background-color: #f5f5f7;
  border-radius: 30px;
  flex: 1;
}
.business ul.list > li.flex {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 0;
}
.business ul.list > li.flex .box {
  border-radius: 30px;
  background-color: #f5f5f7;
  padding: 40px;
}
.business ul.list > li .txt {
}
.business ul.list > li .txt h3 {
  font-size: var(--fz24);
  color: #1d1d1f;
  text-align: center;
  word-break: keep-all;
}
.business ul.list > li .txt p {
  text-align: center;
  word-break: keep-all;
  margin-top: 15px;
  font-size: var(--fz17);
  font-weight: 600;
  color: #777;
}
.business ul.list > li .img {
  text-align: center;
  margin-top: 30px;
}
.business ul.list > li .img p {
  margin-top: 15px;
  font-size: var(--fz20);
  color: #666;
  font-weight: 600;
}
.business ul.list > li .img img {
  max-width: 100%;
}
.business ul.list > li.arrow_box {
  padding: 0;
  background-color: transparent;
  border-right: 0px;
  margin: 0 30px;
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.business ul.list li.arrow_box .box {
}
.business ul.list li.arrow_box .box p {
  font-weight: 600;
  color: #999;
}
.business ul.list li.arrow_box .box .arrow {
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: #1b2e5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 6px auto 0;
  transition: 0.2s ease;
}
.business ul.list li.arrow_box .box .arrow span {
  font-size: var(--fz28);
  color: #fff;
}
.business ul.list > li .txt_list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 15px 0;
  align-items: center;
}
.business ul.list > li .txt_list li {
  position: relative;
  padding-left: 10px;
  font-size: var(--fz18);
}
.business ul.list > li .txt_list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.business .s_box {
  margin-bottom: 30px;
  display: flex;
}
.business .s_box .s_tit {
  background: #1b2e5c;
  padding: 20px 30px;
  width: 400px;
  display: table;
}
.business .s_box .s_tit h4 {
  font-size: var(--fz24);
  color: #fff;
  word-break: keep-all;
  display: table-cell;
  vertical-align: middle;
}
.business .s_box .s_txt {
  padding: 20px 40px;
  width: calc(100% - 400px);
  background-color: #f8f8f8;
}
.business .s_box .s_txt .list {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.business .s_box .s_txt .list p {
  font-size: var(--fz18);
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
  padding-left: 15px;
  color: #212121;
}
.business .s_box .s_txt .list p.blue {
  color: #1b2e5c;
  font-weight: 700;
  font-size: var(--fz20);
  padding-left: 0;
}
.business .s_box .s_txt .list p::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.business .s_box .s_txt .list p.blue::before {
  content: "";
}
.business .image.slick {
  margin-top: 80px;
}
.business .image.slick .img {
  margin-right: 15px;
}
.business .image img {
  max-width: 100%;
}

.business .cont_box {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.business .cont_box .l_cont {
  max-width: 633px;
  width: 100%;
}
.business .cont_box .l_cont p {
  text-align: center;
  margin-top: 15px;
}
.business .cont_box .r_cont {
  width: calc(100% - 633px);
}
.business .cont_box .img {
}
.business .cont_box .img img {
  max-width: 100%;
}
.business .cont_box .table-t {
}
.business .cont_box .table-t td {
  padding: 0.625em 1em;
}
.business .cont_box .table-t tr td:first-child {
  border-right: 1px solid #e3f1fc;
}

@media all and (max-width: 1280px) {
  .business .top-img {
    height: 40vw;
    min-height: 260px;
  }
  .business .top-img h3 {
    font-size: var(--fz32);
  }
  .business ul.list > li.arrow_box {
    margin: 0 15px;
  }
  .business .cont_box .l_cont {
    max-width: 50%;
  }
  .business .cont_box .r_cont {
    width: calc(100% - 50%);
  }
}
@media all and (max-width: 976px) {
  .business .top-img {
    padding: 20px;
    min-height: 200px;
  }
  .business .top-img h3 {
    font-size: var(--fz26);
  }
  .business ul.list {
    flex-direction: column;
    margin: 50px 0;
  }
  .business ul.list > li {
    padding: 30px;
    border-radius: 20px;
  }
  .business ul.list > li .img {
    margin-top: 20px;
  }
  .business ul.list > li .txt_list {
    margin-top: 20px;
  }
  .business ul.list > li.arrow_box {
    margin: 20px 0;
    flex-direction: row;
    gap: 0 20px;
  }
  .business ul.list li.arrow_box .box .arrow {
    transform: rotate(90deg);
    width: 42px;
    height: 42px;
  }
  .business .s_box {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .business .s_box .s_tit {
    width: 100%;
    padding: 15px 20px;
  }
  .business .s_box .s_txt {
    width: 100%;
    padding: 20px 20px;
  }
  .business .s_box .s_tit h4 {
    font-size: var(--fz22);
  }
  .business .s_box .s_txt .list p {
    padding-left: 12px;
  }
  .business .image.slick {
    margin-top: 60px;
  }
  .business .image.slick .img img {
    max-width: 240px;
  }
  .business .cont_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .business .cont_box .l_cont {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .business .cont_box .r_cont {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .business .s_box .s_tit h4 {
    font-size: var(--fz20);
  }
  .business .s_box .s_txt .list {
    gap: 5px 0;
  }
  .business .image.slick {
    margin-top: 45px;
  }
  .business .image.slick .img img {
    max-width: 180px;
  }
}

/***동안 css****/

.ing {
  width: 60%;
  margin: 0 auto;
  border: 15px solid #efefef;
  line-height: 300px;
  font-size: 30px;
  text-align: center;
}
.clear {
  clear: both;
}
.ht15 {
  height: 15px;
}
.ht25 {
  height: 25px;
}
.ht55 {
  height: 55px;
}
.ht75 {
  height: 75px;
}
.ht125 {
  height: 125px;
}

.cafecon {
  width: 100%;
  border: 0px solid red;
}
.cafeimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 550px;
  text-align: center;
  background: url("/images/sub_img02.png") no-repeat;
  background-size: cover;
}
.insuranceimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 550px;
  text-align: center;
  background: url("/images/sub_img36.png") no-repeat;
  background-size: cover;
}

.cafett1 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  padding-top: 11%;
}
.cafett1 span {
  font-weight: 800;
  font-size: 5rem !important;
}
.cafecon ul {
  width: 100%;
  float: left;
}
.cafecon ul li {
  display: inline-block;
  float: left;
}
.cafecon ul li:first-child {
  width: 28%;
  padding: 0% 0%;
}
.cafecon ul li p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}
.cafecon ul li:last-child {
  width: 72%;
  background: #f5f5f5;
  padding: 2.5%;
  line-height: 35px;
  color: #333;
  font-size: 1.9rem;
}
.cafecon ul li span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}

@media all and (max-width: 1024px) {
  .cafeimg {
    height: auto;
    padding: 70px 20px;
  }
  .insuranceimg {
    height: auto;
    padding: 70px 20px;
  }
  .cafecon ul li p {
    font-size: 2.5rem;
  }
  .cafecon ul li:first-child {
    width: 100%;
    padding: 0% 0%;
  }
  .cafecon ul li:last-child {
    width: 100%;
    background: #f5f5f5;
    line-height: 30px;
    padding: 3.5% 2.5%;
    font-size: 1.8rem;
  }

  .cafett1 {
    width: 100%;
    display: block;
    text-align: Center;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding-top: 0%;
  }

  .cafett1 span {
    font-size: 3rem !important;
  }
}

.cafett2 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 2.5rem;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  padding-top: 11%;
}
.cafett2 span {
  font-weight: 800;
  font-size: 5rem !important;
}

.cafeprocess {
  width: 100%;
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 35px;
  border: 1px solid #ccc;
  font-size: 1.8rem !important;
}

@media all and (max-width: 1024px) {
  .cafeprocess {
    padding: 20px;
    line-height: 30px !important;
  }

  .cafett2 {
    width: 100%;
    display: block;
    text-align: Center;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding-top: 0%;
  }
  .cafett2 span {
    font-size: 3rem !important;
  }

  .wd100per1 {
    width: 100%;
  }
}

.cafecon ul li table {
  width: 100%;
}
.cafecon ul li table p {
  font-size: 17px !important;
  font-weight: 500;
}
.cafecon ul li table tr {
  border-collapse: collapse !important;
}
.cafecon ul li table tr td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  border-collapse: collapse !important;
}
.cafecon ul li table tr td.subj {
  background: #0066cc;
  color: #fff !important;
}

.foodcon {
  width: 100%;
  overflow: hidden;
}

.foodimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 550px;
  text-align: center;
  background: url("/images/sub_img01.png") no-repeat;
  background-size: cover;
}
.foodcon ul {
  width: 100%;
  float: left;
}
.foodcon ul li {
  display: inline-block;
  float: left;
}
.foodcon ul li:first-child {
  width: 28%;
  padding: 0% 0%;
}
.foodcon ul li p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}
.foodcon ul li:last-child {
  width: 72%;
  background: #f5f5f5;
  padding: 2.5%;
  line-height: 35px;
  color: #333;
  font-size: 2rem;
}

@media all and (max-width: 1024px) {
  .foodcon ul li:first-child {
    width: 100%;
    padding: 0% 0%;
  }
  .foodcon ul li p {
    font-size: 2.5rem;
  }
  .foodcon ul li:last-child {
    width: 100%;
    line-height: 30px;
    padding: 3.5% 2.5%;
    font-size: 1.8rem;
  }

  .cafecon ul li table tr td {
    padding: 5px;
    font-size: 15px;
  }
}

.num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #cb351d !important;
  border-bottom: 1px solid #cb351d;
  margin-bottom: 2%;
}

.foodtt {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
}
.foodtt span {
  font-weight: 800;
  color: #033987;
}

.mobilenone {
  display: inline-block;
}

@media all and (max-width: 1024px) {
  .foodtt {
    font-size: 2.5rem;
    line-height: 35px;
  }
  .mobilenone {
    display: none;
  }
  .ht55 {
    height: 35px;
  }
  .ht75 {
    height: 55px;
  }
  .foodimg {
    height: auto;
    padding: 70px 20px;
  }
}

.foodtt1 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  padding-top: 10%;
}
.foodtt1 span {
  font-weight: 800;
  font-size: 4.6rem !important;
}
.foodtt2 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 4.5rem;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  padding-top: 3%;
}

@media all and (max-width: 1024px) {
  .foodtt1 {
    line-height: 30px;
    font-size: 2rem;
    padding-top: 0%;
  }
  .foodtt1 span {
    font-weight: 700;
    font-size: 2.7rem !important;
    margin-bottom: 2%;
  }
  .foodtt2 {
    font-size: 2.9rem !important;
    line-height: 35px;
  }
}

.btn1 {
  padding: 0 35px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 2rem;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #222;
  color: #222;
  position: relative;
  overflow: hidden;
}
.btn1:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #0066cc;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn1 span {
  font-weight: 600;
}
.btn1:hover {
  border: 1px solid #0066cc;
  color: #fff;
}
.btn1:hover::before {
  width: 100%;
}

.btn3 {
  padding: 0 55px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 2rem;
  display: inline-block;
  border-radius: 0px;
  border: 2px solid #222;
  color: #222;
  position: relative;
  overflow: hidden;
}
.btn13:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #0066cc;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn3 span {
  font-weight: 600;
}
.btn3:hover {
  border: 2px solid #0066cc;
  color: #0066cc;
}
.btn3:hover::before {
  width: 100%;
}

@media all and (max-width: 480px) {
  .btn1 {
    padding: 0 15px;
    line-height: 44px;
  }
  .btn1 span {
    padding-right: 0px;
    font-size: 1.8rem;
  }
}

.btn2 {
  width: 55px;
  height: 55px;
  line-height: 53px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

@media all and (max-width: 480px) {
  .btn2 {
    width: 55px;
    height: 45px;
    line-height: 43px;
  }
}

.consulting {
  width: 100%;
  overflow: hidden;
}
.consultingimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 550px;
  text-align: center;
  background: url("/images/sub_img03.png") no-repeat;
  background-size: cover;
}
.consultingimg1 {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 6%;
  height: 430px;
  text-align: center;
  background: url("/images/sub_img32.png") no-repeat;
  background-size: cover;
}

.consultingtt1 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  padding-top: 8%;
}
.consultingtt1 span {
  font-weight: 800;
  font-size: 5rem !important;
}

.consultingtt2 {
  color: #fff;
  line-height: 35px;
  font-size: 2rem;
}
.consultingtt3 {
  width: 100%;
  background: #efefef;
  padding: 45px 0px;
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  line-height: 45px;
}
.consultingtt3 span {
  font-weight: 700;
  font-size: 4rem !important;
}

@media all and (max-width: 1024px) {
  .consultingimg {
    width: 100%;
    padding: 70px 20px;
    height: auto;
  }
  .consultingimg1 {
    width: 100%;
    padding: 70px 20px;
    height: auto;
  }
  .consultingtt1 {
    padding-top: 0%;
    font-size: 2rem;
    line-height: 30px;
  }
  .consultingtt1 span {
    font-weight: 800;
    font-size: 3rem !important;
  }
  .consultingtt2 {
    color: #fff;
    line-height: 30px;
    font-size: 1.8rem;
  }

  .consultingtt3 {
    padding: 25px 20px;
    font-size: 2rem !important;
    line-height: 35px;
  }
  .consultingtt3 span {
    font-weight: 700;
    font-size: 2.5rem !important;
  }
}

.consulting ul {
  width: 100%;
  float: left;
}
.consulting ul li {
  display: inline-block;
  float: left;
}
.consulting ul li:first-child {
  width: 20%;
  padding: 0% 0%;
}
.consulting ul li p {
  font-size: 3rem;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.consulting ul li:last-child {
  width: 80%;
  background: #f5f5f5;
  padding: 2.5%;
  line-height: 35px;
  color: #333;
  font-size: 1.9rem;
}
.consulting ul li span {
  font-size: 1.9rem;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}
.consulting ul li div {
  display: flex;
  justify-content: center;
}

.consulting ul li div p {
  font-size: 24px;
  width: 190px;
  height: 190px;
  margin: 1%;
  line-height: 30px !important;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.consulting ul li div p img {
  margin-top: 33px;
}

.consulting ul li div span img {
  margin-top: 80px;
}
.pt35 {
  padding-top: 45px;
}
.pt55 {
  padding-top: 60px;
}

@media all and (max-width: 1024px) {
  .consulting ul li:first-child {
    width: 100%;
    padding: 0% 0%;
  }
  .consulting ul li p {
    font-size: 2.2rem !important;
  }
  .consulting ul li p img{width:60px;}
  .consulting ul li:last-child {
    width: 100%;
    line-height: 30px;
    padding: 3.5% 2.5%;
    font-size: 1.8rem;
  }

  .consulting ul li div {
    display: block;
  }
  .consulting ul li div p {
    width: 97%;
    height: auto;
    border-radius: 0%;
    margin: 2%;
    padding: 25px 0px;
  }

  .wd48{width:46% !important; display:inline-block; float:left; }
  
  .consulting ul li div p img {
    margin-top: 0px;
  }
  .consulting ul li div span img {
    margin-top: 0px;
    display: none;
  }
}

.corp {
  width: 100%;
  overflow: hidden;
}
.corpimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 600px;
  text-align: center;
  background: url("/images/sub_img12.png") no-repeat;
  background-size: cover;
}

.corptt1 {
  width: 100%;
  display: block;
  text-align: Center;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  padding-top: 11%;
}
.corptt1 span {
  font-weight: 800;
  font-size: 5rem !important;
}

.corptt2 {
  color: #fff;
  line-height: 35px;
  font-size: 2rem;
}
.corptt2 span {
  font-weight: 800;
  font-size: 3rem !important;
}

.corptt3 {
  width: 100%;
  background: #efefef;
  padding: 35px;
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  line-height: 45px;
}
.corptt3 span {
  font-weight: 800;
  font-size: 4rem !important;
}

@media all and (max-width: 1024px) {
  .corpimg {
    height: auto;
    padding: 70px 20px;
    background-position-x: 20%;
  }
  .corptt1 {
    font-size: 2.5rem;
    line-height: 40px;
    padding-top: 0%;
  }
  .corptt1 span {
    font-weight: 700;
    font-size: 2.8rem !important;
  }
  .corptt2 {
    color: #fff;
    line-height: 30px;
    font-size: 2rem;
  }
  .corptt2 span {
    font-weight: 700;
    padding-bottom: 2% !important;
    display: block;
    line-height: 35px;
    font-size: 2.7rem !important;
  }
}

.corp ul {
  width: 100%;
  float: left;
}
.corp ul li {
  display: inline-block;
  float: left;
}
.corp ul li:first-child {
  width: 20%;
  padding: 0% 0%;
}
.corp ul li p {
  font-size: 3rem;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.corp ul li:last-child {
  width: 80%;
  background: #f5f5f5;
  padding: 2.5%;
  line-height: 35px;
  color: #333;
  font-size: 1.9rem;
}
.corp ul li span {
  font-size: 1.9rem;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}
.corp ul li div {
  display: flex;
  justify-content: center;
}
.corp ul li div p {
  font-size: 24px;
  width: 190px;
  height: 190px;
  margin: 1%;
  line-height: 30px !important;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.corp ul li div p img {
  margin-top: 33px;
}
.corp ul li div span img {
  margin-top: 80px;
}
.pt35 {
  padding-top: 45px;
}

@media all and (max-width: 1024px) {
  .corp ul li:first-child {
    width: 100%;
    padding: 0% 0%;
  }
  .corp ul li p {
    font-size: 2.5rem;
  }
  .corp ul li:last-child {
    width: 100%;
    line-height: 30px;
    padding: 3.5% 2.5%;
    font-size: 1.8rem;
  }
}

.map1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map1left {
  width: 80%;
  position: relative;
  height: 650px;
}
.map1info {
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 32px;
  border-top-left-radius: 55px;
  position: absolute;
  right: 0%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 600px;
  padding: 40px 30px;
  top: 20%;
  border: 0px solid red;
  background: linear-gradient(to right, #023886, #3b86cd);
}
.map1info p {
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
}
.map1info span {
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 25px;
}

@media all and (max-width: 1024px) {
  .map1left {
    width: 100%;
    position: relative;
    height: 650px;
  }
  .map1info {
    width: 100%;
    padding: 30px 25px;
    position: relative;
    left: 0px;
    border-top-left-radius: 0px;
    line-height: 27px;
  }
  .map1info p {
  }
  .map1info span {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0px;
  }
}

.inquiry {
  width: 70%;
  margin: 0 auto;
  border: 0px solid red;
  overflow: hidden;
}
.inquiry ul {
  width: 100%;
}
.inquiry ul li {
  display: inline-block;
  float: left;
}
.inquiry ul li:first-child {
  width: 20%;
}
.inquiry ul li:last-child {
  width: 80%;
}
.inquiry_tt {
  font-size: 1em;
  color: #000;
  font-weight: 400;
  line-height: 50px;
}
.inquiry_tt span {
  color: red;
}

@media all and (max-width: 1024px) {
  .inquiry {
    width: 100%;
  }
  .inquiry ul li:first-child {
    width: 100%;
  }
  .inquiry ul li:last-child {
    width: 100%;
  }
}

.inquiry_btn1 {
  background: #efefef;
  border: 0px solid #000;
  border-radius: 35px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  width: 180px;
  height: 50px;
  font-size: 17px;
  text-decoration: none;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin-right: 2%;
}
.inquiry_btn1:hover {
  color: #fff;
  background: #0066cc;
}
.inquiry_btn1:active {
  position: relative;
}



.inquiry_btn1_1 {
  background: #efefef;
  border: 0px solid #000;
  border-radius: 35px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  width: 180px;
  height: 50px;
  font-size: 17px;
  text-decoration: none;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin-right: 2%;
}
.inquiry_btn1_1:hover {
  color: #fff;
  background: #0066cc;
}
.inquiry_btn1_1:active {
  position: relative;
}



.company_type_active {
  color: #fff;
  background: #0066cc;
}

.inputstyle {
  width: 380px;
  font-family: "Pretendard", "Roboto", "Noto Sans KR", "Noto Sans Korean",
    sans-serif;
  padding: 12px 20px;
  font-size: 17px;
  border: 1px solid #ccc;
  outline: transparent solid 2px;
  outline-offset: 2px;
  border-radius: 15px;
  position: relative;
}

.inputstyle1 {
  width: 100%;
  font-family: "Pretendard", "Roboto", "Noto Sans KR", "Noto Sans Korean",
    sans-serif;
  padding: 12px 20px;
  font-size: 17px;
  min-height: 200px;
  border: 1px solid #ccc;
  outline: transparent solid 2px;
  outline-offset: 2px;
  border-radius: 15px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .inquiry_btn1 {
    margin-bottom: 1%;
  }
  .inputstyle {
    width: 100%;
  }
}

.btnstyle01 {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  margin-left: 3%;
}
.btnstyle02 {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 100% !important;
  color: #fff;
  background: #0066cc;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 19px;
}
.btnstyle03 {
  display: block;
  text-align: center;
  line-height: 50px;
  width: 100% !important;
  border:1px solid #666;
  /* color: #fff;*/
  background: #e6e6e6;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 19px;
}

@media all and (max-width: 1024px) {
  .btnstyle01 {
    margin-left: 0%;
  }
}

.rulett {
  width: 50%;
  float: left;
  border: 0px solid red;
  line-height: 55px;
  padding-left: 55px;
  font-size: 23px;
  color: #000;
  background: url("/images/arrow_03.png") left no-repeat;
}

.cate {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cate div {
  width: 30%;
  margin: 1.5%;
  padding: 15px;
  border: 1px solid #ccc;
}
.cateimg {
  width: 100%;
  background: #efefef;
  text-align: center;
  padding: 0px;
  margin-bottom: 5px;
}
.cateimg img {
  width: 100%;
}
.catett {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  line-height: 55px;
  color: #000;
}
.catett .more {
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline-block;
}
.catett .more a {
  display: block;
  line-height: 23px;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid #000;
}
.catett .more a:hover {
  color: #fff;
  background: #0066cc;
  border: 1px solid #0066cc;
}

@media all and (max-width: 1024px) {
  .cate {
    display: block;
  }
  .cate div {
    width: 96%;
    margin: 2%;
  }
  .catett {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 55px;
    color: #000;
  }
  .catett img {
    width: 40px;
    margin-top: 5px;
  }

  .rulett {
    width: 100%;
    float: left;
    border: 0px solid red;
    line-height: 35px;
    padding-left: 35px;
    font-size: 19px;
    color: #000;
    background: url("/images/arrow_03.png") left top no-repeat;
    background-size: 30px;
  }
}

.gijang {
  width: 100%;
  position: relative;
}
.gijang > ul {
  width: 100%;
  float: left;
  border-top: 2px solid #000;
}
.gijang > ul > li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.gijang > ul > li dl {
  width: 100%;
  float: left;
}
.gijang > ul > li dl dt {
  width: 100%;
  float: left;
  padding-left: 65px;
  line-height: 65px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.gijang > ul > li dl dd {
  width: 100%;
  float: left;
  padding-left: 65px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  background-color: #f5f5f5;
  font-size: 20px;
  line-height: 33px;
  color: #000;
}
.gijang > ul > li dl dd span {
  font-weight: 700;
}

.buildimg {
  text-align: center;
  width: 100%;
  padding: 100px 0px;
  background: url("/images/sub_img15.png");
}
.buildimg p {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.buildimg span {
  font-size: 23px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 3%;
  color: #fff;
}

.gijangimg {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 350px;
  text-align: center;
  background: url("/images/sub_img01.png") no-repeat;
  background-size: cover;
}

.gijangimg_1 {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  height: 430px;
  text-align: center;
  background: url("/images/sub_img01.png") no-repeat;
  background-size: cover;
}

.gijangimg_2 {
  width: 100%;
  border: 0px solid red;
  margin-bottom: 5%;
  text-align: left;
  height: 430px;
  background: url("/images/sub_img01.png") no-repeat;
  background-size: cover;
}

@media all and (max-width: 1024px) {
  .gijangimg {
    padding: 70px 20px;
    height: auto;
  }
  .gijangimg_1 {
    padding: 70px 20px;
    height: auto;
  }
  .gijangimg_2 {
    padding: 50px 20px;
    height: auto;
  }

  .buildimg {
    padding: 50px 20px;
    height: auto;
  }
  .buildimg p {
    font-size: 2.8rem;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
  }
  .buildimg span {
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 5s00;
    margin-top: 3%;
    color: #fff;
  }
}

.gijangtt1 {
  width: 100%;
  display: block;
  color: #000;
  font-size: 2.2rem;
  padding-left: 5%;
  line-height: 40px;
  font-weight: 500;
  padding-top: 6%;
}
.gijangtt1 span {
  font-weight: 800;
  font-size: 4.4rem !important;
  color: #0066cc;
}

.moneymap {
  width: 100%;
  display: flex;
  position: relative;
}
.moneymap div {
  width: 30%;
  margin: 1.5%;
  text-align: center;
}
.moneymap div p {
  font-size: 29px;
  color: #000;
  font-weight: 600;
  line-height: 60px;
}
.moneymap div span {
  font-size: 19px;
  color: #333;
  line-height: 30px;
}

.sns1 {
  display: flex;
  justify-content: center;
}

.sns1 div {
  width: 40%;
}
.sns1 div span {
  line-height: 70px;
  font-size: 22px;
  padding-left: 10px;
  color: #000;
}

@media all and (max-width: 1024px) {
  .gijangtt1 {
    padding: 10% 5%;
    font-size: 1.9rem;
    line-height: 30px;
    box-sizing: border-box;
  }
  .gijangtt1 span {
    font-size: 2.5rem;
  }

  .moneymap {
    display: block;
  }
  .moneymap div {
    width: 96%;
    margin: 2%;
    text-align: center;
  }
  .moneymap div p {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 60px;
  }
  .moneymap div span {
    font-size: 17px;
    color: #333;
    line-height: 25px;
  }

  .sns1 {
    display: block;
    width: 100%;
  }
  .sns1 div {
    width: 100%;
    text-align: center;
  }
  .sns1 div span {
    line-height: 70px;
    font-size: 20px;
    padding-left: 0px;
    color: #000;
  }
}

.span_red {
  color: #cc0000;
  font-size: 16px;
}

.div_susu_result{
  padding:20px;
  line-height: 150%;
    margin:10px;
    /* display: flex; */
    align-items: center;        /* 수직 중앙 정렬 */
    justify-content: center;    /* 수평 중앙 정렬 */
    background:#f4f4f4;
    border-radius: 10px;
    min-height:100px;
    border:1px solid #cacaca;
    text-align:center
}

.tstyle01{width:100%; border-top:3px solid #000;}
.tstyle01 thead tr td{padding:17px; border-bottom:1px solid #999;text-align: center; coloR:#000; font-size:21px; font-weight:600;}
.tstyle01 tbody tr td {padding:17px; border-bottom:1px solid #999;text-align: center; font-size:20px; coloR:#000;}
.wd20per{width:20% !important; }