html, body {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: "PretendardM", sans-serif !important;
}
.docSlider-button {
    font-family: "PretendardM", sans-serif !important;
}

/* 헤더 */
.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #000;
    color: #fff;
    z-index: 1000;
}
/* 헤더 - 로고 */
.header_wrap .logo_area {
    width: 210px;
    margin-left: 60px;
}
/* 헤더 - 메뉴 */
.header_wrap .menu_area {
    text-align: center;
}
.header_wrap .menu_area ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.header_wrap .menu_area ul li {
    font-size: 16px;
    font-family: "Pretendard", sans-serif;
}
/* 헤더 - 버튼 */
.header_wrap button {
    display: flex;
    align-items: center;

    color: #fff;
    border: 1px solid #757575;
    border-radius: 8px;

    padding: 12px 20px;
    margin-right: 60px;
    
    cursor: pointer;
    font-size: 15px;
}
.header_wrap button span {
    margin-right: 10px;
}

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

/* 섹션 */
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
/* 오버레이 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: 
    radial-gradient(circle, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 70%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
    
    z-index: 0;   
}
/* 섹션 - 배경 */
.sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sec_bg.sec01_bg {
    background-image: url("/img/sec01_bg.png");
    background-position: center bottom;
    background-size: cover;
}
.sec_bg.sec02_bg {
    background-image: url("/img/sec02_bg_01.png"), url("/img/sec02_bg_02.png");
    background-size: 50%, 55%;  
    background-repeat: no-repeat, no-repeat;
    background-position: center, center bottom;
}
.sec_bg.sec03_bg {
    background-color: #222 !important;
}
.sec_bg.sec04_bg {
    background-image: url("/img/sec04_bg_01.png"); 
    background-position: center bottom;
    background-size: cover;
}
/* 섹션 - 공통 */
.sec_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.sec_wrap .sec_text_area {
    font-family: "gmarket sans", sans-serif;
    width: 100%;
}
.sec_wrap .sec_text_area:nth-child(3) {
    margin-top: 0px;
}

.sec_wrap .sec_text_area h2 {
    font-size: 45px;
}
.sec_wrap .sec_text_area h2 span {
    font-weight: bold;
    font-size: 45px;
}
.sec_wrap .sec_text_area h3 {
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 27px;
}
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
        100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.sec_wrap .sec_btn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
    width: 240px;
    height: 63px;
    padding: 15px 40px;
    gap: 10px;

    border: 1px solid #14ae5c;
    border-radius: 35px;
    background-color: #000;
    
    white-space: nowrap;
    cursor: pointer; 
}
.sec_wrap .sec_btn a {
    text-align: center;
    font-size: 20px;
} 
.sec_wrap .sec_btn img {
    width: 16px;
    height: 24px;
}
.btn-ani {
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-ani span {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 1s linear forwards;
}
@keyframes animate {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }
    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}

/* 섹션 01 */
.sec_wrap .sec01_img {
    margin: 0 auto;
    width: 300px;
    height: 300px;
}
.sec_wrap .sec_balloon_area span {
    border: 1px solid #14ae5c;
    border-radius: 35px;
    padding: 10px 30px;
    background-color: #16000080;
    color: #00BD87;
}
.sec_wrap .sec_balloon_area .balloon01 {
    position: absolute;
    top: 49%;
    left: 33%;
}
.sec_wrap .sec_balloon_area .balloon02 {
    white-space: nowrap;
    position: absolute;
    top: 58%;
    left: 59%;
}
.bg-pan-left {
	-webkit-animation: bg-pan-left 16s infinite both;
	animation: bg-pan-left 16s infinite both;
}

