@charset "utf-8";

/*
 * File       : common.css
 * Author     : YONG
 *
 * 최종수정일 : 25/00/00
 *
 * SUMMARY:
 * 서브페이지.CSS
 */

/* 
■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■ PC ■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■
*/

.header {
    background-color: #fff;
    box-shadow: none;
}

.header.scrolled {
    box-shadow: none;
}

.header .logo img.logo-w {
    display: none;
}

.header .logo img.logo-b {
    display: block;
}

.header .logo span {
    color: #8a8c8e;
}

.header .nav>ul>li>a {
    color: #394250;
}

.header .nav>ul>li>a:hover {
    color: #009fde;
}

/* call 버튼도 테두리만 남기고 배경 없애고 싶으면 */
.header .call {
    background-color: #009fde;
}

.header .call span {
    color: #fff;
}

.header .call img.call-b {
    display: none;
}

.header .call img.call-w {
    display: block;
}

/*  */
.main {
    width: 100%;
    height: auto;
}

/*  */
.visual {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 100px 0 2rem;
}

.visual>.inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.visual .wrap {
    width: 100%;
    height: auto;
    display: flex;
}

.container {
    width: calc(100% - 1rem);
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #009FDE;
    /* background: #009FDE;
    background: linear-gradient(133deg, rgba(0, 159, 222, 1) 35%, rgba(60, 180, 231, 1) 100%); */
    border-radius: 1rem;
    padding: 4rem;
    overflow: hidden;
    position: relative;
}

.container>h2 {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
}

.container>h2>span {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    opacity: 0.2;
}

.container>p {
    font-size: 1.2rem;
    color: #fff;
}

.container .img {
    position: absolute;
    right: 5rem;
    bottom: 0;
}

.container .img img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.price {
    width: 25%;
    min-width: 288px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background-color: #009FDE;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
}

.price .top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    background-color: #fff;
    border-radius: 0.5rem;
}

.price .top>em {
    width: 100%;
    height: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #394250;
    border-radius: 5px 5px 0 0;
    padding: 10px 1rem;
}

.price .top>p {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
}

.price .top>p>b {
    font-size: 2.4rem;
    font-weight: 900;
}

.price>hr {
    width: 100%;
    height: 1px;
    background-color: #028cc3;
    margin: 0;
    border: none;
}

.price .bot {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: normal;
}

.price .bot>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
}

.price .bot>li>p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
}

.price .bot>li>p>b {
    font-size: 1.6rem;
    margin: 0 5px;
}

.price .bot>li>span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #595959;
}

.price .line {
    width: fit-content;
    height: calc(100% - 40px);
    border-left: 6px dotted #028cc3;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}

/*  */
.price4 .bot {
    gap: 0;
}

.price4 .bot>li:nth-of-type(1)>p {
    font-size: 1.1rem;
    text-align: center;
}

.price4 .bot>li:nth-of-type(1)>p>b {
    font-size: 1.4rem;
    margin: 0;
}

.price4 .bot>li:nth-of-type(1)>span {
    font-size: 1.1rem;
    font-weight: 700;
}

.price4 .bot>li:nth-of-type(2) {
    background-color: #3770c1;
}

.price4 .bot>li:nth-of-type(2)>p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.price4 .bot>li:nth-of-type(2)>p>b {
    font-size: 1rem;
    margin: 0;
}



/*  */
.visual .list {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.visual .list>li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-height: 150px;
    background-color: #f5f5f5;
    border-radius: 1rem;
    padding: 2rem;
}

.visual .list>li>img {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.visual .list>li>p {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

/*  */
.cs__open {
    width: 300px;
    height: 70px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #009fde;
    border-radius: 3rem;
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    z-index: 98;
}

.cs__open.blink {
    background-color: #000;
}

/*  */
.cs {
    width: 35%;
    max-width: 540px;
    height: auto;
    display: none;
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 104px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 3rem 2rem 2rem;
    z-index: 97;
}

.cs.active {
    display: flex;
}

.cs__close {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.cs__inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cs__inputs .msg>span {
    font-size: 0.9rem;
}

#csType {
    width: 100%;
    height: 50px;
    display: flex;
    gap: 10px;
}

#csType input[type=radio] {
    display: none;
}

#csType input[type=radio]+label {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

#csType input[type=radio]:checked+label {
    color: #fff;
    border: none;
    background-color: #394250;
}

#csType>a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}


.cs__inputs .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cs__inputs .row.w-100 {
    width: 100%;
}

.cs__inputs label {
    font-size: 1rem;
    font-weight: 600;
}

.cs__inputs input,
.cs__inputs textarea {
    width: 100%;
    font-size: 0.95rem;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0.5rem;
    outline: none;
    padding: 10px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cs__inputs input:focus,
.cs__inputs textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 159, 222, 0.8);
}

