@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url("../fonts/Pretendard-Black.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../fonts/Pretendard-ExtraBold.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("../fonts/Pretendard-ExtraLight.otf") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("../fonts/Pretendard-Thin.otf") format("woff");
}
@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2") format("woff2"), url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff") format("woff");
}
@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2") format("woff2"), url("https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff") format("woff");
}
/*
Basic of template
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl,
menu,
li {
  list-style: none;
}

object {
  outline: none;
}

label[for],
input[type=radio] {
  vertical-align: middle;
}

input[type=radio] {
  margin-right: 3px;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: inherit;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none 0 transparent;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

legend {
  display: none;
}

img {
  vertical-align: top;
  border: 0 none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr th img,
table tr td img {
  vertical-align: middle;
}

textarea {
  color: #333;
  border: 1px solid #bebdbd;
  border-color: #bebdbd #d4d3d3 #d4d3d3 #bebdbd;
  background-color: #fff;
  padding: 2px 3px 0 2px;
}

select {
  padding: 0 1px 0 0;
  font-size: inherit;
}

option {
  padding-right: 0.7em;
}

iframe {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
var,
i,
dfn {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

.fullScreen {
  height: 100%;
}

body {
  color: #222;
  font-family: "Pretendard", "Open Sans", "RixSGo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.231;
  overflow-x: hidden;
}

a,
button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.small,
small {
  font-size: 80%;
  font-weight: 300;
}

.badge {
  font-weight: 400;
  font-size: 13px;
}

.badge-primary {
  background: #75a6f0 !important;
}

.bg-primary {
  background: #75a6f0 !important;
  border-color: #75a6f0;
}

.bg-primary-dark {
  background: #344880 !important;
  border-color: #344880;
}

.bg-success {
  background: #46da60 !important;
  border-color: #46da60;
}

.bg-warning {
  background: #fa9140;
  border-color: #fa9140;
}

.bg-info {
  background-color: #19b0f5;
  border-color: #19b0f5;
}

.bg-danger {
  background-color: #fa5240;
  border-color: #fa5240;
}

.bg-dark {
  border-color: #46495c !important;
  background-color: #46495c !important;
}

.bg-white {
  background: #fff;
}

.text-primary {
  color: #75a6f0 !important;
}

.text-danger {
  color: #fa5240 !important;
}

.text-success {
  color: #46da60 !important;
}

.text-warning {
  color: #fa9140 !important;
}

.text-info {
  color: #19b0f5 !important;
}

.text-white {
  color: white !important;
}

.text-dark {
  color: #46495c !important;
}

.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-dark-gray {
  color: rgba(70, 73, 92, 0.5) !important;
}

.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.pos-relative {
  position: relative;
}

.lead {
  font-weight: 500;
  font-size: 0.8rem;
}

strong,
b {
  font-weight: 700;
}

.color-point {
  color: red;
}

.color-point-blue {
  color: blue;
}

.color-point-orange {
  color: orange;
}

.bg-default {
  background-color: #fbfbfb !important;
}

.bg-gray {
  background-color: rgba(70, 73, 92, 0.02) !important;
}

.pd-card {
  padding: 40px 20px;
}

.border.border-primary {
  border-color: #75a6f0 !important;
}

.border.border-success {
  border-color: #46da60 !important;
}

.border.border-danger {
  border-color: #fa5240 !important;
}

.border.border-warning {
  border-color: #fa9140 !important;
}

.border.border-faded {
  border-color: #f7f7f7 !important;
}

.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-radius: 5px;
  bottom: 10px;
  right: 10px;
  background: #75a6f0;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
}

.back-to-top i {
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.back-to-top:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}

/**preloader**/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.center-img {
  display: block;
  margin: 0 auto;
}

.section-subtitle {
  opacity: 0.8;
  font-size: 17px;
  color: #46495c;
  text-transform: uppercase;
  font-weight: 400;
  word-break: keep-all;
}

.section-title {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  font-size: 2.2rem;
  letter-spacing: -1px;
  font-weight: 400;
  font-family: "Godo", sans-serif;
  word-break: keep-all;
}

.section-title:after {
  content: "";
  position: absolute;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #eee;
  bottom: 0;
  left: 50%;
}

