/* 기본 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFF;
    font-family: 'Pretendard-Regular';
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 5px;
}

ul li {
    font-size: 14px;
    line-height: 1.3;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.black-han-sans-regular {
    font-family: "Black Han Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.color-red { color: #CA2047; }
.color-white { color: #FFFFFF; }
.color-grey { color: #3F3F3F; }
.color-grey2 { color: #3A3C3F; }

.text-align-center { text-align: center; }
.text-align-left { text-align: left; }
.text-align-right {text-align: right; }



/* 모바일 기준 ~ 768px */
.fivedot-logo img {
    width: 70px;
    margin-top: 20px;
    margin-left: 15px;
}

.logo-sns-icons {
    display: none;
}

#header {
    max-width: 768px;
    background-image: url('../src/images/header1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 640px;
}

.header-title {
    font-size: 35px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}

.header-subtitle {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.header-info {
    font-size: 15px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 100px;
}

.header-sns-icons {
    text-align: center;
    margin-bottom: 140px;
}

.header-sns-icons img {
    margin-left: 20px;
    margin-right: 20px;
}

.header-download-btn {
    text-align: center;
}

.header-download-btn img {
    width: 200px;
}

.header-store-download-btn {
    display: none;
}

.header-subtitle-center-align {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}



#guide {
    max-width: 768px;
    height: 640px;
    margin: auto;
}

