@charset "UTF-8";
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;  
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Wanted Sans";
  src: url("../fonts/wanted-sans/WantedSans-ExtraBlack.woff2") format("woff2");
  font-weight: 1000;
  font-display: swap;
}
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.extra-heavy {
  font-weight: 1000;
}

@font-face {
  font-family: "GangwonEduPower";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.logo-font {
  font-family: "rl-aqva", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

.banner-font {
  font-family: "GangwonEduPower", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.poppins {
  font-family: "Poppins", serif !important;
}

:root {
  --vh: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Wanted Sans", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}

input,
select,
textarea,
fieldset,
button {
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: auto;
  border: 0;
  cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder, textarea::placeholder {
  color: #999999;
}

table {
  border-collapse: collapse;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

strong > * {
  font-weight: 700;
}

b {
  font-weight: 700;
}

b > * {
  font-weight: 700;
}

strong em {
  font-weight: 700;
}

textarea {
  resize: none;
}

.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

p {
  margin: 0;
}

label {
  font-weight: 400;
}

input {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  height: 2.25rem;
}

textarea {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  padding: 1.25rem;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #121212;
}

.text-dark {
  color: #333333;
}

.text-blue {
  color: #475AF6;
}

.text-dark-blue {
  color: #215AB6;
}

.text-heavy-black {
  color: #0e0c0c;
}

.text-red {
  color: #C51F4E;
}

.text-orange {
  color: #FF7038;
}

.text-orange2 {
  color: #FF8800;
}

.text-green {
  color: #2AB574;
}

.text-gold {
  color: #EFB602;
}

.text-pink {
  color: #E85780;
}

.text-gray {
  color: #5A5C63;
}

.text-light-gray {
  color: #878A93;
}

.text-border {
  color: #EAEBEC;
}

.text-list-border {
  color: #e3e3e3;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #121212;
}

.bg-dark {
  background-color: #333333;
}

.bg-blue {
  background-color: #475AF6;
}

.bg-dark-blue {
  background-color: #215AB6;
}

.bg-heavy-black {
  background-color: #0e0c0c;
}

.bg-red {
  background-color: #C51F4E;
}

.bg-orange {
  background-color: #FF7038;
}

.bg-orange2 {
  background-color: #FF8800;
}

.bg-green {
  background-color: #2AB574;
}

.bg-gold {
  background-color: #EFB602;
}

.bg-pink {
  background-color: #E85780;
}

.bg-gray {
  background-color: #5A5C63;
}

.bg-light-gray {
  background-color: #878A93;
}

.bg-border {
  background-color: #EAEBEC;
}

.bg-list-border {
  background-color: #e3e3e3;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.ml-7 {
  margin-left: 3.5rem !important;
}

.mr-7 {
  margin-right: 3.5rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.pl-7 {
  padding-left: 3.5rem !important;
}

.pr-7 {
  padding-right: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.ml-9 {
  margin-left: 4.5rem !important;
}

.mr-9 {
  margin-right: 4.5rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.pl-9 {
  padding-left: 4.5rem !important;
}

.pr-9 {
  padding-right: 4.5rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.mo-view {
  display: none !important;
}

.tarblet-view {
  display: none !important;
}

.container {
  padding: 0 0.9375rem;
  max-width: 120rem;
  margin: 0 auto;
}

.main-container {
  min-width: 95rem;
  max-width: 95rem;
  margin: 0 auto;
}
.main-container.last {
  padding-bottom: 12.5rem;
}

/*
body.main .header a {
  color: #ffffff;
}
body.main .header a:hover {
  color: #FF7038;
}
body.main .header.on a {
  color: #121212;
}
body.main .header.on a:hover {
  color: #FF7038;
}
*/

.header {
  width: 100%;
  position: relative;
  background-color: transparent;
  width: 100%;
  min-width: 95rem;
  position: sticky;
  top: 0;
  z-index: 10;
}

/*
.header.on {
  position: sticky;
  top: 0;
  left: 0;
}
.header a {
  color: #121212;
}
.header.on {
  background-color: #ffffff;
  color: #121212;
}
.header.on a {
  color: #121212;
}
.header.on a:hover {
  color: #FF7038;
}
.header.sc-down {
  position: fixed;
  top: 0;
  left: 0;
}
*/


.header.on,
.header.open {
	position: sticky;
	top: 0;
	left: 0;
	background: #ffffff;
	color: #121212;
}

.header.on a,
.header.open a {
  color: #121212;
}

.header.on a:hover,
.header.open a:hover,
.header.open a.selected,
.header nav > ul > li > a.selected,
.header.open .depth2 a:hover {
  color: #FF7038;
}
.header.sc-down {
  position: fixed;
  top: 0;
  left: 0;
}

.header.open:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 6.875rem;
    content: "";
    background: #fff;
    border-radius: 0;
    height: 5.625rem;
    z-index: -1;
    transition: height 200ms ease-out, opacity 200ms, border-radius 200ms;
    transition-delay: 0ms, 100ms, 0ms;
}
.header.open:after{
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid #E5E5E5;
    pointer-events: none;
}

.header .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 6.875rem;
}
.header nav {
  margin-left: calc((10rem - 7.5rem) / 2);
}
.header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  margin-top: 1rem;
}
.header nav > ul > li > a {
  display: inline-block;
  /*padding: 1.875rem 1.625rem 0.625rem 1.625rem;*/
  padding: 1.875rem 1.625rem 2rem;
  font-weight: 600;
  font-size: 1.25rem;
}
/*
.header nav > ul > li > a:hover {
  color: #FF7038;
}
*/

.header nav > ul > li.on > a:after,
.header nav > ul > li > a:hover:after,
.header nav > ul > li > a.selected:after{
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -3px;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #FF7038;
}

.header nav > ul > li ul li a {
  display: block;
}
.header .sub-nav {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
}
.header .sub-nav.active {
  display: block;
  padding: 3.125rem;
}


/* 2025.04 depth2 추가*/

.header nav > ul > li{
  position:relative;
}

.header nav > ul > li:hover > a,
.header.on nav > ul > li:hover > a{
	color: #FF7038;
}

.header nav .depth2 {
	position:absolute;
	top: 4.5rem;
	left: 1.625rem;
	width: 30rem;
	padding: 60px 0;
	display: none;
}
.header nav .depth2 a{
	margin-right: 3.75rem;
	font-weight: 600;
	font-size: 1.125rem;
	color: #5A5C63;
}
.header nav .depth2 a:last-child{
	margin-right: 0;
}
body.main .header.open .depth2 a{
	color: #5A5C63;
}
.header nav .depth2.open {
	display: block;
}

footer {
  background-color: #F7F7F8;
  /* 2025-03-01 추가 */
  min-width: 96.25rem;
}
footer .btn-contact-us {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 13.75rem;
  margin: 9.375rem 0 7.1875rem;
  position: relative;
  font-size: 12.375rem;
  line-height: 1;
  color: #121212;
  font-weight: 700;
}
footer .btn-contact-us::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11.25rem;
  height: 11.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/circle-arrow-r.png);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .btn-contact-us:hover::after {
  background-image: url(../img/circle-arrow-orange-r.png);
}
footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0 0;*/
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0 4.688rem;  
  border-top: 0.0625rem solid #EAEBEC;
}
footer .footer-info .company {
  display: block;
}
footer .footer-info .company .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #878A93;
/*  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}
footer .footer-info .company .info .logo {
  font-size: 1.25rem;
  color: #878A93;
  font-weight: 900;
  /*margin-right: auto;*/
}
footer .address {
  /*font-size: 1rem;*/
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #878A93;
}
footer .footer-nav {
  /*margin-top: 1rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-nav li {
  /*font-size: 1.125rem;
  font-weight: 600;*/
  position: relative;
  padding: 0 0.75rem;
  line-height: 1;  
}
footer .footer-nav li a {
  color: #878A93;
  font-weight: 600;
  font-size: 0.875rem;
}
/*
footer .footer-nav li:not(:last-child) {
  padding-right: 0.8125rem;
  margin-right: 0.75rem;
}
*/
footer .footer-nav li:not(:last-child)::after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  position: absolute;
  background-color: #E1E2E4;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .telephone li {
  /* 2025-03-06 : 푸터 전화변호 아이콘 추가 및 변경 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .telephone li .icon {
  margin-right: 0.625rem;
}
footer .telephone li span {
  margin-right: 0.375rem;
}
footer .telephone li span, footer .telephone li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333438;
}
footer .telephone li:not(:last-child) {
  margin-right: 1rem;
}
footer .tel-copy {
  padding-top: 1rem;	
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 0 5.625rem;*/
}
footer .tel-copy .copy {
  margin-top: 0.375rem;
  	
  color: #878A93;
  font-size: 0.75rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn.btn-round {
  border-radius: 6.25rem;
}
.btn.btn-round.btn-more {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-round.btn-more .icon {
  margin-left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-round.btn-more:hover {
  background-color: #FF7038;
  border-color: #FF7038;
  color: #ffffff;
}
.btn.btn-round.btn-more:hover .icon {
  background-image: url("../img/icon/icon-plus-circle-white.svg");
}
.btn.btn-gray-outline {
  border: 0.0625rem solid #EAEBEC;
}
.btn.btn-default {
  padding: 0.84375rem 1.52625rem;
  background-color: #ffffff;
  font-size: 1rem;
}
.btn.btn-more-circle {
  position: relative;
  width: 7.8125rem;
}
.btn.btn-more-circle:hover .circle {
  position: absolute;
  border: 0.0625rem solid #EAEBEC;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  right: 0.9375rem;
  background-color: #FF7038;
}
.btn.btn-more-circle:hover .circle::before, .btn.btn-more-circle:hover .circle::after {
  background-color: #ffffff;
}
.btn.btn-more-circle:hover .text {
  background-color: transparent;
}
.btn.btn-more-circle .circle {
  position: absolute;
  border: 0.0625rem solid #EAEBEC;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-more-circle .circle:hover {
  background-color: #FF7038;
}
.btn.btn-more-circle .circle:hover::before, .btn.btn-more-circle .circle:hover::after {
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-more-circle .circle:hover span {
  background-color: transparent;
}
.btn.btn-more-circle .circle::before, .btn.btn-more-circle .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.125rem;
  background-color: #FF7038;
}
.btn.btn-more-circle .circle::before {
  width: 0.125rem;
  height: 0.75rem;
}
.btn.btn-more-circle .circle::after {
  width: 0.75rem;
  height: 0.125rem;
}
.btn.btn-more-circle .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0;
  background-color: #ffffff;
  white-space: nowrap;
  z-index: 3;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn.btn-circle-arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #5A5C63;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/Arrow_R.png);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-circle-arrow:hover {
  background-color: #FF7038;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.icon.icon-service-color1 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color1.png");
}
.icon.icon-service-color2 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color2.png");
}
.icon.icon-service-color3 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color3.png");
}
.icon.icon-service-color4 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color4.png");
}
.icon.icon-service-color-white1 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color-white1.png");
}
.icon.icon-service-color-white2 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color-white2.png");
}
.icon.icon-service-color-white3 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color-white3.png");
}
.icon.icon-service-color-white4 {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon/icon-service-color-white4.png");
}
.icon.icon-service-dark1 {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon/icon-service-dark1.png");
}
.icon.icon-service-dark2 {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon/icon-service-dark2.png");
}
.icon.icon-service-dark3 {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon/icon-service-dark3.png");
}
.icon.icon-service-dark4 {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../img/icon/icon-service-dark4.png");
}
.icon.icon-plus-circle-orange {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icon/icon-plus-circle-orange.svg");
}
.icon.icon-membership {
  width: 2.875rem;
  height: 2.875rem;
  background-image: url("../img/icon/icon-membership.png");
}
.icon.icon-circle-arrow-r {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/icon/icon-circle-arrow-r.png");
}

