@charset "UTF-8";
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");



/* footer */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
footer ul {
    display:flex;
    height: 6rem;
    align-items:center;
    justify-content:space-evenly;
    position: relative;
}
footer ul .underbar {
    width:20%;height:2px;
    background-color:#000;
    position:absolute;
    left:calc(100% / 6);
    transform: translateX(-50%);
    top:70%;
    transition:.3s cubic-bezier(0.23, 1, 0.320, 1);
}
footer ul li {
    padding: 2rem;
    font-size: 1.6rem;
    color: #666;
    width: 100%;
    display: flex;justify-content: center;align-items: center;
}
footer ul li a {
    font-size: 1.6rem;
    color: #666;
}
.active {
    font-weight: 600;
    border-bottom: 0.2rem solid black;
}

/* action */
.tab_action{
    margin-bottom: 2rem;
    background: #f3f4f9;
    box-sizing:border-box;
}
.tab_action {}
.tab_action .action {}
.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.8rem;
    font-weight: bold;
    color: #333;
}
.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;
    padding: 1.4rem;
}
.action_bottom a {
    width: 100%;
}
.action_bottom .action_bottom_left {
    width: calc(100% - 1rem);
    height: 18rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 1.5rem;
    background: #fff;
    border-radius:4px;
}
.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{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    flex-direction:column;
}
.action_bottom .action_bottom_left h3{
    text-align: right;
    font-size: 1.8rem;
    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.4rem;
    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.4rem;
    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 .7rem;
    margin-left: 2rem;
    text-align: right;
}
.action_bottom .action_btottom_right {
    width: 100%;
}
.action_bottom .action_btottom_right a {
    width: 100%;
    height: 8.5rem;
    display:flex;
    margin-bottom: 1rem;
    background: #fff;
    padding: 0.8rem 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content:end;
    align-items:center;
    border-radius:4px;
}
.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;
}
.action_bottom .action_btottom_right a p {
    color: #111;
    font-size: 1.4rem;
}
.action_bottom .action_btottom_right a i {
    color: #fff;
    font-size: 1.3rem;
    background: #7cb1fa;
    border-radius:50%;
    padding: 0.5rem .6rem;
    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;
}
