@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 .row{}
.sec_footer .row .footer{}
.sec_footer .row .footer ul{display:flex; height: 6rem; align-items:center;  justify-content:space-between;}
.sec_footer .row .footer ul li{padding: 2rem 0;width: 33%; text-align: center;}
.sec_footer .row .footer ul li a {font-size: 1.3rem; color: #666;}
.sec_footer .row .footer ul li.active{border-bottom: 2px solid #000; color: #000;}


/* 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.7rem; color: #333; margin-bottom: 0.5rem;}
.tab_action .action .action_top p{text-align: center; font-size: 1.3rem; color: #666;}
#tab1 pre {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 1rem;
}

.action_bottom{display:flex; justify-content:space-between; align-items:center; height: 17rem; padding: 1.4rem;}
.action_bottom .action_bottom_left{
	width: 10rem;
	height: 12rem;
	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 a{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	flex-direction:column;
}
.action_bottom .action_bottom_left a 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 a p{text-align: right;  font-size: 1.2rem; color: #000; margin-bottom: 0.7rem; letter-spacing:-1px;  color: #6e5f52;}
.action_bottom .action_bottom_left a 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{}
.action_bottom .action_btottom_right a{width: 14rem; height: 5.2rem;  display:flex; margin-bottom: 1rem; background: #fff;	padding: 0.8rem; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; justify-content:center; 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.2rem; margin-bottom: 0.3rem;}
.action_bottom .action_btottom_right a p{color: #111; font-size: 1.2rem;}
.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;
}



