@charset "utf-8";
/* CSS Document */

/***************************** header ****************************/
.gnb_wrap .gnb_cover {
    float: left;
    padding: 25px 0 25px 0;
    width: 100%;
    background-color: #fff;
}
.gnb_wrap .gnb {
    margin: 0 auto;
    width: 1165px;
}
.gnb_wrap .gnb h1 {
    display: block;
    float: left;
    width: 200px;
    height: 60px;
    text-indent: -9000px;
    background: url("../images/common/logo_color.png") no-repeat;
}
.gnb_wrap .gnb li {
    float: left;
    width: 110px;
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    margin-top: 20px;
    text-align: center;
}
.gnb_wrap .gnb li.menu03 {
    width: 150px;
}
.gnb_wrap .gnb li.menu04 {
    width: 150px;
}

.gnb_wrap .gnb li a {
    display: block;
    text-decoration: none;
    color: #4d4d4d;
}
.gnb_wrap .gnb li a:hover {
    color: #ea5404;
}

.g2depth_wrap {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 10001;
}
.g2depth_wrap .g2depth {
    width: 1165px;
    margin: 0 auto;
    background: #fff;
}
.g2depth_wrap .g2depth .site_list {
    display: inline-block;
    width: 1165px;
}
.g2depth_wrap .g2depth .site_list > li {
    float: left;
    width: 108px;
    height: 206px;
    border-right: solid 1px #f5f5f5;
    text-align: center;
}
.g2depth_wrap .g2depth .site_list > li.site_list3 {
    width: 150px;
}
.g2depth_wrap .g2depth .site_list > li.site_list4 {
    width: 150px;
}
.g2depth_wrap .g2depth .site_list > li:first-child {
    border-left: solid 1px #f5f5f5;
    margin-left: 200px;
}
.g2depth_wrap .g2depth .site_list > li ul {
}
.g2depth_wrap .g2depth .site_list > li ul li {
    padding-top: 8px;
    font-size: 14px;
}
.g2depth_wrap .g2depth .site_list > li ul li:first-child {
    padding-top: 20px;
}
.g2depth_wrap .g2depth .site_list > li ul li a {
    color: #999;
}
.g2depth_wrap .g2depth .site_list > li ul li a:hover {
    color: #ea5404;
    text-decoration: none;
}



/* 동의체크 팝업 */
.pop_free_psn {
    position: fixed;
    width: 600px;
    height: 600px;
    top: 100px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}
.pop_free_psn.active {
    display: block;
}
.pop_free_hnm {
    position: fixed;
    width: 600px;
    height: 600px;
    top: 100px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}
.pop_free_hnm.active {
    display: block;
}

.hnm_pop .inner {
    position: relative;
}
.hnm_close_box {
    position: absolute;
    top: 1px;
    right: 5px;
}

.formBtn nav {
    width: 600px;
    height: 24px;
    position: relative;
}
.formBtn nav input {
    position: absolute;
    top: 6px;
    left: 0px;
}
.formBtn nav span {
    position: absolute;
    top: 6px;
    left: 30px;
}
.content .formBtn:nth-of-type(1) .btn_box {
    margin-top: 80px;
    width: 100%;
    height: 100px;
    display: flex;
    display: -webkit-flex;
}

.formBtn_sg nav {
    width: 600px;
    height: 24px;
    position: relative;
}
.formBtn_sg nav input {
    position: absolute;
    top: 6px;
    left: 30px;
}
.formBtn_sg nav span {
    position: absolute;
    top: 6px;
    left: 60px;
}

.pop_mini_psn {
    position: fixed;
    width: 600px;
    height: 600px;
    top: 100px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}
.pop_mini_psn.active {
    display: block;
}
.pop_mini_hnm {
    position: fixed;
    width: 600px;
    height: 600px;
    top: 100px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}
.pop_mini_hnm.active {
    display: block;
}

/* 서비스신청 */
.formBtn_sv nav {
    width: 600px;
    height: 24px;
    position: relative;
}
.formBtn_sv nav input {
    position: absolute;
    top: 6px;
    left: 2px;
}
.formBtn_sv nav span {
    position: absolute;
    top: 4px;
    left: 22px;
}
#pop_sv_psn {
    position: fixed;
    width: 600px;
    height: 580px;
    top: 140px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}
#pop_sv_hnm {
    position: fixed;
    width: 600px;
    height: 580px;
    top: 140px;
    left: calc(50% - 300px);
    overflow: scroll;
    z-index: 1000;
    background-color: white;
    padding: 30px;
    display: none;
}

.popup_table {
    width: 600px;
}