﻿html {
    height:100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: "Noto Sans KR";
}

a:hover {
    opacity:0.9;
}

a:active {
    opacity: 0.7;
}

div, p {
    box-sizing:border-box;
}

button {
    cursor:pointer;
}

    button[disabled=disabled] {
        opacity:0.7;
        cursor:default;
    }

    .btn_normal, .btn_rect {
        background: #fff;
        border: 1px solid #bbb;
        font-size: 15px;
        color: #333;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
    }

    .btn_rect {
        padding:0px 30px;
        border-radius:0px;
    }

.btn_trans {
    background: none;
    border-color: #fff;
    color: #fff;
}

    .btn_green {
        background: #5a4;
        border-color: #5a4;
        color: #fff;
    }

.btn_normal:hover {
    opacity:0.9;
}

.btn_normal:active {
    opacity:1;
    box-shadow:rgba(0,0,0,0.05) 3px 3px 3px inset;
}

.va_top {
    vertical-align:top;
}

.inline_block {
    display:inline-block;
}

.r_align {
    text-align:right;
}

.table {
    display: table;
    width: 100%;
}

.tr {
    display:table-row;
}

.td {
    display:table-cell;
}

.w50 {
    width:50%;
}

.w160 {
    width:160px;
}

.w800 {
    width:800px;
}

.float_l {
    float:left;
}

.float_r {
    float: right;
}

.lst_none {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.btn_none {
    background:none;
    border:none;
}

.lst_none li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.top_mn_wrap {
    max-width: 1920px;
    width:100%;
    margin: auto;
}

.top_mn_fx {
    top:0px;
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    position: absolute;
    z-index: 999999;
}

.top_q_mn, .top_mn {
    width: 1400px;
    margin: auto;
    text-align: right;
    padding-top: 9px;
}

    .top_q_mn a:link, .top_q_mn a:visited, .top_q_mn a:hover {
        text-decoration:none;
        color:#fff;
    }

        .top_q_mn a:hover {
            opacity:0.7;
        }

    .top_q_mn a:active {
        opacity: 0.5;
    }

        .top_q_mn ul li:first-child a:link, .top_q_mn ul li:first-child a:visited, .top_q_mn ul li:first-child a:hover {
            color: #cf0 !important;
        }

    .top_q_mn li {
        color: #fff;
        font-size: 12px;
        padding: 0px 4px;
    }

.top_mn {
    /*overflow:auto;*/
}

.top_logo {
    display:none;
    float:left;
    vertical-align:bottom;
}

    .top_logo img {
        width:125px;
    }

    .top_logo .tlogo_w {
        display:none;
    }

    .top_mn_lst {
        text-align:left;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: bottom;
        float: right;
        width:100%;
        white-space:nowrap;
    }

    .top_mn_lst a:link, .top_mn_lst a:visited, .top_mn_lst a:hover {
        text-decoration:none;
        color:#000;
        font-size:26px;
        font-weight:500;
    }

.top_mn_lst li {
    width:159px;
    padding-top:9px;
    height:50px;
    box-sizing:border-box;
    text-align:center;
    padding-bottom:20px;
    vertical-align:middle;
}

.to_mn_sub {
    width: 1400px;
    margin: auto;
    overflow:auto;
}

    .to_mn_sub ul {
        display: table;
        float:right;
        list-style: none;
        margin:0px;
        width:100%;
        table-layout:fixed;
    }

    .to_mn_sub li {
        display: table-cell;
        /*width: 199px;*/
        box-sizing: border-box;
        vertical-align: top;
        /*border-left: 1px solid #ddd;*/
        white-space:nowrap;
    }

        .to_mn_sub li:last-child {
            /*border-right:1px solid #ddd;*/
        }

        .to_mn_sub ul ul {
            text-align: center;
            margin: 0px;
            padding: 2px 0px 18px;
            display: inline-block;
        }

#topSubMenu1 {
    width:130px;
}
#topSubMenu2 {
    width: 205px;
}