.cs__inputs input {
    min-height: 50px;
}

.cs__inputs textarea {
    min-height: 100px;
    resize: none;
}

.cs__info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
}

.cs__info label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cs__info input {
    width: 17px;
    height: 17px;
}

.cs__info span {
    font-size: 0.95rem;
}

.cs__info>span {
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.cs__btn {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1rem;
}

.submit {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #009fde;
    border-radius: 0.5rem;
    cursor: pointer;
}

.submit.katalk {
    color: #000;
    background-color: #f7e600;
}

/*  */
.system {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* background-color: #e9f2ff; */
    padding: 2rem 0;
}

.system>.inner {
    width: 100%;
    height: auto;
}

.system .title {
    margin-bottom: 1rem;
}

.system .title>h3 {
    font-size: 1.4rem;
}

.system .menu {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.system .menu>li {
    font-size: 1rem;
    font-weight: 500;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 2rem;
    cursor: pointer;
}

.system .menu>li.active {
    color: #fff;
    background-color: #394250;
}

.system .item {
    width: 100%;
    height: auto;
    display: none;
}

.system .item.active {
    display: block;
}

.system .item>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.system .item>ul>li {
    width: calc(33.33% - 11px);
    height: auto;
    position: relative;
}

.system .item>ul>li .img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
}

.system .item>ul>li .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0.3);
}

.system .item>ul>li>span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #009fde;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.system .item>ul>li>p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*  */
.main__table {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 2rem 0;
}

.main__table>.inner {
    width: 100%;
    height: auto;
}

.main__table>.inner>h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.main__table table {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.main__table table th,
.main__table table td {
    border: 1px solid #eee;
    font-size: 1rem;
    word-break: keep-all;
    padding: 1rem;
}

.main__table table th {
    font-size: 1.1rem;
    background-color: #394250;
    color: #fff;
}

.main__table table tr td:nth-child(1),
.tac {
    text-align: center;
    font-weight: 500;
}


/*  */
.main__notice {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 2rem 0;
}

.main__notice>.inner {
    width: 100%;
    height: auto;
    display: flex;
    gap: 2rem;
}

.main__notice .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__notice .img img {
    width: 200px;
    min-width: fit-content;
    height: auto;
    object-fit: contain;
}

.main__notice .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    word-break: keep-all;
    padding: 2rem;
}

.main__notice .item>ul>li>h4 {
    width: fit-content;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    background-color: #394250;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 8px 1rem;
}

.main__notice .item>ul>li {
    font-size: 1rem;
    margin-bottom: 5px;
}


/*  */
.des {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 4rem 0;
}

.des>.inner {
    width: 100%;
    height: auto;
}

.des .title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.des .title img {
    width: 30px;
    height: 30px;
}

.des .title>h4 {
    font-size: 1.4rem;
    color: #444;
}

.des .box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: rgb(240, 244, 255);
    border: 1px solid rgb(212, 224, 255);
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 20px;
    margin-bottom: 2rem;
    padding: 2rem;
}

