@charset "utf-8";

.banner{
    width: 100%;
    height: 854px;
    background: url('../image/miGration_back.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.miG_center_title {
    margin-top: 100px;
    width: 100%;
    height: 200px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }

.miG_main_header {
    margin-top: 100px;
    width: 100%;
    height: 100px;
    color: #111111;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  
.mi_center_title {
    margin-top: 100px;
    width: 100%;
    height: 200px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }

  .miG_center_main_title {
    width: 100%;
    height: 80px;
    font-size: 54px;
    font-weight: 600;
  }

  .miG_center_sub_title {
    font-size: 45px;
    font-weight: 600;
  }

  .main {
    width: 1920px;
    height: auto;
  }

  /* miGration 서비스 부분 */
.miG_main_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;  
  width: 100%;
  max-width: 1300px;        
  margin: 0 auto;            
  padding: 40px 20px;       
  gap: 40px;                 
}


.miG_main_container h2 {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 16px;
}

.left_con1 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}

.left_con2,
.left_con3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.left_con4,
.left_con5 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px; 
}

.left .feature-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 30px;
}


.left .feature-list li {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.left li::marker {
  font-size: 7px; 
}

.left {
  flex: 1;              
  text-align: left;
  padding-left: 195px;
}

/* 원형 그래프 */
.circle-container {
  margin-right: 40px;
}

.circle-wrapper {
  display: flex;
  justify-content: center;  
  gap: 40px;                
  margin: -5px 0;
  margin-right: 150px;
  margin-bottom: 20px ;
}

.left-circle-box {
  text-align: center;
}

.left-circle-box .left-circle-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.left-circle-text2 {
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
}

.right-circle-box {
  text-align: center;
}

.right-circle-box .right-circle-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.right-circle-text2 {
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
}

.arrow-img {
  margin-top:6px;
}

.circle-dis {
  color: gray;
  font-size: 14px;
  font-weight: 500;
  margin-right: 160px;
  margin-bottom: 15px;
}

.circle-dis-weight {
   color: gray;
  font-size: 13px;
  font-weight: 400;
}

.left-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: conic-gradient(#0f2944 0% 93%, #6c7db1 93% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: conic-gradient(#0f2944 0% 50%, #6c7db1 50% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-circle span, .right-circle span {
  background: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}


/* .right {
  flex: 1;           
  display: flex;
  justify-content: center;
  align-items: center;
}

.right img {
  max-width: 100%; 
  height: auto;
  transform: scale(1.2);
  margin-top: 16px;
  padding-right: 50px;  
} */


/* miGration 가치 부분 */
.miG_main_value, .miG_main_footer {
  text-align: center;
  max-width: 950px;  
  margin: 0 auto;     
  padding: 0 40px;    
}

.miG_main_value p {
  font-size: 20px;
  text-align: left;   
  margin-top: 30px; 

}

.value-img-text {
  margin: 0;
  padding: 0;
}

.value-img-text1 {
  position: absolute;
  margin-top: 55px;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
}

.value-img-text1-1 {
  position: absolute;
  margin-top: 95px;
  margin-left: 25px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
}

.value-img-text2 {
  position: absolute;
  margin-top: 55px;
  margin-left: 325px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
}

.value-img-text2-1 {
  position: absolute;
  margin-top: 95px;
  margin-left: 325px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
}

.value-img-text3 {
  position: absolute;
  margin-top: 55px;
  margin-left: 625px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
}

.value-img-text3-1 {
  position: absolute;
  margin-top: 95px;
  margin-left: 625px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.8;
}


.value-img {
  display: flex;
  width: 300px;
  margin-top: 35px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.value-main {
  font-weight: 800;
}

.value-sub {
  font-weight: 700;
}

.miG_main_value img {   
  height: auto;    
  width: 100%; 
  margin-bottom: 25px;
}

/* 클라우드로의 전환 부분 */
.miG_main {
  text-align: center;
  max-width: 1200px;  
  margin: 0 auto;     
  padding: 0 45px;    
}

.miG_main h2{
 font-weight: 700;
  font-size: 20px;
  text-align: left;   
  margin-left: 120px;
  margin-top: 60px;     
}

.miG_main_container2, .miG_main_container3 {
    display: flex;
  align-items: flex-start;  
  justify-content: flex-start;
  gap: 20px;               
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;       
}

.left-change {
 display: inline-block; 
  width: auto;
  height: auto;
  margin-left: 30px;
}

.left-change img {
    max-width: 300px;  
    height: auto;
}

.right-change, .right-change-2 { 
    flex: 1;              
    text-align: left;
    padding-right: 130px; 
    
}

.right_con1, .right_con2, .right_con3, .right_con4, .right_con5, .right_con3_service {
    font-weight: 500;
    font-size: 13px;
}

.right_con1 {
    margin-top: 15px;
    margin-bottom: 8px;
}

.right_con2 {
    margin-bottom: 8px;
}

.right_con2 span, .right_con3 span, .right_con4 span {
    display: block;
    margin-bottom: 8px;
}

.right_con5 {
    margin-top: 28px;
    color:grey;
}

/* miGration 서비스 과정 부분 */
.miG_main_service {
  text-align: center;
  max-width: 1200px;  
  margin: 0 auto;     
  padding: 0 45px;    
}

.miG_main_service p {
  font-size: 20px;
  text-align: left;   
  margin-left: 120px;
  margin-top: 20px;     
}

.right-change-2 {
  flex: 1;              
  text-align: left;
  padding-right: 130px; 
  margin-left: 30px;
}

.service-main {
  font-weight: 900;
}

.service-sub {
  font-weight: 700;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  margin-left: 155px; 
  margin-top: 10px;
}

/* 세로 라인 */
.timeline-line {
  position: absolute;
  top: 0;
  left: 13px;  
  width: 2px;
  height: 75%; 
  background: #d3d9e6;
  z-index: 0;
}

/* 공통 step */
.timeline-step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0;  /* 위아래 간격 일정 */
  position: relative;
  z-index: 1;      
}

.timeline-step:nth-child(2) { top: -40px; }     
.timeline-step:nth-child(3) { top: 0px; } 
.timeline-step:nth-child(4) { top: -15px; } 

/* 원 */
.timeline-step .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f2f4;
  border: 2px solid #d3d9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 1000;
  color: #244268;
}

