@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
.point-color {
  color: #EE008D;
}
* {
  font-family: 'Pretendard';
  box-sizing: border-box;
  line-height: 1.5;
  word-break: keep-all;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  margin-bottom: 0;
}
.t-underline {
  position: relative;
}
.t-underline::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  background-color: #868E96;
}
#videoModal .modal-dialog {
  max-width: 800px;
}
#videoModal iframe {
  width: 100%;
}
.modal-table {
  padding: 0;
  width: 100%;
  margin: 0;
}
.modal-table .top {
  font-weight: 600;
}
.modal-table .top-border {
  border-top: 2px solid #e9ecef;
}
.modal-table tr:nth-child(1) {
  border-bottom: 2px solid #343A40;
}
.modal-table tr td {
  padding: 16px 0;
  padding-left: 16px;
  border-bottom: 1px solid #E9ECEF;
}
.modal-table tr td:nth-child(1) {
  font-weight: 600;
  border-bottom: 0;
  background-color: #F1F3F5;
  min-width: 180px;
  width: 180px;
}
.modal-table tr td:nth-child(2) {
  min-width: 180px;
  width: 180px;
}
.pop-modal .modal-dialog {
  max-width: 1024px;
  min-width: 1024px;
}
.pop-modal .modal-body {
  padding: 64px 52px;
}
.pop-modal .btn-close {
  top: 32px;
  right: 32px;
  filter: invert(0);
}
.pop-modal h3 {
  margin-bottom: 24px;
  color: #343A40;
}

/* ¿¹¾àÇÏ±â ¸ð´Þ */
#reservation .modal-dialog {
    max-width: 700px;
    min-width: 700px;
}
#reservation .modal-body {
  padding: 64px 52px;
  margin:0 auto;
}
#reservation .title {
  text-align: center;
}
#reservation p {
  font-size: 20px;
  color: #868E96;
}
#reservation h1 {
  color: #343A40;
  font-size: 48px;
}
#reservation ul {
  margin-top: 64px;
  padding-left: 0;
  margin-bottom: 0;
}
#reservation ul li {
  display: flex;
  margin-bottom: 48px;
}
#reservation ul li:last-child {
  margin-bottom: 0;
}
#reservation ul .left {
  min-width: 318px;
  width: 318px;
  padding-right: 32px;
}
#reservation ul .left img {
  border-radius: 8px;
  width: 100%;
}
#reservation ul .text-area h4 {
  color: #EE008D;
  font-size: 28px;
  margin-bottom: 12px;
}
#reservation ul .text-area h5 {
  color: #868E96;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}
#reservation ol {
  margin: 0;
  padding: 0;
}
#reservation ol li {
  display: inline-block;
  font-size: 17px;
  color: #868E96;
  list-style: disc;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#reservation ol li:after {
  content: "|";
  padding: 0 4px 0 8px;
  color: #ADB5BD;
  opacity: 0.5;
}
#reservation ol li:last-child::after {
  display: none;
}
#reservation .btn-close {
  top: 32px;
  right: 32px;
  filter: invert(0.5);
}
#reservation table{
    width:100%;
    margin-top:30px;
}
#reservation table td,
#reservation table th {
    padding: 5px;
}
#reservation table td input {
    width:100%;
    border-radius:5px;
    border:1px solid #a5a5a5;
    padding:7px;
}
#reservation table td .btn.btn-reservation{
    width:100%;
    height:50px;
    margin-top:30px;
    background:#EE008D;
    color:#fff;
}

#reservation table td .btn.btn-reservation:hover{
    background:#bf0071;
}

#reservation input[type=checkbox]{
    display:inline-block;
}
#reservation span{
    display:inline-block;
}
#reservation .radio-group{
    width:100%;
}
#reservation .radio-group .btn.btn-default{
    border:1px solid #a5a5a5;
}

#reservation .radio-group.top-group .btn.btn-default{
    border-bottom:none;
}

#reservation .error-border {
    border: 2px solid #ff0000 !important;
}