.icon.icon-white-arrow-r {
  background-image: url(../img/deco/ico_white_arrow_r.svg);
  width: 1.75rem;
  height: 1.75rem;
}

body.scroll-off {
  overflow: hidden;
}
body.scroll-off .mask {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* 2025-02-27 .mask 시간 수정 */
.mask {
  -webkit-mask-image: radial-gradient(circle, black 10%, rgba(255, 255, 255, 0) 10%);
          mask-image: radial-gradient(circle, black 10%, rgba(255, 255, 255, 0) 10%);
  -webkit-mask-size: 20% 20%;
          mask-size: 20% 20%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-animation-name: circle;
          animation-name: circle;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* animation-direction: alternate; */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@-webkit-keyframes circle {
  0% {
    -webkit-mask-size: 10% 10%;
            mask-size: 10% 10%;
  }
  100% {
    -webkit-mask-size: 10000% 10000%;
            mask-size: 10000% 10000%;
  }
}

@keyframes circle {
  0% {
    -webkit-mask-size: 10% 10%;
            mask-size: 10% 10%;
  }
  100% {
    -webkit-mask-size: 10000% 10000%;
            mask-size: 10000% 10000%;
  }
}
.main-visual-wrap {
  position: relative;
  /* 2025-02-27 bullet 위치 수정 */
}
.main-visual-wrap .swiper.visual {
  width: 100%;
  height: 100%;
}
.main-visual-wrap .swiper.visual .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual-wrap .swiper.visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual-wrap .swiper.visual .swiper-slide .background {
  position: relative;
  width: 100%;
  padding-bottom: 50.52%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-visual-wrap .swiper.visual .swiper-slide .background:nth-child(1) {
  background-image: url(../img/main_visual-01.png);
}
.main-visual-wrap .swiper.visual .swiper-slide .background:nth-child(2) {
  background-image: url(../img/main_visual-02.png);
}
.main-visual-wrap .swiper.visual .swiper-slide .background:nth-child(3) {
  background-image: url(../img/main_visual-03.png);
}
.main-visual-wrap .swiper.visual .swiper-slide .background:nth-child(4) {
  background-image: url(../img/main_visual-04.png);
}
.main-visual-wrap .swiper.visual .swiper-slide .background .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
}
.main-visual-wrap .swiper.visual .swiper-slide .background .slide-content .visual-title {
  /* 2025-02-27 : .visual-title 상하 간격 수정 */
  color: #ffffff;
  font-size: 5.625rem;
  line-height: 1.25;
  margin-top: 14rem;
}
.main-visual-wrap .swiper.visual .swiper-slide .background .slide-content .visual-content {
  color: #ffffff;
  font-size: 5.375rem;
  line-height: 1.25;
  font-weight: 700;
}
.main-visual-wrap .swiper.visual .swiper-slide .visual-button {
  margin-top: ppt(24);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1.25rem;
  border-radius: 6.25rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  border: 0.0625rem solid #ffffff;
}
.main-visual-wrap .swiper.visual .swiper-slide .visual-button .icon {
  margin-left: 0.75rem;
}
.main-visual-wrap .visual-pagination {
  max-width: 30.875rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  bottom: 8.125rem;
  left: 50%;
  -webkit-transform: translateX(-47.5rem);
          transform: translateX(-47.5rem);
}
.main-visual-wrap .visual-pagination .bullet {
  overflow: hidden;
  min-width: 5.375rem;
  max-width: 5.375rem;
  width: 5.375rem !important;
  height: 5.375rem;
  border-radius: 6.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid transparent;
  cursor: pointer;
}
.main-visual-wrap .visual-pagination .bullet.active {
  max-width: 9.75rem;
  min-width: 9.75rem;
  width: 9.75rem !important;
  border-color: #FF7038;
}
.main-visual-wrap .visual-pagination .bullet .paging-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6.25rem;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8.125rem 0 4.375rem;
  font-size: 4.5rem;
  font-weight: 900 !important;
  text-align: center;
}
.main-title .logo-font {
  font-size: 5.625rem;
  margin-top: 0.5rem;
}

.main-service {
  position: relative;
  min-width: 87.5rem;
  max-width: 87.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36.25rem;
  margin: 0 auto;
}
.main-service .contents-wrap {
  position: relative;
  display: none;
}
.main-service .contents-wrap .phone-screen {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #121212;
  border-radius: 0 0 25rem 25rem;
}
.main-service .contents-wrap .contents {
  position: absolute;
  top: 2.5rem;
  width: calc(150% - 3.75rem);
}
.main-service .contents-wrap .contents .service-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.main-service .contents-wrap .contents .service-title .icon {
  margin-top: -0.0625rem;
}
.main-service .contents-wrap .contents .description {
  font-size: 1.25rem;
  color: #878A93;
  margin: 0.75rem 0 1.25rem;
  line-height: 1.5;
}
.main-service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.main-service .item:not(:last-child) {
  margin-right: 3.75rem;
}
.main-service .item.on:hover:nth-child(1) .box::after {
  background-color: #475AF6;
}
.main-service .item.on:hover:nth-child(2) .box::after {
  background-color: #FF7038;
}
.main-service .item.on:hover:nth-child(3) .box::after {
  background-color: #2AB574;
}
.main-service .item.on:hover:nth-child(4) .box::after {
  background-color: #FFC200;
}
.main-service .item:nth-child(1) .box::after {
  background-color: #E5E8FD;
}
.main-service .item:nth-child(1).active .box::after {
  background-color: #475AF6;
}
.main-service .item:nth-child(1).active .box .contents-wrap .contents {
  left: calc(100% + 3.75rem);
}
.main-service .item:nth-child(2) .box::after {
  background-color: #FFE6D0;
}
.main-service .item:nth-child(2).active .box::after {
  background-color: #FF7038;
}
.main-service .item:nth-child(2).active .box .contents-wrap .contents {
  left: calc(100% + 3.75rem);
}
.main-service .item:nth-child(3) .box::after {
  background-color: #DDFBED;
}
.main-service .item:nth-child(3).active .box::after {
  background-color: #2AB574;
}
.main-service .item:nth-child(3).active .box .contents-wrap .contents {
  right: calc(100% + 3.75rem);
  width: 25rem;
}
.main-service .item:nth-child(4) .box::after {
  background-color: #FFF1C6;
}
.main-service .item:nth-child(4).active .box::after {
  background-color: #FFC200;
}
.main-service .item:nth-child(4).active .box .contents-wrap .contents {
  right: calc(100% + 3.75rem);
  width: 25rem;
}
.main-service .item.active {
  background-color: transparent;
  max-width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
.main-service .item.active .contents-wrap {
  display: block;
}
.main-service .item.active .phone-screen {
  opacity: 1;
  z-index: 2;
}
.main-service .item.active .box > .icon {
  opacity: 0;
  z-index: -2;
}
.main-service .item .box {
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-service .item .box::after {
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.main-service .item .box > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
}
.main-service .item .phone-screen {
  position: absolute;
  width: 100%;
  padding-bottom: calc(100% + 1.25rem);
  overflow: hidden;
  opacity: 0;
  top: -1.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 0 18.75rem 18.75rem;
  z-index: -1;
  border: 0.0625rem solid transparent;
}
.main-service .item .phone-screen .circle-shadow {
  position: absolute;
  width: 100%;
  top: unset;
  bottom: 0;
  z-index: 5;
}
.main-service .item .phone-screen img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem 0 3.5rem;
}
.main-title-line.news {
  margin-top: 12.5rem;
}
.main-title-line.community {
  margin-top: 12.5rem;
}
.main-title-line .title {
  font-size: 4rem;
  font-weight: 700;
}

.rally-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rally-section .item {
  width: calc((100% - 4.25rem) / 3);
  position: relative;
}
.rally-section .item .content-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 74.38%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rally-section .item .content-wrap .ribbon {
  border-radius: 6.25rem;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.75rem 2.8125rem;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: 0;
}
.rally-section .item .content-wrap .ribbon.orange {
  background-color: #FFC338;
}
.rally-section .item .content-wrap .ribbon.green {
  background-color: #2AB574;
}
.rally-section .item .content-wrap .btn-circle-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rally-section .item .content-wrap .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rally-section .item .content-wrap .content .rally-title {
  margin-top: 5.75rem;
  margin-left: 2.5rem;
  color: #ffffff;
  font-size: 2.375rem;
  line-height: 1.2;
}
.rally-section .item .content-wrap .content .rally-period {
  position: absolute;
  width: calc(100% - 7.875rem);
  left: -0.375rem;
  bottom: 2.5rem;
  margin-left: 2.125rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 1.0625rem 1.25rem;
}
.rally-section .item .content-wrap .content .rally-period .period-title {
  font-weight: 700;
}
.rally-section .item .content-wrap .content .rally-period .period-date {
  display: inline-block;
  font-weight: 400;
  margin-left: 1.25rem;
}
.rally-section .item:not(:last-child) {
  margin-right: 2.125rem;
}
.rally-section .item:nth-child(1) .content-wrap {
  background-image: url(../img/rally-bg-01.png);
}
.rally-section .item:nth-child(1) .content-wrap .content .rally-period {
  background-color: #7CF2D6;
}
.rally-section .item:nth-child(1) .content-wrap .content .rally-period .period-title, .rally-section .item:nth-child(1) .content-wrap .content .rally-period .period-date {
  color: #007F62;
}
.rally-section .item:nth-child(2) .content-wrap {
  background-image: url(../img/rally-bg-02.png);
}
.rally-section .item:nth-child(2) .content-wrap .content .rally-period {
  background-color: #B8F4FF;
}
.rally-section .item:nth-child(2) .content-wrap .content .rally-period .period-title, .rally-section .item:nth-child(2) .content-wrap .content .rally-period .period-date {
  color: #066C99;
}
.rally-section .item:nth-child(3) .content-wrap {
  background-image: url(../img/rally-bg-03.png);
}
.rally-section .item:nth-child(3) .content-wrap .content .rally-period {
  background-color: #C9E890;
}
.rally-section .item:nth-child(3) .content-wrap .content .rally-period .period-title, .rally-section .item:nth-child(3) .content-wrap .content .rally-period .period-date {
  color: #007F62;
}

.community-list {
  padding-bottom: 12.5rem;
}
.community-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.25rem 0;
  border-bottom: 0.0625rem solid #EAEBEC;
}
.community-list li .community-content {
  width: calc(100% - 6.25rem);
}
.community-list li .community-date {
  width: 6.25rem;
  padding-top: 1.625rem;
  padding-right: 1.5rem;
  text-align: right;
  color: #AEB0B6;
}
.community-list li:first-child {
  padding-top: 0;
}
.community-list li .list-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.community-list li .list-title-bar .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.625rem;
  height: 2.1875rem;
  border-radius: 6.25rem;
  font-size: 1rem;
  border: 0.0625rem solid #EAEBEC;
  font-weight: 600;
}
.community-list li .list-title-bar .category.notice {
  color: #FF7038;
}
.community-list li .list-title-bar .category.news {
  color: #283497;
}
.community-list li .list-title-bar .category.event {
  color: #2AB574;
}
.community-list li .list-title-bar .list-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0.75rem;
  color: #121212;
}
.community-list li .list-title-bar .list-title a {
  color: #121212;
}
.community-list li .list-content {
  color: #878A93;
  margin-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.community-list li .list-content a {
  color: #878A93;
}

.page-title-box {
  padding: 6.25rem 0 5rem;
  margin-top: 6.875rem;
}
.page-title-box .page-sub-title {
  color: #878A93;
  font-size: 1.75rem;
  font-weight: 800;
}
.page-title-box .page-title {
  display: block;
  margin-top: 0.75rem;
  font-size: 5rem;
  font-weight: 900;
}
.page-title-box + .page-title-bar {
  margin-top: 0;
}

.app-launch-section .main-title {
  padding: 0;
  font-size: 3.125rem;
}
.app-launch-section .main-title .logo-font {
  font-size: 3.375rem;
}
.app-launch-section .app-launch-desc {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #878A93;
  text-align: center;
  font-size: 1.5rem;
}
.app-launch-section .app-launch-content {
border-radius: 6.25rem;
  background-color: #F4F5FF;
  position: relative;
  /* 2025-03-04 : 위치 수정 */
  margin-top: 26.25rem;
  text-align: center;
  /* 2025-03-04 : 위치 수정 */
  padding: 31.25rem 0 8.75rem;
}
.app-launch-section .app-launch-content .app-launch-phone-screen {
  position: absolute;
  left: 50%;
  /* 2025-03-04 : 위치 수정 */
  top: -15.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -100px auto 0 auto;
}
.app-launch-section .app-launch-content .app-launch-phone-screen .item:not(:last-child) {
  margin-right: 0;
}
.app-launch-section .app-launch-content .app-launch-phone-screen .item + .item {
  margin-left: 1.25rem;
}
.app-launch-section .app-launch-content .app-launch-content-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.app-launch-section .app-launch-content .app-launch-content-list li {
  width: 16.25rem;
  height: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 50%;
}
.app-launch-section .app-launch-content .app-launch-content-list li .icon {
  width: 2.875rem;
  height: 2.875rem;
}
.app-launch-section .app-launch-content .app-launch-content-list li:not(:last-child) {
  margin-right: 5rem;
}
.app-launch-section .app-launch-content .app-launch-content-list li .app-launch-content-list-desc {
  display: inline-block;
  margin-top: 1.5rem;
}

.page-title-bar {
  margin-top: 10rem;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-title-bar .title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
}
.page-title-bar .more {
  color: #5A5C63;
  font-size: 1rem;
  line-height: 1.25;
  padding-right: 1.75rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon-plus.png);
}