.gradien-primary {
  background: #48659d;
  background: -webkit-linear-gradient(left, #1b2b3a, #48659d);
  background: -moz-linear-gradient(left, #1b2b3a, #48659d);
  background: -webkit-linear-gradient(left, #1b2b3a, #48659d);
}

.gradient-faded {
  background: #fbfbfb;
  background: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
  background: -moz-linear-gradient(bottom, #fbfbfb, #fff);
  background: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
}

/**angle backgrounds**/
.transparent-angle {
  position: absolute;
  top: 0;
  background-image: url("../images/angle-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.transparent-angle.angle-top-right {
  right: 0;
  top: 0;
}

.content-table {
  display: table;
  width: 100%;
  height: 100%;
}

.content-table .content-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.content-table .content-bottom {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

/*
Preloader style
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #46495c;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
Buttons
*/
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 0.8rem;
}

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  font-family: "Open Sans", "RixSGo", "Nanum Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 13px 28px 13px;
  text-transform: capitalize !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn i {
  display: inline-block;
  margin-right: 8px;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: 0 !important;
}

.btn:hover:before,
.btn:focus:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: -1;
}

.btn.btn-link {
  border: 0px;
  padding: 0px !important;
}

.btn.btn-sm {
  padding: 10px 18px 10px;
  font-size: 0.65rem;
}

.btn.btn-lg {
  padding: 18px 38px 18px;
  font-size: 0.95rem;
}

.btn.btn-link {
  color: #75a6f0;
  text-transform: uppercase;
  width: 130px;
  text-align: center;
  padding: 0px;
}

.btn.btn-link:after {
  font-family: "Linearicons";
  content: "\e93c";
  margin-left: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link:hover:after {
  margin-left: 10px;
}

.btn.btn-link.btn-lg {
  font-size: 0.95rem;
  width: 210px;
}

.btn-white {
  background-color: #fff;
  color: #46495c;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #46495c;
}

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active {
  color: #333;
  border-color: #fff;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline:active:before {
  width: 100%;
  background-color: #fff;
}

.btn-outline-primary {
  border: 2px solid #75a6f0;
  background-color: transparent;
  color: #75a6f0 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff !important;
  border-color: #75a6f0;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
  width: 100%;
  background-color: #75a6f0;
}

.btn-outline-info {
  border: 2px solid #19b0f5;
  background-color: transparent;
  color: #19b0f5;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff;
  border-color: #19b0f5;
  background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
  width: 100%;
  background-color: #19b0f5;
}

.btn-outline-success {
  border: 2px solid #46da60;
  background-color: transparent;
  color: #46da60;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #fff;
  border-color: #46da60;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-success:hover:before,
.btn-outline-success:focus:before,
.btn-outline-success:active:before {
  width: 100%;
  background-color: #46da60;
}

.btn-outline-danger {
  border: 2px solid #fa5240;
  background-color: transparent;
  color: #fa5240;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #fff;
  border-color: #fa5240;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-danger:hover:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:active:before {
  width: 100%;
  background-color: #fa5240;
}

.btn-outline-warning {
  border: 2px solid #fa9140;
  background-color: transparent;
  color: #fa9140;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #fff;
  border-color: #fa9140;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-warning:hover:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:active:before {
  width: 100%;
  background-color: #fa9140;
}

.btn-outline-secondary {
  border: 2px solid #fbfbfb;
  background-color: transparent;
  color: #46495c;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color: #fff;
  border-color: #46495c;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
  width: 100%;
  background-color: #46495c;
  color: #fff;
}

/**fill buttons**/
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-secondary,
.btn-dark,
.btn-white {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
  border: 0px;
}

.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-dark:hover,
.btn-white:hover {
  border: 0px;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-secondary {
  background: #f9f9f9;
  box-shadow: none;
  color: #333;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border: 0px;
  background-color: #75a6f0;
  color: #fff !important;
}

.btn-primary {
  background: #75a6f0;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #75a6f0;
  color: #fff;
}

.btn-success {
  background: #46da60;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #46da60;
  color: #fff;
}

.btn-dark {
  background: #46495c;
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #46495c;
  color: #fff;
}

.btn-outline-dark {
  border: 2px solid #46495c;
  color: #46495c;
  background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  color: #fff;
  border-color: #46495c;
  background-color: transparent;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before,
.btn-outline-dark:active:before {
  width: 100%;
  background-color: #46495c;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}

.social-icon-lg i:last-child {
  color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}

.social-icon-sm i:last-child {
  color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

.si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #46495c;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-blog,
.si-blog:hover {
  border: none;
}

.si-colored-facebook,
.si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype,
.si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover,
.si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover,
.si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
  background-color: #3F729B !important;
}

.si-flickr:hover,
.si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover,
.si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover,
.si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover,
.si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover,
.si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.circle-button {
  display: inline-block;
  vertical-align: middle;
}

.circle-button span {
  vertical-align: middle;
  display: inline-block;
}

.circle-icon-button {
  width: 3.92857rem;
  height: 3.92857rem;
  border-radius: 50%;
  font-size: 1.28571rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.circle-icon-button > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding-left: 3px;
  padding-top: 3px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  min-height: 52px;
  border: 1px solid #203144;
  background: #203144;
  color: #fff;
}
.button:not(.button-line):hover {
  border: none;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
}
.button-line {
  background: #fff;
  color: #203144;
}
.button-gradient {
  border: none;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
}
.button--ghost {
  background: transparent;
  border: 1px solid rgba(31, 42, 68, 0.18);
  color: #1f2a44;
}

.color {
  color: #203144;
}

.color-gradient {
  background: linear-gradient(90deg, #4c5f75 18.75%, #203144 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.color-gradient2 {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.u {
  border-bottom: 1px solid #203144;
  border-color: inherit;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}

#head {
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(90, 101, 119, 0.15);
}

.header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  line-height: 24px;
  min-width: 920px;
  margin: auto;
  height: 60px;
  box-sizing: border-box;
}
.header__logo {
  display: flex;
  align-items: center;
  width: 160px;
}
.header__menu {
  margin-left: auto;
}
.header__menu .menu {
  display: flex;
  gap: 4px;
}
.header__menu .menu li {
  position: relative;
}
.header__menu .menu a {
  display: block;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.header__menu .menu a:not(.button):hover {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.header__menu .menu i {
  position: absolute;
  font-size: 10px;
  transform: rotate(45deg);
  top: 8px;
  right: 0;
}
.header__menu .menu .button {
  min-width: auto;
  min-height: 40px;
  padding: 0 8px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
}
.header__menu .menu .button:hover {
  border-color: #fff;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  color: #fff;
}
.header__menu .menu .active {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.header__menu .m-menu {
  display: none;
}
.header__menu .m-menu button {
  width: 40px;
  height: 40px;
}

.container {
  position: relative;
  margin: auto;
  width: 920px;
  padding: 160px 0 40px;
  box-sizing: border-box;
}

.section-center {
  text-align: center;
}
.section-center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}
.section__title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  color: #16181d;
  text-align: center;
  word-break: keep-all;
}
.section__title small {
  position: absolute;
  transform: rotate(336deg) translate(-20px, -20px);
  font-weight: 600;
  font-size: 16px;
  color: red;
}
.section__title span {
  font-weight: 400;
}
.section__text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #434856;
  text-align: center;
  word-break: keep-all;
}
.section__text b {
  font-weight: 600;
}
.section__button {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.dot {
  position: relative;
  font-style: normal;
}
.dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 18px;
  border-radius: 50%;
  background: red;
  width: 4px;
  height: 4px;
}

#container {
  position: relative;
  z-index: 1;
  margin-top: 81px;
  min-height: 50vh;
}

#intro {
  position: relative;
}
#intro .intro {
  padding-top: 100px;
  background: linear-gradient(#faf2e9, rgba(250, 242, 233, 0));
}
#intro .intro-image {
  margin-left: -180px;
  width: 670px;
}
#intro .intro-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#intro .intro .container {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 42px;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
#intro .intro h2 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}
#intro .intro .hero-keyword {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 600;
  color: #263246;
  word-break: keep-all;
}
#intro .intro .hero-keyword strong {
  display: inline-block;
  font-weight: 800;
  color: #2563eb;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#intro .intro .hero-desc {
  margin: 14px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  color: #525b6b;
  word-break: keep-all;
}
#intro .intro .section__title {
  margin-bottom: 10px;
  line-height: normal;
  font-size: 48px;
  font-weight: 500;
}
#intro .intro mark {
  font-size: 80px;
  font-weight: 600;
}
@keyframes move {
  100% {
    transform: rotate(360deg);
  }
}

#customer {
  position: relative;
}
#customer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  margin-bottom: 0;
  z-index: 1;
  background: #f2f3f7;
  background: -webkit-linear-gradient(top, #f4f4f7, #fff);
}
#customer::after {
  content: "";
  background: url(../images/renew/bg_shape.png) center center no-repeat;
  background-size: auto;
  background-attachment: scroll, scroll, scroll;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  margin-bottom: 0;
  z-index: 2;
}
#customer .swiper-wrapper {
  transition-timing-function: linear;
}
#customer .swiper-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#customer .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100px;
  margin-right: 30px;
}
#customer .swiper-container {
  margin-bottom: 30px;
}
#customer .section__title {
  text-align: center;
}
#customer .section__button {
  padding: 30px 0 50px;
}