@-webkit-keyframes bg-pan-left {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes bg-pan-left {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* 섹션 02 */
.sec_wrap .sec_icon_area {
    width: 100%;
    height: 300px;
    align-items: center;
    justify-content: center;
}
.sec_wrap .sec_icon_area .icon.icn01 {
    width: 45px;
    height: 45px;

    position: absolute;
    top: 50%;
    left: 40%;
}
.sec_wrap .sec_icon_area .icon.icn02 {
    width: 45px;
    height: 45px;

    position: absolute;
    top: 48%;
    left: 55%;
}
.sec_wrap .sec_icon_area .icon.icn03 {
    width: 50px;
    height: 50px;

    position: absolute;
    top: 57%;
    left: 59%;
}
.sec_wrap .sec_icon_area .icon.icn04 {
    width: 64px;
    height: 64px;

    position: absolute;
    top: 54%;
    left: 46.5%;
}
@keyframes float1 {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-20px, 15px) rotate(3deg); }
    50% { transform: translate(15px, -20px) rotate(-3deg); }
    75% { transform: translate(-10px, 10px) rotate(2deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes float2 {
    0% { transform: translate(0, 0) rotate(0deg); }
    20% { transform: translate(15px, -10px) rotate(-2deg); }
    40% { transform: translate(-20px, 20px) rotate(4deg); }
    60% { transform: translate(10px, -15px) rotate(-3deg); }
    80% { transform: translate(-10px, 10px) rotate(2deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes float3 {
    0% { transform: translate(0, 0) rotate(0deg); }
    30% { transform: translate(-10px, 20px) rotate(2deg); }
    60% { transform: translate(15px, -15px) rotate(-4deg); }
    90% { transform: translate(-15px, 10px) rotate(3deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes float4 {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -10px) rotate(-3deg); }
    50% { transform: translate(-25px, 15px) rotate(5deg); }
    75% { transform: translate(10px, -15px) rotate(-4deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.sec_icon_area .icn01 {
    animation: float1 8s infinite ease-in-out alternate;
}

.sec_icon_area .icn02 {
    animation: float2 10s infinite ease-in-out alternate;
}

.sec_icon_area .icn03 {
    animation: float3 12s infinite ease-in-out alternate;
}

.sec_icon_area .icn04 {
    animation: float4 14s infinite ease-in-out alternate;
}


/* 섹션 3 */
.sec_box_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
}
.sec_box_area .sec_box {
    width: 300px;
    height: 300px;
    border: 1px solid transparent;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_box_area .sec_box img {
    max-width: 180px;
}
.sec_box {
    position: relative;
}
@property --pos-x {
	syntax: '<percentage>';
	initial-value: 11.14%;
	inherits: false;
}

@property --pos-y {
	syntax: '<percentage>';
	initial-value: 140%;
	inherits: false;
}

@property --spread-x {
	syntax: '<percentage>';
	initial-value: 150%;
	inherits: false;
}

@property --spread-y {
	syntax: '<percentage>';
	initial-value: 180.06%;
	inherits: false;
}

@property --color-1 {
	syntax: '<color>';
	initial-value: #000;
	inherits: false;
}

@property --color-2 {
	syntax: '<color>';
	initial-value: #08012c;
	inherits: false;
}

@property --color-3 {
	syntax: '<color>';
	initial-value: #4e1e40;
	inherits: false;
}

@property --color-4 {
	syntax: '<color>';
	initial-value: #70464e;
	inherits: false;
}

@property --color-5 {
	syntax: '<color>';
	initial-value: #88394c;
	inherits: false;
}

@property --border-angle {
	syntax: '<angle>';
	initial-value: 20deg;
	inherits: true;
}

@property --border-color-1 {
	syntax: '<color>';
	initial-value: hsla(340, 75%, 60%, 0.2);
	inherits: true;
}

@property --border-color-2 {
	syntax: '<color>';
	initial-value: hsla(340, 75%, 40%, 0.75);
	inherits: true;
}

@property --stop-1 {
	syntax: '<percentage>';
	initial-value: 37.35%;
	inherits: false;
}

@property --stop-2 {
	syntax: '<percentage>';
	initial-value: 61.36%;
	inherits: false;
}

@property --stop-3 {
	syntax: '<percentage>';
	initial-value: 78.42%;
	inherits: false;
}

@property --stop-4 {
	syntax: '<percentage>';
	initial-value: 89.52%;
	inherits: false;
}

@property --stop-5 {
	syntax: '<percentage>';
	initial-value: 100%;
	inherits: false;
}

.box {
	border-radius: 11px;
	padding: 16px 36px;
	min-width: 132px;
	font-size: 16px;
	line-height: 19px;
	font: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: inherit;
	font-weight: 500;
	color: rgba(255 255 255 / 95%);
	border: none;
	position: relative;
	appearance: none;
	background: radial-gradient(
		var(--spread-x) var(--spread-y) at var(--pos-x) var(--pos-y),
		var(--color-1) var(--stop-1),
		var(--color-2) var(--stop-2),
		var(--color-3) var(--stop-3),
		var(--color-4) var(--stop-4),
		var(--color-5) var(--stop-5)
	);
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.95);
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		--pos-x 0.5s,
		--pos-y 0.5s,
		--spread-x 0.5s,
		--spread-y 0.5s,
		--color-1 0.5s,
		--color-2 0.5s,
		--color-3 0.5s,
		--color-4 0.5s,
		--color-5 0.5s,
		--border-angle 0.5s,
		--border-color-1 0.5s,
		--border-color-2 0.5s,
		--stop-1 0.5s,
		--stop-2 0.5s,
		--stop-3 0.5s,
		--stop-4 0.5s,
		--stop-5 0.5s;
}

.box::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background-image: linear-gradient(var(--border-angle), var(--border-color-1), var(--border-color-2));
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}

.box:hover {
	--pos-x: 0%;
	--pos-y: 91.51%;
	--spread-x: 120.24%;
	--spread-y: 103.18%;

	--color-1: #c96287;
	--color-2: #c66c64;
	--color-3: #cc7d23;
	--color-4: #37140a;
	--color-5: #000;

	--border-angle: 190deg;
	--border-color-1: hsla(340, 78%, 90%, 0.1);
	--border-color-2: hsla(340, 75%, 90%, 0.6);

	--stop-1: 0%;
	--stop-2: 8.8%;
	--stop-3: 21.44%;
	--stop-4: 71.34%;
	--stop-5: 85.76%;
}

.box.variant {
	--color-1: #000022;
	--color-2: #1f3f6d;
	--color-3: #469396;
	--color-4: #f1ffa5;
	--color-5: hsla(250, 80%, 2.5%, 1);

	--pos-x: 40%;
	--pos-y: 140%;
	--spread-x: 130%;
	--spread-y: 170.06%;
	--stop-1: 37.35%;
	--stop-2: 61.36%;
	--stop-3: 78.42%;
	--stop-4: 93.52%;
	--stop-5: 100%;

	--border-angle: 180deg;
	--border-color-1: hsla(320, 75%, 90%, 0.9);
	--border-color-2: hsla(320, 50%, 90%, 0.1);
}

.box.variant:hover {
	--pos-x: 0%;
	--pos-y: 130%;
	--spread-x: 110.24%;
	--spread-y: 110.2%;

	--color-1: #000020;
	--color-2: #f1ffa5;
	--color-3: #469396;
	--color-4: #1f3f6d;

	--stop-1: 0%;
	--stop-2: 10%;
	--stop-3: 35.44%;
	--stop-4: 71.34%;
	--stop-5: 150%;

	--border-angle: 190deg;
	--border-color-1: hsla(320, 75%, 90%, 0.1);
	--border-color-2: hsla(320, 50%, 90%, 0.35);
}

.box.contained {
    --color-1: #79081c;  
    --color-2: #ff9e01;
    --color-3: #ffd289; 
    --color-4: #ffffff;  
    --color-5: rgb(0, 0, 0); 
    

	--pos-x: 40%;
	--pos-y: 140%;
	--spread-x: 130%;
	--spread-y: 170.06%;
	--stop-1: 37.35%;
	--stop-2: 61.36%;
	--stop-3: 78.42%;
	--stop-4: 93.52%;
	--stop-5: 100%;

	--border-angle: 180deg;
	--border-color-1: hsla(320, 75%, 90%, 0.9);
	--border-color-2: hsla(320, 50%, 90%, 0.1);
}

.box.contained:hover {
	--pos-x: 0%;
	--pos-y: 120%;
	--spread-x: 110.48%;
	--spread-y: 110.2%;

	--color-1: #000020;
	--color-2: #f1ffa5;
	--color-3: #ffffff;
	--color-4: #9b772f;

	--stop-1: 0%;
	--stop-2: 10%;
	--stop-3: 35.44%;
	--stop-4: 71.34%;
	--stop-5: 150%;

	--border-angle: 190deg;
	--border-color-1: hsla(320, 75%, 90%, 0.1);
	--border-color-2: hsla(320, 50%, 90%, 0.35);
}

/*  */
/*  */

.sec_flow_wrap {
    display: flex;
    overflow: hidden;
}
.sec_flow_wrap .sec_flow_area {
    padding-top: 30px;
}
.sec_flow_wrap .sec_flow_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    width: 1240px;
    height: 100%;
}
.sec_flow_wrap .sec_flow_area ul li {
    padding: 10px 20px;
    font-size: 18px;
    display: flex; 
    align-items: center; 
}
.sec_flow_wrap .sec_flow_area ul li img {
    max-width: 120px;
}
.sec_flow_area {
	animation: rolling 50s linear infinite;

}
@keyframes rolling {
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}
/* 섹션 4 */
