﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    width: 100%;
    color: #000;
}

figure {
    display: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gray {
    background-color: #f5f5f5;
}

.bg {
    background-image: url(../svg/bg.svg);
    background-repeat: no-repeat;
}

.border-top {
    border-top: 1px dashed rgba(0, 0, 0, .15);
}



.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    display: inline-block;
}

.content {
    width: 900px;
}

    .content .imgsbox img {width:100%;height:auto;} 
    .content .imgsbox {width:100%; display: flex;align-items: center;justify-content: center;}

.m-top {
    margin-top: 50px;
}

.center {
    text-align: center;
}

.tleft {
    text-align: left;
}

.banner-list {
    padding: 30px 0 0 0;
    margin: 0 auto;
    text-align: center;
}

.banner-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.banner-list .banner {
    position: relative;
    transition: 0.3s;
}

.banner-list .banner:hover {
    opacity: 1;
}


.banner-list .banner h2 {
    display: none;
    font-size: 16px;
    height: 56px;
    font-weight: 400;
    letter-spacing: -1.5px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
}

.banner-list .banner .video video {
    width: 100%;
}

.banner-list .banner .description {
    padding-top: 10px;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, .65);
}

.banner-list .banner .description em {
    font-style: normal;
    letter-spacing: -0.5px;
}