.customer-count {
  display: flex;
  padding: 60px 0;
}
.customer-count li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 42px;
}
.customer-count li ~ li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background: #e5e7eb;
  width: 1px;
  height: 80px;
}
.customer-count .img {
  display: block;
  margin: 0 auto 15px;
  background: #fff;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
}
.customer-count .img img {
  max-width: 100%;
}
.customer-count .type {
  font-size: 26px;
  color: #434856;
}
.customer-count .count {
  font-weight: 700;
}
.customer-review {
  position: relative;
  margin: 60px 0;
}
.customer-review .container {
  padding: 60px 0;
  background: url(../images/renew/img_etc.png) center bottom no-repeat;
}
.customer-review .section__text {
  font-size: 26px;
}
.customer-review ul {
  margin: 60px auto 0;
}
.customer-review li {
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.customer-review li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.customer-review .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid #f8f5f2;
}
.customer-review .logo img {
  max-width: 100%;
}
.customer-review .text {
  border-radius: 20px;
  background-color: #f8f5f2;
  padding: 10px 20px;
  color: #666;
  line-height: 1.6;
  font-size: 12px;
  cursor: pointer;
}
.customer-review .text a {
  position: relative;
  display: flex;
  padding-right: 20px;
  color: inherit;
}
.customer-review .text a:hover strong {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.customer-review .text a:hover span {
  right: -3px;
}
.customer-review .text strong {
  font-weight: 600;
  font-size: 14px;
}
.customer-review .text span {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.customer-review .text-head::after {
  content: "";
  opacity: 0.5;
  display: none;
  width: 14px;
  height: 14px;
  background: url(../images/renew/ic_arrow.svg) no-repeat;
  background-size: cover;
  margin: 0 auto;
  transform: rotate(270deg);
}
.customer-review .text-body {
  display: none;
  margin-top: 10px;
}
.customer-more {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.customer-more a {
  min-width: 0;
}
.customer-more a:hover span {
  transform: translateX(5px);
}
.customer-more span {
  margin-left: 5px;
}

#diff .section__text {
  margin: 15px 0 30px;
  text-align: center;
  font-weight: 300;
}

.diff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 18px;
  margin: 60px 0;
}
.diff-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 12px);
  padding: 30px 20px 12px;
  border: 1px solid #DBDEE1;
  border-radius: 8px;
  box-sizing: border-box;
}
.diff-list h3 {
  font-size: 24px;
  text-align: center;
}
.diff-list h4 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: 500;
}
.diff-list p {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #203144;
  word-break: keep-all;
}
.diff-list p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #555;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.diff-list .img {
  margin: 10px auto;
  width: 60px;
  height: 60px;
}
.diff-list .img img {
  width: 100%;
}
.diff-list2 li {
  position: relative;
  border: 1px solid #e5e7eb;
  border-width: 1px 0;
  padding: 15px 0 30px 50px;
}
.diff-list2 span {
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  height: 40px;
}
.diff-list2 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.diff .section__text {
  font-size: 24px;
}
.diff .section__text::before {
  display: block;
  margin: 90px auto 30px;
  width: 100px;
  height: 2px;
  background: #ccc;
}
.diff .section__text span {
  display: block;
  margin: 90px 0 30px;
  text-align: center;
  font-size: 48px;
}

.function {
  position: relative;
}
.function-cont {
  margin: 50px auto 0;
}
.function-cont .tab {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.function-cont .tab a {
  display: flex;
  align-items: center;
  border-radius: 200px;
  padding: 8px 24px;
  background: rgb(6, 22, 31);
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
.function-cont .tab a:hover {
  transform: translateY(-5px);
}
.function-cont .tab .active {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  color: #fff;
}
.function-detail {
  position: relative;
  margin: 60px 0;
}
.function-detail h3 {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 5px 15px;
  border-radius: 26px;
  background: #203144;
  font-size: 24px;
  color: #fff;
}
.function-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.function-detail li {
  position: relative;
  padding: 40px 20px 150px 30px;
  border-radius: 10px;
  background-color: #f4f4f7;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
.function-detail h4 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
}
.function-detail p {
  display: flex;
  gap: 5px;
  position: relative;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #555;
  word-break: keep-all;
}
.function-detail span:first-child {
  flex-shrink: 0;
}
.function-detail .img {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px 0 0 10px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  width: 400px;
  height: 130px;
}
.function-detail .img img {
  max-width: 100%;
}
.function-detail .app-cta {
  width: 100%;
  text-align: center;
  padding: 40px;
}
.function-detail .app-cta-text {
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.function-detail .app-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.function-detail .store-btn {
  background: #1f2a44;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.function-detail .store-btn.ios {
  background: #000;
}

.tip {
  background-color: #f4f4f7;
  margin: 50px 0;
}
.tip > li {
  position: relative;
  margin: 32px 0 0 48px;
  border-bottom: 1px solid #DBDEE1;
  padding: 0 0 32px 350px;
  min-height: 330px;
}
.tip > li:last-child {
  border: none;
}
.tip-head {
  display: inline-block;
  margin-bottom: 10px;
  height: 28px;
  font-size: 20px;
}
.tip-body {
  display: flex;
}
.tip-body .text {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
}
.tip-body .text ul {
  margin: 15px 0 0;
}
.tip-body .text li {
  margin-bottom: 5px;
  padding-left: 20px;
  text-indent: -22px;
}
.tip-body .img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -165px;
  height: 300px;
}
.tip-body .img img {
  width: auto;
  max-height: 100%;
}

#price {
  position: relative;
  background: #f4f4f7;
}

.layer-pricing {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  top: 500px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px;
  width: 500px;
}
.layer-pricing__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
}
.layer-pricing__close span {
  font-size: 0;
}
.layer-pricing__tit {
  font-size: 20px;
  font-weight: 600;
}
.layer-pricing__cont {
  padding: 15px 0;
}
.layer-pricing__cont p {
  font-size: 14px;
  color: #434856;
}
.layer-pricing__cont input {
  width: 60px;
  text-align: right;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
}
.layer-pricing__cont .user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 15px;
  text-align: center;
}
.layer-pricing__cont .submit {
  margin-bottom: 30px;
  text-align: center;
}
.layer-pricing__cont .total {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
}
.layer-pricing__cont .total b {
  border-bottom: 1px solid #ddd;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: right;
}
.layer-pricing__cont .total small {
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.layer-pricing .option {
  margin: 14px 0;
  text-align: center;
}

.layer-pricing .option small {
  display: block;
}

.checkbox-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.checkbox-premium input {
  width: 18px;
  height: 18px;
}

.layer-pricing--inline .help {
  display: block;
  margin-top: 6px;
  opacity: 0.7;
  font-size: 13px;
}

#price .section__button {
  margin: 60px 0;
}

.faq {
  border-top: 1px solid #4c5055;
  margin: 60px auto;
}
.faq__row {
  border-bottom: 1px solid #4c5055;
}
.faq__title {
  padding: 18px 20px;
}
.faq__title button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 24px;
}
.faq__title button::after {
  margin-left: auto;
  content: "\e93a";
  font-size: 16px;
  font-family: "linearicons";
  font-weight: 400;
}
.faq__row--open .faq__title button::after {
  content: "\e939";
}
.faq__answer {
  display: none;
  padding: 20px 20px 40px;
  border-top: 1px solid #e5e7eb;
  font-size: 16px;
  color: #4C5055;
}
.faq__row--open .faq__answer {
  display: block;
}

