html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* 기존 .Rows 클래스의 flex-basis를 덮어씌우지 않도록 구체적인 선택자 사용 */

/* Columns-1 내부의 텍스트 및 이미지 컨테이너를 flex로 설정 */
.SliderArea .Slider .Columns-1.Columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* 한 줄에 유지 */
}

/* 텍스트 컨테이너 스타일 */
.SliderTextContainer {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  color: white; /* 텍스트 색상 유지 */
}

/* 이미지 컨테이너 스타일 */
.SliderImageContainer {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* 이미지를 오른쪽으로 정렬 */
  align-items: center;
  box-sizing: border-box;
}

/* 이미지 스타일 */
.SliderImageContainer img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* 이미지 모서리 둥글게 (옵션) */
}

/* 반응형 디자인: 모바일에서 세로로 배치 */
@media (max-width: 768px) {
  .SliderArea .Slider .Columns-1.Columns {
    flex-direction: column; /* 세로 방향으로 변경 */
    align-items: flex-start; /* 왼쪽 정렬 */
  }

  .SliderTextContainer,
  .SliderImageContainer {
    flex: none;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .SliderImageContainer {
    justify-content: center; /* 모바일에서는 이미지 왼쪽 정렬 */
    margin-top: 20px; /* 텍스트와 이미지 사이 간격 */
  }
}

/* 새로운 슬라이더 영역 SliderArea2에 대한 배경 이미지 설정 */
.SliderArea2.Background {
  background-image: url('../images/SliderBG1.png'); /* 새로운 배경 이미지 경로로 변경 */
  padding: 80px 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 슬라이더 텍스트 컨테이너와 이미지 컨테이너의 공통 스타일 재사용 */
.SliderArea2 .Slider.Inner .Columns-1.Columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* 한 줄에 유지 */
}

/* 텍스트 컨테이너 스타일 */
.SliderArea2 .SliderTextContainer {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  color: white; /* 텍스트 색상 유지 */
}

/* 이미지 컨테이너 스타일 */
.SliderArea2 .SliderImageContainer {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* 이미지를 오른쪽으로 정렬 */
  align-items: center;
  box-sizing: border-box;
}

/* 이미지 스타일 */
.SliderArea2 .SliderImageContainer img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* 이미지 모서리 둥글게 (옵션) */
}