.barnch-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 52px;
}
.barnch-status li {
  width: calc((100% - 6.5rem) / 3);
}
.barnch-status li:not(:last-child) {
  margin-right: 52px;
}
.barnch-status li .image {
  width: 100%;
  /* height: 19rem; */
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.barnch-status li .container {
  margin: 30px 0px 24px 0px;
  width: 100%;
  display: flex;
  align-items: center; /* 세로 중앙 정렬 */
  justify-content: start; /* 가로 중앙 정렬 */
  padding: 0;
  gap: 0.75rem;
  cursor: pointer;
}

.barnch-status li .title {
  /* width: 100%; */
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 130%;
  color: #121212;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.barnch-status li .container .arrow {
  max-width: 100%;
  vertical-align: center;	
  width: 16px;
  height: 16px;
  background-image: url('/img/deco/arrow.png'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.barnch-status li .content {
  margin-top: 1.5rem;
}
.barnch-status li .content .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 2.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #EAEBEC;
  border-radius: 0.4375rem;
  color: #5A5C63;
}
.barnch-status li .content .text {
  width: calc(100% - 5rem);
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 1rem;
  color: #5A5C63;
}
.barnch-status li .content .addr, .barnch-status li .content .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
.barnch-status li .content .addr .text {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  max-height: 3.75rem;
}
.barnch-status li .content .inquiry {
  margin-top: 0.5rem;
}
.barnch-status li .content .inquiry .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-wrapper {
  position: relative;
}
.review-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-color: #F7F7F8;
  z-index: 0;
}

.reviews:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: aqua;
}
.reviews .swiper-wrapper {
  height: auto;
  position: relative;
}
.reviews .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
}
.reviews .swiper-wrapper .swiper-slide .slide-content {
  width: 100%;
  position: relative;
  padding-bottom: 88%;
  background-position: center center;
  background-repeat: no-repeat;
    background-size: contain;
  background-image: url(../img/review-bg.png);
}
.reviews .swiper-wrapper .swiper-slide .slide-content .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4.375rem 1.875rem 5.625rem 1.875rem;
}
.reviews .swiper-wrapper .swiper-slide .slide-content .content .text {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #5A5C63;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.reviews .swiper-wrapper .swiper-slide .slide-content .spot-tag {
  position: absolute;
  bottom: 0.875rem;
  right: 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  /* 2025-02-28-PM 여백 조정 + 가로 사이즈 넓게 고정 */
  padding: 0.5rem;
  width: 8rem;
  border-radius: 0.875rem;
  background-color: #5C6DF8;
}


