* {
    font-family: 'Noto Sans KR', sans-serif;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    color: #000;
}

h1 {
    font-size: 48px;
    font-weight: 100;
}

.contents1 {
    font-size: 20px;
    font-weight: lighter;
}

.contents1_bold {
    font-size : 18px;
    font-weight : bold;
}

.contents2 {
    font-size : 14px;
    font-weight : 100;
}

/* -- */

.result {
    font-size: 24px;
}

.intro_bg {
    background-image: url("image/intro.png");
    width:100%;
    height:718px;
}

.header {
    margin:auto;
    /* background-color: red; */
    width: 1280px;
    height:86px; 
    display:flex;
}

.searchArea {
    width: 300px;
    height: 40px;
    /* background: rgba(0,0,0,0.5); */
    border-radius: 5px;
    margin-top: 24px
}

.searchArea > form > input {
     border: none;
     width: 250px;
     height: 40px;
     background: rgba(0,0,0,0);
     color: #fff;
     padding-left:10px;
}

.searchArea > form > span {
    width: 50px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


.nav {
    display:flex;
    justify-content:flex-end;
    width: calc(1280px - 300px);
}

.nav > li {
    margin-left: 84px;
    line-height: 86px;
}

.nav > li > a {
    color:#fff;
}


.intro_text {
    width: 100%;
    margin: 231px auto 231px auto;
    /* background: red;     */
    text-align: center;

}

.intro_text h1, h4 {
    color: #fff;
}

.intro_text h1, h4 {
    margin-bottom: -5px;
}



.amount {
    position: relative;
    top: -66px;
    display: flex;
    width: 1280px;
    background:#fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: auto; /*영역을 가운데로 하는 기능*/
}

.amount > li {
    flex: 1;
    height: 132px;
}

.amount > li > div > .contents1 {
    color : #161fa7;
}

.amount > li > div {
    text-align: center;
    margin-top:37px;
    height: 57px;
}

.amount > li:not(:last-child) > div {
    border-right: 1px solid #E1E1E1;
}

/* main_text0 */
.main_text0 {
    width: 100%;
    height: 601px;
    margin-top: -132px;
    /* position: relative; */
    /* margin: auto; */

    /* z-index: -1; */
    background-color: #F1F2F3;
}

.main_text0 > h1 {
    padding-top : 116px;
    text-align : center;
}

.main_text0 > .contents1 {
    text-align: center;
}

.icons  {
    display : flex;
    width: 1280px;
    height: 302px;
    /* background-color: orange; */
    margin : auto;
    
}

.icons > li {
    flex : 1;
    background : white;
    height : 282px;
    margin-top : 49px;
    text-align: center;
    /* width: 100px; */
    /* height */
    
}

.icons > li:not(:last-child) {
    margin-right : 20px;
}

.icons > li > .icon_img {
    margin-top : 24px;
}

.icons .contents2 {
    width : 250px;
    margin : auto;
    letter-spacing: -1px;
    margin-top: 10px;
    font-size : 15px;
}

.more {
    width : 100px;
    height : 30px;
    background: #2F7AF4;
    color : #fff;
    /* margin : auto; */
    font-size : 12px;
    line-height: 30px;
    margin:25px auto;
}

/* main_text1 */

.main_text1 {
    width : 100%;
    height : 659px;
    /* margin-top :  */
}

.main_text1 > h1 {
    padding-top : 50px;
    text-align : center;
}

.main_text1 > .contents1 {
    text-align : center;
}

.service {
    width : 1280px;
    height : 427px;
    display : flex;
    margin : 49px auto;
}

.service > .contents2 {
    padding: 20px;
    padding-top: 0px;
}

.service > .contents2 > h2 {
    margin-bottom: 0px; 
}

.service > .contents2 > .history {
    font-size : 16px;
    line-height : 25px;


}

/* main_text2 */

.main_text2 {
    width : 100%;
    height : 418px;
}

.main_text2 {
    display : flex;
    /* padding-top: 138px; */
}

.main_text2 > div {
    flex : 1;
    text-align : center;
    height: 280px;
    padding-top: 138px;;
}

.main_text2 > div:nth-child(1) {
    background-image: url("image/left.png");
    height: 280px;
}

.main_text2> div:nth-child(2) {
    background-image: url("image/right.png");
    height: 280px;

}


.main_text2 > div > div > h1, 
.main_text2 > div > div,
.main_text2 > div > div > a {
    color: #fff;
}

.more2 {
    width : 220px;
    height : 40px;
    line-height : 40px;
    border : 1px solid #fff;
    margin : 16px auto;
    cursor : pointer;
}

/* footer */

footer {
    display : flex;
    background : #1f1f1f;
    padding : 30px;

}

footer > div > span > {
    padding : 10 10 10 10;
}

footer > div:first-child {
    flex : 3;
    text-align: center;
    color : #fff;
}

footer > div:last-child {
    line-height: 26px;
    flex : 9;
    color : #fff;
}