﻿@charset "utf-8";
/* *******************************************************************
    Noto Sans KR
******************************************************************* */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* *******************************************************************
	http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
******************************************************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
	font-size: 12px;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *******************************************************************
	 customize style
******************************************************************* */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  
  overflow-y: scroll;
}

strong {
	font-weight: bold;	
}

hr {
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
	visibility: hidden;
}

a {
    color: #35404f;
    text-decoration: none;

    -ms-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -webkit-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

a:hover {
    color: #115aae;
    text-decoration: none;
}

/**************************************************************************************
    Font - NanumBarunGothicWeb - 300 / 400 / 700
**************************************************************************************/
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:400;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
        url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff) format('woff'),
        url(cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf) format('truetype');
}
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:700;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix) format('embedded-opentype'),
        url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff) format('woff'),
        url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf) format('truetype')
}
@font-face{
    font-family:'NanumBarunGothic';
    font-style:normal;
    font-weight:300;
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot);
    src:url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix) format('embedded-opentype'),
        url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff) format('woff'),
        url(//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf) format('truetype');
}

/* *******************************************************************
   usuable inline-style
******************************************************************* */

/* 
    clearfix class 
*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/* 
    word ellipsis 
*/
.ellipsis { 
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.element-inline {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
}

/*
    white-space
*/
.ws-normal { white-space: normal !important }

/* *******************************************************************
	mobile style
******************************************************************* */
.mobile-show {
    display: none !important;
}

/* *******************************************************************
    css include style
******************************************************************* */

/*header*/
.header {
	
}
.header h1.main-logo {
	position: absolute;
	top: 30px;
	left: 0;
    z-index: 10;
}
.header .top {
	width: 100%;
    text-align: right;
}
.header .top ul {
	display: inline-block;
    height: 30px;
    line-height: 30px;
	margin: 0;
	color: #999;
}
.header .top ul li {
	display: inline-block;
}
.header .top ul li a {
    font-weight: 300;
	color: #999;
}
.header .top ul li a:hover {
	color: #256cbf;
}
.header .top .top-divide {
	padding: 0 10px;
	font-size: 10px;
	color: #999;
}

/* gnb */
.gnb-area {
    position: relative;
    width: 100%;
    height: 70px;
    transition: border 0.25s;
}
.gnb-area.active {
    border-bottom: 3px solid #051a32;
}
    .gnb-bg {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        height: 0;
        background-color: #fff;
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);

        z-index: 10;

        -ms-transition: height 0.25s;
        -moz-transition: height 0.25s;
        -webkit-transition: height 0.25s;
        -o-transition: height 0.25s;
        transition: height 0.25s;
    }
.gnb-area .innerwrap{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/*gnb*/
.gnb {
    position: relative;
    float: right;
}
    /* depth1 menu */
    .gnb .depth1 {
        padding: 0;
    }
        .gnb .depth1 > li {
            position: relative;
            float: left;
            width: auto;
            margin: 0;
            padding: 0;
        }
        .gnb .depth1 li.gnbmain01 {
            width: 100px;
        }
        .gnb .depth1 li.gnbmain02 {
            width: 140px;
        }
        .gnb .depth1 li.gnbmain03 {
            width: 90px;
        }
        .gnb .depth1 li.gnbmain04 {
            width: 90px;
        }
        .gnb .depth1 li.gnbmain05 {
            width: 90px;
        }
        .gnb .depth1 li.gnbmain06 {
            width: 80px;
        }
        .gnb .depth1 li.gnbmain07 {
            width: 100px;
        }
        .gnb .depth1 li.gnbmain08 {
            width: 110px;
        }
            .gnb .depth1 > li > a {
                position: relative;
                display: block;
                height: 70px;
                line-height: 60px;
                padding: 0;
                font-size: 17px;
                font-weight: 400;
                color: #333;
                letter-spacing: -0.25px;
                text-align: center;
                text-decoration: none;
                outline: none;
            }
            .gnb .depth1 li a:hover,
            .gnb .depth1 li > a.active  {
                color: #256cbf;
            }

    /* depth2 menu */
    .gnb .depth1 li .depth2 {
        position: absolute;
        left: 50%;
        top: 70px;
        height: 0;
        overflow: hidden;
        border-right: 1px dashed #eee !important;
        background-color: #fff;
        z-index: 200;

        -ms-transition: height 0.25s;
        -moz-transition: height 0.25s;
        -webkit-transition: height 0.25s;
        -o-transition: height 0.25s;
        transition: height 0.25s;
    }
    .gnb .depth1 li .depth2 > li:first-child {
      padding-top: 10px;
    }
        .gnb .depth1 li .depth2.sub01 {
            width: 100px;
            margin-left: -50px;
            border-left: 1px dashed #eee !important;
        }
        .gnb .depth1 li .depth2.sub02 {
            width: 140px;
            margin-left: -70px;
        }
        .gnb .depth1 li .depth2.sub03 {
            width: 90px;
            margin-left: -45px;
        }
        .gnb .depth1 li .depth2.sub04 {
            width: 90px;
            margin-left: -45px;
        }
        .gnb .depth1 li .depth2.sub05 {
            width: 90px;
            margin-left: -45px;
        }
        .gnb .depth1 li .depth2.sub06 {
            width: 80px;
            margin-left: -40px;
        }
        .gnb .depth1 li .depth2.sub07 {
            width: 100px;
            margin-left: -50px;
            border-right: 0;
        }
        .gnb .depth1 li .depth2.sub08 {
            width: 110px;
            margin-left: -55px;
            border-right: 0;
        }

        .gnb .depth1 li .depth2 li {
            float: none;
            width: 100%;
            margin: 0;
            padding: 5px 0;
        }
            .gnb .depth1 li .depth2 li a {
            display: block;
            margin: 0;
            padding: 8px 0;
            line-height: 1.2;
            font-size: 13px;
            font-weight: 400;
            color: #767676;
            text-align: center;
            text-decoration: none;
            outline: none;
            }
            .gnb .depth1 li .depth2 li a.double{
                line-height: 1.2;
      }
            .gnb .depth1 li .depth2 li a:hover {
                color: #051a32;
                background-color: #fafafa;
            }

/*.navigation {
	width: 100%;
}
.navigation ul {
	float: right;
	margin: 20px 0 0 0;
}
.navigation ul li {
	float: left;
}
.navigation ul li a {
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: 400;
	padding: 0 15px;
}
.navigation ul li:first-child a{
	padding: 0 15px 0 0;
}
.navigation ul li:last-child a{
	padding: 0 0 0 15px;	
}*/

/*------------------banner-area------------------*/

.banner-area {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	background: #f7f7f7;
}
.banner-area .inner-wrap {
	width: 1120px;
}
.banner-area ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 10px;
}
.banner-area ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	background: #fff;
}

