﻿@charset "utf-8";
 /*******************************************************************
	common
******************************************************************* */
 body {
     font-family: Arial, 'Nanum Barun Gothic', '맑은 고딕', Dotum, sans-serif;
     font-size: 15px;
     line-height: 1.58;
     color: #333;
 }
 a {
     text-decoration: none !important;
     transition: all 0.25s;
 }
 hr {
     display: none;
 }
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

/* forms */
.element-inline {
    display: inline-block;
    width: 200px;
}
.w100 {
    width: 100% !important;
}
.w-phone {
    width: 80px !important;
}
.btn-area {
    padding: 20px 0 30px;
    text-align: center;
}
.btn-area .btn {
    margin: 0 10px;
}
.input-need {
    display: inline-block;
    margin: 0 0 0 5px;
    color: red;
    font-weight: bold;
    vertical-align: middle;
}

 /*******************************************************************
	layout
******************************************************************* */
 #wrap {
     
 }
 .inner-wrap {
     position: relative;
     width: 960px;
     margin: 0 auto;
 }
 
 /*******************************************************************
	#header - utility
******************************************************************* */
#header {

}

/* utility-area */
.utility-area {
    height: 40px;
    line-height: 40px;
    background-color: #253981;
}

.utility-area a.go-home {
    color: #fff;
}
.utility-area a.go-home {
    font-size: 13px;
    color: #e4e9f9;
}
.utility-area a.go-home {
    color: #fff;
}

.utility-area .utility {
    /*display: none;  임시로 안보이게 설정 - 20180817*/
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
}
.utility-area .utility li {
    display: inline-block;
    height: 40px;
    margin: 0 0 0 20px;
}
.utility-area .utility li a {
    font-size: 13px;
    color: #e4e9f9;
}
.utility-area .utility li a:hover {
    color: #fff;
}

 /*******************************************************************
	#header - gnb-area
******************************************************************* */
 .gnb-area {
    height: 100px;
    border-bottom: 1px solid #253981;
    background-color: #fff;
}

/* logo */
.gnb-area h1 {
    padding-top: 30px
}
.gnb-area h1 .ko {
    display: block;
    margin: 0 0 5px;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.25px;
}
.gnb-area h1 .en {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #767676;
    letter-spacing: 0.1px;
}

/* gnb-area */
.gnb {

}
.gnb ul {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
}
.gnb ul > li {
    display: inline-block;
    margin: 0 0 0 20px;
    height: 100px;
}
.gnb ul > li > a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
}
.gnb ul > li > a:hover {
    color: #fd367e;
}
.gnb ul > li.ready > a {
    color: #bbb;
    cursor: initial;
}
.gnb ul > li.ready > a:hover {
    color: #bbb;
}

 /*******************************************************************
	#footer
******************************************************************* */
#footer {
    padding: 0 0 50px;
     background-color: #4d4d4d;
} 
#footer .footer > .inner-wrap {
     background: url(../images/footer/bg_footer_logo.png) left 36px no-repeat;
}

 /*******************************************************************
	#footer - sponsor
******************************************************************* */
 .sponsor {
     height: 100px;
     padding: 20px 0;
     border-top: 1px solid #eee;
     background-color: #f7f7f7;
 }
.sponsor h2 {
    float: left;
    line-height: 60px;
    font-size: 24px;
    color: #000;
}
.sponsor ul {
    float: left;
    padding-left: 80px;
}
.sponsor ul li {
    display: inline-block;
    margin-right: 30px;
}

 /*******************************************************************
	#footer - address
******************************************************************* */
 address {
     padding: 30px 0 0 330px;
}
address p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #dbdbdb;
}

.copyright {
    margin: 0;
    padding: 0;
    padding: 0 0 0 330px;
    font-size: 14px;
    color: #dbdbdb;
}
.copyright b {
    color: #c7d3ff;
}