/* BASIC css start */
main, section, div, article { position: relative; }
ul, ol, li { list-style: none; }
a, img { display: block; }
a { text-decoration: none; color: inherit; }
img { vertical-align: top; }
.container h1, .container h2, .container h3, .container h4, .container p, .container span { margin: 0; font-family: "Montserrat", "Noto Sans KR", sans-serif; }

.container {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px !important;
    width: 100%;
    transition: padding 0.3s;
    background-color: #f9f9f9;
    transition: all 0.3s;
}

h4.top_txt {
     text-transform: uppercase;
     text-align: center;
     padding-top: 100px;
     margin-bottom: 20px;
     font-size: 1em; color: #b177de;
     font-weight: bold;
     
}
h1.title {
    color: #361056;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s;
}
h3.sub__title {
    font-size: 1.3125em;
    font-weight: 400;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    transition: all 0.3s;
}


/* 
    µî±ÞÇýÅÃ 
*/
.level__wrap img {
    width: 100%;
}


/* 
    À¯ÀÇ»çÇ× 
*/
.notice__wrap {
    display: flex;
    justify-content: center;
    /* margin-top: 9.55%; */
    transition: all 0.3s;
    background-color: #f1f1f1;
    left: 0;
}
.notice__wrap p { padding: 4.23% 12.67%; font-size:0.7em; color: #666; line-height: 20px; transition: all 0.3s; transition: all 0.3s; }

/* 
    º£³×ÇÍ 
*/
.benefits__wrap { padding-top: 15%; }
.benefits__wrap h1.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    color: #000;
    margin-bottom: 5%;
    transition: all 0.3s;
}
.benefit__cont {
    display: flex;
    flex-direction: row;
    padding: 10% 1.62%;
    margin: 0 6.67%;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 5%;
    transition: all 0.3s;
}
.benefit__cont:first-of-type { border-top: none; }
.benefit__cont:last-of-type { border-bottom: none; margin-bottom: 3%; }
.benefit__cont .icon { width: 20%; transition: all 0.3s; }
.benefit__cont .icon img { width: 100%; }
.benefit__cont .text { width: 100%; transition: all 0.3s; }
.benefit__cont .text h4 { font-size: 2em; font-weight: 600; transition: all 0.3s; }
.benefit__cont .text p { font-size: 1.2em; margin-top: 15px; line-height: 24px; transition: all 0.3s; }


/* 
    ¾Û ÇýÅÃ ¾Ë¾Æº¸±â
 */
.app__benefit__wrap img { width: 100%; padding-bottom: 50px; }
.app__down { 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
    gap: 2%;
    padding: 0 20px;
}


/* 
    responsive 
*/
@media (max-width: 780px) {
    /* º£³×ÇÍ */
    .benefit__cont {
        padding: 10% 6.62%;
    }
}

@media (max-width: 680px) {
    h1.title { font-size: 2em; }
    h3.sub__title { font-size: 1em; }
    /* µî±Þ */
    .tab__btn span { font-size: 1em; }
    /* µî±Þ³»¿ë */
    .tab__cont .cont.left .lev__name { font-size: 1.3em; }
    .tab__cont .cont.left p { font-size: 1em; }
    .tab__cont .cont.right p { font-size: 1.2em; }
    .tab__cont .cont.right p span { font-size: 0.8em; line-height: 24px; }
    /* À¯ÀÇ»çÇ× */
    .notice__wrap p { font-size:0.8em; line-height: 22px; }
    /* º£³×ÇÍ */
    .benefits__wrap h1.title { font-size: 2em; }
    .benefit__cont { padding: 7% 6%; }
    .benefit__cont .text h4 { font-size: 1.1em; margin-bottom: 3%; }
    .benefit__cont .text p { font-size: 0.9em; margin-top: 0; line-height: 24px; }
}

@media (max-width: 480px) {
    h1.title { font-size: 2em; }
    h3.sub__title { font-size: 1em; }
    /* µî±Þ */
    .tabs { height: 150px; }
    .tab__btn span { font-size: 0.8em; }
    /* µî±Þ³»¿ë */
    .tab__cont .cont.left .lev__name { font-size: 1em; }
    .tab__cont .cont.left p { font-size: 0.8em; }
    .tab__cont .cont.right p { font-size: 1em; }
    .tab__cont .cont.right p span { font-size: 0.8em; line-height: 20px; }
    /* À¯ÀÇ»çÇ× */
    .notice__wrap p { font-size: 0.7em; line-height: 22px; padding: 8.23% 10%; }
    /* º£³×ÇÍ */
    .benefits__wrap h1.title { font-size: 2em; }
    .benefit__cont { padding: 7% 6%; }
    .benefit__cont .text h4 { font-size: 1em; margin-bottom: 3%; }
    .benefit__cont .text h4::after { content: '>'; padding-left: 3%; }
    .benefit__cont .text p { font-size: 0.8em; line-height: 22px; }
    .benefit__cont .arrow { display: none; }
}

@media (max-width: 380px) {
    h1.title { font-size: 2em; }
    h3.sub__title { font-size: 0.8em; }
    /* µî±Þ */
    .tabs { height: 150px; }
    .tab__btn span { font-size: 0.7em; }
    /* µî±Þ³»¿ë */
    .tab__cont .cont.left .lev__name { font-size: 1em; }
    .tab__cont .cont.left p { font-size: 0.7em; }
    .tab__cont .cont.right p { font-size: 1em; }
    .tab__cont .cont.right p span { font-size: 0.7em; line-height: 20px; }
    /* À¯ÀÇ»çÇ× */
    .notice__wrap p { font-size: 0.7em; line-height: 21px; padding: 8.23% 10%; }
    /* º£³×ÇÍ */
    .benefits__wrap h1.title { font-size: 2em; }
    .benefit__cont { padding: 7% 6%; }
    .benefit__cont .text h4 { font-size: 1em; margin-bottom: 3%; }
    .benefit__cont .text h4::after { content: '>'; padding-left: 3%; }
    .benefit__cont .text p { font-size: 0.7
    em; line-height: 20px; }
    .benefit__cont .arrow { display: none; }
}

/* 
    pc header, footer

.hd_bt { height: 90px; }
.hd_bt ul.first img { margin-top: 30px; }
.hd_bt ul.iconbox { margin-top: 30px; }
.hd_bt ul.iconbox li a > span { top: -5px; }
.hd_bt ul.iconbox > li:nth-child(3) > p { bottom: 110% !important; }
#footerWrap .bottom1 li:nth-child(3) { display: flex; flex-direction: column; }
#footerWrap .bottom1 .linkBox_a a { display: flex !important; flex-direction: row; justify-content: center; }
*/
/*
    mobile
*/
footer .linkBox_a a { display: flex; flex-direction: row; justify-content: center; }
/* .scroll_btn a img { padding-left: 14px; } */



/* À¯ÀÇ»çÇ× ºÎºÐ css */
.notice__wrap,
.notice__wrap--more { position: relative; }
.notice__wrap--more { cursor: pointer; display: block; }
.notice__wrap--more img { margin-top: 0; }
.notice__wrap--notice {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease; /* ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú Ãß°¡ */
}
.notice__wrap--notice.active { overflow: visible; }
/* BASIC css end */