/* process ¸ð´Þ */
#process .modal-dialog {
    max-width: 1024px;
    min-width: 1024px;
}
#process .modal-body {
  padding: 64px 52px;
}
#process .title {
  text-align: center;
}
#process p {
  font-size: 20px;
  color: #868E96;
}
#process h1 {
  color: #343A40;
  font-size: 48px;
}
#process ul {
  margin-top: 64px;
  padding-left: 0;
  margin-bottom: 0;
}
#process ul li {
  display: flex;
  margin-bottom: 48px;
}
#process ul li:last-child {
  margin-bottom: 0;
}
#process ul .left {
  min-width: 318px;
  width: 318px;
  padding-right: 32px;
}
#process ul .left img {
  border-radius: 8px;
  width: 100%;
}
#process ul .text-area h4 {
  color: #EE008D;
  font-size: 28px;
  margin-bottom: 12px;
}
#process ul .text-area h5 {
  color: #868E96;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}
#process ol {
  margin: 0;
  padding: 0;
}
#process ol li {
  display: inline-block;
  font-size: 17px;
  color: #868E96;
  list-style: disc;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#process ol li:after {
  content: "|";
  padding: 0 4px 0 8px;
  color: #ADB5BD;
  opacity: 0.5;
}
#process ol li:last-child::after {
  display: none;
}
#process .btn-close {
  top: 32px;
  right: 32px;
  filter: invert(0.5);
}

/* process ¸ð´Þ */
#process .modal-dialog {
  max-width: 1024px;
  min-width: 1024px;
}
#process .modal-body {
  padding: 64px 52px;
}
#process .title {
  text-align: center;
}
#process p {
  font-size: 20px;
  color: #868E96;
}
#process h1 {
  color: #343A40;
  font-size: 48px;
}
#process ul {
  margin-top: 64px;
  padding-left: 0;
  margin-bottom: 0;
}
#process ul li {
  display: flex;
  margin-bottom: 48px;
}
#process ul li:last-child {
  margin-bottom: 0;
}
#process ul .left {
  min-width: 318px;
  width: 318px;
  padding-right: 32px;
}
#process ul .left img {
  border-radius: 8px;
  width: 100%;
}
#process ul .text-area h4 {
  color: #EE008D;
  font-size: 28px;
  margin-bottom: 12px;
}
#process ul .text-area h5 {
  color: #868E96;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}
#process ol {
  margin: 0;
  padding: 0;
}
#process ol li {
  display: inline-block;
  font-size: 17px;
  color: #868E96;
  list-style: disc;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#process ol li:after {
  content: "|";
  padding: 0 4px 0 8px;
  color: #ADB5BD;
  opacity: 0.5;
}
#process ol li:last-child::after {
  display: none;
}
#process .btn-close {
  top: 32px;
  right: 32px;
  filter: invert(0.5);
}
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 800;
}
h2 {
  font-size: 40px;
  font-weight: 800;
  color: #343A40;
}
h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
}
h4 {
  font-size: 24px;
  font-weight: 800;
  color: #343A40;
}
h5 {
  font-size: 22px;
  font-weight: 700;
  color: #343A40;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #868E96;
}
header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-left: 30px;
  padding-top: 24px;
}
header .logo {
  width: 94px;
}
.container {
  min-width: 1440px;
  max-width: 1440px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
}
#hero {
  min-width: 1440px;
  height: 560px;
  position: relative;
  background: url(/images/Biz/hero-background.png) no-repeat;
  background-size: cover;
}
#hero .ab {
  position: absolute;
  width: 100%;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#hero .ab h3 {
  margin-bottom: 8px;
  font-size:55px;
}
#hero .ab h4 {
  color:#fff;
  font-weight:300;
  margin-top:25px;
}
#hero .alert-box {
  display:flex;
  justify-content:space-around;
  padding: 64px;
  text-align: center;
  background-color: #EE008D;
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  font-size: 40px;
  transform: translateX(-50%);
  font-weight: 700;
  color: #fff;
  bottom: -70px;
  border-radius: 16px;
  height:228px;
}