/*footer*/
.footer {
	height: 150px;
	padding: 30px;
	text-align: center;
	background: #fff;
}
.footer .address {
	width: 1100px;
	padding: 0 0 20px;
	margin: 0 auto;
}

.footer .address li {
	font-size: 13px;
	line-height: 1.57;
	color: #999;
}
.footer .address li span {
	display: inline-block;
	margin: 0 10px;
	padding-top: 4px;
	font-size: 10px;
	color: #ccc;
	vertical-align: top;
}
/*.footer .address li:first-child {
	width: 380px;
}
.footer .address li:last-child {
	width: 150px;
}
.footer .address li:last-child {
	width: 150px;
}*/
.footer .copyright {
	font-size: 13px;
	color: #4d4d4d;
}
.footer .copyright b {
	color: #115AAE;
}

/* *******************************************************************
	display,text-align,position // border// style
******************************************************************* */
/*
	display style
*/
.dp-block { display: block !important }
.dp-inline { display: inline !important }
.dp-none { display: none !important }
.dp-inline-block { display: inline-block !important }

/*
	position style
*/
.pos-static { position: static !important }
.pos-relative { position: relative !important }
.pos-absolute { position: absolute !important }
.pos-fixed { position: fixed !important }

/*
    align style
*/
.ta-center { text-align: center !important }
.ta-left { text-align: left !important }
.ta-right { text-align: right !important }

.va-top { vertical-align: top !important }
.va-middle { vertical-align: middle !important }
.va-bottom { vertical-align: bottom !important }
.va-baseline { vertical-align: baseline !important }

/*
	border style
*/
.bd-0 { border-width: 0 !important }
.bd-l0 { border-right: 0 !important }
.bd-t0 { border-top: 0 !important }
.bd-b0 { border-bottom: 0 !important }
.bd-r0 { border-right: 0 !important }

/*
	letter-spacing style
*/
.ls-10px { letter-spacing: -1px !important }
.ls-11px { letter-spacing: -1.1px !important }

/*
	font-size style
*/
.fs-11 { font-size: 11px !important }
.fs-12 { font-size: 12px !important }
.fs-13 { font-size: 13px !important }
.fs-14 { font-size: 14px !important }
.fs-15 { font-size: 15px !important }

/* 
	gradient style
*/
.gradient-w {
	background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}


/**************************************************************************************
    margin
**************************************************************************************/
.mg-0 { margin: 0 !important }

.mg-l0 { margin-left: 0 !important}
.mg-t0 { margin-top: 0 !important}
.mg-r0 { margin-right: 0 !important}
.mg-b0 { margin-bottom: 0 !important}

.mg-l5 { margin-left: 5px !important}
.mg-t5 { margin-top: 5px !important}
.mg-r5 { margin-right: 5px !important}
.mg-b5 { margin-bottom: 5px !important}

.mg-l10 { margin-left: 10px !important}
.mg-t10 { margin-top: 10px !important}
.mg-r10 { margin-right: 10px !important}
.mg-b10 { margin-bottom: 10px !important}