#news {
  background: #f4f4f7;
}
#news .swiper-container {
  margin: 60px auto;
}
#news .swiper-slide {
  width: auto;
}
#news .swiper-button-next,
#news .swiper-button-prev {
  --swiper-theme-color: rgba(0,0,0,0.5);
  margin-top: -96px;
}
#news .img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 100%;
  background: #ccc;
  border: 1px solid #ccc;
}
#news .img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  max-width: 100%;
}
#news .date {
  font-size: 12px;
  color: #565656;
}
#news h3 {
  margin: 12px 0 32px;
  font-size: 18px;
  font-weight: 700;
  word-break: keep-all;
}
#news a:hover h3 {
  color: #203144;
}

.qna {
  margin: 60px auto;
}
.qna h3 {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.qna input[type=text],
.qna textarea {
  width: 100%;
  height: 48px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #f8f5f2;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.34;
  box-sizing: border-box;
}
.qna textarea {
  height: 292px;
}
.qna__form {
  position: relative;
  padding-right: 55%;
}
.qna__row {
  margin-bottom: 30px;
}
.qna__row:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.qna__agree {
  margin: 60px 0 0;
}
.qna__agree input {
  position: absolute;
  opacity: 0;
}
.qna__agree input:checked ~ label::after {
  display: flex;
}
.qna__agree h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 22px;
}
.qna__agree textarea {
  height: 120px;
  font-size: 14px;
  color: #555;
}
.qna__agree label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qna__agree label::before, .qna__agree label::after {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #969696;
  border-radius: 50%;
  vertical-align: middle;
}
.qna__agree label::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: none;
  background: #203144;
}
.qna__submit {
  margin: 30px 0 0;
  text-align: center;
}

.down {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  padding: 30px;
  margin: 100px auto 0;
  height: 240px;
}
.down img {
  max-height: 100%;
}
.down .section__text {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}
.down-banner {
  display: flex;
  gap: 30px;
  margin-top: auto;
}
.down .qr {
  position: relative;
  width: 120px;
  height: 120px;
}
.down .qr::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 100px;
}
.down .app a {
  display: block;
  margin-top: -11px;
  height: 80px;
}

.fixed-button {
  position: fixed;
  z-index: 19;
  bottom: 50px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixed-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background-color: #203144;
  border-radius: 28px;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 2px 12px rgba(25, 25, 25, 0.16);
  cursor: pointer;
}
.fixed-button__icon .text {
  display: none;
  margin-right: 10px;
  opacity: 0;
  white-space: nowrap;
  transition: 0.1s ease;
  font-size: 20px;
}

a.fixed-button__icon:hover {
  transform: translateY(-5px);
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
}

button.fixed-button__icon:hover {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  padding: 0 20px;
  width: auto;
  color: #fff;
}
button.fixed-button__icon:hover .text {
  display: block;
  opacity: 1;
}

.footer {
  margin-top: 60px;
  background: #fafafa;
  padding: 56px 0 60px;
  border-top: 1px solid #ebebeb;
}
.footer .container {
  padding: 0;
}
.footer__info {
  display: block;
  color: #666;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
.footer__nav a {
  color: #3e4a5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.footer__nav a:hover {
  color: #2563eb;
}
.footer__business {
  color: #5d6b7a;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}
.footer__business p {
  margin: 0;
}
.footer__info .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.footer__info .info > div {
  position: relative;
  font-size: 14px;
}
.footer__info .info > div ~ div {
  padding-left: 24px;
}
.footer__info .info > div ~ div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background: #ccc;
}

.footer__info .sns img,
.footer__links .sns img {
  width: 34px;
  vertical-align: top;
}
.footer__info .family,
.footer__links .family {
  position: relative;
  font-size: 14px;
}
.footer__info .family button,
.footer__links .family button {
  display: block;
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  padding: 0 5px;
}
.footer__info .family button::after,
.footer__links .family button::after {
  content: "\e93a";
  margin-left: 10px;
  font-size: 12px;
  font-family: "linearicons";
  font-weight: 400;
}
.footer__info .family ul,
.footer__links .family ul {
  position: absolute;
  right: 0;
  bottom: 34px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0 14px;
}
.footer__info .family li,
.footer__links .family li {
  padding: 6px 5px;
  line-height: 20px;
}
.footer__info .family a,
.footer__links .family a {
  display: block;
}
.footer__info .family a:hover,
.footer__links .family a:hover {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.footer__bottom {
  display: flex;  
  align-items: flex-end;
  gap: 5px;
  margin-top: 28px;
}
.footer__bottom .copy {
  font-size: 12px;
  color: #666;
}
.footer__logo {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: center center;
}

#addition {
  position: relative;
  background-image: linear-gradient(to right, #1e3a8a, #1d4ed8);
  min-height: 50vh;
}
#addition .section-bg {
  background-image: url(../images/renew/bg_addition.jpg);
}

.addition__cont .section__title {
  color: #fff;
}
.addition__cont .section__title span {
  display: block;
  line-height: 1;
  font-size: 28px;
}
.addition__cont .section__text {
  margin-bottom: 30px;
  color: #fff;
}
.addition__cont .section__text span {
  font-weight: 400;
}
.addition h3.section__title {
  margin-top: 80px;
  font-size: 26px;
}
.addition__box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 30px auto;
}
.addition__box .box {
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.addition__box .icon {
  width: 48px;
  height: 48px;
  color: rgb(30, 58, 138);
}
.addition__box h4 {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 20px;
}
.addition__box p {
  word-break: keep-all;
  font-size: 16px;
  color: rgb(75, 85, 99);
}

#linking {
  position: relative;
  min-height: 50vh;
}
#linking .section-bg {
  background-image: url(../images/renew/bg_linking.jpg);
}
#linking h3.section__text {
  margin: 60px auto 30px;
  font-size: 24px;
  color: rgb(30, 58, 138);
  font-weight: 600;
}

.linking__detail {
  margin: 30px auto 60px;
  width: 60%;
}
.linking__detail li {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  word-break: keep-all;
}
.linking__detail .icon {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgb(30, 58, 138);
  width: 64px;
  height: 64px;
}
.linking__detail h3 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.linking__detail p {
  margin-bottom: 10px;
  line-height: 1.68;
  font-size: 18px;
  color: rgb(75, 85, 99);
}
.linking__type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px auto 100px;
}
.linking__type li {
  border-radius: 16px;
  background: rgb(239, 246, 255);
  padding: 15px;
}
.linking__type h4 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgb(30, 58, 138);
  font-size: 20px;
}
.linking__type p {
  margin: 0 32px;
  text-align: center;
  font-size: 18px;
  word-break: keep-all;
}

#solution {
  position: relative;
  background-image: linear-gradient(to bottom, #fff, #ccc);
  min-height: 50vh;
}
#solution .section-bg {
  opacity: 0.1;
  background-image: url(../images/renew/bg_solution.png);
}
#solution .section__text {
  margin: 60px auto 30px;
}