#hero .alert-box .overay-blue{
    position: absolute;
    background: #3131ff;
    width: 500px;
    height: 228px;
    left: 0;
    top: 0;
    border-radius: 16px 1px 1px 16px;
}

#hero .alert-box .overay-orange{
    position: absolute;
    background: #d44602;
    width: 440px;
    height: 228px;
    left: 500px;
    top: 0;
}
#hero .alert-box .devider-1{
    display:block;
    position:absolute;
    width:1px; 
    height:80%;
    border:1px solid #ffffff;
    left:500px;
    top:10%;
}
#hero .alert-box .devider-2{
    display:block;
    position:absolute;
    width:1px; 
    height:80%;
    border:1px solid #ffffff;
    left:940px;
    top:10%;
}
#hero .alert-box i{
  color:#ffffff;
  float:left;
  font-size:100px;
  font-weight:300;
}

#hero .alert-box p{
    float:left;
    font-size:33px;
    color:#ffffff;
    margin-left:50px;
    font-weight:bolder;
}


#processview i{
  color:#ffffff;
  float:left;
  font-size:30px;
  font-weight:300;
}

#processview {
    position: absolute;
    right: 0;
    top: -80px;
    background-color: #EE008D;
    border-radius: 8px;
    padding: 10px 20px;
}

#processview i{
  color:#ffffff;
  float:left;
  font-size:35px;
  font-weight:300;
}

#processview p{
    float: left;
    font-size: 33px;
    color: #ffffff;
    margin-left: 50px;
    font-weight: bolder;
    margin-left:10px;
    font-size:25px;
}

