@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration-line: underline;
    color: #f39800;
}

ul {
    list-style: none;
}


#wrap {
    width: 1200px;
    margin: 0 auto;
}

body {
    font-family: "Montserrat", serif;
}


header {
    height: 100px;
    margin-top: 20px;
    display: flex;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}


header .logo {
    width: 10%;
    height: 100px;
    background-image: url(../img/main_logo.png);
    background-repeat: no-repeat;
    margin: 10px;
}

header .gnb {
    width: 70%;
    height: 100px;
}

header .gnb ul {
    display: flex;
}

header .gnb ul li {
    display: inline-block;
    margin: 30px 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

header .menu {
    width: 20%;
    height: 100px;
}

header .img {
    margin: 13px 10px;
    text-align: right;
}

header .img img {
    width: 30%;
}

/* section 시작 */

section {
    width: 1200px;
    height: 780px;
    display: flex;
    position: relative;
}


.imgText {
    width: 850px;
}

.imgText img {
    width: 100%;
}

.imgText h1 {
    font-size: 80px;
    line-height: 1.7;
    margin-top: 15px;
}


.text {
    position: absolute;
    top: 70%;
    left: 70px;
    color: #fff;
    line-height: 1.8;
}

.text p {
    font-size: 35px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    line-height: 1.3;
}

.text p img {
    width: 50%;
}

.text h4 {
    font-weight: 500;
    color: #f39800;
    margin-bottom: 10px;
}

.text h5 {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}


.main_menu {
    width: 350px;
    margin-top: 89px;
}

.ment_cont {
    width: 320px;
    float: right;
}

.txt_01 {
    display: flex;
    border-bottom: 1px solid #000000;
}

.txt_01:nth-child(4) {
    border: none;
}

.txt_01 .num {
    width: 50px;
    margin: 15px 20px 0px 10px;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
}

.txt_01 .num_txt {
    font-size: 18px;
    margin: 28px 0px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
} 

.txt_01 .num_txt p {
    font-size: 23px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
} 

.list_num {
    list-style: disc;
    line-height: 1.6;
    margin-top: 10px;
    margin-left: 20px;
}

.main_menu h2 {
    margin: 60px 0px 0px 15px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

article .banner {
    text-align: center;
}

article .banner img {
    width: 70%;
}

article .three {
    height: 500px;
    border-top: 1px solid #000;
    margin-top: 58px;
    text-align: center;
}

article .three ul {
    display: flex;
    margin-top: 28px;
}

article .three ul li {
    margin: 30px 11px;
}

article .three ul li h4 {
    margin-top: 15px;
    text-align: left;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-weight: 500;
    font-size: 17px;
}

article .three ul li p {
    margin-top: 5px;
    font-size: 25px;
    text-align: left;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

article .three ul li h5 {
    margin-top: 12px;
    font-size: 13px;
    text-align: left;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-weight: 300;
    color: #a2a2a2;
    letter-spacing: 0.5px;
}

article .three ul li:nth-child(1) {
    margin-left: 0;
}

article .three ul li:nth-child(3) {
    margin-right: 0;
}

footer {
    width: 100%;
    height: 270px;
    background-color: #000000;
}

.footer_div {
    width: 1200px;
    margin: 0px auto;
}

.footer_cent {
    padding-top: 70px;
}

.foot_txt p {
    color: #fff;
    font-weight: 600;
    line-height: 4;
}