.event-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 0;
}
.event-list li:not(:last-child) {
  border-bottom: 1px solid #EAEBEC;
}
.event-list li:first-child {
  padding-top: 0;
}
.event-list li .thumbnail {
  position: relative;
  width: 35.3125rem;
  height: 19.375rem;
  overflow: hidden;
  border-radius: 1.875rem;
}
.event-list li .thumbnail.end::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  left: 0;
  top: 0;
}
.event-list li .thumbnail .status {
  position: absolute;
  width: 7.5rem;
  height: 3rem;
  border-radius: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 10;
}
.event-list li .thumbnail .status.mint {
  background-color: #009472;
}
.event-list li .thumbnail .status.blue {
  background-color: #0082BB;
}
.event-list li .thumbnail .status.end {
  background-color: #596A7F;
}
.event-list li .content {
  padding: 2.875rem 0 2.875rem 3.25rem;
  width: calc(100% - 35.3125rem);
}
.event-list li .content .event-title {
  width: 100%;
  font-size: 1.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.event-list li .content .event-date {
  margin: 0.75rem 0 2.625rem;
  font-size: 1.25rem;
}
.event-list li .content .event-date .tag {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #EAEBEC;
  border-radius: 0.4375rem;
  color: #5A5C63;
  padding: 0.5rem 0.625rem;
  margin-right: 0.625rem;
}
.event-list li .content .event-text {
  font-size: 1.25rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.pagination-wrap {
  display: block;
  text-align: center;
  margin-top: 3.25rem;
}
.pagination-wrap .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-wrap .pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  color: #5A5C63;
  background-color: transparent;
  border-radius: 50%;
}
.pagination-wrap .pagination a.active {
  background-color: #FF7038;
  color: #ffffff;
}
.pagination-wrap .pagination a.first, .pagination-wrap .pagination a.prev, .pagination-wrap .pagination a.next, .pagination-wrap .pagination a.last {
  background-position: center center;
  background-repeat: no-repeat;
}
.pagination-wrap .pagination a.first {
  background-image: url(../img/icon/icon-page-first.png);
}
.pagination-wrap .pagination a.prev {
  background-image: url(../img/icon/icon-page-prev.png);
}
.pagination-wrap .pagination a.next {
  background-image: url(../img/icon/icon-page-next.png);
}
.pagination-wrap .pagination a.last {
  background-image: url(../img/icon/icon-page-last.png);
}
.pagination-wrap .pagination a.number.active {
  background-color: #FF7038;
  color: #ffffff;
}

.parkgolf-guide {
  height: 47.375rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/guide.png);
}