.guide-title {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.guide-component {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin: auto;
}

.guide-img {
    flex-basis: 50%;
    padding-bottom: 20px;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.guide-img:nth-child(odd) {
    border-right: 1px solid #D4D4D4;
}

.guide-img img {
    height: 150px;
}



#tutorial {
    overflow: hidden;
    max-width: 768px;
    margin: auto;
    background-color: #F8F8F8;
    height: 640px;
    padding-top: 50px;
}

.tutorial-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.swiper-container {
    width: 100%;
    padding-bottom: 30px;
}

.swiper-wrapper {
    height: 480px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
}

.swiper-slide-active {
    padding-top: 0;
}

.slide-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.slide-img {
    width: 120px;
    height: 250px;
    margin-bottom: 15px;
}

.slide-info {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.slide-sub {
    font-size: 9px;
    font-weight: 400;
}

.swiper-slide h1, .swiper-slide p {
    display: none;
}

.swiper-slide-active h1, .swiper-slide-active p {
    display: block;
}

.swiper-slide-active > img {
    width: 150px;
    height: 312px;
}

.swiper-slide-active .slide01 {
    content: url('/src/images/signup1.png');
}

.swiper-slide-active .slide02 {
    content: url('/src/images/signup2.png');
}

.swiper-slide-active .slide03 {
    content: url('/src/images/signup3.png');
}

.swiper-slide-active .slide04 {
    content: url('/src/images/creator1.png');
}

.swiper-slide-active .slide05 {
    content: url('/src/images/creator2.png');
}

.swiper-slide-active .slide06 {
    content: url('/src/images/portfolio1.png');
}

.swiper-slide-active .slide07 {
    content: url('/src/images/portfolio2.png');
}

.swiper-slide-active .slide08 {
    content: url('/src/images/portfolio3.png');
}

.swiper-slide-active .slide09 {
    content: url('/src/images/contents.png');
}

.swiper-pagination-bullet {
    background: #999;
}

.swiper-pagination-bullet-active {
    background: #CA2047;
}


#conditions {
    padding-top: 70px;
    padding-bottom: 50px;
    width: 250px;
    max-width: 768px;
    margin: auto;
}

.conditions-container h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.conditions-sub {
    display: block;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.conditions-sub-pc {
    display: none;
}

.conditions-box {
    padding-left: 35px;
    margin-bottom: 25px;
}

.conditions-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.conditions-box img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.option {
    font-size: 14px;
    margin-left: 25px;
}


#bottom {
    max-width: 768px;
    background-image: url('../src/images/bottom1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 428px;
}

.bottom-img img {
    margin-left: 30px;
    margin-top: 80px;
    width: 186px;
}

.bottom-download-btn {
    text-align: center;
}

.bottom-download-btn img {
    width: 200px;
    margin-top: 50px;
}

.bottom-info {
    display: none;
}

.qr-download {
    display: none;
}

footer {
    max-width: 768px;
    font-size: 11px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #F8F8F8;
}

footer p {
    font-size: 11px;
    margin-bottom: 15px;
}

.footer-title {
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.footer-info {
    font-weight: 400;
}

footer .copyright {
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
}

#pc-download-btn {
    display: none;
}

/* 데스크탑 작은 화면 기준 769px ~ */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header-container {
        max-width: 1000px !important;
    }
    .guide-container {
        max-width: 1000px !important;
    }
    .guide-img img {
        height: 250px !important;
    }
    .tutorial-conatiner {
        max-width: 1000px !important;
    }
    .conditions-container {
        max-width: 1000px !important;
    }
    .conditions-box ul li {
        font-size: 22px !important;
    }
    .option {
        font-size: 22px !important;
        margin-left: 30px !important;
    }
    .bottom-container {
        max-width: 1000px !important;
    }
    .footer-container {
        max-width: 1000px !important;
    }
}

/* 데스크탑 기준 769px ~ */
@media screen and (min-width: 769px) {
    .top {
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .fivedot-logo {
        margin-top: 60px;
    }

    .fivedot-logo img {
        width: 180px;
    }

    .logo-sns-icons {
        margin-top: 80px;
        display: block;
        text-align: center;
    }
    
    .logo-sns-icons img {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #header {
        width: 100%;
        height: 1080px;
        max-width: none;
        background-image: url('/src/images/header-pc.png');
    }

    .header-container {
        max-width: 1200px;
        margin: auto;
        height: inherit;
    }

    .header-title {
        font-size: 80px;
        font-weight: 500;
        text-align: left;
        margin-top: 150px;
        margin-bottom: 30px;
    }
    
    .header-subtitle {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .header-info {
        font-size: 34px;
        text-align: left;
        font-weight: 200;
        margin-bottom: 100px;
    }
    
    .header-sns-icons {
        display: none;
    }

    .header-download-btn {
        display: none;
    }

    .header-store-download-btn {
        display: block;
    }
    
    .header-subtitle-center-align {
        display: block;
    }

    .appstore-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .header-store-icon img {
        margin-right: 20px;
    }


    #guide {
        max-width: none;
        width: 100%;
        height: 720px;
        padding-top: 100px;
    }
    
    .guide-container {
        max-width: 1200px;
        margin: auto;
    }

    .guide-container .fivedot-logo {
        display: none;
        margin: 0;
    }

    .guide-title {
        font-size: 54px;
    }
    
    .guide-component {
        width: 100%;
        margin-top: 20px;
    }
    
    .guide-img {
        flex-basis: 25%;
        width: 260px;
    }

    .guide-img:nth-child(odd), .guide-img:nth-child(2) {
        border-right: 1px solid #D4D4D4;
    }
    
    .guide-img img {
        height: 310px;
    }


    #tutorial {
        max-width: none;
        width: 100%;
        height: 1030px;
        padding-top: 80px;
    }

    .tutorial-conatiner {
        max-width: 1200px;
        margin: auto;
    }

    .swiper-container {
        padding-bottom: 0;
    }

    .swiper-wrapper {
        height: 770px;
    }
    
    .swiper-slide {
        padding-top: 100px;
    }

    .swiper-slide-active {
        padding-top: 0;
    }

    .tutorial-title {
        font-size: 54px;
        margin-bottom: 30px;
    }
    
    .slide-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .slide-img {
        width: 200px;
        height: 417px;
        margin-bottom: 30px;
    }
    
    .slide-info {
        font-size: 24px;
    }
    
    .slide-sub {
        font-size: 18px;
    }
    
    .swiper-slide-active > img {
        width: 240px;
        height: 500px;
    }



    #conditions {
        padding-top: 70px;
        padding-bottom: 0;
        width: 100%;
        height: 720px;
        max-width: none;
    }

    .conditions-container {
        max-width: 1200px;
        margin: auto;
    }

    .conditions-container h1 {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .conditions-sub {
        display: none;
    }
    
    .conditions-sub-pc {
        display: block;
        text-align: center;
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 1.5;
    }

    .conditions-component {
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .conditions-box {
        width: 33%;
        padding-left: 20px;
    }

    .conditions-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .conditions-title {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .conditions-box > p {
        font-size: 30px;
    }

    .conditions-box:nth-child(1), .conditions-box:nth-child(2) {
        border-right: 1px solid #D4D4D4;
    }

    .conditions-box ul li {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .option {
        font-size: 24px;
        margin-left: 40px;
    }

    #bottom {
        max-width: none;
        width: 100%;
        background-image: url('../src/images/footer-pc.png');
        height: 750px;
    }

    .bottom-container {
        max-width: 1200px;
        margin: auto;
        padding-top: 150px;
    }

    .bottom-container .fivedot-logo {
        display: none;
    }
    
    .bottom-img {
        display: none;
    }
    
    .bottom-download-btn {
        display: none;
    }

    .bottom-info {
        display: block;
    }

    .bottom-info p {
        font-size: 80px;
        margin-bottom: 30px;
    }

    .qr-download {
        display: block;
    }

    .qr-download img {
        width: 220px;
        height: 220px;
    }

    .qr-download p {
        font-size: 24px;
        font-weight: 300;
    }
    

    footer {
        max-width: none;
        width: 100%;
        font-size: 14px;
    }

    .footer-container {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    
    footer p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .footer-title {
        font-size: 20px;
        font-weight: 700;
    }
    
    .footer-info-list {
        display: flex;
    }

    .footer-info {
        line-height: 1.5;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
    }

    .footer-info:not(:last-child) {
        border-right: 1px solid #D4D4D4;
    }
    
    footer .copyright {
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        font-weight: 400;
    }

    #pc-download-btn {
        display: flex;
        cursor: pointer;
        position: fixed;
        bottom: 100px;
        justify-content: center;
        -webkit-justify-content: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        opacity: 0;
    }
}