.solution h3.section__title {
  margin: 80px 0 30px;
  font-size: 26px;
  text-align: left;
}
.solution-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 23px;
}
.solution-feature .img {
  width: 45px;
  height: 45px;
}
.solution-feature .img svg {
  width: 45px;
  height: 45px;
}
.solution-feature > div {
  display: flex;
  flex-direction: column;
}
.solution-feature h4 {
  margin: 22px 0 10px;
  font-size: 24px;
}
.solution-change {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 50px 0 100px;
}
.solution-change > div {
  position: relative;
  border-radius: 10px;
  border: 1px solid #535f73;
  border-top-width: 3px;
  box-sizing: border-box;
  padding: 30px 15px 15px;
  background: rgba(255, 255, 255, 0.7);
}
.solution-change > div::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: #535f73;
  border-radius: 12px 12px 0 0;
}
.solution-change h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.solution-change .img {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #535f73;
  padding: 3px;
}
.solution-change .img img {
  max-width: 100%;
  max-height: 100%;
}

[class^=plus_menu] .container {
  padding-bottom: 100px;
}
[class^=plus_menu] .plus__img {
  position: absolute;
  left: 0;
  top: 90px;
  width: 300px;
  overflow: hidden;
}
[class^=plus_menu] .plus__img img {
  width: 100%;
}

.plus__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
}
.plus__text {
  font-size: 22px;
  line-height: 1.6;
  word-break: keep-all;
}
.plus__detail h4 {
  margin: 40px 0 15px;
  font-size: 24px;
}
.plus__detail > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.plus__detail > ul > li {
  padding: 30px 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  word-break: keep-all;
  font-size: 18px;
  line-height: 1.6;
}
.plus__detail > ul p {
  margin-bottom: 20px;
}
.plus__detail h5 {
  margin: 30px 0 20px;
  font-size: 20px;
}
.plus__detail .bullets {
  margin: 0;
  padding-left: 18px;
}
.plus__detail .bullets li {
  list-style: disc;
  margin: 6px 0;
  color: #555;
  font-size: 16px;
}
.plus__price {
  margin-top: 15px;
  font-size: 16px;
  background: #eee;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
}
.plus_intro .container {
  min-height: 750px;
  background: url(../images/renew/bg_plus_intro.png) 50% 200px no-repeat;
  background-size: auto 700px;
}
.plus_intro .plus__title {
  font-size: 45px;
  margin-bottom: 30px;
}
.plus_intro .plus__text {
  font-size: 24px;
  line-height: 1.6;
}
.plus_menu1 .container {
  padding-left: 350px;
}
.plus_menu1 .plus__img {
  top: 120px;
  border-radius: 50%;
}
.plus_menu2 .plus__detail .icon {
  background: #3371a5;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  padding: 12px;
}
.plus_menu2 .plus__detail .icon svg {
  width: 100%;
  height: 100%;
}
.plus_menu2 .plus__detail .icon svg * {
  stroke: #fff;
}
.plus_menu2 .plus__img {
  top: 240px;
  width: 400px;
  left: auto;
  right: 0;
}
.plus_menu2 .plus__text {
  padding-right: 430px;
  min-height: 300px;
}
.plus_menu3 .container {
  padding-left: 350px;
}
.plus_menu4 .container {
  padding-right: 430px;
  padding-bottom: 150px;
}
.plus_menu4 .plus__img {
  left: auto;
  right: 0;
  top: 50px;
  width: 400px;
}
.plus_menu5 .container {
  padding-top: 300px;
}
.plus_menu5 .plus__img {
  top: 50px;
  width: 100%;
  height: 200px;
  border-radius: 60px 60px 0 0;
}
.plus_menu5 .plus__img img {
  margin-top: -100px;
}
.plus_menu6 {
  position: relative;
  background-image: linear-gradient(to right, #1e3a8a, #1d4ed8);
  min-height: 50vh;
}
.plus_menu6 .section-bg {
  background-image: url(../images/renew/bg_addition.jpg);
}
.plus_menu6 .container {
  color: #fff;
}
.plus_menu6 .plus__detail li {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
}
.plus_menu6 .plus__price {
  color: #222;
}

/* ============================================
   PLUS 서비스 섹션 (폼 + 표) 전용 스타일
   네임스페이스: .plus-compare
============================================ */
.plus-compare {
  --pc-max: 1000px;
  --bd: #e6e6e6;
  --bg: #ffffff;
  --bg-soft: #f8f9fb;
  --txt: #333;
  --muted: #6b7280; /* gray-600 */
  --muted-2: #9ca3af; /* gray-400 */
  --pri: #337ab7;
  --pri-2: #2c65a2;
  --radius: 10px;
  --shadow: 0 1px 4px rgba(0,0,0,.06);
}

.plus-compare .plus-wrap {
  max-width: var(--pc-max);
  margin: 0 auto;
  padding: 0 16px 14px;
  color: var(--txt);
}

/* 제목 */
.plus-compare h2 {
  margin: 10px 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: var(--txt);
}

.plus-compare h3 {
  margin: 50px 0 30px;
  text-align: center;
}

/* =========================
   div-Table (.plus-table)
========================= */
.plus-compare .plus-table {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.plus-compare .plus-table .row {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 2fr 1fr; /* 서비스 / 권장 규모 / 설명 / 요금 */
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 10px 12px;
  box-shadow: var(--shadow);
  position: relative;
}

.plus-compare .plus-table .row.head {
  background: var(--bg-soft);
  border-color: #e0e0e0;
  font-weight: 700;
  color: var(--muted);
  box-shadow: none;
}

.plus-compare .plus-table .row > div {
  padding: 4px 6px;
  min-width: 0; /* ellipsis 위한 최소 설정 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.plus-compare .plus-table .row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--txt);
}

.plus-compare .plus-table .row label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.plus-compare .plus-table input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: var(--pri);
}

.plus-compare .hint {
  margin: 20px 0 10px;
}

/* 행 Hover */
@media (hover: hover) {
  .plus-compare .plus-table .row:not(.head):hover {
    border-color: #d7d7d7;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  }
}
/* 모바일: 2열 카드형으로 자연스럽게 */
@media (max-width: 770px) {
  .plus-compare .plus-table .row {
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
  }
  .plus-compare .plus-table .row.head {
    display: none; /* 헤더 감추고 각 행을 카드처럼 */
  }
  .plus-compare .plus-table .row > div:nth-child(1) {
    grid-column: 1/-1;
  } /* 서비스 체크 */
  .plus-compare .plus-table .row > div:nth-child(3) {
    grid-column: 1/-1;
  } /* 설명 전체폭 */
  .plus-compare .plus-table .row > div {
    white-space: normal;
  } /* 줄바꿈 허용 */
}
/* =========================
   폼 (입력/체크/버튼)
========================= */
.plus-compare #frm_mail_plus .grid {
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
  margin-top: 14px;
}

.plus-compare #frm_mail_plus .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.plus-compare #frm_mail_plus .grid .full {
  grid-column: 1/-1;
}

.plus-compare #frm_mail_plus .grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: var(--muted);
}

.plus-compare #frm_mail_plus input[type=text],
.plus-compare #frm_mail_plus input[type=email],
.plus-compare #frm_mail_plus input[type=tel],
.plus-compare #frm_mail_plus textarea {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--txt);
  background: var(--bg);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.plus-compare #frm_mail_plus textarea {
  resize: vertical;
  min-height: 120px;
}