.to_mn_sub ul ul li {
    border: none !important;
    display: block;
    padding-top: 10px;
}

    .to_mn_sub ul ul li a:link, .to_mn_sub ul ul li a:visited, .to_mn_sub ul ul li a:hover {
        font-size:21px;
        text-decoration:none;
        color:#606066;
    }

    .to_mn_sub ul ul li a:hover {
        color:#073 !important;
    }

    .to_mn_sub ul ul li a:active {
        opacity:0.5;
    }

.top_mn_bg2 {
    display: none;
    border-top: 1px solid #073;
    border-bottom: 1px solid #073;
}

/* 상단 메뉴 오버 */
.tmn_over .top_mn_bg1 {
    background: #fff;
}
.tmn_over .top_mn_bg2 {
    background: #fff;
}

.tmn_over .top_logo .tlogo_w {
    display: inline;
}

.tmn_over .top_logo .tlogo_c, .tmn_over .top_logo .tlogo_pm {
    display: none !important;
}
/* 상단 메뉴오버 끝 */

.foot_wrap {
    width: 100%;
    min-width:1400px;
    height: 160px;
    background: #395;
}

.ft_cnt_wrap {
    width: 1400px;
    margin: auto;
    background-size:125px 40px;
    padding-top:7px;
    overflow:auto;
}

    .ft_cnt_wrap .float_l a:link, .ft_cnt_wrap .float_l a:visited, .ft_cnt_wrap .float_l a:hover {
        color:#fff;
        text-decoration:none;
        font-size:14px;
    }

        .ft_cnt_wrap .float_l a:hover {
            opacity:0.8;
        }
    .ft_cnt_wrap .float_l a:active {
        text-shadow: rgba(255,255,255,0.3) 1px 1px 1px;
        opacity: 1;
    }

    .ft_cnt_wrap .float_l ul {
        padding-bottom:22px;
    }

    .ft_cnt_wrap .float_l li {
        padding-right: 20px;
    }

    .ft_cnt_wrap .float_l li:last-child {
        padding-right: 0px;
    }

.ft_addr {
    font-size:12px;
}

    .ft_addr td, .ft_addr th {
        padding-bottom:2px;
    }

    .ft_addr td {
        color:#ccc;
    }

    .ft_addr th {
        font-weight:normal;
        color:#fff;
        text-align:right;
        padding-right:20px;
    }

.ft_cnt_wrap .float_l p {
    color:#fff;
    font-size:18px;
    margin:0px;
    padding:15px 0px 0px 0px;
    font-weight:300;
}

.fs_btn button {
    font-size: 18px;
    color: #fff;
    background: none;
    width: 300px;
    height: 40px;
    box-sizing:border-box;
    background:url(/img/arrow_up.png) no-repeat 265px center;
    border:1px solid #fff;
    text-align:left;
    padding-left:20px;
}

    .fs_btn button:hover {
        opacity: 0.8;
    }

    .fs_btn button:active {
        opacity: 1;
        box-shadow: rgba(0,0,0,0.3) 2px 2px 2px inset;
    }

.fs_btn ul, .fs_btn li {
    list-style: none;
    padding:0px;
    margin:0px;
}

    .fs_btn ul {
        box-sizing:border-box;
        width:300px;
        height:140px;
        margin-top:-140px;
        position:absolute;
        background:#fff;
        font-size:14px;
        padding:13px 0px 0px 20px;
        display:none;
        border:1px solid #395;
    }

.fs_close {
    float:right;
    margin:-10px 15px 0px 0px;
}

.fs_btn a:link, .fs_btn a:visited, .fs_btn a:hover {
    color: #073;
    font-size:18px;
    text-decoration: none;
}

.fs_btn a:hover {
    font-weight:500;
}

.fs_btn li {
    padding-bottom: 2px;
}

    .tlogo_pm {
        display:none;
    }

.m_mn_ico {
    display:none;
}
/* 회사 로고 */
@media screen and (max-width:1300px) {
    .top_logo {
        padding-left:50px;
    }
}