@charset "utf-8";

.mT25 {margin-top:25px;}
.mT35 {margin-top:35px;}
.mT40 {margin-top:40px;}
.mT60 {margin-top:60px;}
.mT80 {margin-top:80px;}

.point {position:relative; padding-left:15px;}
.point::before {content:''; width:11px; height:11px; border-radius:50%; background-color:#d8d8d8; position:absolute; left:0; top:8px;}
.point + .point {margin-top:8px;}




@media (min-width:1500px) {

    .cpt_greet {width:1300px; margin:0 auto;}
    .cpt_greet .cgt_title {background-color:#041235; padding:12px 9px;}
    .cpt_greet .cgt_title .cgt_tit_inn {border:1px solid #979797; background-color:#041235; padding:70px 100px; background-image:url(./img/taehwa_greeting.png); background-repeat:no-repeat; background-position:90% center;}
    .cpt_greet .cgt_title p {color:#fff; width:500px;}
    .cpt_greet .cgt_title .cgt_T {font-size:30px; letter-spacing:-0.59px; line-height:1.47; color:#fff; margin-bottom:25px;}

    .cpt_greet .cgt_box {margin-top:60px; padding:0 20px;}
    .cpt_greet .cgt_box p {letter-spacing:-0.4px; line-height:1.7;}
    .cpt_greet .cgt_box p + p {margin-top:35px;}
    .cpt_greet .cgt_box span {font-weight:700;}







    /**/
    .box_list ul {float:left; min-height:290px; margin:15px 0; text-align:center; position:relative;}
    .box_list ul::before {content:''; width:100%; height:1px; background-color:#d5d5d5; position:absolute; left:100%; top:63%; transform:translateX(-50%); z-index: -1;}
    .box_list ul::after {content:''; width:28px; height:28px;background-image:url(./img/list-go.png); background-repeat:no-repeat; position:absolute; right:-14px; top:59%;}

    .box_list .list_step {font-size:16px; color:#fff; font-weight:800; width:115px; margin:20px auto 10px; padding:3px 0; text-align:center; background-color:#274456; border-radius:17px;}
    .box_list .list_T {font-weight:700;}
    .box_list .list_ti {font-size:18px; letter-spacing:-0.4px;}

    .list_3ea ul {width:calc(100%/3);}
    .list_4ea ul {width:calc(100%/4);}
    .list_5ea ul {width:calc(100%/5);}
    .list_6ea ul {width:calc(100%/3);}
    .list_7ea ul {width:calc(100%/4);}

    .list_3ea ul:last-child::before,
    .list_3ea ul:last-child::after {display:none;}
    .list_4ea ul:last-child::before,
    .list_4ea ul:last-child::after {display:none;}
    .list_5ea ul:last-child::before,
    .list_5ea ul:last-child::after {display:none;}
    .list_6ea ul:nth-child(3n)::before, 
    .list_6ea ul:nth-child(3n)::after{display:none;}
    .list_7ea ul:nth-child(4n)::before, .list_7ea ul:last-child::before,
    .list_7ea ul:nth-child(4n)::after, .list_7ea ul:last-child::after {display:none;}
}

@media (max-width:1499px) and (min-width:1100px) {
    .cpt_greet {width:93%; margin:0 auto;}
    
    .cpt_greet .cgt_title {background-color:#041235; padding:12px 9px;}
    .cpt_greet .cgt_title .cgt_tit_inn {border:1px solid #979797; background-color:#041235; padding:70px 100px; background-image:url(./img/taehwa_greeting.png); background-repeat:no-repeat; background-position:90% center;}
    .cpt_greet .cgt_title p {color:#fff; width:500px;}
    .cpt_greet .cgt_title .cgt_T {font-size:28px; letter-spacing:-0.59px; line-height:1.47; color:#fff; margin-bottom:25px;}

    .cpt_greet .cgt_box {margin-top:60px; padding:0 20px;}
    .cpt_greet .cgt_box p {letter-spacing:-0.4px; line-height:1.7;}
    .cpt_greet .cgt_box p + p {margin-top:35px;}
    .cpt_greet .cgt_box span {font-weight:700;}
    .cpt_greet .cgt_box br {display:none;}

  

    /**/
    .box_list ul {float:left; min-height:290px; margin:15px 0; text-align:center; position:relative;}
    .box_list ul::before {content:''; width:100%; height:1px; background-color:#d5d5d5; position:absolute; left:100%; top:63%; transform:translateX(-50%); z-index: -1;}
    .box_list ul::after {content:''; width:28px; height:28px;background-image:url(./img/list-go.png); background-repeat:no-repeat; position:absolute; right:-14px; top:59%;}

    .box_list .list_step {font-size:16px; color:#fff; font-weight:800; width:115px; margin:20px auto 10px; padding:3px 0; text-align:center; background-color:#274456; border-radius:17px;}
    .box_list .list_T {font-weight:700;}
    .box_list .list_ti {font-size:17px; letter-spacing:-0.4px;}

    .list_3ea ul {width:calc(100%/3);}
    .list_4ea ul {width:calc(100%/4);}
    .list_5ea ul {width:calc(100%/5);}
    .list_6ea ul {width:calc(100%/3);}
    .list_7ea ul {width:calc(100%/4);}

    .list_3ea ul:last-child::before,
    .list_3ea ul:last-child::after {display:none;}
    .list_4ea ul:last-child::before,
    .list_4ea ul:last-child::after {display:none;}
    .list_5ea ul:last-child::before,
    .list_5ea ul:last-child::after {display:none;}
    .list_6ea ul:nth-child(3n)::before, 
    .list_6ea ul:nth-child(3n)::after{display:none;}
    .list_7ea ul:nth-child(4n)::before, .list_7ea ul:last-child::before,
    .list_7ea ul:nth-child(4n)::after, .list_7ea ul:last-child::after {display:none;}
}

@media (max-width:1099px) and (min-width:780px) {

    .cpt_greet {width:93%; margin:0 auto;}
    
    .cpt_greet .cgt_title {background-color:#041235; padding:12px 9px;}
    .cpt_greet .cgt_title .cgt_tit_inn {border:1px solid #979797; background-color:#041235; padding:70px 50px; background-image:url(./img/taehwa_greeting.png); background-repeat:no-repeat; background-position:90% center;}
    .cpt_greet .cgt_title p {color:#fff; width:60%;}
    .cpt_greet .cgt_title .cgt_T {font-size:26px; letter-spacing:-0.59px; line-height:1.47; color:#fff; margin-bottom:25px;}

    .cpt_greet .cgt_box {margin-top:60px; padding:0 20px;}
    .cpt_greet .cgt_box p {letter-spacing:-0.4px; line-height:1.7;}
    .cpt_greet .cgt_box p + p {margin-top:35px;}
    .cpt_greet .cgt_box span {font-weight:700;}
    .cpt_greet .cgt_box br {display:none;}




    /**/
    .box_list ul {float:left; min-height:290px; margin:15px 0; text-align:center; position:relative;}
    .box_list ul::before {content:''; width:100%; height:1px; background-color:#d5d5d5; position:absolute; left:100%; top:135px; transform:translateX(-50%); z-index: -1;}
    .box_list ul::after {content:''; width:28px; height:28px;background-image:url(./img/list-go.png); background-repeat:no-repeat; position:absolute; right:-14px; top:121px;}

    .box_list .list_img img {width:100px;}
    .box_list .list_step {font-size:16px; color:#fff; font-weight:800; width:115px; margin:20px auto 10px; padding:3px 0; text-align:center; background-color:#274456; border-radius:17px;}
    .box_list .list_T {font-weight:700;}
    .box_list .list_ti {font-size:17px; letter-spacing:-0.4px;}
    .box_list .list_ti br {display:none;}

    .list_3ea ul {width:calc(100%/3);}
    .list_4ea ul {width:calc(100%/4);}
    .list_5ea ul {width:calc(100%/5);}
    .list_6ea ul {width:calc(100%/3);}
    .list_7ea ul {width:calc(100%/4);}

    .list_3ea ul:last-child::before,
    .list_3ea ul:last-child::after {display:none;}
    .list_4ea ul:last-child::before,
    .list_4ea ul:last-child::after {display:none;}
    .list_5ea ul:last-child::before,
    .list_5ea ul:last-child::after {display:none;}
    .list_6ea ul:nth-child(3n)::before, 
    .list_6ea ul:nth-child(3n)::after{display:none;}
    .list_7ea ul:nth-child(4n)::before, .list_7ea ul:last-child::before,
    .list_7ea ul:nth-child(4n)::after, .list_7ea ul:last-child::after {display:none;}
}

@media (max-width:779px) {
    .cpt_greet {width:93%; margin:0 auto;}
    
    .cpt_greet .cgt_title {background-color:#041235; padding:12px 9px;}
    .cpt_greet .cgt_title .cgt_tit_inn {border:1px solid #979797; background-color:#041235; padding:45px 25px; background-image:url(./img/taehwa_greeting.png); background-repeat:no-repeat; background-position:90% center;}
    .cpt_greet .cgt_title p {color:#fff; width:52%;}
    .cpt_greet .cgt_title .cgt_T {font-size:24px; letter-spacing:-0.59px; line-height:1.47; color:#fff; margin-bottom:25px;}

    .cpt_greet .cgt_box {margin-top:60px; padding:0 20px;}
    .cpt_greet .cgt_box p {letter-spacing:-0.4px; line-height:1.7;}
    .cpt_greet .cgt_box p + p {margin-top:35px;}
    .cpt_greet .cgt_box span {font-weight:700;}
    .cpt_greet .cgt_box br {display:none;}




    /**/
    .box_list ul {float:left; min-height:260px; margin:15px 0; text-align:center; position:relative;}
    .box_list ul::before {content:''; width:100%; height:1px; background-color:#d5d5d5; position:absolute; left:100%; top:135px; transform:translateX(-50%); z-index: -1;}
    .box_list ul::after {content:''; width:28px; height:28px;background-image:url(./img/list-go.png); background-repeat:no-repeat; position:absolute; right:-14px; top:121px;}

    .box_list .list_img img {width:100px;}
    .box_list .list_step {font-size:16px; color:#fff; font-weight:800; width:115px; margin:20px auto 10px; padding:3px 0; text-align:center; background-color:#274456; border-radius:17px;}
    .box_list .list_T {font-weight:700;}
    .box_list .list_ti {font-size:16px; letter-spacing:-0.4px;}
    .box_list .list_ti br {display:none;}

    .list_3ea ul {width:calc(100%/3);}
    .list_4ea ul {width:calc(100%/4);}
    .list_5ea ul {width:calc(100%/5);}
    .list_6ea ul {width:calc(100%/2);}
    .list_7ea ul {width:calc(100%/2);}

    .list_3ea ul:last-child::before,
    .list_3ea ul:last-child::after {display:none;}
    .list_4ea ul:last-child::before,
    .list_4ea ul:last-child::after {display:none;}
    .list_5ea ul:last-child::before,
    .list_5ea ul:last-child::after {display:none;}
    .list_6ea ul:nth-child(2n)::before, 
    .list_6ea ul:nth-child(2n)::after{display:none;}
    .list_7ea ul:nth-child(2n)::before, .list_7ea ul:last-child::before,
    .list_7ea ul:nth-child(2n)::after, .list_7ea ul:last-child::after {display:none;}
}

/* 추가 */
@media (max-width:500px) {
    .cpt_greet .cgt_title {background-color:#041235; padding:12px 9px;}
    .cpt_greet .cgt_title .cgt_tit_inn {border:1px solid #979797; background-color:#041235; padding:180px 25px 35px; background-image:url(./img/taehwa_greeting.png); background-repeat:no-repeat; background-position:center 20px; background-size:140px;}
    .cpt_greet .cgt_title p {color:#fff; width:100%;}
    .cpt_greet .cgt_title .cgt_T {font-size:24px; letter-spacing:-0.59px; line-height:1.47; color:#fff; margin-bottom:25px;}


}
