@charset "UTF-8";

@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");



/* footer */ 
.sec_footer{position: fixed;bottom: 0;	width: 100%;background: #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.sec_footer .footer ul{display:flex;height: 6rem;align-items:center;justify-content:space-between;width: 100%;padding: 0 2rem;}
.sec_footer .footer ul li {display:block; width: 33%;text-align: center; padding: 2rem;}
.sec_footer .footer ul li a{display:block; color: #666; width: 100%;text-align: center; font-size: 1.6rem;}
.sec_footer .footer ul .active {display:block;border-bottom: 2px solid #000;color: #000;}


/* action */
.tab_action{background: #f3f4f9;box-sizing:border-box;}
.tab_action .action img{border-radius:50%;margin-right: 0.5rem;}
.tab_action .action .action_top{height: 6rem;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight: bold;background: #fff;border-bottom: 1px solid #ccc;}
.tab_action .action .action_top h2{text-align: center;font-size: 1.7rem;color: #333;font-weight: bold;}
.tab_action .action .action_top p{text-align: center;font-size: 1.3rem;color: #666;}
.action_bottom{display:flex;justify-content:space-between;align-items:center;height: 17rem;padding: 1.4rem;gap: 1rem;}
.action_bottom .action_bottom_left{
    width:100%;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 1.5rem;
    background: #fff;
    border-radius:.5rem;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    flex-direction:column;
}
.action_bottom .action_bottom_left::before{
    content: "";
    display: block;
    width: 0.7rem;
    height: 100%;
    position: absolute;
    background: #7cb1fa;
    top: 0;
    left: 1rem;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.action_bottom .action_bottom_left h3{
    text-align: right;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 0.7rem;
    letter-spacing:-1px;
    color: #6e5f52;
    font-weight: bold;
}
.action_bottom .action_bottom_left p{
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 0.7rem;
    letter-spacing:-1px;
    color: #6e5f52;
}
.action_bottom .action_bottom_left span{
    text-align: right;
    display:block;
    font-size: 1.2rem;
    color: #479ed3;
    letter-spacing:-1px;
    color: #6e5f52;
    margin-bottom: 1.5rem;
}
.action_bottom .action_bottom_left i{
    color: #fff;
    font-size: 1.3rem;
    background: #7cb1fa;
    border-radius:50%;
    padding: 0.5rem;
    margin-left: 2rem;
    text-align: right;
}
.action_bottom .action_btottom_right{
    height: 100%;
}
.action_bottom .action_btottom_right .flexflex{width: 100%;}
.action_bottom .action_btottom_right a{width: 20rem;height:calc(50% - .5rem);display:flex;margin-bottom: 1rem;background: #fff;padding: 0.6rem;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;justify-content:center;align-items:center;border-radius:.5rem;}
.action_bottom .action_btottom_right a:last-child{margin-bottom: 0;}
.action_bottom .action_btottom_right a h3{color: #111;font-size: 1.4rem;margin-bottom: 0.3rem;font-weight: bold;}
.action_bottom .action_btottom_right a p{color: #111;font-size: 1.1rem;}
.action_bottom .action_btottom_right a i{color: #fff;font-size: 1.3rem;background: #7cb1fa;border-radius:50%;padding: 0.5rem;margin-left: 1.8rem;}


/* 뉴스는 공통으로 사용 */

/* imgboxwrap */
.imgboxwrap h2 {font-size: 1.9rem;font-weight: bold;margin: 3rem 0;line-height: 1.4;}
.imgboxwrap .imgbox {}
.imgboxwrap .imgbox a {display: block;}
.imgboxwrap .imgbox span {display: block;padding: 0.5rem 0;text-align: right;color: red;font-size: 0.8rem;}
.imgboxwrap .imgbox a img {width: 100%;}


/* info */
.info {margin-top:3rem;position: relative;}
.info h2 { font-size: 1.9rem;font-weight: bold;line-height: 1.4;}
.info p {line-height: 1.4;font-size: 1.5rem;letter-spacing: -1px;}
.info figure {display: flex;align-items: center;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.info figure img {}
.info figure figcaption {font-size: 1.5rem;line-height: 1.4;text-align: justify;color: #000;}
.info p span{color: red;margin-bottom: 2rem;margin-top: 0.5rem;display: block;}