.plus-compare #frm_mail_plus input:focus,
.plus-compare #frm_mail_plus textarea:focus {
  outline: none;
  border-color: var(--pri);
  box-shadow: 0 0 0 3px rgba(51, 122, 183, 0.15);
}

/* 필수 체크 동의 라인 */
.plus-compare #frm_mail_plus #agree_plus {
  width: 18px;
  height: 18px;
  accent-color: var(--pri);
}

.plus-compare #frm_mail_plus label[for=agree_plus],
.plus-compare #frm_mail_plus .grid > label[style] {
  color: var(--txt);
}

/* 버튼 */
.plus-compare #frm_mail_plus .actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

.plus-compare #frm_mail_plus .btn-plus-submit {
  appearance: none;
  border: 1px solid var(--pri);
  background: var(--pri);
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.02s ease;
}

.plus-compare #frm_mail_plus .btn-plus-submit:hover {
  background: var(--pri-2);
}

.plus-compare #frm_mail_plus .btn-plus-submit:active {
  transform: translateY(1px);
}

.plus-compare #frm_mail_plus .btn-plus-submit:disabled {
  background: #9fb9d3;
  border-color: #9fb9d3;
  cursor: not-allowed;
}

.plus-compare #frm_mail_plus .btn-ghost {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.plus-compare #frm_mail_plus .btn-ghost:hover {
  border-color: #cfcfcf;
  background: #fafafa;
}

/* 작은 화면 폼 레이아웃 */
@media (max-width: 770px) {
  .plus-compare #frm_mail_plus .grid {
    grid-template-columns: 1fr;
  }
}
/* 접근성: 키보드 포커스 가시성 보강 */
.plus-compare .plus-table .row:focus-within {
  outline: 2px solid rgba(51, 122, 183, 0.35);
  outline-offset: 2px;
}

