@charset "utf-8";


.sub_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub_wrap h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 100px;
    text-align: center;
}
@media all and (max-width: 767px) {
    .sub_wrap h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.greeting_wrap .contents .txt {
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.3px;
}
.greeting_wrap .contents .txt p {
    font-size: 21px;
    margin: 50px 0;
}
.greeting_wrap .contents .txt span {color: #196ce6;}
.greeting_wrap .contents img {float: right;}

@media all and (max-width: 767px) {
    .greeting_wrap .contents .txt {
        float: none;
        font-size: 16px;
    }
    .greeting_wrap .contents .txt p {
        font-size: 18px;
        margin: 30px 0;
    }
    .greeting_wrap .contents img {
        float: none;
        margin-top: 50px;
    }
}

.contact_wrap .map {
    overflow: hidden;
    margin-bottom: 40px;
}
.contact_wrap .map .root_daum_roughmap {width: 100% !important;}
.contact_wrap .txt .info_wrap {
    float: left;
    width: 65%;
}
.contact_wrap .txt .info_wrap li {
    font-size: 0;
    margin-bottom: 10px;
}
.contact_wrap .txt .info_wrap li:nth-child(2),
.contact_wrap .txt .info_wrap li:last-child {
    float: left;
    width: 35%;
}
.contact_wrap .txt .info_wrap li b {
    display: inline-block;
    width: 60px;
    font-size: 18px;
    vertical-align: top;
}
.contact_wrap .txt .info_wrap li span {
    display: inline-block;
    width: calc(100% - 60px);
    font-size: 18px;
    vertical-align: top;
}
.contact_wrap .txt .btn_wrap {
    float: right;
    overflow: hidden;
    width: 35%;
}
.contact_wrap .txt .btn_wrap a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: right;
    transition: all 0.3s;
}
.contact_wrap .txt .btn_wrap a:first-child {
    border: 1px solid #19ce60;
    color: #19ce60;
}
.contact_wrap .txt .btn_wrap a:first-child:hover {
    background: #19ce60;
    color: #fff;
}
.contact_wrap .txt .btn_wrap a:last-child {
    border: 1px solid #3396ff;
    color: #3396ff;
    margin-right: 10px;
}
.contact_wrap .txt .btn_wrap a:last-child:hover {
    background: #3396ff;
    color: #fff;
}
@media all and (max-width: 767px) {
    .contact_wrap .root_daum_roughmap .wrap_map {height: 300px !important;}
    .contact_wrap .map {margin-bottom: 30px;}
    .contact_wrap .txt .info_wrap {
        float: none;
        width: 100%;
    }
    .contact_wrap .txt .info_wrap li:nth-child(2), .contact_wrap .txt .info_wrap li:last-child {
        float: none;
        width: 100%;
    }
    .contact_wrap .txt .info_wrap li b {font-size: 16px;}
    .contact_wrap .txt .info_wrap li span {font-size: 16px;}
    .contact_wrap .txt .btn_wrap {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .contact_wrap .txt .btn_wrap a {
        width: calc((100% - 10px)/2);
        height: 42px;
        line-height: 38px;
        font-size: 14px;
    }
}