.content__inner-title {
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
}

.content__inner-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #878A93;
}
.content__inner-text li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #878A93;
  padding-left: 0.75rem;
  position: relative;
}
.content__inner-text li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #878A93;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  top: 0.75rem;
  position: absolute;
}

.steps + .steps {
  margin-top: 6rem;
}

.guide-setep1-swiper .swiper-wrapper .swiper-slide {
  height: unset;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content {
  width: 100%;
  padding-bottom: 109.86%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
  background-color: #F7F7F8;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .inner-text {
  position: absolute;
  width: auto;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask {
  /* 2025-02-27 : .spec-mask 동작 변경 :: 위에서 아래로 슬라이드 ==> 페이드인 <-> 아웃 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  border-radius: 1.875rem;
  opacity: 0;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.8125rem;
  text-align: center;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .guide-mask-title {
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.25rem;
  position: relative;
  padding-bottom: 0.3125rem;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .guide-mask-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #ffffff;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .spec dt {
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
  line-height: 1.5;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .spec dt::after {
  content: " : ";
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .spec-mask .mask-content .spec dd {
  width: 80%;
  display: block;
  color: #ffffff;
  line-height: 1.5;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content:hover img {
  -webkit-filter: blur(0.625rem);
          filter: blur(0.625rem);
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content:hover .inner-text {
  color: transparent;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content:hover .spec-mask {
  /* 2025-02-27 : .spec-mask:hover 동작 변경 :: 위에서 아래로 슬라이드 ==> 페이드인 <-> 아웃 */
  opacity: 1;
  background-color: rgba(4, 17, 124, 0.65);
}

.costume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number;
  margin-top: 2rem;
}
.costume li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F8;
  padding: 1.6875rem 3.375rem 1.6875rem 4.5rem;
  border-radius: 1.875rem;
  width: calc((100% - 2.5rem) / 2);
}
.costume li:nth-child(odd) {
  margin-right: 2.5rem;
}
.costume li:nth-child(n+3) {
  margin-top: 2.5rem;
}
.costume li .costume-content .costume-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.costume li .costume-content .costume-title::before {
  content: counter(number, decimal-leading-zero);
  font-weight: 900;
  color: #475AF6;
  margin-right: 0.75rem;
  counter-increment: number;
}
.costume li .costume-content .costume-text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5A5C63;
}
.costume li .costume-image {
  width: 11.625rem;
  height: 11.625rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  color: #121212;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem 1.25rem;
  border-bottom: 4px solid #121212;
}
.table td {
  font-size: 1.25rem;
  padding: 2.5rem 1.25rem;
  border-bottom: 1px solid #EAEBEC;
}
.table td.number {
  font-size: 1.125rem;
  color: #878A93;
}
.table td.date {
  font-size: 1.125rem;
  color: #AEB0B6;
}
.table.form-table td {
  vertical-align: middle;
  padding: 1.3125rem 0.9375rem;
  border-bottom: 0;
  /* 2025-002-28-PM6 */
  position: relative;
}
.table.form-table td.v-top {
  vertical-align: top;
}
.table.form-table td.v-middle {
  vertical-align: middle;
}
.table.form-table td.v-bottom {
  vertical-align: bottom;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.5rem;
  height: 2.0625rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #EAEBEC;
  border-radius: 3.125rem;
}
.tag.notice {
  color: #FF7038;
}
.tag.news {
  color: #283497;
}
.tag.event {
  color: #2AB574;
}