.des .box>li {
    font-size: 1rem;
}

.des .list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 1rem;
}

.des .list>li {
    font-size: 1rem;
    list-style: decimal;
    padding-left: 5px;

}

.des>.inner>a {
    width: fit-content;
    height: auto;
    display: flex;
    font-size: 1rem;
    border: 1px solid #ccc;
    margin-top: 2rem;
    padding: 10px 1rem;
}

/*  */
.footer {
    padding: 2rem 2rem 6rem;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 태블릿 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    body {
        padding-top: 140px;
    }

    .visual {
        padding: 0;
    }

    .visual .wrap {
        flex-wrap: wrap;
        gap: 1px;
    }

    /*  */
    .container {
        width: 100%;
        border-radius: 0;
    }

    .container>h2 {
        font-size: 3rem;
    }

    /*  */
    .price {
        width: 100%;
        flex-direction: row;
        border-radius: 0;
    }

    .price>hr {
        width: 1px;
        height: 100%;
    }

    .price .line {
        display: none;
    }

    .price .bot {
        flex-direction: row;
    }

    .price .bot>li {
        width: 100%;
        justify-content: center;
    }

    /*  */
    .visual .list {
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    .visual .list>li {
        width: calc(50% - 8px);
    }

    /*  */
    .system {
        padding: 2rem 1rem;
    }

    .main__table {
        padding: 2rem 1rem;
    }

    /*  */
    .main__notice {
        padding: 2rem 1rem;
    }

    .main__notice>.inner {
        flex-direction: column;
    }

    .main__notice .img img {
        width: 170px;
        min-width: auto;
    }

    .main__notice .item {
        padding: 0;
    }

    /*  */
    .des {
        padding: 4rem 2rem;
    }

    /*  */
    .cs__open {
        width: 50%;
        height: 55px;
    }
    
    .cs {
        width: 50%;
    }

}






@media screen and (max-width: 767px) {

    /* 
    ■■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■ 모바일 ■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■
    */

    body {
        padding-top: 70px;
    }

    .visual {
        padding: 0;
    }

    .visual .wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    /*  */
    .container {
        width: 100%;
        min-height: 320px;
        border-radius: 0;
        justify-content: flex-start;
        padding: 2rem;
    }

    .container>h2 {
        font-size: 2rem;
    }

    .container>h2>span {
        font-size: 1.6rem;
    }

    .container>p {
        font-size: 1rem;
    }

    .container .img {
        right: 1rem;
    }

    .container .img img {
        width: 120px;
    }

    /*  */
    .price {
        width: 100%;
        border-radius: 0;
    }

    .price .line {
        display: none;
    }

    .price .bot>li {
        justify-content: center;
    }

    /*  */
    .visual .list {
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    /*  */
    .system {
        padding: 2rem 1rem;
    }

    .system .title>h3 {
        font-size: 1.2rem;
    }

    .system .menu>li {
        padding: 10px 1.5rem;
    }

    .system .item>ul>li {
        width: 100%;
    }

    /*  */
    .main__table {
        padding: 2rem 1rem;
    }

    .main__table>.inner>h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    /*  */
    .main__notice {
        padding: 2rem 1rem;
    }

    .main__notice>.inner {
        flex-direction: column;
        gap: 1rem;
    }

    .main__notice .img img {
        width: 120px;
        min-width: auto;
    }

    .main__notice .item {
        padding: 0;
    }

    /*  */
    .des {
        padding: 2rem 1rem;
    }


    /*  */
    .cs__open {
        width: calc(100% - 2rem);
        height: 55px;
        font-size: 1.1rem;
        border-radius: 0.5rem;
    }

    .cs {
        width: calc(100% - 2rem);
        max-width: 100%;
        bottom: 86px;
    }

    .cs__inputs {
        gap: 10px;
    }

    .cs__btn {
        gap: 10px;
    }

}