.banner-list .banner .description .call {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.banner-list .banner .description .call.yes {
    background: #571a9c;
    background: -webkit-linear-gradient(to right, #6421b0, #571a9c);
    background: linear-gradient(to right, #6421b0, #571a9c);

}

.banner-list .banner .description .call.no {
    background: #147a3b;
    background: -webkit-linear-gradient(to right, #1c9e4e, #147a3b);
    background: linear-gradient(to right, #1c9e4e, #147a3b);
}

.banner-list .banner .description .code {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #1c30e0;
}

.banner-list .banner .btn {
    margin: 10px auto 0 auto;
    width: 180px;
    height: 55px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #FF4B2B;
    color: #FF4B2B;
    transition: 0.5s;
    font-size: 14px;
}

.banner-list .banner .btn:hover {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    border: 1px solid transparent;
    color: #fff;
    transition: 0.5s;
}

.telegram-background {
    width: 260px;
    height: 95px;
    background-color: #0075d5;
    border: 7px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.telegram-background .telegram {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-image: url(../svg/telegram.svg);
    margin-right: 10px;
}

.telegram-background .text-box {
    text-align: left;
    color: #fff;
}

.telegram-background .text-box .telegram-id {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding: 0;
    letter-spacing: 0px;
}

.telegram-background .text-box .help {
    font-size: 11px;
    letter-spacing: -1px;
}

strong {
    font-weight: 400;
}

article {
    padding: 0;
    margin: 0;
}

.logo {
    font-size: 15px;
    letter-spacing: -1px;
    display: block;
}

h1,
h2 {
    font-size: 24px;
    letter-spacing: -3px;
    font-weight: 400;
}

.ph1,
.ph2 {
    font-size: 15px;
    letter-spacing: -2px;
    line-height: 1.8;
    color: rgba(0, 0, 0, .65);
    text-align: justify;
}

h3 {
    font-size: 20px;
    letter-spacing: -3px;
    font-weight: 400;
}

.ph3 {
    font-size: 14px;
    letter-spacing: -2px;
    line-height: 1.8;
    color: rgba(0, 0, 0, .45);
    text-align: justify;
}

h1 {
    font-size: 30px;

}

.ph1 {
    font-size: 17px;
    margin: 0;
}

header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    z-index: 2000;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    font-family: 'Kanit', sans-serif;
    font-size: 22px;

    letter-spacing: -1px;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
}

.verify {
    padding-top: 20px;
}

.verify ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.verify ul li p {
    text-align: justify;
}

.verify ul li .icon-box {
    margin-bottom: 10px;
}

.verify ul li .icon {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
}

.verify ul li .verify-01 {
    background-image: url(../svg/verify-01.svg);
}

.verify ul li .verify-02 {
    background-image: url(../svg/verify-02.svg);
}

.verify ul li .verify-03 {
    background-image: url(../svg/verify-03.svg);
}

.verify ul li .verify-04 {
    background-image: url(../svg/verify-04.svg);
}

.verify ul li .verify-05 {
    background-image: url(../svg/verify-05.svg);
}

.verify ul li .verify-06 {
    background-image: url(../svg/verify-06.svg);
}

.telegram-box {
    margin-top: 30px;
}

.check-list {
    margin-top: 30px;
}

.check-list li {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    margin-top: 20px;
}

.check-list li:first-child {
    border-top: 1px dashed rgba(0, 0, 0, .2);
    padding-top: 20px;
}

.help {
    padding-top: 20px;
}

.help li {
    align-items: flex-start;
    margin-top: 40px;
}

.help li:first-child {
    margin-top: 0;
}

.help .icon-box {
    margin-right: auto;
}

.help .icon-box .icon {
    width: 80px;
    height: 60px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
}

.help .icon-box .help-01 {
    background-image: url(../svg/help-01.svg);
}

.help .icon-box .help-02 {
    background-image: url(../svg/help-02.svg);
}

.help .icon-box .help-03 {
    background-image: url(../svg/help-03.svg);
}

.help .icon-box .help-04 {
    background-image: url(../svg/help-04.svg);
}

.help .icon-box .help-05 {
    background-image: url(../svg/help-05.svg);
}

.help .text-box {
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.help .text-box p {
    margin: 0;
    padding: 10px 0 0 0;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
    background: #232526;
    color: rgba(255, 255, 255, .8);
}

footer .content {
    text-align: left;
}

footer .content a,
footer .content a:hover {
    color: rgba(255, 255, 255, .8);
}

footer .addr,
footer .copy {
    line-height: 1.8;
    font-size: 12px;
}

footer .copy {
    margin-top: 10px;
}

footer .social-box .icon {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    margin: 0 2px;
}

footer .social-box .icon_youtube {
    background-image: url(../svg/sns/youtube.svg);
}

footer .social-box .icon_twitter {
    background-image: url(../svg/sns/twitter.svg);
}

footer .social-box .icon_instagram {
    background-image: url(../svg/sns/instagram.svg);
}

footer .social-box .icon_pinterest {
    background-image: url(../svg/sns/pinterest.svg);
}

footer .social-box .icon_linkedin {
    background-image: url(../svg/sns/linkedin.svg);
}

footer .tag-box {
    font-size: 12px;
    line-height: 1.8;
}

footer .tag-box a {
    color: #ffe600;
}

footer .tag-box a:hover {
    color: #ffe600;
    text-decoration: underline;
}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {

    section {
        padding: 30px 0;
    }

    .content {
        width: 700px;
    }

    .banner-list ul {
        grid-template-columns: repeat(3, 1fr);
    }


    .banner-list .banner {
        width: 100%;
    }


    .banner-list .banner .video video {
        display: block;
        width: 100%;
    }

    .banner-list .banner .description {
        font-size: 12px;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    section {
        padding: 30px 0;
    }

    .content {
        width: 100%;
        padding: 0 30px;
    }

    .banner-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-list .banner {
        width: 100%;
    }

    .banner-list .banner .video video {
        display: block;
        width: 100%;
    }

    .banner-list .banner .description {
        font-size: 12px;
    }
}

@media all and (max-width:479px) {
    section {
        padding: 30px 0;
    }

    .content {
        width: 100%;
        padding: 0 30px;
    }

    .banner-list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-list .banner {
        width: 100%;
    }

    .banner-list .banner .video video {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .banner-list .banner .description {
        font-size: 16px;
    }

    .banner-list .banner .code {
        font-size: 18px;
    }

    .help ul,
    .verify ul {
        grid-template-columns: repeat(1, 1fr);
    }
}