.form-control {
  padding: 0 1.25rem;
  border: 1px solid transparent;
  border-radius: 6.25rem;
  width: 100%;
  font-size: 1.125rem;
  background-color: #F7F7F8;
  height: 3.75rem;
}
.form-control::-webkit-input-placeholder {
  color: #C2C4C8;
}
.form-control::-moz-placeholder {
  color: #C2C4C8;
}
.form-control:-ms-input-placeholder {
  color: #C2C4C8;
}
.form-control::-ms-input-placeholder {
  color: #C2C4C8;
}
.form-control::placeholder {
  color: #C2C4C8;
}
.form-control:focus {
  border-color: #475AF6;
  background-color: #ffffff;
}
.form-control:not(:-moz-placeholder-shown) {
  color: #5A5C63;
}
.form-control:not(:-ms-input-placeholder) {
  color: #5A5C63;
}
.form-control:not(:placeholder-shown) {
  color: #5A5C63;
}
.form-control:-moz-placeholder-shown {
  background-color: #F7F7F8;
}
.form-control:-ms-input-placeholder {
  background-color: #F7F7F8;
}
.form-control:placeholder-shown {
  background-color: #F7F7F8;
}
.form-control + .message {
  /* 2025-002-28-PM6 */
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #FF7038;
  padding-left: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
}
.form-control + .message::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon-error.svg");
  background-size: cover;
}
.form-control.err {
  border-color: #FF7038;
}
.form-control.err + .message {
  display: block;
}

.form-table input[type=radio], .form-table input[type=checkbox] {
  display: none;
  height: unset;
}
.form-table input[type=radio] + label, .form-table input[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #121212;
  height: 1.5rem;
  cursor: pointer;
  min-height: 3.75rem;
}
.form-table input[type=radio] + label + input[type=radio] + label, .form-table input[type=radio] + label + input[type=checkbox] + label, .form-table input[type=checkbox] + label + input[type=radio] + label, .form-table input[type=checkbox] + label + input[type=checkbox] + label {
  margin-left: 2.5rem;
}
.form-table input[type=radio] + label::before, .form-table input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.0625rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #EAEBEC;
  cursor: pointer;
}
.form-table input[type=radio] + label::before {
  border-radius: 6.25rem;
}
.form-table input[type=radio]:checked + label::before {
  border: 6px solid #475AF6;
  width: 0.75rem;
  height: 0.75rem;
}
.form-table input[type=checkbox] + label::before {
  border-radius: 0.375rem;
}
.form-table input[type=checkbox]:checked + label::before {
  border: 0;
  background-color: #475AF6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon-checked.png");
}

label.required::after {
  content: " *";
  color: #FF7038;
}
label.agree-label {
  white-space: nowrap;
}

textarea.form-control {
  padding: 1.25rem;
  border-radius: 1.875rem;
  height: 18.625rem;
}

.contact-button-wrap {
  text-align: center;
  margin-top: 5rem;
}
.contact-button-wrap .contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.75rem;
  height: 5rem;
  font-size: 1.75rem;
  font-weight: 600;
  background-color: #FF7038;
  color: #ffffff;
  border-radius: 6.25rem;
  cursor: pointer;
}

.alert-message {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.alert-message.active {
  display: block;
}
.alert-message .alert-message__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.25rem;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
.alert-message .alert-message__inner .alert-message__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #121212;
  /* 2025-02-27 */
  display: block;
  text-align: center;
}
.alert-message .alert-message__inner .alert-message__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #121212;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  /* 2025-02-27 */
  display: block;
  text-align: center;
}
.alert-message .alert-message__inner .alert-message__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-message .alert-message__inner .alert-message__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.9375rem 2.625rem;
  border-radius: 6.25rem;
  cursor: pointer;
}
.alert-message .alert-message__inner .alert-message__btn.ok {
  background-color: #FF7038;
  color: #ffffff;
  border: 0.0625rem solid #FF7038;
}
.alert-message .alert-message__inner .alert-message__btn.cancel {
  background-color: #ffffff;
  color: #121212;
  border: 0.0625rem solid #EAEBEC;
  margin-left: 0.75rem;
}