/* 반응형 디자인: 모바일에서 세로로 배치 */
@media (max-width: 768px) {
  .SliderArea2 .Slider.Inner .Columns-1.Columns {
    flex-direction: column; /* 세로 방향으로 변경 */
    align-items: flex-start; /* 왼쪽 정렬 */
  }

  .SliderArea2 .SliderTextContainer,
  .SliderArea2 .SliderImageContainer {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .SliderArea2 .SliderImageContainer {
    justify-content: center; /* 모바일에서는 이미지 왼쪽 정렬 */
    margin-top: 20px; /* 텍스트와 이미지 사이 간격 */
  }

  /* ResponsiveSpan의 폰트 크기 조절 */
  .SliderArea2 .SliderTextContainer .ResponsiveSpan {
    font-size: 1.8rem!important; /* 모바일에서 폰트 크기 줄이기 */
  }
  /* ResponsiveSpan의 폰트 크기 조절 */
  .SliderArea .SliderText02 .ResponsiveSpans {
    font-size: 1.8rem!important; /* 모바일에서 폰트 크기 줄이기 */
  }
  .SliderArea2 .SliderTextContainer .ResponsiveSpan_t {
    font-size: 1.8rem!important; /* 모바일에서 폰트 크기 줄이기 */
  }
  .SliderImageContainer img {
    max-width: 50%;
    justify-items: center;
  }
    .ServiceC {
      font-size: 1.8rem!important;

  }
  .ServiceF {
    font-size: 1.8rem!important;

  }
}
/* 데스크탑에서 ResponsiveSpan의 폰트 크기 설정 */
.SliderArea .SliderText02 .ResponsiveSpans {
  font-size: 2.3rem; /* 데스크탑에서 폰트 크기 */
  color: #20ffed; /* 텍스트 색상 유지 */
  font-weight: 700;
}
/* 데스크탑에서 ResponsiveSpan의 폰트 크기 설정 */
.SliderArea2 .SliderTextContainer .ResponsiveSpan {
  font-size: 2.3rem; /* 데스크탑에서 폰트 크기 */
  color: #ffd801; /* 텍스트 색상 유지 */
  font-weight: 700;
}
/* 데스크탑에서 ResponsiveSpan의 폰트 크기 설정 */
.SliderArea2 .SliderTextContainer .ResponsiveSpan_t {
  font-size: 2.3rem; /* 데스크탑에서 폰트 크기 */
  color: white; /* 텍스트 색상 유지 */
  font-weight: 700;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

b {
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.SliderArea .Slider .Columns-1 .Rows {
    flex-basis: 100%;
    text-align: left;
    color: white;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

* {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  word-break: break-all;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

.Inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}

.Background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.HeaderArea {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #f9f9f9;
}

.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.Header .Logo img {
  width: 200px;
}

.Header .Menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .Menu ul li a {
  font-size: 1rem;
  color: black;
  display: inline-block;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  font-weight: 700;
}

.Header .Menu ul li a:hover {
  transition: .5s;
  color: #0c6dff;
}

.Header .Menu ul .Active a {
  transition: .5s;
  color: #0c6dff;
}

.Padding {
  padding: 80px 20px;
}

.SliderArea {
  /* background-color: #0b8ccc; */
  background-image: url(../images/SliderBG.jpg);
  padding: 80px 20px;
}

.SliderArea .Slider {
  display: flex;
  flex-direction: column;
}

.SliderArea .Slider .Columns-1, .SliderArea .Slider .Columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SliderArea .Slider .Columns-1 .SliderText01 {
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #0c6dff;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    justify-content: space-between;
}

.SliderArea .Slider .Columns-1 .SliderText02 {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
  line-height: 1.4;
  text-align: left;
}

.SliderArea .Slider .Columns-1 .SliderText03 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}

.SliderArea .Slider .Columns-2 {
  margin-top: 70px;
}

.SliderArea .Slider .Columns-2 .Rows {
  flex-basis: calc(100% / 3);
  margin-right: 20px;
}

.SliderArea .Slider .Columns-2 .Rows:last-child {
  margin-right: 0px;
}

.SliderArea .Slider .Columns-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-height: 70px;
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.SliderArea .Slider .Columns-2 img {
  margin-right: 10px;
}

.InfoArea .Info {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.InfoArea .Info .Rows {
  margin: 0 30px;
  padding: 50px 20px;
  text-align: center;
  flex-basis: calc(100% / 2 - 60px);
  border-radius: 15px;
}

.InfoArea .Info .Rows-1 {
  color: white;
}

.InfoArea .Info .Rows-1 a {
  color: white;
}

.InfoArea .Info .Rows-2 {
  color: #3b1a1d;
}

.InfoArea .Info .Rows .InfoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.InfoArea .Info .Rows .InfoText01 img {
  margin-right: 10px;
}

.InfoArea .Info .Rows .InfoText02, .InfoArea .Info .Rows .InfoText02 a {
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.InfoArea .Info .Rows .InfoText02 a {
  color: white;
}

.InfoArea .Info .Rows .InfoText03 {
  font-size: 1.2rem;
  font-weight: 500;
}

.InfoArea .Info .Rows-1 .InfoText03 {
  display: inline-block;
  border: 1px solid white;
  color: white;
  padding: 8px 25px;
  font-weight: bold;
}

.Background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ServiceArea {
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
}

.ServiceT {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}
.ServiceQ {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
.ServiceD {
  font-size: 1.2rem;
}
.ServiceE {
  font-size: 1.2rem;
  padding-bottom: 50px;
}
.ServiceC {
  font-size: 2rem;
  font-weight: bold;
  color:#0c6dff;
  
}

.ServiceF {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}
.ServiceArea .ServiceList {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.ServiceArea .ServiceList .Rows {
  margin: 0 10px;
  flex-basis: calc(100% / 3 - 20px);
  padding: 50px;
  background-color: white;
  border-radius: 30px;
  box-sizing: border-box;
}

.ServiceArea .ServiceList .Rows .ServiceListText01 {
  border-radius: 30px;
  background-color: #f9f9f9;
  color: black;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.1rem;
}

.ServiceArea .ServiceList .Rows .ServiceListText02 {
  margin: 30px 0px;
}

.ServiceArea .ServiceList .Rows .ServiceListText02 img {
  min-height: 186px;
}

.ServiceArea .ServiceList .Rows .ServiceListText03 {
  color: #0b8ccc;
  font-size: 2.5rem;
  font-weight: bold;
}

.ServiceArea .ServiceList .Rows p {
  color: grey;
  margin-top: 5px;
}

.HelpArea {
  text-align: center;
}

.HelpArea .HelpList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.HelpArea .HelpList .Rows {
  margin: 0 10px;
}

.ReviewArea {
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 10px 0px 30px;
}

.ReviewList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ReviewList .Rows {
  margin: 10px;
  flex-basis: calc(100% / 3 - 20px); /* 한 줄에 3개씩 배치 */
}


/* 반응형 디자인: 중간 화면에서 2개씩, 작은 화면에서 1개씩 */
@media (max-width: 1024px) {
  .ReviewList .Rows {
    flex-basis: calc(100% / 2 - 20px); /* 한 줄에 2개씩 배치 */
  }
}

@media (max-width: 768px) {
  .ReviewList .Rows {
    margin: 2px;
    flex: 1 1 calc(50% - 20px); /* 2개씩 배치 */
  }
}


.KakaoArea {
  text-align: center;
  background-color: #f9f9f9;
}
/* MainInfo, InfoArea, Padding 클래스를 모두 포함하여 배경색 설정 */
.MainInfo.InfoArea.Padding {
  background-color: white;
  padding:0px;
}
.MainInfo1.InfoArea.Padding {
  background-color: #f9f9f9 !important;
  padding: 0px !important;
}
.MainInfo3.InfoArea.Padding {
  display: none !important;
}


.InfoArea .Info .Rows .InfoText022, .InfoArea .Info .Rows .InfoText022 a {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 26px 0px 50px 0px;
  color: #3b1a1d;
}

.InfoArea .Info .Rows .InfoText022 a {
  color: white;
}

.KakaoHow {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
  color: #f9e10b;
  background-color: #3c1b1c;
  padding: 8px 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.MarginTop50 {
  margin-top: 50px;
}

.KakaoList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.KakaoList .Rows p {
  margin-top: 10px;
  border-radius: 15px;
  padding: 15px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.KakaoList .Rows b {
  font-size: 1.2rem;
}

.KakaoList .Rows {
  margin: 0 5px;
}

.LiveArea {
  color: #000000;
  text-align: center;
  background-color: #dbf6ff;
}

.LiveArea .Live .LiveT {
  display: inline-block;
  font-size: 2rem;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
}

.LiveArea .Live .LiveD {
  font-size: 1.1rem;
  margin: 10px 0px 30px 0px;
}

.LiveStream {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px 20px;
  border-radius: 30px;
  color: black;
  overflow: hidden;
}

.Notice {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.Rolling {
  position: relative;
  width: 100%;
  height: auto;
}

.Rolling li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.Rolling li .Rows, .OptionHead .Rows {
  width: 160px;
}

.Rolling li .Rows-5 {
  border-radius: 30px;
  background-color: white;
  color: #0c6dff;
  padding: 5px 0px;
  border: solid 3px #0c6dff;
  font-weight: bold;
}

.OptionHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
}

.FooterArea {
  text-align: left;
  padding: 50px 20px;
  background-color: #20c8ff;
}

.FooterArea .Footer {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
}
/* Footer Inner 레이아웃 설정 */
.FooterArea .Footer.Inner {
  display: flex;
  justify-content: space-between; /* 텍스트와 이미지를 양 끝으로 배치 */
  align-items: center;
  flex-wrap: wrap; /* 화면이 좁아질 경우 줄 바꿈 허용 */
  background-color: #20c8ff;; /* 배경색 (필요 시 변경) */
  color: black; /* 텍스트 색상 */
}

/* 텍스트 컨테이너 스타일 */
.FooterArea .Footer.Inner .FooterText {
  flex: 1;
  min-width: 200px; /* 최소 너비 설정 */
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}

/* 이미지 컨테이너 스타일 */
.FooterArea .Footer.Inner .FooterImage {
  flex: 0 0 auto;
  margin-left: 20px; /* 텍스트와 이미지 사이 간격 */
}

/* 이미지 스타일 */
.FooterArea .Footer.Inner .FooterImage img {
  max-width: 150px; /* 이미지의 최대 너비 설정 (필요 시 조절) */
  height: auto;
}


.AboutBread {
  background-color: #0c6dff;
}

.BreadArea {
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.Bread {
  font-size: 1.8rem;
  font-weight: bold;
}


.About .Rows {
    display: flex;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
    gap: 20px; /* 이미지와 텍스트 사이 간격 */
    padding: 10px;
  }

.About .Rows .ABThumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}

.About .Rows .ABText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0px 30px 0px;
}

.About .Rows .ABText02 {
  font-size: 1rem;
  line-height: 1.5;
}

.PriColor {
  color: #0b8ccc;
  font-size: inherit;
}

.AboutMoreArea {
  background-color: #f9f9f9;
}

.AboutMoreArea .AboutMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AboutMoreArea .AboutMore .Rows .AboutMoText01 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.AboutMoreArea .AboutMore .Rows .AboutMoText02 {
  font-size: 1.1rem;
}

.AboutMoreArea .AboutMore .Rows a {
  display: inline-block;
  background-image: linear-gradient(to left, #0b8ccc, #16adf8);
  color: white;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
}

.AboutMoreArea .AboutMore .Rows a:hover {
  transition: .5s;
  background-color: black;
}

.ProductArea .ProBest {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ProductArea .ProBest .Rows {
  text-align: center;
}

.ProductArea .ProBest .Rows img {
  display: block;
  margin: 0 auto;
  padding: 0px 0px 36px 0px;
}

.ProductArea-2.ProductArea .ProBest .Rows-2 {
  padding: 0px 35px;
}

.ProductArea .ProBest .Rows-2 .ProBestText01 {
  font-size: 1.1rem;
}
.ProBestText111 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #000000;
  margin: 5px 0px 30px 0px;
  text-align: center;
}

.ProductArea .ProBest .Rows-2 .ProBestText02 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #000000;
  margin: 5px 0px 30px 0px;
}

.ProductArea .ProBest .Rows-2 .ProBestText03 {
  font-size: 1.1rem;
}

.ProStep {
  display: flex;
  text-align: center;
  margin-top: 50px;
  justify-content: space-between;
}

.ProStep .Rows {
  margin-right: 30px;
}

.ProStep .Rows:last-child {
  margin-right: 0px;
}

.ProStep .Rows p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.ProStep .arrow {
  display: flex;
  justify-content: center; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
}
.ProStep1 {
  display: flex;
  text-align: center;
  margin-top: 50px;
  
}

.ProStep1 .Rows {
  margin-right: 30px;
}

.ProStep1 .Rows:last-child {
  margin-right: 0px;
}

.ProStep1 .Rows p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.ProStep1 .arrow {
  display: flex;
  justify-content: center; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
}
.ProTip {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.ProTip .Columns {
  margin-bottom: 10px;
  font-size: 1rem;
}

.ProTip .Columns:last-child {
  margin-bottom: 0px;
}

.ProTip .Number {
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
  font-weight: bold;
  background-color: #f9f9f9;
  padding: 10px 25px;
}

.ProTip .PriColor {
  font-weight: bold;
}


.ProductArea-2 .ProTip .Number {
  background-color: black;
  color: white;
}

.ProductArea-3 .ProBest .Rows-1 {
  background-color: #e9e4f6;
}

.ProductArea-3 .ProBest .Rows-2 .ProBestText02 {
  color: black;
  margin: 0px 0px 0px 0px;
}

.ProductArea-3 .ProBest .Rows-2 .ProBestText01 {
  color: #6626ee;
  margin: 10px 0px 30px 0px;
}

.ProBottomArea {
  padding-top: 80px;
  background-color: #07bb7c;
  background-image: url('../images/ProText.png');
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
}

.ProBottomArea .ProBottom img {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.ProductBread {
  background-color:#0c6dff;
}

.RequestBread {
  background-color: #0c6dff;
}

.Request {
  text-align: center;
}

.RequestStep {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.RequestStep .Rows {
  flex-basis: calc(100% / 3);
  margin: 0 10px;
}

.RequestStep .Rows .RequestThumb img {
  border: 1px solid #f9f9f9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
}

.RequestStep .Rows .RequestNumber {
  margin: 20px 0px 10px 0px;
  font-size: 1.5rem;
  color: grey;
  font-weight: bold;
}

.RequestStep .Rows .RequestDescr {
  font-size: 1.1rem;
}

.RequestStep .Rows p {
  margin-top: 10px;
  color: grey;
}

.RequestAlertArea {
  text-align: center;
  background-color: #dbf6ff;
}

.RequestAlertArea .RequestAlert .RequestATitle {
  font-size: 1.8rem;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
}

.RequestAlertArea .RequestAlert .RequestADescr {
  font-size: 1.1rem;
}

.RequsetKakao {
  background-color: white;
}

.RequsetKakao .KakaoList .Rows p {
  background-color: #ffeb34;
}

.FnBread {
  background-color: #0c6dff;
}

.FnListArea {
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
.accordion-list {
  text-align: left;
  border-top: 2px solid #777;
}

.accordion-list .accordion-item {
  border-bottom: 1px solid #ddd;
  background-color:#efefef;
}

.accordion-list .accordion-item .accordion-link {
  display: block;
  position: relative;
  padding: 25px 20px;
  transition: all 0.3s;
}

.accordion-list .accordion-item.active .accordion-link {
  background-color: #fff;
}

.accordion-list .accordion-item .accordion-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #999;
}

.accordion-list .accordion-item.active .accordion-link::before {
  background-color: #15989f
}

.accordion-list .accordion-name {
  position: relative;
  width: calc(100% - 50px);
  padding-left: 40px;
  font-size: 17px;
  font-weight: bold;
  color: black;
}

.accordion-list .accordion-name .icon {
  color: #000000;
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}

.accordion-list .accordion-item .accordion-desc {
  display: none;
  padding: 30px 40px;
  background-color: #f9f9f9;
  color: #777;
}

.Floting {
  display: none;
}

.Floting a {
  display: block;
}

.AlertBox {
  display: inline-block;
  font-size: .9rem;
  margin-top: 20px;
  text-align: center;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ */
button {
  border: 0;
  background: none;
  cursor: pointer;
}

.main_popup {
  position: fixed;
  z-index: 1005;
  /* -webkit-box-shadow: 0px 13px 40px -6px #061626; */
  /* box-shadow: 0px 13px 40px -6px #061626; */
  top: 100px;
  left: 300px;
  display: none;
  margin: 20px;
  border: 2px solid #333;
}

.main_popup.on {
  display: block;
  background-color: #fff;
}

.main_popup .img_wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 31px;
  right: 17px;
  font-size: 0;
  border: 0;
  /* background: white; */
  color: black;
}

.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}

.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}

.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}

.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}
.ProStep .arrow {
  display: flex;
  justify-content: center; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
}
.info_logo {
  display: flex;
  flex-direction: column; /* 세로 방향으로 배치 */
  align-items: center; /* 수직 가운데 정렬 */
  padding: 50px;
  gap: 10px; /* 로고와 박스 사이 간격 */
}
.box {
  display: inline-flex; /* 글자 크기만큼 박스 크기를 줄임 */
  flex-direction: column; /* 세로로 배치 */
  justify-content: center; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
  padding: 20px;
  margin: 20px;
  border-radius: 30px;
  font-size: 25px;
  background-color: #0c6dff;
  text-align: center;
  color: white;
}

.boxtext {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px; /* 상단 여백 */
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center; /* 이미지 수직, 수평 중앙 정렬 */
}

.text-container {
  display: flex;
  justify-content: center; /* 텍스트의 가로 중앙 정렬 */
  align-items: center; /* 텍스트의 세로 중앙 정렬 */
  font-size: 30px;
  line-height: 1.5;
}
.text-container p {
  font-size: 25px !important; /* p 태그에도 직접 적용 */
}

/* 반응형 디자인: 모바일에서 세로로 배치 */
@media (max-width: 768px) {
  .FooterArea .Footer.Inner {
    flex-direction: column; /* 세로 방향으로 변경 */
    align-items: center; /* 왼쪽 정렬 */
  }

  .FooterArea .Footer.Inner .FooterImage {
    margin-left: 0; /* 좌측 여백 제거 */
    margin-top: 20px; /* 텍스트와 이미지 사이 간격 추가 */
    display: none;
  }

  .FooterArea .Footer.Inner .FooterImage img {
    max-width: 100px; /* 모바일에서 이미지 크기 축소 (필요 시 조절) */
  }
  .ProStep .arrow {
    display: none!important;
   
  }
  .ProStep1{
    flex-direction: column;
  }
  .ProStep1 .arrow {
    display: none!important;
   
  }
  .box {
    font-size: 25px;
    
  }
  .info_logo {
    padding: 15px 0px 0px 0px;
    
  }
  .About .Rows{
  flex-direction: column; /* 세로 방향으로 쌓이도록 설정 */
  }
  .text-container p {
    font-size: 17px !important; /* p 태그에도 직접 적용 */
    text-align: center;
  }
  .MainInfo1.InfoArea.Padding {
    display: none !important;
  }
  .MainInfo3.InfoArea.Padding {
    display: block !important;
    background-color: #f9f9f9 !important;
    padding: 0px !important;
  }
  .FooterArea {
    background-color: #000000;
  }
  
  .FooterArea .Footer {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.5;
  }
  /* Footer Inner 레이아웃 설정 */
  .FooterArea .Footer.Inner {
    background-color: #000000;; /* 배경색 (필요 시 변경) */
    color: rgb(255, 255, 255); /* 텍스트 색상 */
  }
  
  /* 텍스트 컨테이너 스타일 */
  .FooterArea .Footer.Inner .FooterText {
    font-size: 13px;
  }
}