/* 텍스트 */
.timeline-step span {
  font-weight: bold;
  color: #244268;
  font-size: 17px;
}


.right-change-2 .right_con1_service_1 {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 14px;
}

.right-change-2 .right_con1_service_2 {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
}

.right-change-2 .right_con1_service_1 li, .right_con1_service_2 li {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
}

.right-change-2 li::marker {
  font-size: 7px; 
}

.right_con2_service img {
  width: 100%;
}

.right_con3_service {
    margin-top: 26px;
    margin-bottom: 50px;
    margin-left: 10px;
    color:grey;
    font-size: 11px;
}




/*  */
.h-timeline {
  display: flex;
  align-items: center;
  gap: 0px; /* 단계 간 간격 */
  font-family: sans-serif;
  color: #1c2c45;
  margin-left: 10px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.h-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 6px;
}

.circle {
  width: 17px;
  height: 17px;
  border: 1px solid #244268;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 1000;
  color: #234068;
  background: #fff;
}


/* 화살표 (선 + 삼각형) */
.arrow {
  position: relative;
  width: 100px;   /* 선 길이 */
  height: 2px;
  background: #d3d9e6;
}

.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-left: 6px solid #244268;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.h-step span {
  font-size: 14px;
  font-weight: bold;
  color: #244268;
}


/* 요금제 및 가격 부분 */
.miG_main_price {
  text-align: center;
  max-width: 1200px;  
  margin: 0 auto;     
  padding: 0 45px;
}

.miG_main_price h2{
  font-weight: 700;
  font-size: 20px;
  text-align: left;   
  margin-left: 120px;   
}

.price-table {
  width: 100%;
  max-width: 880px;
  margin: 10px auto;
  margin-top: -20px;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
}

.price-table td,
.price-table th {
  height: 50px;
}

.price-table td:first-child {
  border-left: 1px solid #ddd;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  width: 200px;
}
.price-table td:first-child + td {
  width: 180px;
}

.price-table td:first-child + td + td {
  width: 180px;
}

.price-table td:last-child {
  border-right: 1px solid #ddd;
  width: 170px;
}

.price-table td {
  font-weight: 500;
  border: 1px solid #ddd;
  border-left: none;        
  border-right: none; 
  padding: 12px;
  font-size: 14px;
}

.price-table thead th {
  border-radius: 8px 8px 0 0; 
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 14px;
}


/* 요금 강조 */
.price-table td strong {
  font-size: 15px;
  font-weight: bold;
}

/* 유저수 행 회색 배경 */
.grey-row td {
  background: #fafafa;
}

.price-wrapper {
  position: relative;
  max-width: 900px;
  margin: 30px auto;
}

.plan-card {
  position: absolute;
  top: -3px; 
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;  
  text-align: center;
  font-family: sans-serif;
}

.plan-card.standard {
  left: 260px;
  border: 1.5px solid #9991C0;
}

.plan-card.standard .plan-title {
  background-color: #9991C0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
}

.plan-card.Professional {
  left: 475px;
  border: 1.5px solid #6F7CB0;
}

.plan-card.Professional .plan-title {
  background-color: #6F7CB0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
}

.plan-card.Enterprise {
  left: 690px;
  border: 1.5px solid #102844;
}

.plan-card.Enterprise .plan-title {
  background-color: #102844;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
}

.plan-card .plan-body {
  height: 170px;   
  background: transparent;
}


/* 하단 부분 */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2열 */
  grid-template-rows: auto auto; /* 2행 */
  gap: 0; /* 칸 사이 여백 없음 */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 150px;
  margin-top: 100px;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.text-box.blue {
  background-color: #eaeff2; 
}

.text-box.beige {
  background-color: #f0ebe7; 
}

.text-box a {
  color: #3366cc;
  text-decoration: none;
}
.text-box a:hover {
  text-decoration: underline;
}

.footer_text_1, .footer_text_2 {
  color: #111111;
  font-weight: 500;
  font-size: 14px;
}

/* 클릭 박스 */  
.floating-box {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
}

.button-row {
  margin-bottom: 6px;
}

.scroll-top-btn {
  width: 30px;
  height: 30px;
  background: black;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 7px;
}

.scroll-top-btn:hover {
  background-color: #242424;
}

.form-btn {
  display: inline-block;
  background-color: #5377CD;
  padding: 16px 48px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.2s;
}

.form-btn p {
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.form-btn:hover {
  background-color: #4a6bb8;
}
