/* 
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 */


@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/EOT/LINESeedJP_TTF_Th.eot');
  /* IE9 Compat Modes */
  src: url('fonts/EOT/LINESeedJP_TTF_Th.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
    /* 최신 브라우저 */
    url('fonts/WOFF/LINESeedJP_OTF_Th.woff') format('woff');
  /* 모던 브라우저 */
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/EOT/LINESeedJP_TTF_Rg.eot');
  src: url('fonts/EOT/LINESeedJP_TTF_Rg.eot?#iefix') format('embedded-opentype'),
    url('fonts/WOFF2/LINESeedJP_OTF_Rg.woff2') format('woff2'),
    url('fonts/WOFF/LINESeedJP_OTF_Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/EOT/LINESeedJP_TTF_Bd.eot');
  src: url('fonts/EOT/LINESeedJP_TTF_Bd.eot?#iefix') format('embedded-opentype'),
    url('fonts/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
    url('fonts/WOFF/LINESeedJP_OTF_Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/EOT/LINESeedJP_TTF_Eb.eot');
  src: url('fonts/EOT/LINESeedJP_TTF_Eb.eot?#iefix') format('embedded-opentype'),
    url('fonts/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
    url('fonts/WOFF/LINESeedJP_OTF_Eb.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}


@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: "LINESeedJP" !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: "LINESeedJP" !important;
  font-size: 1em;
}

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

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

html,
body {
  overflow-x: hidden;
}

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

.elementor-nav-menu--dropdown {
  padding: 0.5rem !important;
}

.elementor-nav-menu--dropdown li a {
  border-radius: 1rem !important;
}

.blog-post p {
  margin-block-end: 2rem;
}

.blog-post h4 {
  margin-block-start: 3rem;
}

.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;
  box-shadow: 0;
}

.elementor-button:hover {
  box-shadow: 0 0 2rem rgb(255, 127, 0, 0.25) !important;
}

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