@charset "utf-8";
@import url('./defaults/reset.css?ver=240126');
@import url('./defaults/utils.css?ver=240126');
@import url('./defaults/board.css?ver=240126');
@import url('./defaults/popup.css?ver=240126');
@import url('./defaults/ckeditor5.css?ver=240126');
@import url('./defaults/scroll-ani-transition.css?ver=240126');

#sian-nav {position:fixed;top: 120px;right: 0;z-index: 9999999999;}
#sian-nav a {display: block; font-size: 14px; background-color: #666; color: #fff; line-height: 30px; padding: 0 10px; border-radius: 5px 0 0 5px; margin-bottom: 2px; transition: background-color 0.3s;  min-width: 80px;}
#sian-nav a:hover {background-color: #999;}
#sian-nav a.active {background-color: #FC6262; color: #fff;font-weight: 700;}

.prevent{cursor: initial; pointer-events: none;}

/* ** 전역적으로 사용될 변수 스타일을 작성합니다. */
:root {
  --container-width: 1200px;
  --container-medium-width: 1100px;
  --container-narrow-width: 1024px;
  --container-wide-width: 1400px;

  --primary: #DD1B1A;
  --secondary: #EC4115;
  --secondary-light: #F15A21;
  --tertiary: #FB9335;
  --tertiary-light: #FAA74A;

  --ivory :#FEF6EE;

  
  --ff-primary: "Pretendard", "맑은 고딕", sans-serif;
  --ff-secondary: 'Jost', var(--ff-primary);
  --ff-third: 'SUIT', sans-serif;
  
  --cubic-pop1: cubic-bezier(.85,.14,.29,.99);
  --cubic-pop2: cubic-bezier(.71,.45,.36,1.31);
  --cubic-pop3: cubic-bezier(.85,.14,.29,.99);
  
  --scrollbar-color: var(--primary);
}

/* Base assets */
body {font-family: var(--ff-primary); letter-spacing: 0em;}
.pc{display: block;}
.t{display: none;}
.mo{display: none;}
@media screen and (max-width: 1399px) {
  .pc{display: none;}
  .t{display: block;}
  .mo{display: none;}
}
@media screen and (max-width: 767px) {
  .pc{display: none;}
  .t{display: none;}
  .mo{display: block;}
}
.pl443{padding-left: 443px !important;}
.pl694{padding-left: 694px !important;}