/* ============================================
   PLUS 영역: plus_intro / plus_menu1~6 모바일 보강
   (기존 스타일 아래에 추가)
============================================ */
/* 공통: 태블릿 이하 */
@media screen and (max-width: 920px) {
  /* 모든 PLUS 섹션 컨테이너 패딩 리셋 */
  [class^=plus_menu] .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* 공통 이미지: 절대배치 해제하고 흐름으로 */
  [class^=plus_menu] .plus__img,
  .plus_intro .plus__img {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: min(560px, 90%) !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    border-radius: 16px !important;
  }
  [class^=plus_menu] .plus__img img,
  .plus_intro .plus__img img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* 제목/본문 정렬 & 스케일 */
  .plus__title {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 18px;
    word-break: keep-all;
  }
  .plus__text {
    font-size: 18px !important;
  }
  /* 디테일 카드: 3열 → 1열 */
  .plus__detail > ul {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .plus__detail > ul > li {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 14px;
  }
  .plus__detail h4 {
    font-size: 20px;
    margin: 18px 0 10px;
  }
  .plus__detail h5 {
    font-size: 18px;
    margin: 20px 0 12px;
  }
  .plus__detail .bullets li {
    font-size: 14px;
  }
  /* 가격 뱃지/텍스트 정렬 */
  .plus__price {
    display: inline-block;
    margin: 10px auto 0;
    font-size: 14px;
  }
  /* plus_intro 배경 이미지 스케일 조정 */
  .plus_intro .container {
    min-height: auto !important;
    background-position: 50% 80px !important;
    background-size: 520px auto !important;
    background-repeat: no-repeat;
    padding-top: 40px !important;
  }
  .plus_menu6 {
    margin: 30px 0;
    padding-bottom: 30px;
    padding-bottom: 60px;
  }
  .plus_intro .plus__title {
    font-size: 36px !important;
  }
  .plus_intro .plus__text {
    font-size: 18px !important;
    text-align: center;
  }
}
/* 모바일: 폰 사이즈 최적화 */
@media screen and (max-width: 720px) {
  /* plus_intro 배경을 더 작게, 간격 압축 */
  .plus_intro .container {
    background-size: 380px auto !important;
    background-position: 50% -44px !important;
    padding-top: 100% !important;
    padding-bottom: 0;
  }
  .plus_intro .plus__title {
    font-size: 28px !important;
  }
  .plus_intro .plus__text {
    font-size: 16px !important;
  }
  /* 공통 텍스트 스케일 다운 */
  .plus__title {
    font-size: 26px !important;
  }
  .plus__text {
    font-size: 16px !important;
  }
  /* 카드 간격/패딩 축소 */
  .plus__detail > ul {
    gap: 10px !important;
  }
  .plus__detail > ul > li {
    padding: 16px 12px;
  }
  [class^=plus_menu] .container {
    padding-top: 100px;
    padding-bottom: 0;
  }
  /* plus_menu1: 좌측 여백 기반 레이아웃 해제 */
  .plus_menu1 .container {
    padding-left: 16px !important; /* 기존 350px 제거 */
  }
  /* plus_menu2: 상단 히어로형 이미지 정돈 */
  .plus_menu2 .plus__img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
  }
  .plus_menu2 .plus__img img {
    margin-top: 0 !important; /* 기존 -100px 제거 */
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .plus_menu2 .plus__text {
    padding: 0;
    min-height: 0;
  }
  /* plus_menu3: 동일하게 좌측 여백 해제 */
  .plus_menu3 .container {
    padding-left: 16px !important;
  }
  /* plus_menu4: 우측 이미지 레이아웃 해제 */
  .plus_menu4 .container {
    padding-right: 16px !important; /* 기존 430px 제거 */
    padding-bottom: 60px !important;
  }
  .plus_menu4 .plus__img {
    width: min(420px, 92%) !important;
  }
  /* plus_menu5: 상단 히어로형 이미지 정돈 */
  .plus_menu5 .container {
    padding-top: 24px !important;
  }
  .plus_menu5 .plus__img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
  }
  .plus_menu5 .plus__img img {
    margin-top: 0 !important; /* 기존 -100px 제거 */
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  /* plus_menu6: 다크 배경에서 가독성 확보 */
  .plus_menu6 .container {
    text-align: center;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .plus_menu6 .plus__detail > ul > li {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #222 !important;
  }
}
/* 추가: plus 표/폼과 톤 맞추기(옵션) */
@media screen and (max-width: 720px) {
  .plus-compare h2 {
    font-size: 18px;
  }
  .plus-compare h3 {
    margin: 20px 0 12px;
    font-size: 16px;
  }
}
/* 고객사 더보기 모달 */
.customers-layer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.customers-layer.open {
  display: block;
}

/* 배경 dim */
.layer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* ===== 모달 패널 ===== */
.layer-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 92vw);
  height: 80vh; /* ⭐ 고정 높이 */
  background: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

/* 헤더 */
.layer-header {
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layer-header h2 {
  font-size: 26px;
}

.layer-close {
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
}

/* ===== 내부 스크롤 영역 ===== */
.layer-body {
  padding: 24px;
  overflow-y: auto; /* ⭐ 내부 세로 스크롤 */
}

/* ===== grid ===== */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.logo-grid li {
  height: 90px;
  border: 1px solid #cecece;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: 0.2s;
}

.logo-grid li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.logo-grid img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* CTA */
.cta-area {
  text-align: center;
  margin-bottom: 40px;
}

.btn-blog {
  display: inline-block;
  background: #1f2a44;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* 모바일 */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .layer-panel {
    height: 90vh;
  }
}
@media screen and (max-width: 920px) {
  .container {
    width: 100%;
  }
  #intro .intro-image {
    margin: auto;
    width: 60%;
  }
  .header {
    padding: 0 10px;
    min-width: 100%;
  }
  .header__menu .menu,
  .header__menu .close {
    display: none;
  }
  .header__menu .m-menu {
    display: block;
  }
  .header__menu--active .hamburger {
    display: none;
  }
  .header__menu--active .close,
  .header__menu--active .menu {
    display: block;
  }
  .header__menu--active .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 61px);
    max-height: calc(100dvh - 61px);
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 61px;
    bottom: auto;
    z-index: 999;
    padding: 0 15px 28px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .header__menu--active .menu li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid rgba(90, 101, 119, 0.15);
  }
  .header__menu--active .menu li:has(.button) {
    border: none;
    order: -1;
  }
  .header__menu--active .menu .button {
    margin: 30px 0 0;
    text-align: center;
    line-height: 48px;
  }
  .header__menu--active .menu .icon-arrow-up {
    display: none;
  }
  body:has(.header__menu--active) {
    overflow: hidden;
  }
  .function-cont .tab a {
    font-size: 14px;
  }
  .diff-list li,
  .function-detail li {
    margin: auto;
    width: 80%;
  }
  .diff-list li.app-cta,
  .function-detail li.app-cta {
    width: 80%;
  }
  .footer__info {
    margin: auto;
    width: 80%;
  }
  .faq {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tip > li {
    margin: 32px auto 0;
    padding: 350px 0 32px 0;
    min-height: 0;
    width: 80%;
  }
  .tip-body .img {
    top: 0;
    left: 50%;
    margin: 0 0 0 -165px;
  }
  .footer__info {
    flex-direction: column;
  }
  .addition__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 80%;
  }
  .linking__detail li {
    flex-direction: column;
  }
  .linking__type {
    grid-template-columns: 1fr;
    width: 80%;
  }
  .news {
    margin-left: 15px;
    margin-right: 15px;
  }
  .news li {
    flex: 1 1 40%;
  }
  .qna,  
  .customer-review ul {
    margin-left: 15px;
    margin-right: 15px;
  }
  .down {
    width: 80%;
  }
  .footer__info {
    gap: 30px;
  }
}
@media screen and (max-width: 720px) {
  body {
    overflow-x: hidden;
  }
  .header__logo {
    display: flex;
    align-items: center;
    width: 160px;
  }
  .header__logo .logo {
    height: 32px;
  }
  .header__logo .icon {
    height: 26px;
  }
  .container {
    padding-top: 100px;
  }
  .function-cont .tab,
  .diff-list,
  .footer__info {
    flex-direction: column;
  }
  .footer__info {
    width: 90%;
  }
  .footer__nav {
    gap: 16px;
    margin-bottom: 18px;
  }
  .footer__nav a {
    font-size: 13px;
  }
  .footer__business {
    font-size: 12px;
    line-height: 1.7;
    word-break: normal;
  }
  .footer__bottom {
    flex-direction: column;
    width: 90%;
    margin: 24px auto 0;
    align-items: center;
    gap: 14px;
  }
  .footer__links {
    margin-left: 0;
  }
  .footer__info .info {
    flex-wrap: wrap;
    font-size: 10px;
  }
  #intro .section__title {
    padding: 0 10px;
    font-size: 40px;
  }
  #intro h2 {
    margin: 0 30px;
    word-break: keep-all;
  }
  #intro .intro .hero-keyword {
    margin: 18px 20px 0;
    font-size: 20px;
    line-height: 1.5;
  }
  #intro .intro .hero-desc {
    margin: 10px 24px 0;
    max-width: 420px;
    font-size: 15px;
    line-height: 1.65;
  }
  #intro .intro .hero-desc br {
    display: none;
  }
  .section__title {
    font-size: 30px;
  }
  .section__text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .section__button {
    flex-direction: column;
    align-items: center;
  }
  .customer-count {
    gap: 0;
    padding: 30px 0;
  }
  .customer-count li {
    font-size: 24px;
  }
  .customer-count .type {
    font-size: 14px;
  }
  #customer .swiper-slide {
    height: 50px;
  }
  #customer .swiper-container {
    margin-bottom: 5px;
  }
  .function-cont .tab {
    align-items: center;
  }
  .function-cont .tab a {
    min-width: 30%;
    text-align: center;
  }
  .function-detail h4 {
    font-size: 20px;
  }
  .function-detail p {
    font-size: 13px;
  }
  .function-detail .img {
    width: 90%;
  }
  .diff .section__text {
    font-size: 18px;
  }
  .addition__box {
    grid-template-columns: 1fr;
  }
  #news .swiper-container {
    margin: 30px 30px 0;
  }
  .qna__form {
    padding: 0;
  }
  .qna__row:last-of-type {
    position: relative;
    width: 100%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__info .info > div ~ div {
    padding-left: 10px;
  }
  .footer__info .info > div ~ div::before {
    left: 5px;
  }
  .fixed-button {
    transform: scale(0.8);
    opacity: 0.85;
    right: 5px;
    bottom: 5px;
  }
  .layer-pricing {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding: 30px 15px;
    width: 80%;
  }
  .layer-pricing__cont input {
    width: 40px;
  }
  .layer-pricing__cont .user {
    font-size: 12px;
  }
  .layer-pricing__cont .total {
    gap: 10px;
    font-size: 12px;
  }
  .layer-pricing__cont .total b {
    width: 50px;
  }
}
/* =========================
   compare-v2 (only) - LawWare tone
   Palette: #203144 + gradient (existing)
========================= */
#diff .compare-v2 {
  margin-top: 70px; /* diff-list 이후 자연스러운 간격 */
}

#diff .compare-v2__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #16181d;
  margin-bottom: 26px;
  word-break: keep-all;
}

#diff .compare-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* cards */
#diff .compare-card {
  border: 1px solid #DBDEE1; /* diff-list 테두리 톤과 통일 */
  border-radius: 20px; /* 사이트 전반 라운드 톤 */
  padding: 22px;
  background: #fff;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#diff .compare-v2__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr; /* 👉 AFTER 더 넓게 */
  gap: 22px;
  align-items: stretch;
}

/* BEFORE (톤 다운) */
#diff .compare-card--before {
  background: #fafafa;
  opacity: 0.88;
  transform: scale(0.98);
}