.star {
  position: relative;
  font-size: 2.25rem;
  color: #ddd;
}
.star.research {
  font-size: 1.25rem;
}
.star input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.star .origin {
  /* 2027-02-27 : 별 기본 컬러 변경(추가) */
  color: #E1E2E4;
}
.star span.tmp-star {
  width: 0;
  position: absolute;
  left: 0;
  color: red;
  overflow: hidden;
  pointer-events: none;
  font-size: 1.25rem;
}

.research-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.research-wrap .customer-satisfaction {
  font-size: 1.25rem;
  margin-left: 0.625rem;
}

.layer-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.layer-popup.open {
  display: block;
}
.layer-popup .popup-wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62.5rem;
  height: 37.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.layer-popup .popup-wrap .popup-header {
  position: relative;
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
}
.layer-popup .popup-wrap .popup-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 5rem);
  height: 0.0625rem;
  background-color: #121212;
}
.layer-popup .popup-wrap .popup-header .popup-close {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon-close.png);
}
.layer-popup .popup-wrap .popup-body {
  padding: 2rem 2.5rem;
  overflow-y: auto;
  height: calc(100% - 7.5rem);
}
.layer-popup .popup-wrap .popup-body .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-popup .popup-wrap .popup-body .top-bar .popup-date {
  font-size: 1rem;
  font-weight: 400;
}
.layer-popup .popup-wrap .popup-body .top-bar .popup-date span {
  color: #989BA2;
}
.layer-popup .popup-wrap .popup-body .popup-subject {
  width: 100%;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-weight: 700;
}
.layer-popup .popup-wrap .popup-body .popup-text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #121212;
}
.layer-popup .popup-wrap .popup-footer {
  position: relative;
  width: 100%;
  height: 5rem;
  background-color: #475AF6;
  border-radius: 0 0 1.25rem 1.25rem;
}
.layer-popup .popup-wrap .popup-footer .popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  color: #475AF6;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
}






.app-launch-section .app-launch-content .app-launch-content-list li .app-launch-content-list-desc{
	font-size:20px;
	line-height:26px;
	font-weight:500;
}
.barnch-status li .title{
	margin-bottom:0;
}
.barnch-status li .content{
	margin-top:12px;
}
.page-title-box .page-title{
	font-weight: 700;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .inner-text{
	font-size:24px;
	line-height: 34px;
	bottom: 28px;
}

.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content img{
	top:45%;
}
.event-list li .content .event-text{
	    word-break: break-word;
	    color:#5a5c63;
}
.event-list li .content .event-date .tag{
	padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top:7px;
}
.event-list li .content .event-date .date{
	color:#5a5c63;
}
.event-list li .content{
	position: relative;
}
.event-list li .content .btn.btn-circle-arrow{
	position: absolute;
    right: 0;
    top: 35px;
}
.event-list li .content .event-title{
	padding-right:76px;
}
.table.notice-table{
	table-layout: fixed;
}
.table td.title{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.event-list li .thumbnail{
	border-radius:0;
}
.page-title-bar.contant-title{
	margin-bottom:36px;
}
.reviews .swiper-wrapper .swiper-slide .slide-content .content .text{
	word-break: break-word;
	margin-top: 12px;
}
.main-pages {
  /* 2025-03-01 추가 */
  min-width: 95rem;
}

.container-start {
  /* 2025-03-01 추가 클래스 */
  position: relative;
  top: -6.875rem;
}
.review-wrapper{
		    min-width: 95rem;
}

.contact-button-wrap .contact-button{
	font-family: "Wanted Sans", sans-serif;
}

.reviews .swiper-wrapper .swiper-slide .slide-content .content{
	padding-top:81px;
}
.alert-message .alert-message__inner .alert-message__btn-wrap button{
	font-family: "Wanted Sans", sans-serif;
}
.alert-message .alert-message__inner{
	padding:53px 40px
}
.alert-message .alert-message__inner .alert-message__title{
	line-height: 31px;
    padding: 15px 0;
    white-space: pre-wrap;
}
.alert-message .alert-message__inner .alert-message__text{
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    color: #878A93;
}
.main-container {
  /* 2025-03-06 : 여백 및 여백을 위한 사이즈 조정 */
  min-width: 98.75rem;
  max-width: 98.75rem;
  padding:0 2.5rem;
  margin: 0 auto;
}
.main-pages {
  /* 2025-03-01 추가 */
  /* 2025-03-06 : 여백 및 여백을 위한 사이즈 조정 */
  min-width: 98.75rem;
}

footer {
  min-width: 98.75rem;
}
.header{
  min-width: 98.75rem;
}
footer .btn-contact-us{
	font-size:196px;
}
.icon.icon-agency {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../img/icon/icon-agency.svg);
}
.icon.icon-tel {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(../img/icon/icon-tel.svg);
}
.header .btns{
	display: flex;
    align-items: end;
    gap: 8px;
}
.header .btn-startup{
	display: inline-block;
    line-height: 36px;
	width: 104px;
	height: 36px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	background: #000;
	color: #fff !important;
	border-radius: 4px;
}
.header .app-download{
	margin-top:0;
}
.form-control + .message{
	  /* 입력폼 에러 메세지 및 에러 입력폼 보더 컬러 수정 */
  color: #FF4F4E;
}
.form-control.err {
  /* 입력폼 에러 메세지 및 에러 입력폼 보더 컬러 수정 */
  border-color: #FF4F4E;
}
.costume li .costume-content .costume-title::before{
	color:#3446D9
}

/*
footer .tel-copy .copy{
	color:#989BA2;
}
*/
.header nav > ul > li > a{
	font-weight: 700;
}

/*
footer .footer-info{
	padding-top:20px;
}
*/

.table.notice-table tr {
	cursor: pointer;
}
.popup-wrap .popup-foot{
	padding:10px 32px;
}
#fileList {
	display: flex;
	flex-wrap:wrap;
	max-height:60px;
	overflow: auto;
	gap:10px;
}
#fileList li {
	position: relative;
	padding-left:25px;
	line-height: 20px;
}
#fileList li::after{
	content:'';
	width:20px;
	height:20px;
	background-image:url(../img/icon/ico_donwload.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position: absolute;
	left:0;
	top:0;
}