/* Header */
.header {position: fixed; top: 0; left: 0; width: 100%;  height: 85px;z-index: 9999; transition: all .4s; backdrop-filter: blur(10px); color: #fff; display: block; background: rgba(255, 255, 255,0.8 ); backdrop-filter: blur(10px);}
.header-container {display: grid; grid-template-columns: 210px 1fr 210px; align-items: center; height: 100%; width: 100% !important; padding-inline: 60px;}
.header .logo {display: flex; position: relative; font-size: 42px;}
.header .logo img {display: block; transition: opacity .4s; width: 185px;}
.header .logo img.light {opacity: 1;}
.header .logo img.dark {position: absolute; top: 0; left: 0; opacity: 0;}

.header-gnb {display: flex; justify-content: center; margin: 0 auto; width: 100%; height: 100%;}
.header-gnb-item {display: flex; align-items: stretch; transition: all .4s; padding-inline: 30px; color:#333; width: 100%; max-width: 192px; justify-content: center;}
.header-gnb-item > a {display: flex; justify-content: center; align-items: center; text-align: center; padding-top: 10px; font-weight: 500; text-transform: uppercase; font-size: 18px; position: relative; transition: all .4s;}
.header-gnb-item::before {content: ''; position: absolute; display: none; width: 1px; height: 22px; background: #DCDCDC; top: 44px; left: 0; transition: all .4s;
}
.header-etc-nav {display: flex; justify-content: flex-end; align-items: center; gap: 25px; padding-top: 10px; transition: all 0s;}

.header-lang-nav {}
.header-lang-nav .lang-ls {display: flex; font-weight: 500; text-transform: uppercase;}
.header-lang-nav .lang-ls a {position: relative; padding-inline: 0.6em; color: #989898; line-height: 1;}
.header-lang-nav .lang-ls a:not(:last-child)::after {position: absolute; top: 50%; right: 0; width: 2px; height: 0.8em; background: #989898; content: ''; transform: translate(50%, -50%);}
.header-lang-nav .lang-ls a.active {color: white;}

.header-dropdown {--rounded: 20px; --theme-1: #333; color: var(--theme-1); position: relative; font-size: 15px;}
.header-dropdown .trigger {padding: 0 1em 0 1em; border: 1px solid var(--theme-1); border-radius: var(--rounded); transition: color .4s, border .4s, background .4s; display: flex; align-items: center; justify-content: space-between; gap: 2em; height: 40px; text-transform: uppercase; font-weight: 600;}
.header-dropdown .trigger .arrow {border-color: var(--theme-1); margin-top: -3px; width: 10px; height: 10px; transition: color .4s, border .4s, background .4s;}
.header-dropdown ul {position: absolute; top: 100%; left: 0; width: 100%; border: 1px solid var(--theme-1); border-bottom-left-radius: var(--rounded); border-bottom-right-radius: var(--rounded); padding-block: 0.5em; border-top: none; display: none; transition: color .4s, border .4s, background .4s; z-index: 51;}
.header-dropdown ul > li {}
.header-dropdown ul > li > a {display: flex; align-items: center; padding-inline: 1em; padding-block: 0.3em; line-height: 1; font-weight: 500; transition: color .4s, border .4s, background .4s; gap: 0.5em;}
.header-dropdown ul > li > a img {width: 1.4em; height: 1.4em; border-radius: 50%; object-fit: cover;}
.header-dropdown:hover .trigger {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.header-dropdown:hover ul {display: block; background: rgba(255,255,255,.8); backdrop-filter: blur(10px);}
.header-dropdown ul > li > a:hover {color: var(--sub-color1);}

.submenu {position: absolute; top: 100%;  left: 50%;  transform: translate(-50%, -20px);  padding: 20px 25px; overflow: hidden; color: #fff; opacity: 0;  transition: transform .3s ease, opacity .3s ease;  text-align: center; pointer-events: none; width: 100vw; align-items: stretch; display: flex; justify-content: center; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #e1e1e1; background: #fff;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu{padding: 0 25px;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu .submenu-item{border-right: none; width: 192px;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu>ul{border-right: 1px solid #ECECEC; padding-block: 25px;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu .submenu-item.tag{min-width: initial;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu .submenu-item a:hover{color: #DD1B1A;}
.header-gnb:has(.header-gnb-item:not(.prod-gnb)) ~ .submenu ul:has(a:hover){background: #F5F5F5;}

/* prod-gnb를 제외한 header-gnb-item hover 시 통합 서브메뉴 표시 */
.header-gnb:has(.header-gnb-item:not(.prod-gnb):hover) ~ .submenu {opacity: 1; pointer-events: initial; transform: translate(-50%, 0px);}
.submenu:hover{opacity: 1; pointer-events: initial; transform: translate(-50%, 0px);}
.submenu .submenu-item {padding: 10px 40px; display: flex; flex-direction: column; align-items: center; gap: 6px;  white-space: nowrap; font-family: var(--ff-secondary); transition: .2s ease; border-right: 1px solid #ECECEC; min-width: 167px; color: #000000; font-size: 17px; font-weight: 600; display: none;}
.submenu .submenu-item>a{font-family: 'SUIT', sans-serif;}
.submenu .submenu-item:last-child {border-right: none;}
.submenu .submenu-item .submenu_depth2 {width: 100%;}
.submenu .submenu-item .submenu_depth2__item {}
.submenu .submenu-item .submenu_depth2__item a {color:#878787; display: flex; align-items: center; justify-content: center; width: 100%; gap: 20px; padding: 3px; text-transform: uppercase; font-weight: 600;}
.submenu .submenu-item .submenu_depth2__item .depth2-btn {display: flex; align-items: center; gap: .5em;}
.submenu .submenu-item .submenu_depth2__item .depth2-btn .icon {display: flex; align-items: center; justify-content: center; transition: .3s ease-in;}

.submenu .submenu-item .submenu_depth3 {opacity: 0; height: 0;  pointer-events: none; transition: height .4s ease, opacity .4s ease;}
.submenu .submenu-item .submenu_depth3 .submenu_depth3__item {padding:0; pointer-events: none ;}
.submenu .submenu-item .submenu_depth3 .submenu_depth3__item a {font-weight: 400; color: #C1C1C1; font-size: 16px;}

.submenu .submenu-item .submenu_depth2__item.active {gap: 10px;}
.submenu .submenu-item .submenu_depth2__item.active .submenu_depth3 {pointer-events: initial; opacity: 1; height: auto;}
.submenu .submenu-item .submenu_depth2__item.active .submenu_depth3 .submenu_depth3__item {pointer-events: initial; }
.submenu .submenu-item .submenu_depth2__item.active .depth2-btn .gnb-icon {transform: rotate(180deg);}



.submenu .submenu-item.tag {padding: 10px; min-width: 240px;}
.submenu .submenu-item.tag .submenu_depth2__item > a {justify-content: center; font-weight: 500;}


/* Header 상태관리 */
.header--scrolled {background: white;}
.header--scrolled .header-gnb-item > a {color: black;}
.header--scrolled .header-dropdown {color: black;}
.header--scrolled .header-dropdown .trigger {border: 1px solid black;}
.header--scrolled .header-dropdown .trigger .arrow {border-color: black;}
.header--hide {transform: translate(0, -100%);}

.header:not(.header--scrolled) {}
.header:not(.header--scrolled) .logo img.dark {opacity: 0;}
.header:not(.header--scrolled) .logo img.light {opacity: 1;}

.sitemap {display: none;}





@media (hover: hover) {
  .header--hover .submenu .submenu-item{display: flex;}
  /* .header.header--hover {background: white; color: #000; transition: all .4s;}
  .header.header--hover .logo img.dark {opacity: 1;}
  .header.header--hover .logo img.light {opacity: 0;}
  .header.header--hover .header-gnb-item {padding-inline: 70px;}
  .header.header--hover .header-gnb-item > a {font-weight: 700; width: 90px;}
  .header.header--hover .header-gnb-item::before {display: block;}
  .header.header--hover .header-gnb-item:first-child::before {display: none;}
  .header-lang-nav > a:not(.active):hover {opacity: .7;}
  .header.header--hover .header-dropdown {color: #000; }
  .header.header--hover .header-dropdown .trigger {color: #000; border-color: #000;}
  .header.header--hover .header-dropdown .trigger .arrow {border-color: #000;}
  .header.header--hover .header-dropdown ul {color: #000; border-color: #000;}

  .header.header--hover #h-submenu {height: 230px; opacity: 1; display: grid;}
  .header.header--hover #h-submenu ul li {width: 230px;}
  .header.header--hover #h-submenu .h-submenu-item a:hover {font-weight: 700; color: var(--primary);}

  .btn.primary:hover {background: var(--primary);} */

  .header-gnb-item:hover{color: #DD1B1A; transition: none;} 
  .header-gnb-item:hover .submenu {opacity: 1; pointer-events: initial; transform: translate(-50%, 0px);}
  .header-gnb-item:not(.prod-gnb):hover 
  .submenu .submenu-item:hover {color:var(--secondary);}
  .submenu_depth2__item a:hover {color:var(--secondary);}
  .submenu .submenu-item .submenu_depth2__item a:hover {color:var(--secondary);}

  .header:has(.gnb:hover, .header-dim:hover):not(.header--hide) .submenu_depth3 {pointer-events: initial;}
}
@media screen and (max-width: 1500px) {
  .header-gnb-item > a{font-size: 15px;}
}

@media screen and (max-width: 1399px) {
  .header {height: 60px; background: #fff; border-bottom: 1px solid #dfdfdf; color: #333!important;}
  .header-container {width: min(1920px, calc(100% - 30px)) !important; display: flex; justify-content: space-between; padding-inline: 0; gap: 0;}
  .header-gnb {display: none;}
  .header .logo {font-size: 32px;}
  .header .logo img {height: 100%; width: auto;}
  .header .logo .dark {opacity: 1!important;}

  .header-etc-nav {gap: 25px; padding: 0;}
  .header-etc-nav .btn--sitemap-toggle {display: flex;}
  .header-lang-nav {display: none;}
  .header .header-dropdown {display: none;}

  .header-etc-nav .btn--sitemap-toggle {display: flex; flex-direction: column; justify-content: center; gap: 3px; border: none; outline: none; box-shadow: none; appearance: none; width: 45px; height: 30px; border-radius: 10px; padding: 10px 12px; cursor: pointer; position: relative; overflow: hidden; background: var(--primary);}
  .header-etc-nav .btn--sitemap-toggle .bar {width: 100%; height: 2px; background: #fff; transition: .4s; border-radius: 2px;}
  .header-etc-nav .btn--sitemap-toggle .bar {background: #fff;}

  .sitemap {display: block; position: fixed; top: 0; left: 0; z-index: 9998; width: 100%; height: calc(var(--vh, 1vh) * 100); pointer-events: none;}
  .sitemap-dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0,0,0,.6); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); opacity: 0; transition: opacity .5s;}
  .sitemap-container {position: absolute; z-index: 10; top: 0; right: 0; width: 100%; max-width: 520px; height: 100%; background: #fff; overflow: hidden auto; --padding-inline: 30px; transform: translate(100%); opacity: 0; transition: opacity .5s, transform .5s; padding-top: 80px;}
  .sitemap-container .body {padding-block: 20px;}
  .sitemap-container .body .block {padding-inline: var(--padding-inline); padding-block: 15px;}

  body.sitemap--open .sitemap {pointer-events: initial;}
  body.sitemap--open .sitemap-dim {opacity: 1;}
  body.sitemap--open .sitemap-container {opacity: 1; transform: translate(0);}

  .sitemap-gnb {}
  .sitemap-gnb-item {padding-block: .7em;}
  .sitemap-gnb-item:not(:last-child) {border-bottom: 1px solid #ededed;}
  .sitemap-gnb-item .trigger {display: flex; align-items: center; justify-content: space-between; font-size: 22px; font-family: var(--sub-font1);}
  .sitemap-gnb-item .trigger .ico--plus {width: 1em; height: auto; aspect-ratio: 1 / 1; display: none;}
  .sitemap-gnb-item .trigger .ico--plus::before,
  .sitemap-gnb-item .trigger .ico--plus::after {background: #afafaf; border-radius: 2px;}
  .sitemap-gnb-item .trigger .ico--plus::before {width: 2px;}
  .sitemap-gnb-item .trigger .ico--plus::after {height: 2px;}
  .sitemap-gnb-item.active .trigger {font-weight: 700;}
  .sitemap-gnb-item.active .trigger .ico--plus::before {display: none;}
  .sitemap-gnb-item.active .trigger .ico--plus::before,
  .sitemap-gnb-item.active .trigger .ico--plus::after {background: var(--secondary);}

  .sitemap-submenu {display: none; margin-block: 10px; padding: 0 0 20px 5px;}
  .sitemap-gnb-item.active .sitemap-submenu {display: block;}
  .sitemap-submenu-ls {font-size: 20px;}
  .sitemap-submenu-ls > .item {}
  .sitemap-submenu-ls > .item > a {display: block; padding-block: 5px; font-weight: 300;}
  .sitemap-submenu-ls > .item.active > a {font-weight: 500;}

  .sitemap-submenu-ls > .item:has(.depth2-ls) > a {display: flex; align-items: center; gap: .8em;}
  .sitemap-submenu-ls > .item:has(.depth2-ls) > a::after {width: .3em; aspect-ratio: 1 / 1; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; transform: rotate(45deg); content: ''; display: block; transition: transform .4s;}
  .sitemap-submenu-ls > .item:has(.depth2-ls).active > a::after {transform: translate(0, -25%) rotate(135deg);}
  .sitemap-submenu-ls > .item .depth2-ls {display: none; font-size: 0.9em; padding: 5px 0 40px 10px;}
  .sitemap-submenu-ls > .item.active .depth2-ls {display: block;}
  .sitemap-submenu-ls > .item:last-child .depth2-ls {padding-bottom: 0;}
  .sitemap-submenu-ls > .item .depth2-ls > li > a {display: block; padding-block: 8px; line-height: 1;}
  .sitemap-submenu-ls > .item .depth2-ls > li.active {color: #1b1b1b; font-weight: 500;}
.depth3-ls {
  display: none;
}

.depth2-ls > .item.active .depth3-ls {
  display: block;
  font-size: 16px;
  color: #c1c1c1;
}
.sitemap-submenu-ls > .item .depth2-ls > li.active li{margin: 10px 0;}
  .sitemap-lang {display: flex; font-size: 18px;}
  .sitemap-lang a {display: flex; align-items: center; color: #909090; text-transform: uppercase;}
  .sitemap-lang a.active {color: var(--primary); font-weight: 600;}
  .sitemap-lang a:not(:last-child)::after {width: 1px; height: .7em; content: ''; background: #dfdfdf; margin: 0 .6em;}
}
@media screen and (max-width: 767px) {
  .header {height: 50px;}
  .header-etc-nav {gap: 10px;}
  .header .logo{max-width: 120px;}
  .header .logo img.light{content: url(../images/common/logo-mo.svg);}

  .sitemap-container {--padding-inline: 20px;}
}



/* Footer */
@media screen and (max-width: 767px) {}


/* Modal */
.modal {--width: 890px; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 999999; align-items: center; justify-content: center; padding: 50px 15px; display: none; opacity: 0;  background: rgb(0,0,0,.7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}
.modal-small {--width: 652px;}
.modal .dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.modal .container {--padding: 70px 60px; width: var(--width)!important; max-width: 100%; position: relative; z-index: 1; background: #fff; overflow: hidden auto; max-height: 100%; border-radius: 10px;}
.modal .container .head {position: sticky; top: 0; left: 0; width: 100%; padding: var(--padding); padding-bottom: 30px; background: #fff; z-index: 10;}
.modal .container .btn--close {position: absolute; top: 20px; right: 20px;}
.modal .container .btn--close .ico--times::before {background: #000;}
.modal .container .btn--close .ico--times::after {background: #000;}
.modal .container .content {padding: var(--padding); padding-top: 0;}

.modal.overflow {overflow: hidden auto; align-items: flex-start;}
.modal.overflow .dim {background: none; backdrop-filter: none;}
.modal.overflow .container {overflow: visible; max-height: none;}
.modal.overflow .container .head {top: -50px; border-radius: 10px 10px 0 0; padding-block: 50px 20px; padding-right: 60px; border-bottom: 1px solid var(--gray-lighter);}
.modal.overflow .container .content {padding-top: 20px;}

.modal-brand-notice {--width: 500px;}
.modal-brand-notice.active {opacity: 1; display: flex;}
.modal-brand-notice .container .head {padding-block: 50px 20px;}
.modal-brand-notice .container .content .title {margin-bottom: 0.6em;}

.modal.type--video {--width: 1000px;}
.modal.type--video .container {--padding: 0; border-radius: 0; display: flex; overflow: visible; flex-direction: column; background: transparent; gap: 20px;}
.modal.type--video .container .content {border-radius: 10px; overflow: hidden; order: 1;}
.modal.type--video .container .btn--close {position: static; margin-inline: auto; order: 2;}
.modal.type--video .container .btn--close .ico--times::before,
.modal.type--video .container .btn--close .ico--times::after {background: #fff;}

@media screen and (max-width: 1399px) {
  .modal .container {--padding: 70px 30px;}
  .modal.overflow .container .head {padding-block: 20px;}
}
@media screen and (max-width: 767px) {
  .modal .container {--padding: 70px 15px;}
  .modal.type--video {padding-inline: 0;}
  .modal.type--video .container {--padding: 0; max-height: none;}
}


/* Policy */
.policy-doc {padding: 30px; border-radius: 10px; background: #FCFCFC; border: 1px solid #E8E8E8; font-size: 16px;}
.policy-doc dl {word-break: break-all;}
.en .policy-doc dl {word-break: normal;}
.policy-doc dt {display: block; font-weight: 700; color: var(--dark-navy); margin-bottom: 0.3em;}
.policy-doc dd {margin-bottom: 1.5em;}
.policy-doc dd :where(h1, h2, h3, h4, h5, h6) {color: var(--dark-navy); margin-bottom: 0.3em;}
.policy-doc dd .indent {padding-left: 1em;}
.policy-doc dd p {margin-bottom: 0.5em;}
.policy-doc dd table {width: 100%; font-size: 13px;}
.policy-doc dd table :where(th, td) {border: 1px solid var(--gray-lighter); padding: .3em .5em; line-height: 1.5;}
.policy-doc dd table thead th {background: var(--gray-light);}
.policy-doc .bullet > li::before {background: var(--primary);}
.policy-doc ol {margin-block: 1em;}
.policy-doc ol > li:not(:last-child) {margin-bottom: 0.7em;}

@media screen and (max-width: 1399px) {
  .policy-doc {padding: 30px 20px; font-size: 15px;}
}
@media screen and (max-width: 767px) {
  .policy-doc {padding: 25px 15px; font-size: 14px;}
  .policy-doc dd .indent {padding-left: 0em;}
}


/* Footer */
.footer {width: 100%; padding-block: 0 100px; background: #313131; color: #473D3D; z-index: 999; position: relative;}
.footer .container {display: flex; justify-content: space-between; padding: 0; gap: 60px; align-items: center;}
.footer .top{background: #2A2A2A; color: #979393; padding-block: 15px 14px;}
.footer .top a{margin-right: 30px; cursor: pointer;}
.footer .top .btn{margin: 0 0 0 16px;}
.footer .top .btn:nth-child(1):hover{content: url(../images/common/floating-btn-hover-1.png); max-width: 42px; height: 42px;}
.footer .top .btn:nth-child(2):hover{content: url(../images/common/floating-btn-hover-2.png); max-width: 42px; height: 42px;}
.footer-content{padding-top: 80px; width: 100%;}
.footer-content>.flex{justify-content: space-between;}
.footer-content .left>.flex{gap: 43.8px; padding-block: 0 41.2px;}
.footer-content .left>.flex div {display: flex; flex-direction: column;}
.footer-content .left div p{font-size: 18px; font-weight: 700; color: #fff;}
.footer-content .left div span{font-weight: 500; color: #979393; margin-top: 12px; line-height: 1;}
.footer-content .left div b{color: #979393; margin: 0 15px 0 0;}
.footer-content .left .tel{margin-top: 47px;}
.footer-content .left .tel .flex{margin-bottom: 16px; flex-direction: row; align-items: center; line-height: 1;}
.footer-content .left .tel .flex:nth-child(2){margin-bottom: 0;}
.footer-content .left .tel .flex:nth-child(3){display: none !important;}
.footer-content .left .tel .flex:last-child{margin: 0;}
.footer-content .left .tel p, .footer-content .left .mail p{font-size: 20px; font-weight: 500;}
.footer-content .left .mail{margin-top: 10px; border-top: 1px solid rgba(194,194,194,.13); padding: 24px 44px 0 0;}
.footer-content .left .mail b{margin-right: 166px;}
.footer-content .right ul{display: flex; gap: 45px; padding: 0 0 19px 9.5px;}
.footer-content .right ul li{display: flex; flex-direction: column; gap: 9px;}
.footer-content .right ul li p{font-weight: 500; color: #fff; padding-bottom: 13px;}
.footer-content .right ul li a{font-size: 14px; color: #949494;}
.footer-content .right .copyright{margin-top: 11px; border-top: 1px solid rgba(194,194,194,.13); padding: 24px 10.5px 0 9.5px; font-size: 14px; color: #AAAAAA; text-align: right;}

.floating-btn {display: flex; flex-direction: column; gap:10px; position: fixed; bottom:90px; right:75px; z-index: 999; justify-content: center; align-items: center;} 
.floating-btn div a{border-radius: 50%; color: #fff; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700;}
.floating-btn div:nth-child(1) a{background-color: #DD1B1A;}
.floating-btn div:nth-child(2) a{background-color: #5B5858;}
.floating-btn .btn { width: 50px; height: 50px; border-radius: 50%; box-shadow:7px 7px 20px 0 rgba(0, 0, 0,0.16); } 

@media screen and (max-width: 1399px) {
  .floating-btn{right: 20px; bottom: 40px;}
  .footer-content>.flex{display: initial !important;}
  .footer-content .left>.flex img{max-height: 165px;}
  .footer-content .left .mail{display: none;}
  .footer-content .left{border-bottom: 1px solid rgba(194,194,194,.13); margin-bottom: 10px;}
  .footer-content .right ul{padding: 20px 0 20px 10px; word-break: keep-all; display: grid; grid-template-columns: repeat(3,1fr);}
  .footer-content .left .tel .flex:nth-child(2){margin-bottom: 16px;}
  .footer-content .left .tel .flex:nth-child(3){display: flex !important;}
}

@media screen and (max-width: 767px) {
  .footer .container{gap: 20px;}
  .footer .top .btn:first-child{margin: 0;}
  .footer-content .left>.flex{flex-direction: column; gap: 20px; padding-block: 0 30px;}
  .footer .top a:last-child{margin-right: 0;}
  .footer-content{padding-top: 50px;}
  .footer-content .left>.flex img{width: 120px; margin: auto; display: none;}
  .footer-content .left div p{font-size: 16px;}
  .footer-content .left div span{font-size: 14px; margin-top: 5px;}
  .footer-content .left .tel{margin-top: 20px;}
  .footer-content .left .tel .flex{margin-bottom: 10px;}
  .footer-content .left .tel .flex:nth-child(2){margin-bottom: 10px;}
  .footer-content .left .tel p, .footer-content .left .mail p{font-size: 14px;}
  .footer-content .right ul{grid-template-columns: repeat(2, 1fr); padding: 30px 0; gap: 20px;}
  .footer-content .right ul li{gap: 5px; text-align: center;}
  .footer-content .right ul li p{padding-bottom: 8px; font-size: 14px;}
  .footer-content .right ul li a{font-size: 12px;}
  .footer-content .right .copyright{font-size: 10px; padding: 30px 0 0; text-align: center;}

  .floating-btn div a{width: 70px; height: 70px; font-size: 12px;}
}


