/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@media (max-width: 480px) {

  h1 {
    font-size: 1.5em !important;
  }

  h2 {
    font-size: 1.4em !important;
  }

  h3 {
    font-size: 1.3em !important;
  }

  h4 {
    font-size: 1.2em !important;
  }

  h5 {
    font-size: 1.1em !important;
  }

  h6 {
    font-size: 1em !important;
  }

  p {
    font-size: 0.75em !important;
  }
}

html {
  font-size: 13px;
}

input[type="checkbox"] {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "LINESeedKR" !important;
  line-height: 1.25em !important;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

em {
  font-style: normal;
  color: #FF7F00;
}

p,
a {
  font-family: "LINESeedKR" !important;
  font-size: 1em;
}

span {
  font-family: "LINESeedKR" !important;
}

s .elementor-button-text {
  font-size: 1em;
}

html,
body {
  overflow-x: hidden;
}

h1.entry-title {
  display: none !important;
}

.aspect-ratio-1 {
  aspect-ratio: 1/1 !important;
}

.logo-block {
  aspect-ratio: 1/1 !important;
}

.feature-ball {
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  min-width: 250px;
  min-height: 250px;
}


.axis-y {
  height: 100%;
  width: 100px;
}

.axis-x {
  width: 100%;
  height: 100px;
}

#blog-post ol[class],
#blog-post ul[class] {
    list-style: disc !important;
    padding: 1rem 2rem;
    background: rgb(0 0 0 / 3%);
    border-radius: 1rem;
    line-height: 2;
    margin: 1rem 0;
}

#blog-post h2 {
    margin: 2em 0 0.5em 0 !important;
	font-size: 1.5em !important;
}

#blog-post h3 {
    margin: 1em 0 0.5em 0 !important;
	font-size: 1.25em !important;
}

#blog-post p {
    line-height: 1.5 !important;
}

#blog-post table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0 0 0;
}

#blog-post table th,
#blog-post table td {
    border: none;
    padding: 0.5rem 1rem;
}

#blog-post thead {
    border-bottom: 1px solid #f0f0f0;
}

#blog-post hr {
    margin: 1em 0;
}


.post-cta {
  background: #FF7F00;
  width: fit-content;
  padding: 1rem 2rem;
  color: #ffffff;
  border-radius: 1rem;
}

.post-cta a {
  color: #ffffff;
  font-weight: 900;
}

/* 계산기 스타일 */

.calculator {
  max-width: 28rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  border-radius: 3rem;
  box-shadow: 0 2rem 1rem rgba(0, 0, 0, 0.05);
}

.calculator .form-group {
  margin-bottom: 1.5rem;
}

.calculator .form-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 900;
  color: #474D66;
}

.calculator .form-select,
.calculator .form-input {
  border: 1px solid #E6E8F0 !important;
  border-radius: 1rem !important;
  width: 100%;
  min-height: 3rem;
  padding: 1em;
  margin-bottom: 1rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  height: 4rem !important;
  color: #474D66 !important;
}

.calculator .form-select:focus,
.calculator .form-input:focus {
  outline: none;
  box-shadow: 0 0 1rem 0 rgba(59, 130, 246, 0.5);
}

.calculator .result-box {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #F4F6FA;
  border-radius: 2rem;
  text-align: center;
}

.calculator .result-label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #474D66 !important;
}

.calculator .result-amount {
  font-weight: 900;
  color: #474D66 !important;
}

[data-elementor-id="6218"] {
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

[data-elementor-id="6218"]:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
}

.landing-image {
  animation: pulse-shadow 2s infinite;
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0px 0px 1rem 0px rgba(55, 160, 236, 0.25);
  }

  50% {
    box-shadow: 0px 0px 2rem 0px rgba(55, 160, 236, 0.7);
  }

  100% {
    box-shadow: 0px 0px 1rem 0px rgba(55, 160, 236, 0.25);
  }
}

.elementor-button {
  transition: all 0.5s ease-in-out;
}

.elementor-button:hover {
  border-width: 5px 5px 10px 5px !important;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
  display: none !important;
}