.tp_on_pc {
  display: initial;
}
.container {
  padding-top: 30px;
  min-width: 1280px;
  background-color: #fefefe;
  margin-bottom:30px;
}

.container .s_kakao {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  z-index: 90;
  animation: heartbeat 1.5s ease-in-out infinite both;
  background-color: yellow;
}
.container .s_kakao.active {
  width: 50px;
}
.container .s_kakao:hover {
  animation: none;
}
.container .f_call.tp_on_mo {
  display: none;
}
.container .s_f_call {
  position: fixed;
  top: 90px;
  left: 0;
  background-color: var(--main-color);
  display: block;
  font-size: 17px;
  padding: 5px 10px;
  padding-left: 20px;
  color: #fff;
  z-index: 300;
  border-radius: 0 5px 0 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 55%);
  transition: 0.35s;
}
.container .s_cun_btn {
  position: fixed;
  left: 0;
  top: 150px;
  height: 50px;
  z-index: 90;
  transition: 0.35s;
}
.container .s_cun_btn a {
  color: #fff;
  background-color: var(--main-color);
  border-radius: 0 5px 0 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 55%);
  padding: 5px 10px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 400;
}

.main_title {
  width: 1080px;
  margin: auto;
  margin-top: 50px;
  /* margin-bottom: 100px; */
}
.main_title h1 {
  font-family: '뫼비우스';
  font-size: 50px;
  font-weight: 100;
}
.main_title h1 b {
  color: var(--main-color);
}
.main_title h2{
  font-family: '뫼비우스';
  font-size: 25px;
  font-weight: 100;
}
.main_title h5 {
  font-family: '뫼비우스';
  font-size: 34px;
  font-weight: 100;
}

section.top_pricing {
  padding: 30px 0;
}

   section.top_pricing .inbox{
    padding: 35px; 
	border:1px solid #eee;
	border-radius:15px;
  } 

.top_pricing .section_title {
  text-align: center;
}
.top_pricing .section_title > div {
  align-items: center;
  margin:10px;
}
/* .top_pricing .section_title > div h2::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
} */
.top_pricing .section_title > div span {
  font-size: 20px;
}
.top_pricing .section_title > span::before {
  content: "\f058";
  font-size: 34px;
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  visibility: hidden;
}

