@charset "utf-8";
@import url('font.css');

html {
    font-size: 20px;
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

body {
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-size: 1rem;
}

* {margin: 0;padding: 0;list-style: none;text-decoration: none;box-sizing: border-box;}

a:hover, a:active, a:link, a:visited {
    color: #000;
}

/* text ... */
.break1 {
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* title ... */
.break2 {
    word-wrap: break-word !important; word-break: break-all !important;
}
/* content ... */
.break3 {
    word-wrap: break-word !important; word-break: break-all !important;
    white-space: pre-wrap !important;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.lawyer_wrap {
    width: 650px;
}
.con_wrap {
    max-width: 1280px;
    margin: 0 auto;
}
/*** header ***/
/* header_top */
#header .header_top{
    background: #666;
    padding: 7px 0;
}
#header .header_top .inner{
    font-size: 0;
    text-align: right;
}
#header .header_top .inner li{
    display: inline-block;
    font-size: 12px;
    color: #666;
    vertical-align: middle
}
#header .header_top .inner .social{
    margin-right: 10px;
    background: url(../img/bar.png) no-repeat right center;
}
#header .header_top .inner .social li{
    position: relative;
    padding: 0 5px;
}
#header .header_top .inner .social li:last-child {
    padding: 0 15px 0 5px;
}
#header .header_top .inner .util li{
    margin-left: 20px;
}
#header .header_top .inner .util li a {
    color: #fff;
    font-size: .9rem;
}
#header .header_top .inner .login li>a{
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
/* header_bottom */
#header .header_bottom{
    box-sizing: border-box;
    line-height: 80px;
    background-color: #fff;
}
#header .header_bottom .logo{
    float: left;
    line-height: 80px;
}
#header .header_bottom .logo img{
    vertical-align: middle
}
#header .header_bottom .gnb{
    float: right;
    font-size: 0;
}
#header .header_bottom .gnb>ul{
    height: 60px
}
#header .header_bottom .gnb>ul>li{
    display: inline-block;
    font-size: 1.1rem;
    color: #000;
    margin-left: 50px;
    font-weight: 500;
}
#header .header_bottom .gnb>ul>li a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}
#header .header_bottom .gnb>ul>li a:hover {
    color: #2c2f8d;
}
#header .header_bottom .gnb>ul>li:hover{
    color: #444
}
#header .header_bottom .gnb>ul>li.menu{
    position: relative
}
header .gnb > ul > li:last-child a {    border: none;
    display: block;
    padding: 0 30px;
    height: 50px;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 1.3rem;
    background-color: #D2A754;
    color: #fff !important;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border: #AD8639 solid 1px;
}
#header .header_bottom .gnb .sub{
    position: absolute;
    top: 60px;
    left: -15px;
    z-index: 1;
    background: #fff;
    border: 1px solid #666;
    text-align: center;
    width: 100px;
    padding: 10px 0;
    display: none
}
#header .header_bottom .gnb .sub_a {
    width: 140px;
}
#header .header_bottom .gnb .sub li{
    height: auto;
    color: #666;
    font-size: 1.4rem;
    line-height: 2;
    transition: all 0.3s
}
#header .header_bottom .gnb .sub li:hover{
    color: #444;
    display: block;
}
#header .header_bottom .gnb .sub li a {
    font-size: .95rem;
}
#header .header_bottom .gnb>ul>li.menu:hover .sub {
    display: block;
}
/*** mobile gnb ***/
html.fixed{
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}
#header .open_btn{
    position: absolute;
    top: 25px;
    right: 5%;
    font-size: 1.8rem;
    color: #7f97c7;
    cursor: pointer;
    display: none;
}
#header .gnb_box{
    position: fixed;
    top: 0; right: -280px;
    z-index: 100000;
    width: 280px;
    height: 100%;
    background: #fff;
}
#header .gnb_box .gnb_box_wrap{
    height: calc(100% - 54px);
}
#header .gnb_box .gnb_box_wrap_in{
    height: 100%;
    overflow-y: auto;
}
#header .gnb_box .close_btn{
    display: inline-block;
    float: right;
    color: #7f97c7;
    font-size: 1.8rem;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px
}
#header .gnb_box .m_top{
    margin-top: 40px
}
#header .gnb_box .m_top .m_logo{
    text-align: center
}
#header .gnb_box .m_top .m_logo img{
    width: 40%;
}
#header .gnb_box .m_top .nav_login{
    font-size: 0;
    margin-top: 22px;
    padding: 15px;
    box-sizing: border-box
}
#header .gnb_box .m_top .nav_login li{
    font-size: 1.4rem;
    border: 1px solid #7f97c7;
    width: 120px;
    height: 36px; line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all 0.3s
}
#header .gnb_box .m_top .nav_login li a {
    color: #7f97c7;
    font-size: .95rem;
    display: block;
}
#header .gnb_box .m_top .nav_login li:nth-child(1):hover{
    background: #3672b0;
    color: #fff
}
#header .gnb_box .m_top .nav_login li:nth-child(2){
    background: #7f97c7;
    margin: 0
}
#header .gnb_box .m_top .nav_login li:nth-child(2) a {
    color: #fff;
}
#header .gnb_box .m_top .nav_login li:nth-child(2):hover{
    background: #fff;
    color: #444
}
#header .gnb_box .m_top .top_menu{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 0;
    margin-top: 10px;
}
#header .gnb_box .m_top .top_menu li{
    display: inline-block;
    font-size: 1.6rem;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box
}
#header .gnb_box .m_top .top_menu li:last-child{
    border-right: 0
}
#header .gnb_box .m_top .top_menu .title{
    margin-top: 8px;
    color: #3672b0;
}
#header .gnb_box .m_top .nav_list{
    margin-top: 40px;
}
#header .gnb_box .m_top .nav_list li{
    transition: all 0.3s;
    border-bottom: 1px solid #ddd;
    line-height: 2.5rem;
}
#header .gnb_box .m_top .nav_list li:first-child {
    border-top: 1px solid #ddd;
}
#header .gnb_box .m_top .nav_list li a {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    padding-left: 20px;
}
#header .gnb_box .m_top .nav_list li a span {
    background: url(../img/gnb_arrow01.png)no-repeat center;
    background-size: 80%;
    background-position: center;
    margin-right: 15px;
    float: right;
    display: inline-block;
    width: 20px;
    height: 40px;
}
#header .gnb_box .m_top .nav_list .open a {
    color: #3e3d9a;
}
#header .gnb_box .m_top .nav_list .open a span {
    background: url(../img/gnb_arrow02.png)no-repeat center;
    background-size: 80%;
    background-position: center;
    margin-right: 15px;
    float: right;
    display: inline-block;
    width: 20px;
    height: 40px;
}
#header .gnb_box .m_top .nav_list li .sub {
    background: #f6f6f6;
}
#header .gnb_box .m_top .nav_list li .sub li a {
    color: #5d5d5d;
}
#header .gnb_box .m_top .nav_list li .sub li:last-child {
    border-bottom: none;
}
#header .gnb_box .m_top .nav_list li:hover{
    color: #444
}
#header .gnb_box .m_top .nav_list
#header .gnb_box .m_top .number{
    color: #3672b0;
    padding-left: 20px;
    margin: 50px 0
}
#header .gnb_box .m_top .nav_main {
    width: 90%;
    text-align: center;
    margin: 15px auto 120px;
    line-height: 2.5rem;
}
#header .gnb_box .m_top .nav_main a {
    display: block;
    color: #fff;
    border-radius: 7px;
    font-size: .95rem;
}
#header .gnb_box .m_top .nav_main a:nth-child(1) {
    background: #3e3d9a;
    margin: 15px 0 5px 0;
}
#header .gnb_box .m_top .nav_main a:nth-child(2) {
    background: #434343;
}
#header .gnb_box .m_bottom{
    position: absolute;
    bottom: 0;
    background: #666;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
