@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 {
	/* height: 13rem; */
	position:absolute;
	top:0;
	right:0;
}
.service {
	height: 100%;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: -3px;
    color: #444;
    padding: 1rem 0;

}
.main_top{height: 100%;}

.service_top{
    position: relative;
	width:100%;
    height: 250px;
	background:url(../sub/top_banner_background.png) no-repeat;
	background-size:cover;
	position:relative;
	
}
.service_middle {
	margin:0 auto;
	padding:20px 10px;
}
.service_middle h2{
	font-size:1.5rem;
	font-weight:bold;
	color:#000;
	padding-bottom:20px;
	
}
.service_middle p{
	font-size:0.905rem;
	color:#666;
	letter-spacing:2px;

}
.service_title{
    position: absolute;
    margin: 8rem 0 0 1rem;
}
.service_title p,span{
    font-weight: bold;
    font-size: 1rem;
    color: #2291cf;
    margin-bottom: 0.5rem;
}
.service_title .main{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1rem;
	letter-spacing: -0.17rem;
}
.service_title .eng{letter-spacing: 0rem;}
.service_title span:nth-child(3){color: #0051a2;}
.service_title p:last-child{
    font-weight: bold;
    font-size: 2.5rem;
    color: #0051a2;
    margin-top: 1rem;
}
.service_top img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.service .service_bottom {
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    margin: 0 auto;

}

.service .service_bottom figure {width: 100px;}

.service .service_bottom figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
	margin-bottom: 1.2rem;
}

.service .service_bottom figure figcaption {
    font-size: 1.15rem;
    text-align: center;
    line-height: 15px;
    letter-spacing: -2px;
}

.service .service_bottom figure figcaption i{margin-left: 0.4rem;}



/* 뉴스는 공통으로 사용 */


/* 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 */
.houseinfo{
	background:#fff;
	/* padding-top: 4rem; */
}
.housefirst{
    display:flex; 
    font-size: 1.0rem; 
    align-items:center; 
    margin: 1rem 0 0.5rem 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;
	line-height: 1.2;

}
/* 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;}