.top_pricing .pricing_items {
  width: 1080px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.top_pricing .pricing_items > div {
  width: 45%;
  /* height: 650px; */
  box-shadow: 10px 15px 20px rgba(0, 0, 2, 0.171);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}
.top_pricing .pricing_items > div ul {
  padding: 20px 30px 15px;
}
.top_pricing .pricing_items > div ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  text-align: left;
  padding-bottom: 15px;
}
.top_pricing .pricing_items > div ul li:first-child {
  margin-bottom: 30px;
}
.top_pricing .pricing_items > div ul li:first-child h4 {
  font-family: '뫼비우스';
  font-size: 26px;
  text-align: center;
  width: 100%;
  position: relative;
}
.top_pricing .pricing_items > div ul li:first-child h4::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #777;
  border-radius: 5px;
  display: block;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.top_pricing .pricing_items > div ul li p {
  font-size: 16px;
}
.top_pricing .pricing_items .item_1,
.top_pricing .pricing_items .item_2 {
  background-color: #fff;
  position: relative;
}
.top_pricing .pricing_items .item_1 .hover_btn,
.top_pricing .pricing_items .item_2 .hover_btn  {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top_pricing .pricing_items .item_1:hover .hover_btn,
.top_pricing .pricing_items .item_2:hover .hover_btn  {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_pricing .pricing_items .item_1:hover .hover_btn a,
.top_pricing .pricing_items .item_2:hover .hover_btn a {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.377);
}
.top_pricing .pricing_items .item_2 {
  /* background-color: #333; */
  /* color: #fff; */
  /* background-color: #fff; */
}
.top_pricing .pricing_items > div ol {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_pricing .pricing_items .item_1 ol {
  flex-direction: row;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.top_pricing .pricing_items .item_1 ol li {
  width: 50%;
  height: 100%;
  /* background-color: #fff; */
  background-color: #f27474;
}
.top_pricing .pricing_items .item_1 ol li:last-child {
  /* background-color: #f27474; */
  /* color: #fff; */
  border-left: 1px solid #e2e2e2;
}
.top_pricing .pricing_items .item_2 ol {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #f27474;
}
.top_pricing .pricing_items .item_2 ol li {
  /* color: rgb(193, 222, 255); */
  color: #fff;
}
.top_pricing .pricing_items > div ol li {
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
}
.top_pricing .pricing_items .item_1 ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 20px 5px;
}
.top_pricing .pricing_items .item_1 ol li h5 b {
  font-size: 14px;
  font-weight: 300;
  text-decoration:line-through;
  color: #fefefecb;
}
.top_pricing .pricing_items .item_1 ol li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.top_pricing .pricing_items .item_1 ol li span {
  font-size: 14px;
}
.top_pricing > ul.tp_on_pc {
  display: block;
  width: 1080px;
  margin: auto;
}
.top_pricing > ul li  {
  display: flex;
  align-items: center;
  gap: 25px;
}
.top_pricing > ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  gap: 5px;
  padding-left: 25px;
}
.top_pricing > ul li:first-child {
  padding-left: 0;
}
.top_pricing > ul li h5{
  font-weight: 400;
  text-align: left;
}
.top_pricing > ul li s {
  font-size: 16px;
}
section.bottom_pricing {
  /* padding: 30px 0 130px; */
  padding-bottom: 130px;
} 
.bottom_pricing .section_title {
  width: 1080px;
  text-align: left;
}
.bottom_pricing .section_title > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bottom_pricing .section_title > div h2::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
}
.bottom_pricing .section_title > div a {
  font-size: 16px;
  padding: 5px 5px 5px 10px ;
  border-radius: 5px;
  color: #333;
  border: 1px solid #333;
}
.bottom_pricing .section_title > div span {
  font-size: 28px;
}
/* .bottom_pricing .section_title > div span::before {
  content: "\f058";
  font-size: 34px;
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  visibility: hidden;
} */
.bottom_pricing .pricing_items {
  width: 1080px;
  margin: auto;
  padding: 30px 0;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
}
.bottom_pricing .pricing_items > div {
  width: 45%;
  box-shadow: 10px 15px 20px rgba(0, 0, 2, 0.171);
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
.bottom_pricing .pricing_items > div .hover_btn {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.bottom_pricing .pricing_items > div:hover .hover_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_pricing .pricing_items > div:hover .hover_btn a {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.377);
}
.bottom_pricing .pricing_items > div ul {
  padding: 20px 30px 15px;
}
.bottom_pricing .pricing_items > div ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  text-align: left;
  padding-bottom: 15px;
}
.bottom_pricing .pricing_items > div ul li p {
  font-size: 16px;
}
.bottom_pricing .pricing_items > div ol {
  background-color: #f27474;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bottom_pricing .pricing_items > div ol li {
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
  /* color: var(--main-color); */
}
.bottom_pricing .pricing_items > div ol li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bottom_pricing .pricing_items > div ol li h5 b {
  font-size: 14px;
  font-weight: 300;
  text-decoration:line-through;
  color: #fefefecb;
}
.bottom_pricing .pricing_items > div ol li > span {
  font-size: 14px;
}
.bottom_pricing .pricing_items > ul {
  width: 45%;
  margin-top: 30px;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
  /* margin: auto; */
}
.bottom_pricing .pricing_items > ul.tp_on_pc {
  display: block;
}
.bottom_pricing .pricing_items > ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  gap: 5px;
  padding: 0 20px;
}
.bottom_pricing .pricing_items > ul li h5 {
  font-weight: 400;
}
.bottom_pricing .pricing_items > ul li s {
  font-size: 16px;
}
.bottom_pricing .pricing_items > ul li:first-child {
  padding: 0;
  /* padding-bottom: 15px; */
}
/* .bottom_pricing .pricing_items > ul li:first-child img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  object-position: 50% 90%;
} */
/* .bottom_pricing .pricing_items > ul li:last-child {
  padding-left: 25px;
} */
@media screen and (max-width: 768px){
  .tp_on_pc {
    display: none;
  }
  .container {
    min-width: initial;
  }
  .container .s_f_call {
    display: none;
  }
  .container .f_call.tp_on_mo {
    display: initial;
  }
  .container .s_kakao {
    display: none;
  }
  .main_title {
    margin-top: 60px;
    margin-bottom: 10px;
    width: 100%;
  }
  .main_title h1 {
    font-size: 28px;
  }
  .main_title h5 {
    font-size: 24px;
  }

  section.top_pricing {
    padding: 35px 0; 
  } 

  
  .top_pricing .section_title {
    width: 95%;
  }
  .top_pricing .section_title > div {
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_pricing .section_title div > span {
    font-size: 15px;
  }
 /*  .top_pricing .section_title div > span::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    visibility: hidden;
  } */
  .top_pricing .section_title > a.tp_on_mo {
    font-size: 14px;
    padding: 3px 3px 3px 7px ;
    border-radius: 5px;
    color: #333;
    border: 1px solid #333;
    margin-left: 10px;
  }
  .top_pricing .pricing_items {
    width: 95%;
    flex-direction: column;
    padding: 30px 5px;
    gap: 30px;
  }
  .top_pricing .pricing_items > div {
    width: 100%;
    height: auto;
  }
  .top_pricing > ul {
    width: 95%;
    margin: auto;
  }
  .top_pricing > ul.tp_on_pc {
    display: none;
  }
  .top_pricing > ul li {
    font-size: 16px;
  }
  .top_pricing > ul li h5 {
    word-break: keep-all;
  }
  .top_pricing .pricing_items > div ul {
    padding: 15px 20px 5px;
  }
  .top_pricing .pricing_items > div ul li:first-child {
    margin-bottom: 20px;
  }
  .top_pricing .pricing_items > div ul li:first-child h4 {
    font-size: 24px;
  }
  .top_pricing .pricing_items > div ul li p {
    font-size: 14px;
  }
  .top_pricing .pricing_items .item_1,
  .top_pricing .pricing_items .item_2  {
    pointer-events: none;
  }
  .top_pricing .pricing_items .item_1 ol li h5 {
    font-size: 14px;
  }
  .top_pricing .pricing_items .mo_c_btn {
    font-family: "뫼비우스";
    padding: 5px 10px;
    color: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    font-size: 18px;
    display: block;
    width: fit-content;
    margin: auto;
  }
  section.bottom_pricing {
    padding: 50px 0;
  }

  .bottom_pricing .section_title {
    width: 95%;
  }
  .bottom_pricing .pricing_items {
    width: 95%;
    flex-direction: column;
  }
  .bottom_pricing .section_title > div {
    gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom_pricing .section_title div > span {
    font-size: 20px;
  }
  .bottom_pricing .section_title div > span::before {
    content: "\f058";
    font-size: 26px;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
    visibility: hidden;
  }
  .bottom_pricing .section_title > a.tp_on_mo {
    font-size: 14px;
    padding: 3px 3px 3px 7px ;
    border-radius: 5px;
    color: #333;
    border: 1px solid #333;
    margin-left: 10px;
  }
  .bottom_pricing .pricing_items {
    width: 95%;
    flex-direction: column;
    padding: 30px 5px;
  }
  .bottom_pricing .pricing_items div {
    width: 100%;
    height: 295px;
    margin-bottom: 30px;
    pointer-events: none;
  }
  .bottom_pricing > ul {
    width: 95%;
  }
  .bottom_pricing > ul li {
    font-size: 16px;
  }
  .bottom_pricing .pricing_items > div ul {
    padding: 15px 20px 5px;
  }
  .bottom_pricing .pricing_items > div ul li p {
    font-size: 14px;
  }
  .bottom_pricing .pricing_items .mo_c_btn {
    font-family: "뫼비우스";
    padding: 5px 10px;
    color: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    background-color: #fff;
    font-size: 18px;
    display: block;
    width: fit-content;
    margin: auto;
  }
  .bottom_pricing .pricing_items > ul {
    width: 95%;
    margin-top: 35px;
    box-shadow: none;
  }
  .bottom_pricing .pricing_items > ul.tp_on_pc {
    display: none;
  }
  .bottom_pricing .pricing_items > ul li {
    font-size: 16px;
    gap: 5px;
  }
  .bottom_pricing .pricing_items > ul li h5 {
    word-break: keep-all;
    text-align: left;
  }
  .bottom_pricing .pricing_items > ul li.tp_on_pc {
    display: none;
  }
  .bottom_pricing .common_text {
    width: 95%;
  }
  .bottom_pricing .common_text h4 {
    font-size: 16px;
  }
  .bottom_pricing .common_text h5 {
    font-size: 14px;
  }
}