#header .gnb_box .m_bottom li{
    display: inline-block;
    margin: 0 12px;
}
.dimmed{
    position: fixed;
    width: 100%; height: 100%;
    left: 0; top: 0;
    background: rgba(0,0,0,0.65);
    z-index: 10000;
    cursor: pointer;
    display: none
}
footer .footer_wrap {
    background: #333;
}
footer .con_wrap:after {
    display: block;
    clear: both;
    content: '';
}
footer .con_wrap .foot_con01 {
    float: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 40px;
}
footer .con_wrap .foot_con01 p:nth-child(1) {
    color: #F5CB79;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 24px;
}
footer .con_wrap .foot_con01 p:nth-child(2) {
    color: #F5CB79;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding-bottom: 28px;
}
footer .con_wrap .foot_con01 p:nth-child(3) {
    color: #ccc;
    line-height: 1.4rem;
    font-size: .9rem;
    font-weight: 300;
}
footer .con_wrap .foot_con01 p {
    text-align: center;
}
footer .con_wrap .foot_con02 {
    float: left;
    padding: 40px 0 40px 40px;
}
footer .con_wrap .foot_con02 p:nth-child(1) {
    font-size: 1rem;
    color: #ccc;
    font-weight: 500;
    line-height: 1.7rem;
    letter-spacing: -1px;
}
footer .con_wrap .foot_con02 div span:nth-child(1) {
    padding-right: 30px;
}
footer .con_wrap .foot_con02 div span:nth-of-type(2) {
    padding-right: 30px;
}
footer .con_wrap .foot_con02 div span {
    line-height: 1.7rem;
    color: #ccc;
    letter-spacing: -1px;
    font-weight: 300;
}
footer .con_wrap .foot_con02 p:last-child {
    padding-top: 40px;
    color: #F5CB79;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -1px;
}
footer .con_wrap .foot_menu ul {
    float: right;
    padding-top: 40px;
}
footer .con_wrap .foot_menu:after {
    clear: both;
    display: block;
    content: '';
}
footer .con_wrap .foot_menu ul li {
    text-align: center;
    margin-bottom: 5px;
}
footer .con_wrap .foot_menu ul li a {
    display: inline-block;
    width: 190px;
    height: 39px;
    line-height: 39px;
    font-size: .95rem;
    color: #ddd;
    letter-spacing: -1px;
    border: 1px solid #555;
}
footer .con_wrap .foot_menu ul li a:hover {
    /*border: 1px solid #999;*/
}
footer .copy {
    text-align: center;
    padding: 11px 0;
    background: #222;
}
footer .copy p {
    color: #ccc;
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
}
.q_menu {
    display: none;
}
.top{
    position: fixed;
    bottom: 38px;
    right: 180px;
    width: 59px;
    background: #ef6f6d;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .wrapper {
        width: 95%;
    }
    .lawyer_wrap {
        width: 650px;
    }
    #header .header_bottom .gnb>ul>li {
        margin-left: 22px;
    }
    footer {
        position: relative;
    }
    footer .con_wrap .foot_con01 {
        margin-top: 88px;
        border: none;
        padding: 0;
    }
    footer .con_wrap .foot_con02 {
        margin-top: 50px;
    }
    footer .con_wrap .foot_menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    footer .con_wrap .foot_menu ul {
        padding-top: 0;
        float: none;
    }
    footer .con_wrap .foot_menu ul li {
        float: left;
        width: 25%;
        background: #333;
        border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #000;
    }
    footer .con_wrap .foot_menu ul li a {
        width: 100%;
        height: 100%;
        border: none;
        /*color: #000;*/
    }
}