.mg-l15 { margin-left: 15px !important}
.mg-t15 { margin-top: 15px !important}
.mg-r15 { margin-right: 15px !important}
.mg-b15 { margin-bottom: 15px !important}

.mg-l20 { margin-left: 20px !important}
.mg-t20 { margin-top: 20px !important}
.mg-r20 { margin-right: 20px !important}
.mg-b20 { margin-bottom: 20px !important}

.mg-l25 { margin-left: 25px !important}
.mg-t25 { margin-top: 25px !important}
.mg-r25 { margin-right: 25px !important}
.mg-b25 { margin-bottom: 25px !important}

.mg-l30 { margin-left: 30px !important}
.mg-t30 { margin-top: 30px !important}
.mg-r30 { margin-right: 30px !important}
.mg-b30 { margin-bottom: 30px !important}

.mg-l35 { margin-left: 35px !important}
.mg-t35 { margin-top: 35px !important}
.mg-r35 { margin-right: 35px !important}
.mg-b35 { margin-bottom: 35px !important}

.mg-l40 { margin-left: 40px !important}
.mg-t40 { margin-top: 40px !important}
.mg-r40 { margin-right: 40px !important}
.mg-b40 { margin-bottom: 40px !important}

.mg-l45 { margin-left: 45px !important}
.mg-t45 { margin-top: 45px !important}
.mg-r45 { margin-right: 45px !important}
.mg-b45 { margin-bottom: 45px !important}

.mg-l50 { margin-left: 50px !important}
.mg-t50 { margin-top: 50px !important}
.mg-r50 { margin-right: 50px !important}
.mg-b50 { margin-bottom: 50px !important}


/**************************************************************************************
    padding
**************************************************************************************/
.pd-0 { padding: 0 }

.pd-l0 { padding-left: 0 !important}
.pd-t0 { padding-top: 0 !important}
.pd-r0 { padding-right: 0 !important}
.pd-b0 { padding-bottom: 0 !important}

.pd-l5 { padding-left: 5px !important}
.pd-t5 { padding-left: 5px !important}
.pd-r5 { padding-left: 5px !important}
.pd-b5 { padding-left: 5px !important}

.pd-l10 { padding-left: 10px !important}
.pd-t10 { padding-top: 10px !important}
.pd-r10 { padding-right: 10px !important}
.pd-b10 { padding-bottom: 10px !important}

.pd-l15 { padding-left: 15px !important}
.pd-t15 { padding-top: 15px !important}
.pd-r15 { padding-right: 15px !important}
.pd-b15 { padding-bottom: 15px !important}

.pd-l20 { padding-left: 20px }
.pd-t20 { padding-top: 20px }
.pd-r20 { padding-right: 20px }
.pd-b20 { padding-bottom: 20px }

.pd-l25 { padding-left: 25px !important}
.pd-t25 { padding-top: 25px !important}
.pd-r25 { padding-right: 25px !important}
.pd-b25 { padding-bottom: 25px !important}

.pd-l30 { padding-left: 30px !important}
.pd-t30 { padding-top: 30px !important}
.pd-r30 { padding-right: 30px !important}
.pd-b30 { padding-bottom: 30px !important}

.pd-l35 { padding-left: 35px !important}
.pd-t35 { padding-top: 35px !important}
.pd-r35 { padding-right: 35px !important}
.pd-b35 { padding-bottom: 35px !important}

.pd-l40 { padding-left: 40px !important}
.pd-t40 { padding-top: 40px !important}
.pd-r40 { padding-right: 40px !important}
.pd-b40 { padding-bottom: 40px !important}

.pd-l45 { padding-left: 45px !important}
.pd-t45 { padding-top: 45px !important}
.pd-r45 { padding-right: 45px !important}
.pd-b45 { padding-bottom: 45px !important}

.pd-l50 { padding-left: 50px !important}
.pd-t50 { padding-top: 50px !important}
.pd-r50 { padding-right: 50px !important}
.pd-b50 { padding-bottom: 50px !important}


/**************************************************************************************
    Width
**************************************************************************************/
.wauto{ width: auto !important; }
.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }


/* *******************************************************************
    css writing style
******************************************************************* */
/*.class {*/
    /*!*layout*!*/
    /*position: ;*/
    /*display: ;*/
    /*float: ;*/
    /*box-sizing: ;*/

    /*!*size*!*/
    /*width: ;*/
    /*height: ;*/
    /*margin: ;*/
    /*padding: ;*/

    /*!*aling*!*/
    /*line-height: ;*/
    /*text-align: ;*/

    /*!*font*!*/
    /*font-family: ;*/
    /*font-size: ;*/
    /*font-weight: ;*/
    /*letter-spacing: ;*/

    /*!*color,design*!*/
    /*border: ;*/
    /*border-radius: ;*/
    /*background: ;*/
    /*color: ;*/
    /*background: ;*/
    /*transition: ;*/
    /*box-shadow: ;*/

    /*!*etc*!*/
    /*z-index: ;*/
/*}*/