/* 2025.04.08 신규 창업문의-절차 및 지원 정책 추가 */
.startup-section .startup-desc{
  margin-top: 10rem;
  margin-bottom: 0.75rem;
  color: #878A93;
  text-align: center;
  font-size: 1.5rem;
}
.startup-section .main-title{
  padding-top: 0;
}
.startup-policy{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 3.25rem;
}

.startup-policy li .tit{
	display: block;
	padding: 1.75rem 0 0.625rem;
	font-weight: 700;
	font-size: 1.875rem;
}
.startup-policy li .desc{
	font-size: 1.25rem;	
	color: #5A5C63;
	line-height: 1.5;		
}

.startup-button-wrap {
  text-align: center;
  margin-top: 7.5rem;
}
.startup-button-wrap .startup-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21.25rem;
  height: 5rem;
  font-size: 1.75rem;
  font-weight: 600;
  background-color: #FF7038;
  color: #fff;
  border-radius: 6.25rem;
  cursor: pointer;
}

.service-list{
	margin: 10rem auto 3.75rem;
	width: 83.125em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5rem 1.75rem;
}
.service-list li{
	text-align: center;
}
.service-list .tit{
	display: block;
	padding-top: 2rem;
	padding-bottom: 0.75rem;
	font-weight: 700;
	font-size: 1.75rem;
}
.service-list .desc{
	font-size: 1.125rem;
	line-height: 150%;
	color: #5A5C63;
}
.service-list .desc2{
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 150%;
}
.service-list .org{
	color: #FF7038;
}
.product-diagram{
	position: relative;
}
.product-diagram::before {
	content:'';
	display: block;
	width: 100%;
	height: 32.625rem;
	background-color: #F7F7F8;
	position: absolute;
	z-index: -1;
}
.product-diagram .page-title-bar{
	display: block;
	margin: 0;
	padding: 6.25rem 0 0.625rem;
	text-align: center;
}
.product-diagram .desc-top{
	margin-bottom: 5rem;
	font-size: 1.25rem;
	text-align: center;
	line-height: 150%;
}
.product-desc{
	margin-top: 2.5rem;
}
.product-desc li{
	display: flex;
	align-items: center;
	padding: 2.5rem 0;
	border-bottom: 1px solid #EAEBEC;
}
.product-desc li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.product-desc .seq{
	display: inline-block;
	margin-right: 0.75rem;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0.5rem;
	border-radius: 2.25rem;
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 1.125rem;
	background-color: #0E4397;
}
.product-desc .txt1{
	flex-basis: 12.5rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 130%;
}
.product-desc .txt2{
	font-size: 1.125rem;
	color: #5A5C63;
}
.popup-wrap.privacy .privacy-list {
    margin: 0 auto;
    background: white;
    position: relative;
    z-index: 10;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
    color: #333;
}

/* 제목 스타일 */
.popup-wrap.privacy .title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

/* 소제목 스타일 */
.popup-wrap.privacy .sm-tit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.popup-wrap.privacy .sm-tit.black {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}

/* 본문 스타일 */
.popup-wrap.privacy .info {
    font-size: 16px;
    margin: 10px 0;
}

/* 리스트 스타일 */
.popup-wrap.privacy ul {
    list-style: none;
    padding-left: 0;
}

.popup-wrap.privacy ul li {
    margin: 15px 0;
}

.popup-wrap.privacy ul.number-list {
    counter-reset: section;
    padding-left: 20px;
}

.popup-wrap.privacy ul.number- list li {
    counter-increment: section;
    padding: 5px 0;
    position: relative;
}

.popup-wrap.privacy ul.number-list li::before {
    font-weight: bold;
    margin-right: 8px;
    color: #555;
}

/* 중첩 리스트 스타일 */
.popup-wrap.privacy ul li ul {
    padding-left: 20px;
}

.popup-wrap.privacy ul.terms-list {
    padding-left: 20px;
}

.popup-wrap.privacy ul.gray-bar-list li {
    padding: 8px;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    margin: 5px 0;
}

/* 정의 리스트 스타일 */
.popup-wrap.privacy dl {
    margin: 20px 0;
}

.popup-wrap.privacy dt {
    font-weight: bold;
    margin-top: 10px;
}

.popup-wrap.privacy dd {
    margin-left: 20px;
    font-size: 16px;
}

/* 온파크 소개 수정 250808 */
.intro-container{
	margin-top: -110px;
	padding: 120px 0 160px;
	background: #FAFAFA;
}
.intro-container .top{
	text-align: center;
}
.intro-container .top h3{
	font-weight: 800;
	font-size: 52px;
}
.intro-container .top .links{
	margin-top: 32px;
}

.intro-container .top .links a{
	margin: 0 12px;
}
.intro-list-section .intro-list{
	position:relative;
	margin-top: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-list-section .intro-list:nth-child(2) .right{
	padding-left: 2rem;
}

.intro-list-section .intro-list em{
	font-weight: 700;
	font-size: 30px;
	font-style: normal;
}
.intro-list-section .intro-list .desc{
	margin: 32px 0 52px;
	font-size: 20px;
	line-height: 150%;
}
.intro-list-section .intro-list:nth-child(3) .desc{
	margin-bottom: 0;
}
.intro-list-section .intro-list .desc p{
	color: #5A5C63;
}
.intro-list-section .intro-list .desc p + p{
	margin-top: 2rem;
}
.intro-list-section .intro-list .keywords{
	width: 100%;
	overflow: hidden;
}
.intro-list-section .intro-list .keywords span{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 24px;
	line-height: 120px;
	border-radius: 100%;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	color: #485AEF;
}
.intro-list-section .intro-list .keywords span:nth-child(2){
	color: #FC7343;
}
.intro-list-section .intro-list .keywords span:nth-child(3){
	color: #35B479;	
}
.intro-list-section .intro-list .keywords span:nth-child(4){
	color: #FF9500;	
}

.faq-list{
	border-top: 1px solid #EAEBEC
}
.faq-list li{
	padding: 36px 0;
	border-bottom: 1px solid #EAEBEC;
}
.faq-list li a{
	display: block;
    position: relative;
	font-weight: 600;
	font-size: 24px;
}
.faq-list li a:after{
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin-top: -12px;
	background: #121212 url(/img/icon/icon-arr-white.svg) no-repeat center;
}
.faq-list li div{
	display: none;
	padding-top: 18px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #878A93;
}
.faq-list .selected a:after{
	transform: rotate(180deg);
	background-color: #FF7038;
}