@media (max-width: 1023px) {
    #header .header_bottom {
        line-height: 60px;
    }
    footer .con_wrap .foot_con01 {
        display: none;
    }
    footer .con_wrap .foot_con02 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 70px;
    }
    footer .con_wrap .foot_con02 p span {
        display: inline-block;
        /*background: url(../img/foot_arrow.png)no-repeat center;*/
        /*width: 30px;*/
        height: 11px;
        background-size: 50%;
        background-position: center;
    }
    footer .con_wrap .foot_con02 p:nth-child(1) {
        text-align: center;
        /*color: #333;*/
        line-height: 1rem;
        padding-bottom: 15px;
        font-weight: 400;
    }
    footer .con_wrap .foot_con02 div {
        display: none;
        padding-bottom: 15px;
    }
    footer .con_wrap .foot_con02 div span {
        font-size: .95rem;
    }
    footer .con_wrap .foot_con02 p:last-child {
        text-align: center;
        padding-top: 0;
        font-size: .95rem;
    }
    footer .con_wrap .foot_menu ul li a {
        height: 30px;
    }
    footer .copy {
        background: #333333;
        padding: 25px 0 70px;
    }
    footer .copy p {
        /*color: #555;*/
    }
    footer .con_wrap .foot_menu ul li a {
        height: 100%;
        font-size: .9rem;
    }
    .q_menu {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
    }
    .q_menu li {
        width: 50%;
        float: left;
        text-align: center;
        height: auto;
    }
    .q_menu li:first-child {
        background: #2c308b;
    }
    .q_menu li:last-child {
        background: #efc318;
    }
    .q_menu li a {
        display: block;
        padding: 15px 0;
        font-size: .9rem;
        font-weight: 700;
    }
    .q_menu li:first-child a {
        color: #fff;
    }
    .q_menu li:last-child a {
        color: #371708;
    }
    .q_menu li a img {
        vertical-align: middle;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        width: 100%;
    }
    .foot_menu ul li:first-child {
        display: none;
    }
    footer .con_wrap .foot_menu ul li {
        width: 33.3%;
    }
    footer .con_wrap .foot_menu ul li a {
        font-size: .82rem;
    }
    footer .con_wrap .foot_con02 div span {
        font-size: .9rem;
    }
    footer .con_wrap .foot_con02 div span:nth-child(1) {
        padding-right: 7px;
    }
    footer .con_wrap .foot_con02 div span:nth-child(2) {
        padding-right: 0;
    }
    footer .con_wrap .foot_con02 p:last-child {
        width: 85%;
        margin: 0 auto;
        line-height: 1.35rem;
        font-size: .9rem;
    }
    footer .copy {
        padding: 20px 0 80px 0;
    }
    footer .copy p {
        font-size: .9rem;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