.side-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #EE008D;
  width: 120px;
  z-index: 10;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.side-menu a {
  padding: 24px 0;
  display: block;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.side-menu a::before {
  position: absolute;
  width: 72px;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.side-menu a:last-child::before {
  display: none;
}
.side-menu p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  width: 100%;
  text-align: center;
}
.side-menu [class*=fa] {
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
}
.content {
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.content .container {
  display: flex;
}
.content .left-menu {
  width: 464px;
  padding-right: 48px;
  position: relative;
}
.content .left-menu p {
  font-size: 20px;
}
.content .right-menu {
  width: calc(100% - 492px);
  position: relative;
}
.content h2 {
  margin-bottom: 24px;
}
.content a {
  color: #868E96;
  text-decoration: none;
}
.content a:hover {
  color: #868E96;
}
.content-1 {
  padding-top: 160px;
}
.content-2 {
  background-color: #f7f7f7;
}
.content-4 {
  background-color: #f7f7f7;
}
.intro {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  margin: -32px 0;
}
.intro li {
  padding: 32px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.intro li img {
  height: 120px;
  width: auto;
  margin-bottom: 24px;
}
.intro li h4 {
  margin-bottom: 8px;
}
.intro li p {
  padding: 0 24px;
}
.intro li a {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.intro li:hover {
  background-color: #F8F9FA;
}
.process-tab {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  gap: 48px;
  justify-content: center;
  padding-top: 48px;
}
.process-tab div {
  position: relative;
  cursor: pointer;
}
.process-tab div.selected {
  color: #EE008D;
}
.process-tab div.selected::after {
  position: absolute;
  content: "";
  height: 3px;
  left: 0;
  bottom: -12px;
  width: 100%;
  background-color: #EE008D;
}
.tab-wrap .tab-content {
  display: none;
}
.tab-wrap .tab-content.active {
  display: block;
}
.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 48px;
  box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
}
.step li h4 {
  margin-bottom: 8px;
}
.step li [class*=fa] {
  margin-top: 32px;
  display: block;
  font-size: 40px;
  color: #EE008D;
}
.step li p {
  font-size: 18px;
}
.step-list .left {
  position: relative;
  cursor: pointer;
}
.step-list .left::before {
  transition: all 0.3s ease-in-out;
  content: "";
  width: calc(100% - 32px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 8px;
}
.step-list .left:hover::before {
  content: "";
  width: calc(100% - 32px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  border-radius: 8px;
}
.step-list .left:hover::after {
  top: 10px;
  right: 42px;
  position: absolute;
  content: "\f31d";
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  z-index: 20;
}
.step-list .left.not-hover {
  cursor: initial;
}
.step-list .left.not-hover:hover::before,
.step-list .left.not-hover:hover::after {
  display: none;
}
.step-list-02 li {
  flex-wrap: wrap;
}
.step-list-02 li img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #f7f7f7;
}
.step-list-02 li p.sub-title {
  font-size: 28px;
  color: #EE008D !important;
  font-weight: 800;
  margin-bottom: 12px;
}
.review {
  gap: 32px;
}
.review-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.review-area-item {
  width: 100%;
  box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #E9ECEF;
  display: grid;
  grid-row-gap: 16px;
}
.review-area-item h5 {
  margin-bottom: 0;
}
.review-area-item p {
  font-weight: 400;
}
.review-area-item .profile-area {
  display: flex;
  gap: 18px;
}
.review-area-item .profile-area-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.review-area-item .profile-area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-area-item .profile-area .title {
  font-weight: 700;
  color: #343A40;
  font-size: 18px;
  line-height: 20px;
}
.review-area-item .profile-area .date {
  color: #ADB5BD;
  font-size: 18px;
  line-height: 20px;
}
.review-area-item .profile-area .d-flex {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.review-area-link {
  font-weight: 500;
  color: #343A40 !important;
}
.video-area {
  display: block;
  left: -24px;
  overflow: hidden;
  height: fit-content;
  bottom: -64px;
  padding-right: 12px;
  position: absolute;
}
.video-area img {
  width: 100%;
}
footer {
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-size: 20px;
}
footer ul li {
  list-style: disc;
}
#firstModal .first-modal-link {
  height: 136px;
  position: absolute;
  left: 0;
  bottom: 146px;
  width: 100%;
}
#firstModal .btn-close {
  top: 24px;
  right: 24px;
  filter: invert(0.5);
}
#firstModal .modal-dialog {
  max-width: 700px;
  min-width: 700px;
}
#firstModal .modal-content {
  border-radius: 24px;
  background: url(/images/Biz/modal-background.png) no-repeat;
  background-size: cover ;
  border: 0;
}
#firstModal .modal-body {
  border-radius: 0;
  padding: 24px 40px 48px 30px;
}
#firstModal .modal-body img {
  width: 100%;
}
#firstModal .btn-set {
  display: flex;
  gap: 14px;
  width: fit-content;
  margin: auto;
  margin-top: 28px;
}
#firstModal .btn-set button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CBBDC5;
  border: 2px solid #CBBDC5;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 8px;
  background: none;
  font-size: 15px;
}
#imageModal {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
}
#imageModal .modal-dialog {
  max-width: 800px;
}
#imageModal .modal-content {
  background: initial;
}
#imageModal img {
  width: 100%;
}
.gradient {
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  background: #ee008d;
  min-width: 2050px;
  width: 100%;
  height: 1868px;
  background: radial-gradient(circle, #ee008d 0%, rgba(255, 255, 255, 0.1) 80%);
  opacity: 0.1;
  z-index: 0;
}
.btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  filter: invert(1);
  opacity: 1;
  z-index: 10;
}
.modal-body {
  padding: 0;
}
.main-footer {
  padding-bottom: 48px;
  padding-top: 48px;
  background-color: #fff;
}
.main-footer ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.main-footer ul li {
  display: inline-block;
  padding: 0 10px;
}
.download {
  width: 220px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background-color: #EE008D;
  margin: auto;
  height: 60px;
}
.download i {
  margin-right: 8px;
}
.download:hover {
  color: #fff;
}

.flip {
    animation: flip-icon 0.3s ease-in-out;
}

@keyframes flip-icon {
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
.jdropdown{
    width:100% !important;
}
.jdropdown-default .jdropdown-group-name {
    font-size: 20px;
}