/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef;
}

@font-face {
  font-family: 'title-font';
  src: url("../fonts/cerebri-sans.woff") format("truetype");
}


/* CSS 파일에서 잘못된 폰트 경로 수정 */
@font-face {
  font-family: 'GlacialIndifference';
  src: url('/assets/fonts/GlacialIndifference-Regular.woff2') format('woff2'),
    url('/assets/fonts/GlacialIndifference-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: font-bold;
}

strong {
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

body {
  background-color: #ffffff !important;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  color: #6A6A6A;
}

.session-title {
  padding: 30px;
  margin: 0px;
}

.session-title h2 {
  width: 100%;
  text-align: center;
  font-family: "title-font", "Open Sans", sans-serif;
}

.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}

.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px;
  background-color: #cccccc26;
}

.page-nav ul {
  float: none;
  margin: auto;
}

@media screen and (max-width: 911px) {
  .page-nav {
    padding-top: 106px;
  }
}

.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}

.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: #223d50;
  border-color: #223d50;
}

.btn-success:hover {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
}

.btn-success:active {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
}

.btn-success:focus {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46;
}

.btn-primary:hover {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
}

.btn-primary:active {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
}

.btn-primary:focus {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #863dd9;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}

.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1100px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

.btn-success {
  background-color: #107d6a;
  border-color: #107d6a;
}

.btn-success:hover {
  background-color: #107d6a !important;
  border-color: #107d6a !important;
}

.btn-success:active {
  background-color: #107d6a !important;
  border-color: #107d6a !important;
}

.btn-success:focus {
  background-color: #107d6a !important;
  border-color: #107d6a !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46;
}

.btn-primary:hover {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
}

.btn-primary:active {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
}

.btn-primary:focus {
  background-color: #FF3A46 !important;
  border-color: #FF3A46 !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.btn-outline-primary {
  border-radius: 50px;
  padding: 5px 25px;
  color: #FF3A46;
  border-color: #FF3A46;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

/* ===================================== Header CSS ================================== */
.header-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #1a1c28;
  position: absolute;
  z-index: 999;
}

.header-container .header-top {
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .header-container .header-top {
    padding: 5px;
  }
}

@media screen and (max-width: 575px) {
  .header-container .header-top {
    padding: 0px;
  }
}

.header-container .header-top ul {
  float: right;
}

.header-container .header-top ul li {
  float: left;
  color: #FFF;
  padding: 18px;
  font-size: 1rem;
}

.header-container .header-top img {
  margin-top: 10px;
  width: 80%;
}

@media screen and (max-width: 991px) {
  .header-container .header-top img {
    width: 230px;
    margin-top: 6px;
  }
}

.header-container .header-top .navbar-toggler {
  float: right;
  margin-top: 1px;
  padding-right: 0px;
}

.header-container .header-top .navbar-toggler i {
  color: #FFF;
  padding: 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
}

.header-container .header-bottom {
  background-color: #222534;
}

@media screen and (max-width: 767px) {
  .header-container .header-bottom .container {
    padding: 0px 10px !important;
  }
}

.header-container .header-bottom .navbar {
  background-color: #222534 !important;
  padding: 0px;
}

.header-container .header-bottom .navbar .navbar-brand {
  color: #FFF;
}

.header-container .header-bottom .navbar .nav-link {
  color: #FFF;
  padding: 15px 30px;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

.scroll-to-fixed-fixed {
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ===================================== Slider CSS ================================== */
.slider-detail {
  padding-top: 124px;
}

@media screen and (max-width: 992px) {
  .slider-detail {
    padding-top: 52px;
  }
}

@media screen and (max-width: 576px) {
  .slider-detail {
    padding-top: 72px;
  }
}

.slider-detail .carousel-caption {
  text-align: left;
  bottom: 110px;
}

@media screen and (max-width: 991px) {
  .slider-detail .carousel-caption {
    bottom: 10px;
  }

  .slider-detail .carousel-caption h5 {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {
  .slider-detail .carousel-caption h5 {
    font-size: 18px;
  }
}

.slider-detail .carousel-caption h5 {
  font-size: 44px;
  margin-left: -40px;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

.slider-detail .carousel-caption p {
  margin-left: -40px;
  font-weight: 600;
  margin-top: 40px;
  font-size: 16px;
}

.slider-detail .vbh {
  margin-left: -40px;
}

.slider-detail .vbh .btn {
  padding: 20px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}

.slider-detail .vdg-cur {
  color: #ffffff;
}

.slider-detail .fvgb {
  color: #ffffff;
}

/* ===================================== Key Features CSS ================================== */
.key-feature {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.session-title h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.session-title p {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 40px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.key-div {
  display: flex;
  flex: 1 1 25%;
  max-width: 25%;
  /* 4개의 열이 동일한 너비를 가집니다 */
  padding: 15px;
  box-sizing: border-box;
}

.key-cover {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  /* 둥근 사각형 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 그림자 효과 */
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key-cover:hover {
  transform: translateY(-10px);
  /* 마우스 오버 시 살짝 들어올리기 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* 그림자 강화 */
}

.key-cover i {
  font-size: 3rem;
  color: #1bbc9b;
  /* 아이콘 색상 */
  margin-bottom: 15px;
}

.key-cover h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.key-cover p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  flex-grow: 1;
  /* 텍스트가 가운데에 위치하도록 설정 */
}


/* ===================================== Testimonial CSS ================================== */
.testimonial-container {
  background-color: #cccccc26;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .testimonial-container {
    padding: 30px 10px;
  }
}

.testimonial-container .test-row .test-card {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
  margin-bottom: 20px;
}

.testimonial-container .test-row .test-card .image img {
  min-width: 110px;
}

.testimonial-container .test-row .test-card .detail {
  padding-left: 10px;
  margin: auto;
}

.testimonial-container .test-row .test-card .detail h3 {
  font-size: 1.2rem;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.testimonial-container .test-row .test-card .detail p {
  font-size: .9rem;
  text-indent: 20px;
}

.testimonial-container .test-row .test-card:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ===================================== About Us CSS ================================== */
.about-company {
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 940px) {
  .about-company {
    padding: 30px 10px;
  }
}

.about-company .detail h3 {
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  font-size: 1.8rem;
}

.about-company .detail p {
  font-size: .85rem;
  text-align: justify;
}

.about-company .imag {
  padding: 10px;
}

.about-company .imag img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  padding: 5px;
}

/* ===================================== Latest News CSS ================================== */
.blog-container {
  background-color: #cccccc26;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .blog-container {
    padding: 30px 10px;
  }
}

.blog-container .news-row .news-card {
  display: flex;
  background-color: #FFF;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
  margin-bottom: 20px;
}

.blog-container .news-row .news-card .detail {
  padding: 10px;
  margin: auto;
}

.blog-container .news-row .news-card .detail h3 {
  font-size: 1.1rem;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.blog-container .news-row .news-card .detail p {
  font-size: .9rem;
  text-indent: 20px;
  text-align: justify;
}

.blog-container .news-row .news-card .detail .footp {
  text-indent: 0px;
  background-color: #f2f6f7a1;
  margin-top: 5px;
  font-size: .8rem;
}

.blog-container .news-row .news-card .detail .footp span {
  padding: 0px 5px;
}

.blog-container .news-row .news-card:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* ===================================== Count CSS ================================== */
.our-capablit {
  background-color: #1bbc9b;
  background-size: 100%;
}

.our-capablit .layy {
  padding: 50px;
  padding: 80px;
}

@media screen and (max-width: 940px) {
  .our-capablit .layy {
    padding: 30px 10px;
  }
}

.our-capablit .cap-det {
  text-align: center;
  margin-bottom: 20px;
}

.our-capablit .cap-det h6 {
  margin-top: 30px;
  color: #FFF;
  margin-bottom: 20px;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

.our-capablit .cap-det p {
  font-size: .85rem;
  color: #FFF;
}

.progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress .progress-value .h2 {
  font-size: 1.2rem;
  margin-top: 13px;
  color: #FFF;
}

/* ===================================== Our Team CSS ================================== */
.our-team {
  padding: 50px;
  background-color: #cccccc1c;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 30px 10px;
  }
}

.our-team .team-row {
  margin-top: 20px;
}

.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
  width: 100%;
}

.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #1bbc9b;
}

.our-team .team-row .single-usr .det-o h4 {
  color: #FFF;
  margin-bottom: 0px;
}

.our-team .team-row .single-usr .det-o i {
  color: #FFF;
}

/* ===================================== Our Skills CSS ================================== */
/* ===================================== Services CSS ================================== */
.services {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .services {
    padding: 30px 10px;
  }
}

.services .service-row .service-card {
  margin-bottom: 30px;
}

.services .service-row .service-card:hover h4 {
  color: #1bbc9b;
}

.services .service-row .service-card:hover h4 i {
  background-color: #1bbc9b;
}

.services .service-row .service-card h4 {
  font-size: 1rem;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.services .service-row .service-card h4 i {
  font-size: 1.2rem;
  margin-right: 10px;
  background-color: #34495e;
  text-align: center;
  padding-top: 10px;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.services .service-row .service-card p {
  font-size: .9rem;
  text-align: justify;
}

.services .service-row .service-card span {
  font-size: .75rem;
  color: #1bbc9b;
}

/* ===================================== Pricing CSS ================================== */
.price-tab {
  padding: 50px;
  background-color: #cccccc1c;
}

@media screen and (max-width: 940px) {
  .price-tab {
    padding: 30px 10px;
  }
}

.price-tab .session-title {
  margin-bottom: 40px;
}

.price-tab .product-box {
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.price-tab .product-box .product-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

.price-tab .product-box .product-header h4 {
  margin-bottom: 0px;
}

.price-tab .product-box .product-header p {
  font-size: .9rem;
}

.price-tab .product-box .product-popular {
  padding: 16px;
  color: #FFF;
  background-color: #18ad90;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}

.price-tab .product-box .ppo {
  background-color: #2e4054;
}

.price-tab .product-box .product-price {
  padding: 20px;
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #cccccc70;
}

.price-tab .product-box .product-price .rokij {
  width: 120px;
  height: 120px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.11) !important;
  border-radius: 50%;
  text-align: center;
  background-color: #f3f7f8;
  float: none;
  margin: auto;
  padding-top: 25px;
}

.price-tab .product-box .product-price .rokij p {
  font-size: .8rem;
}

.price-tab .product-box .product-features {
  text-align: center;
}

.price-tab .product-box .product-features ul li {
  padding: 10px;
  color: #444;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
  font-size: .9rem;
}

.price-tab .product-box .product-features ul li:nth-child(even) {
  background: #cccccc30;
}

.price-tab .product-box .product-features .smal li {
  font-weight: 300;
  color: #6d6a6a;
  font-size: .9rem;
  font-family: "Glacial Indifference", "Open Sans", sans-serif;
}

.price-tab .product-box .product-order {
  padding: 20px;
}

.price-tab .product-box .product-order a {
  background-color: #18ad90;
  width: 100%;
  text-align: center;
  color: #fff;
  border-color: #18ad90;
  font-family: "Glacial Indifference bold", "Open Sans", sans-serif;
}

.price-tab .product-box .product-order a i {
  margin-right: 10px;
}

.price-tab .product-box .product-order a:hover {
  color: #FFF;
}

.price-tab .ultimate {
  margin-top: -40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .price-tab .ultimate {
    margin-top: 30px;
  }
}

.price-tab .inner-title {
  margin-bottom: 80px;
}

.pp-top {
  padding-top: 100px;
}

/* ===================================== Footer CSS ================================== */
footer {
  padding: 50px;
  background-color: #222;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  footer {
    padding: 30px 10px;
  }
}

footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

footer .about p {
  font-size: .9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
}

footer .about .foot-address .icon {
  padding: 20px 10px;
}

footer .about .foot-address .addet {
  font-size: .9rem;
  margin: auto 0px;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: .9rem;
}

footer .fotblog .blohjb span {
  font-size: .9rem;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #FFF;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
}

.copy {
  padding: 20px;
  background-color: #2E2E2E;
  color: #FFF;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

/* ===================================== Footer CSS ================================== */
.contact-rooo .pr-0 {
  padding-right: 0px;
}

.contact-rooo .cont-row {
  margin-top: 10px;
}

.contact-rooo .cont-row .col-sm-3 {
  padding-right: 0px;
}

.contact-rooo .cont-row .col-sm-3 span {
  float: right;
}

/* ===================================== Footer CSS ================================== */
/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center;
}

.gallery-filter .btn {
  background-color: #FFF;
}

.gallery {
  padding: 30px;
  background-color: #fbfbfb;
}

.gallery-title {
  font-size: 36px;
  color: #1bbc9b;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #1bbc9b;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #1bbc9b;
  border-radius: 5px;
  text-align: center;
  color: #1bbc9b;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #1bbc9b;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #1bbc9b;
}

.btn-default:active .filter-button:active {
  background-color: #1bbc9b;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
.feature-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-nav li {
  flex: 1 1 calc(25% - 10px);
  margin: 4px 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
}

.feature-nav li a {
  display: block;
  padding: 20px;
  height: 215px;
  background: rgba(0, 0, 0, .6);
  /* 기본 배경색 */
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

.feature-nav li a::before {
  content: '';
  display: block;
  width: 80px;
  /* 아이콘의 너비 */
  height: 80px;
  /* 아이콘의 높이 */
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  /* 이미지의 가로 크기를 200%로 설정 */
  transition: background-position 0.3s ease;
}

/* 각 아이콘에 대해 기본 상태와 hover 상태의 background-position 설정 */
.feature-nav li.item01 a::before {
  background-image: url('../images/icon_slide_01.png');
  background-position: left center;
  /* 기본 상태에서 좌측 이미지 */
}

.feature-nav li.item01 a:hover::before {
  background-position: right center;
  /* hover 상태에서 우측 이미지 */
}

.feature-nav li.item02 a::before {
  background-image: url('../images/icon_slide_02.png');
  background-position: left center;
}

.feature-nav li.item02 a:hover::before {
  background-position: right center;
}

.feature-nav li.item03 a::before {
  background-image: url('../images/icon_slide_03.png');
  background-position: left center;
}

.feature-nav li.item03 a:hover::before {
  background-position: right center;
}

.feature-nav li.item04 a::before {
  background-image: url('../images/icon_slide_04.png');
  background-position: left center;
}

.feature-nav li.item04 a:hover::before {
  background-position: right center;
}

.feature-nav li.item05 a::before {
  background-image: url('../images/icon_slide_05.png');
  background-position: left center;
}

.feature-nav li.item05 a:hover::before {
  background-position: right center;
}

.feature-nav li.item06 a::before {
  background-image: url('../images/icon_slide_06.png');
  background-position: left center;
}

.feature-nav li.item06 a:hover::before {
  background-position: right center;
}

.feature-nav li.item07 a::before {
  background-image: url('../images/icon_slide_07.png');
  background-position: left center;
}

.feature-nav li.item07 a:hover::before {
  background-position: right center;
}

.feature-nav li.item08 a::before {
  background-image: url('../images/icon_slide_08.png');
  background-position: left center;
}

.feature-nav li.item08 a:hover::before {
  background-position: right center;
}

.feature-nav li.item09 a::before {
  background-image: url('../images/icon_slide_09.png');
  background-position: left center;
}

.feature-nav li.item09 a:hover::before {
  background-position: right center;
}

.feature-nav li.item10 a::before {
  background-image: url('../images/icon_slide_10.png');
  background-position: left center;
}

.feature-nav li.item10 a:hover::before {
  background-position: right center;
}

.feature-nav li.item11 a::before {
  background-image: url('../images/icon_slide_11.png');
  background-position: left center;
}

.feature-nav li.item11 a:hover::before {
  background-position: right center;
}

.feature-nav li.item12 a::before {
  background-image: url('../images/icon_slide_12.png');
  background-position: left center;
}

.feature-nav li.item12 a:hover::before {
  background-position: right center;
}

/* hover 상태에서 배경색과 텍스트 색상 변경 */
.feature-nav li a:hover {
  background-color: #ffffff;
  /* 배경색을 흰색으로 변경 */
  color: #333;
  /* 텍스트 색상 변경 */
  text-decoration: none;
}

/* 반응형 디자인 */
@media (max-width: 992px) {
  .feature-nav li {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .feature-nav li {
    flex: 1 1 100%;
  }
}



/*사용법*/
.how-to {
  background: linear-gradient(to bottom, #ffffff 50%, #e8f8f5 50%);
  padding: 50px 0;
}

.session-title {
  text-align: center;
  margin-bottom: 40px;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-step {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  flex: 1 1 calc(25% - 30px);
  min-width: 220px;
  max-width: 280px;
}

.step-number {
  background-color: #4fda91;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.step-title {
  font-weight: bold;
  font-size: 1.5rem;
  /* 특징 섹션과 동일한 글꼴 크기 */
  margin: 30px 0 15px;
  /* 제목과 설명 간 간격 조정 */
}

.step-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.step-description {
  font-size: 1rem;
  /* 특징 섹션과 동일한 글꼴 크기 */
  color: #555;
  line-height: 1.6;
}

/* 반응형 디자인 */
@media (max-width: 992px) {
  .process-step {
    flex: 1 1 calc(50% - 20px);
    min-width: 240px;
  }
}

@media (max-width: 576px) {
  .process-step {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

.step-icon i {
  font-size: 30px;
  /* 아이콘 크기 */
  color: #1bbc9b;
  /* 아이콘 색상 */
  margin-bottom: 15px;
}


/*download*/

#download-section {
  background-color: #f7f7f7;
  /* 섹션 배경색 */
  padding: 60px 0;
  /* 상하 패딩 */
  text-align: center;
}

.download-container .session-title {
  margin-bottom: 30px;
}

.download-container .session-title h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}

.download-container .session-title p {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 20px;
}

.download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-description {
  margin-bottom: 20px;
  max-width: 600px;
}

.download-description p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.download-button .btn-download {
  background-color: #1bbc9b;
  /* 버튼 배경색 */
  color: #fff;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.download-button .btn-download:hover {
  background-color: #17a085;
  /* hover 시 배경색 */
}


/* 로고 이미지 크기 조정 */
.logo-img {
  max-width: 150px;
  /* 로고의 최대 너비 설정 */
  height: auto;
  /* 비율을 유지하면서 높이를 자동으로 설정 */
}


/*구독*/
.product-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 450px;
  /* 박스 높이 통일 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 내용과 버튼 사이에 일정한 간격을 유지 */
}

.product-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-popular {
  background-color: #2ecc71;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.basic .product-popular {
  background-color: #3498db;
  /* Basic: 파란색 */
}

.advanced .product-popular {
  background-color: #e67e22;
  /* Advanced: 주황색 */
}

.premium .product-popular {
  background-color: #9b59b6;
  /* Premium: 보라색 */
}

.product-price {
  margin-bottom: 20px;
}

.product-price .price-amount {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
}

.product-price .term {
  font-size: 1rem;
  color: #888;
  margin-top: 5px;
}

.product-price .max-translation {
  font-size: 0.875rem;
  /* 글씨 크기를 줄임 */
  color: #555;
  margin-top: 10px;
  /* 금액 아래의 최대 번역자수 간격 */
}

.product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
}

.product-order .btn-success {
  background-color: #1bbc9b;
  border-color: #1bbc9b;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
}

.product-order .btn-success:hover {
  background-color: #16a085;
  border-color: #16a085;
}


.hidden {
  display: none;
}

#dropdownMenu div:hover {
  background-color: #f0f0f0;
}


/* 드롭다운 박스 스타일 */
#dropdownMenu {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  /* 초기에는 숨김 처리 */
  width: 250px;
  /* 드롭다운 메뉴의 너비 */
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}

/* 닫기 버튼 스타일 */
#dropdownMenu span {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* 이메일 주소 스타일 */
#dropdownMenu div {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

/* 사용자 아이콘 스타일 */
#dropdownMenu img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* 버튼 스타일 공통 */
#dropdownMenu button {
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 5px;
}

/* 계정 관리 버튼 스타일 */
#dropdownMenu button:nth-child(3) {
  background-color: #007bff;
}

/* 로그아웃 버튼 스타일 */
#dropdownMenu button:nth-child(4) {
  background-color: #dc3545;
}

/* 메뉴를 외부 클릭 시 숨기기 위해 사용하는 오버레이 스타일 */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999;
  /* 드롭다운 메뉴보다 아래에 있어야 함 */
}

@media (max-width: 768px) {
  .key-div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    /* 아래로 정렬되었을 때 간격 추가 */
  }
}



.copy {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
  /* 기존의 position: fixed 또는 absolute가 있다면 제거 */
  position: static;
  /* 기본 문서 흐름에 따라 배치 */
  margin-top: auto;
  /* 필요 시 위쪽 공간 확보 */
}

/* 페이지 전체를 채우는 레이아웃 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* 뷰포트 전체 높이를 기준으로 */
  margin: 0;
  /* 여백 제거 */
}

main {
  flex: 1;
  /* 본문 콘텐츠가 중간을 차지하도록 설정 */
}