@charset "UTF-8";

@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");


.sec_header .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
}

.sec_header .header h1 {
    color: #242b36;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sec_header .header h1 i {
    font-size: 1.5rem;
    color: #4f4f4f;
}


.sec_header .header h1 span {
    color: #00bdf2
}


/* visual */
.visual {}
.service {
    height: 100%;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: -3px;
    padding: 0;
}
.service_title{
}
.service_title p {
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 1.2;
    color: #fff;
	padding: 1.5rem;
}
.service_title p em {
	color:#161884;
}
.service_top img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.service .service_bottom {
    height: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.service .service_bottom figure {
		width: 30vw;
		max-width: 228px;
}
.service .service_bottom figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}

.service .service_bottom figure img {
		width: 100%;
		max-width: 228px;
		margin-bottom: 0;
}

.service .service_bottom figure figcaption {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05rem;
	color:#fff;
}

.service .service_bottom figure figcaption i{margin-left: 0.4rem;}

.service .service_bottom figure:nth-child(2) {
		margin: 0.8rem 0;
}


/* 뉴스는 공통으로 사용 */


/* 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;
}




/* api css */
/* first */
.housefirst{
    display:flex; 
    font-size: 1.25rem; 
    align-items:center; 
    margin: 1rem 0; 
    padding: 0 1rem;
}
.housefirst p:nth-child(1){
    background: #828b9c; 
    color: #fff; 
    padding: 0.3rem; 
    border-radius:12px; 
    margin-right: 0.5rem;
}
.housefirst p:nth-child(2){color: #444;}

/* middle */
.housemiddle{
    display:flex; 
    margin-bottom: 1rem; 
    padding: 0 1rem;
}
.housemiddle a{
    color: #000; 
    font-size: 1.4rem; 
    font-weight: bold;

}
/* last */
.houselast{
    display:flex; 
    font-size: 1.15rem; 
    border-bottom:2px solid #ccc; 
    align-items:center; 
    padding: 0 1rem 1.5rem 1rem;
}
.houselast p:nth-child(1){
    background: #fd5a5b;
    padding: 0.25rem; 
    border-radius:12px; 
    color: #fff; 
    margin-right: 0.5rem;
}
.houselast p:nth-child(2){color: #666;}