﻿@charset "UTF-8";

/* 조경필 빈출 특강 20240409 */
.Kyeong-pil_frequent * {
    font-family: Pretendard, sans-serif;
    color: #000;
}

.Kyeong-pil_frequent { position:relative;}
.Kyeong-pil_frequent .aside {
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 100;
}

.Kyeong-pil_frequent .aside li {
    margin-bottom: 20px;
}

.Kyeong-pil_frequent img {
    vertical-align: top;
}

.Kyeong-pil_frequent h2 {
    text-align: center;
    padding-top: 30px;
}

.Kyeong-pil_frequent .content {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 150px;
}

.Kyeong-pil_frequent .topImg {
    position: relative;
    background: url(images/topBg.jpg) no-repeat 50% top;
    background-size: cover;
    height: 1067px;
}

.Kyeong-pil_frequent .topImg p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Kyeong-pil_frequent .topImg p:nth-child(2) {
    position: absolute;
    bottom: 552px;
    left: 26%;
}

@keyframes slide-in-tl {
    0%{transform: translateY(100px) translateX(-100px); opacity: 0;}
    100%{transform: translateY(0) translateX(0); opacity: 1;}
}

.Kyeong-pil_frequent .topImg p:nth-child(2) {
    position: absolute;
    bottom: 230px;
    left: 23%;
    animation: slide-in-tl .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.Kyeong-pil_frequent .section_01,
.Kyeong-pil_frequent .section_03,
.Kyeong-pil_frequent .section_05{
    background: #1d1d1d;
}

.Kyeong-pil_frequent .section_02{
    position: relative;
    background: url(images/section02_bg.jpg) no-repeat 50% top;
    background-size: cover;
    height: 1322px;
}

@keyframes updown { 0% {transform : translateY(5px)} 100% {transform:translateY(-5px)}} 
.Kyeong-pil_frequent .section_02 p{
    position: absolute;
    margin: 20px 0 0 134px;
    animation: updown 0.5s both infinite alternate;
}

.Kyeong-pil_frequent .section_03{
    position: relative;
    background: url(images/section03_bg.png) no-repeat 50% top;
    background-size: cover;
    height: 1500px;
}

.Kyeong-pil_frequent .section_03 .section03_wrap{
    position: relative;
}

@keyframes flash { 0%, 20%, 40%, to { opacity: 1; } 10%, 30% { opacity: 0; }}

.Kyeong-pil_frequent .section_03 .section03_wrap .section03_soldout{
    position: absolute;
    animation: flash 1.5s ease-in infinite both;
}

.Kyeong-pil_frequent .section_03 .section03_wrap .section03_soldout:nth-child(1){
    left: 230px;
}

.Kyeong-pil_frequent .section_03 .section03_wrap .section03_soldout:nth-child(2){
    left: 600px;
}

.Kyeong-pil_frequent .section_03 .section03_wrap .section03_soldout:nth-child(3){
    left: 972px;
}
.Kyeong-pil_frequent .section_03 .section03_deco{
    position: absolute;
    top: 0;
}

.Kyeong-pil_frequent .section_04 {
    padding-bottom: 120px;
    background: #efefef;
}

.Kyeong-pil_frequent .section_04 div {
    position: relative;
    background: url(images/apply_section.png) no-repeat;
    width: 1100px;
    height: 606px;
    margin: 0 auto;
}

.Kyeong-pil_frequent .section_04 div a {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 177px;
    width: 424px;
    height: 92px;
    background: #ff2d7c;
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    border-radius: 8px;
    padding-top: 20px;
    transition: all .2s;
}


.Kyeong-pil_frequent .section_04 div a:hover {
    background: #d30a56;
}

.Kyeong-pil_frequent .section_06 div {
    position: relative;
    background: url(images/section06_bg.png) no-repeat;
    height: 380px;
    margin: 0 auto;
}

.Kyeong-pil_frequent .section_06 p{
    position: relative;
    text-align: center;
}