@font-face {
    font-family: "roboto-regular";
    src: url("../font/Roboto-Regular.ttf");
}

@font-face {
    font-family: "roboto-thin";
    src: url("../font/Roboto-Thin.ttf");
}

@font-face {
    font-family: "roboto-medium";
    src: url("../font/Roboto-Medium.ttf");
}

@font-face {
    font-family: "roboto-bold";
    src: url("../font/Roboto-Bold.ttf");
}

@font-face {
    font-family: "notokr-thin";
    src: url("../font/NotoSans_kr-thin.woff");
}

@font-face {
    font-family: "notokr-regular";
    src: url("../font/NotoSans_kr-regular.woff");
}

@font-face {
    font-family: "notokr-medium";
    src: url("../font/NotoSans_kr-medium.woff");
}

@font-face {
    font-family: "notokr-bold";
    src: url("../font/NotoSans-Bold.woff");
}

@font-face {
    font-family: "notokr-light";
    src: url("../font/NotoSans-Light.woff");
}

@font-face {
    font-family: "notokr-Italic";
    src: url("../font/NotoSans-Italic.ttf");
}


@font-face {
    font-family: "nanumBarun-gothic";
    src: url("../font/NanumBarunGothic.ttf");
}

@font-face {
    font-family: "nanumBarun-gothicBold";
    src: url("../font/NanumBarunGothicBold.ttf");
}

@font-face {
    font-family: "nanumBarun-gothicLight";
    src: url("../font/NanumBarunGothicLight.ttf");
}

@font-face {
    font-family: "nanumBarun-gothicUltraLight";
    src: url("../font/NanumBarunGothicUltraLight.ttf");
}


/* Main */
* {
    margin : 0;
    padding : 0;
    box-size: border-box;
}

body{
    font-family: sans-serif;
}

a{
    text-decoration:none;
    color: #fff;
}

/* first_top(menu) */
.first_top {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 5;
    background-color: white;
    left: 0px;
}

.first_top > div > div:nth-child(1){
    margin-left: 21px;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    background-size : 100% 100%;
}

.first_top > div > div:nth-child(2){
    position: absolute;
    width: 136px;
    height: 58px;
    background-size : 100% 100%;
}


/* subMenu */
.subMenu{
    width: 100%;
    height: 500px;
    text-align: center;
}

.subMenu > div > img{
    height: 60px;
    width: 180px;
}

.subMenu > div > div{
    font-family: "roboto-bold";
    font-size: 20px;
    padding-top: 40px;
}

.subMenu > div > div:nth-child(4){
    padding-top: 50px;
    padding-bottom: 120px;
}

.subMenu > div > div:nth-child(4) > img{
    height: 70px;
    width: 70px;
}

/* companyInfo */
.companyInfo{
    background: url("../image/img-m-company-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    color: white;
}

.companyInfo > div{
    text-align: center;
    padding-top: 80px;
}

.companyInfo > div > div:nth-child(1) > img {
    width: 180px;
    height: 90px;
    padding-bottom: 40px;
}

.companyInfo > div > div:nth-child(2) > img {
    width: 75px;
    height: 75px;
    padding-bottom: 20px;
}

.companyInfo > div > div:nth-child(3) {
    font-family: "nanumBarun-gothicUltraLight";
    font-size: 21px;
    line-height: 150%;
    padding-bottom: 60px;
}

.companyInfo > div > div:nth-child(4){
    text-align: center;
}

.companyInfo > div > div:nth-child(4) > button {
    border: 1px solid white;
    display: table-cell;
    vertical-align: middle;
    color: white;
    background-color: rgba(0,0,0,0);
    font-size: 19.5px;
    font-family: "nanumBarun-gothicBold";
    width: 245px;
    height: 80px;
}


/* footer */
.footer{
    width: 100%;
    height: 100px;
    background-color: #1c1e20;
}

.footer > p{
    color: white;
    font-size: 17.5px;
    font-family: "nanumBarun-gothic";
    padding-top: 40px;
    padding-left: 60px;
}


/* side Menu */
#menu{
    position: fixed;
    height: 100vh;
    width: 80%;
    background-color: white;
    z-index: 100;
    left: -80%;
    top: 0px;
    transition: all .5s ease-in-out;
}

#menu.active{
    left: 0%;
    transition: all .5s ease-in-out;
}

#menu > div{
    padding-left: 5%;
    width: 90%;
}

#menu > div > div:nth-child(1) > img{
    height: 70px;
    width: 70px;
    padding-top: 20px;
    padding-left: 340px;
    opacity: 0;
}

#menu > div > div:nth-child(2){
    font-family: "roboto-bold";
    border-top: 3px solid black;
    border-bottom: 2px solid rgba(0,0,0, 0.5);
    font-size: 36.5px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
}

#menu > div > div:nth-child(3){
    font-family: "roboto-bold";
    border-bottom: 2px solid rgba(0,0,0, 0.5);
    font-size: 36.5px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
}

#menu > div > div:nth-child(4){
    font-family: "roboto-bold";
    border-bottom: 3px solid black;
    font-size: 36.5px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
}

#overlay {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

html.active #overlay {
    opacity: .65;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}