/* AFTER (항상 강조 ⭐핵심) */
#diff .compare-card--after {
  background: linear-gradient(180deg, #f3f8ff 0%, #e9f2ff 100%);
  border: 2px solid transparent;
  /* 그라데이션 테두리 */
  background-clip: padding-box;
  box-shadow: 0 18px 40px rgba(31, 42, 68, 0.18);
  transform: scale(1.04);
  position: relative;
  z-index: 2;
}

/* AFTER 제목 더 강하게 */
#diff .compare-card--after .compare-card__head {
  font-size: 18px;
  font-weight: 800;
  color: #203144;
}

/* AFTER 텍스트 더 진하게 */
#diff .compare-card--after .compare-list li {
  font-weight: 600;
}

/* head */
#diff .compare-card__head {
  font-size: 20px;
  font-weight: 700;
  color: #4C5055;
  margin-bottom: 14px;
  text-align: center;
}

#diff .compare-card__head.highlight {
  color: #203144;
}

/* list */
#diff .compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#diff .compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #434856;
  word-break: keep-all;
}

#diff .compare-list--after li {
  color: #203144;
  font-weight: 500;
}

/* SVG icon pills */
#diff .compare-ico {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

#diff .compare-ico__svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* X */
#diff .compare-ico--x {
  background: #e5e7eb;
  color: #4C5055;
}

/* Check (gradient pill) */
#diff .compare-ico--check {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  color: #fff;
}

/* subtle motion on list items */
#diff .compare-card .compare-list li {
  transition: transform 0.18s ease;
}

#diff .compare-card:hover .compare-list li {
  transform: translateX(1px);
}

/* mobile */
@media (max-width: 768px) {
  #diff .compare-v2__grid {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }
  #diff .compare-card--after {
    transform: scale(1);
  }
}
/* Tip (송무관리) - Tab UI (menu / image / detail) */
.tipx {
  padding: 90px 0;
  background: #f8f9fb;
}

.tipx .container {
  padding-top: 0;
}

.tipx .section__text {
  margin-bottom: 18px;
}

.tipx-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px auto 26px;
}

.tipx-tab {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #24324a;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.18s;
}

.tipx-tab:hover {
  transform: translateY(-1px);
}

.tipx-tab.is-active {
  border-color: transparent;
  background: #111827;
  color: #fff;
}

.tipx-body {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 10px;
}

/* 이미지(원형) — 배경 없이 크게 */
.tipx-media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.tipx-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  display: none;
}

.tipx-img.is-show {
  display: block;
}

.tipx-copy {
  background: #fff;
  border-radius: 18px;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  min-height: 300px;
}

.tipx-title {
  font-size: 22px;
  font-weight: 900;
  color: #111827;
  margin: 0 0 10px;
}

.tipx-one {
  margin: 0 0 20px;
  font-size: 18px;
  color: #111827;
  line-height: 1.65;
}

.tipx-one b {
  font-weight: 900;
}

.tipx-bullets {
  margin: 0 50px 0 0;
}

.tipx-bullets li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  word-break: keep-all;
}

.tipx-bullets li i {
  position: absolute;
  left: 0;
}

.tipx-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tipx-panel {
  display: none;
}

.tipx-panel.is-show {
  display: block;
}

.tipx-img {
  display: none;
}

.tipx-img.is-show {
  display: block;
}

@media (max-width: 1024px) {
  .tipx-body {
    grid-template-columns: 1fr;
    margin: 10px;
  }
  .tipx-media {
    order: 2;
  }
  .tipx-copy {
    order: 1;
  }
  .tipx-img {
    max-width: 520px;
  }
}
/* TIPX 상단 탭: 뱃지 느낌 제거 + 메뉴(탭) 느낌 강화 */
/* ===============================
   TIP 상단 세그먼트 메뉴 (Centered)
   =============================== */
.tipx-tabs {
  display: flex;
  justify-content: center; /* ⭐ 가운데 정렬 핵심 */
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 24px auto 32px; /* ⭐ 가운데 배치 */
  padding: 6px;
  border-radius: 16px;
  background: #f3f5f9;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

/* 버튼 */
.tipx-tab {
  position: relative;
  border: 0;
  background: transparent;
  padding: 11px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  overflow: hidden;
}

/* hover */
.tipx-tab:hover {
  color: #1d4ed8;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 42, 68, 0.12), inset 0 0 0 1px rgba(37, 99, 235, 0.18);
  transform: translateY(-2px);
}

.tipx-tab:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 2px;
}

/* 활성 탭 - 그라데이션 강조 */
.tipx-tab.is-active {
  color: #fff;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  box-shadow: 0 10px 24px rgba(79, 109, 245, 0.35), 0 2px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

.tipx-tab.is-active:hover {
  color: #fff;
  box-shadow: 0 12px 28px rgba(79, 109, 245, 0.42), 0 2px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.tipx-tab.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent);
  pointer-events: none;
}

/* 모바일 → 가로 스크롤 */
@media (max-width: 1024px) {
  .tipx-tabs {
    overflow-x: auto;
    justify-content: flex-start;
    margin: 16px 5px 24px;
    box-sizing: border-box;
  }
}

.special-entry-section {
  padding: 0 0 70px;
}

.special-entry-list {
  max-width: 980px;
  margin: 38px auto 0;
  border-top: 1px solid #dbe1ea;
}

.special-entry-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 210px 1fr 112px;
  align-items: center;
  gap: 18px;
  min-height: 104px;
  padding: 12px 0;
  border-bottom: 1px solid #dbe1ea;
  color: #111827;
  text-decoration: none;
}

.special-entry-item::after {
  content: "상세보기";
  justify-self: end;
  color: #64748b;
  font-size: 15px;
  font-weight: 900;
  padding-right: 10px;
}

.special-entry-item:hover {
  padding-left: 16px;
  background: rgba(37, 99, 235, 0.04);
}

.special-entry-item:hover h3,
.special-entry-item:hover::after {
  color: #1d4ed8;
}

.special-entry-item__num {
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
}

.special-entry-item h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 900;
}

.special-entry-item p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}


.pricing-entry-section {
  padding: 0 0 76px 0;
  background: #f8fafc;
  text-align: center;
}

.pricing-entry {
  max-width: 760px;
  margin: 32px auto 0;
  padding: 24px 0;
  border-top: 1px solid #dbe1ea;
  border-bottom: 1px solid #dbe1ea;
}

.pricing-entry__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-entry__points {
  display: flex;
  justify-content: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-entry__points li {
  position: relative;
  padding-left: 16px;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}

.pricing-entry__points li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
}

.pricing-entry__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}


@media (max-width: 1024px) {
  .special-entry-section {
    padding: 64px 0;
  }

  .special-entry-list {
    padding: 0 15px;
  }

  .special-entry-item {
    grid-template-columns: 48px 1fr;
    gap: 10px 14px;
    padding: 20px 0;
  }

  .special-entry-item p {
    grid-column: 2;
  }

  .special-entry-item::after {
    grid-column: 2;
    justify-self: start;
  }

  .pricing-entry {
    margin-left: 15px;
    margin-right: 15px;
  }
}
