@charset "utf-8";

/* sub title */
.sub_title {
	position: relative;
    height: 300px;
    background: #d9eaf9 url(../images/sub_title.png) no-repeat 3% top;
}

.sub_title>.content_wrap {
    position: relative;
    background: url(../images/sub_img.png) no-repeat 90% bottom;
    overflow: visible;
}
.sub_title>.content_wrap.cw_tt1 {
    background: url(../images/sub_img.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt11 {
    background: url(../images/sub_img11.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt12 {
    background: url(../images/sub_img12.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt13 {
    background: url(../images/sub_img13.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt14 {
    background: url(../images/sub_img14.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt15 {
    background: url(../images/sub_img15.png) no-repeat 90% bottom;
}
.sub_title>.content_wrap.cw_tt16 {
    background: url(../images/sub_img16.png) no-repeat 90% bottom;
}

.sub_title p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 300;
	color: #222 !important;
	line-height: 1.6;
}
.sub_title p.t2 {
    font-size:28px;
}
.sub_title .cw_tt13 {
    max-width: 1180px;
}
.sub_title .cw_tt13 .sub_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 300;
    color: #222 !important;
    line-height: 1.6;
}
.sub_title .cw_tt13 .sub_text p {
    position: relative;
    top: unset;
    transform: unset;
    line-height: 1.5;
}
.sub_title .cw_tt13 .sub_text .inn1 {
    margin:0 auto;
    font-size:20px;
}
.sub_title .cw_tt13 .sub_text .inn1 h4 {
    margin:0 auto 12px;
    font-size:1.15em;
}
.sub_title .cw_tt13 .sub_text .inn1 .txt.t1 {
    margin:0 auto 8px;
}
.sub_title .cw_tt13 .sub_text .inn2 {
    padding:8px 12px;
    width: 60%;
    max-width: 500px;
    font-size:16px;
    border:1px solid #eee;
    background:rgba(255,255,255,0.4);
    border-radius: 12px;
}

/*.sub_title .content_wrap .sub_text {font-size: 32px; line-height: 1.6;}*/



/* sub_nav */
.subNav_wrap {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.subNav_wrap.onoff_menu {
    padding-bottom:6px;
}
.subNav_wrap.onoff_menu.close_menu .sub_nav li:not(.on) {
    width:0;
    height:0;
    overflow: hidden;
}
.subNav_wrap.onoff_menu.close_menu .sub_nav li {
    margin:0 auto;
    float: unset;
    transition: all 0.2s;
}

.sub_nav_wrap {
    position: relative;
    margin:0 auto;
    max-width: 1180px;
}
.subNav_wrap .sub_nav {
    max-width: 1180px;
    margin: 25px auto;
    padding-bottom: 1px;
    overflow: hidden;
}

.subNav_wrap .sub_nav li {
    float: left;
    margin: 0 -1px -1px 0;
    width:calc(100% / 4);
}

.subNavType2 ul li:first-child {
    margin-left: 0;
}

.subNav_wrap .sub_nav li a {
	display: block;
	width: 100%;
	height: 100%;
    position: relative;
    color: #898989;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #ddd;
	font-weight: 600;
}
.subNav_wrap .sub_nav li.link-btn a {
    background: rgba(10, 122, 200, 0.85);
    border:1px solid transparent;
    background:
            linear-gradient(rgba(14,56,148,0.85), rgba(14,56,148,0.85)) padding-box,
            conic-gradient(from var(--angle),
            #0a7ac8 0deg,
            #0a7ac8 330deg,
            #5ec8ff 360deg
            ) border-box;
    background-clip: padding-box, border-box;
    animation: border-rotate 5s linear infinite;
    color:#fff;
    transition: all 0.3s;
}

.subNav_wrap .sub_nav li:hover,
.subNav_wrap .sub_nav li.on {
    position: relative;
    z-index: 1;
}

.subNav_wrap .sub_nav li:hover a,
.subNav_wrap .sub_nav li.on a {
    color: #0d3894;
    border: 1px solid #0d3894;
    background: #d9ebf9;
}
.subNav_wrap .sub_nav li.nav-point {
    background: #eaeaea;
}
.subNav_wrap .sub_nav li.nav-point a {
    color: #000000;
}
.subNav_wrap .sub_nav li.nav-point.on a {
    color: #0e3894;
}

.subNav_wrap .onoff_btn {
    position: absolute;
    bottom:-24px;
    left:50%;
    transform: translateX(-50%);
    display: block;
    padding:4px 0 0 0;
    width:64px;
    height:26px;
    border-radius: 0px 0px 12px 12px;
    text-align: center;
    font-size:11px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}
.subNav_wrap .onoff_btn.open {
    background: #fff;
    border:1px solid #0a7ac8;
    color:#0a7ac8;
}
.subNav_wrap .onoff_btn:hover {
    background: #0d3894;
    color:#fff;
}
.subNav_wrap .onoff_btn.close {
    background: #0d3894;
    color:#fff;
}

/* content section */
.subTopInfo {
    position: relative;
    margin-top: 38px;
    margin-bottom: 40px;
    padding-bottom: 27px;
    border-bottom: 1px solid #dcdcdc;
}

.subTopInfo.lineNone {
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.subTopInfo .h2Wrap {}

.subTopInfo .h2Wrap h2 {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
	font-family:'NanumSquareRound', Sans-serif !important;
}

.subTopInfo .lnb {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 1.1;
}

.subTopInfo .lnb:after {
    content: '';
    display: block;
    clear: both;
}

.subTopInfo .lnb span {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #999999;
    background: url('../images/bull_lnb.png') left center no-repeat;
}

.subTopInfo .lnb span img {
    vertical-align: middle;
}

.subTopInfo .lnb span:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.subTopInfo .lnb span.last {
    color: #235ba6;
}

.jobInfoWrap {
    clear: both;
    /*border:2px solid #eee;*/
    text-align: center;
    background: url('https://www.taxoffice.co.kr/pub/images/type01.jpg') no-repeat;
	background-size:cover;
    height: 620px;
    padding-top: 142px !important;
    line-height: 23px;
    margin-top: 50px;
}

.jobInfoWrap .text span {
    font-size: 13px;
    color: #3091c9;
    font-weight: bold;
}

.jobInfoWrap>img {
    margin: 30px 0;
}

/* 드래그방지 */
.contStart {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.con_print_btn_error {
    float: right;
    display: block;
    margin-bottom: 60px;
    padding: 0.375rem 0.5rem;
    width: 3.75rem;
    text-align: center;
    font-size: 13px;
    background: #eaeaea;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #666;
}

footer {
    margin-top: 150px;
}

.telTit .tit03 {
    margin-top:12px;
    color: #7ab6e8;
}

/* custom */
.h3_258 {
    display:none;
}
.org_menu_btn {
    display: inline-block;
    margin-left: 0.0rem;
    font-size:0.625em;
    font-weight: 600;
    color: #fff;
    padding: 0.5rem 0.875rem;
    background: #74beff;
}
.org_menu_btn:first-child {
    margin-left:1.125rem;
}
.org_menu_btn.on {
    background: #2685d7;
}

/* fdi */
.btn-fdi-link {
    bottom:48px;
    right:240px;
    width: 200px;
    height: 60px;
    background: rgba(10, 122, 200, 0.85);
    border:2px solid transparent;
    border-radius: 10000px;
    background:
            linear-gradient(rgba(10,122,200,0.85), rgba(10,122,200,0.85)) padding-box,
            conic-gradient(from var(--angle),
            #0a7ac8 0deg,
            #0a7ac8 330deg,
            #5ec8ff 360deg
            ) border-box;
    background-clip: padding-box, border-box;
    animation: border-rotate 5s linear infinite;
    transition: all 0.3s;
}
.btn-fdi-link:hover {
    background:
            linear-gradient(rgb(7, 45, 75, 85), rgb(7, 45, 75, 85)) padding-box,
            conic-gradient(from var(--angle),
            #0a7ac8 0deg,
            #0a7ac8 330deg,
            #5ec8ff 360deg
            ) border-box;
    animation-duration: 3.5s;
}
.btn-fdi-link .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
    position: relative;
    color:#dadada;
    font-size:13px;
    z-index: 2;
}
.btn-fdi-link .inner .img-wrap {
    padding:6px;
    width: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
}
.btn-fdi-link .inner .img-wrap img {
    max-width: 100%;
}
.btn-fdi-link .inner .main-txt {
    font-size: 1.15em;
    color:#fff;
    font-weight: bold;
}

@media screen and (max-width: 1180px) {
    .subNav_wrap .sub_nav {
        max-width: 1180px;
        margin: 0 auto;
        padding: 15px 12px 15px 17px;
        overflow: hidden;
    }

    .con_print_btn {
        margin-bottom: 15px;
    }
        
    footer {
        margin-top: 75px;
    }

    .subNav_wrap .onoff_btn {
        bottom:-10px;
    }
}


@media screen and (max-width: 1024px) {
    .sub_title p {
        font-size: 30px;
    }

    .sub_title>.content_wrap {
        background-position: right bottom;
        background-size: auto 80%;
		padding: 0 15px;
    }

    .subNav_wrap .sub_nav li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .sub_title {
        height: 144px;
    }

    .sub_title p {
        font-size: 19px;
    }
    .sub_title p.t2 {
        font-size: 19px;
    }
    .sub_title .cw_tt13 .sub_text {
        width: 100%;
        font-size:19px;
    }
    .sub_title .cw_tt13 .sub_text p {

    }
    .sub_title .cw_tt13 .sub_text .inn1 h4 {
        margin:0 auto 6px;
        font-size: 1.1em;
    }
    .sub_title .cw_tt13 .sub_text .inn1 {
        font-size:13px;
    }
    .sub_title .cw_tt13 .sub_text .inn1 .t2 {
        display: none;
    }
    .sub_title .cw_tt13 .sub_text .inn2 {
        width: 90%;
        font-size:13px;
        background: none;
        border: none;
    }

    /* fdi */
    .btn-fdi-link {
        top:20px;
        bottom: unset;
        right:16px;
        width: 154px;
        height: 40px;
        background: rgba(10, 122, 200, 0.85);
        border:2px solid transparent;
        border-radius: 10000px;
    }
    .btn-fdi-link .inner {
        gap:8px;
        line-height: 1.25;
        font-size:11px;
    }
    .btn-fdi-link .inner .img-wrap {
        width: 24px;
    }

    .sub_title>.content_wrap {
        background-position: right bottom;
        background-size: auto 65%;
    }
    .sub_title>.content_wrap.cw_tt1 {
        background-position: right bottom;
        background-size: auto 65%;
    }
    .sub_title>.content_wrap.cw_tt11 {
        background-position: right bottom;
        background-size: auto 65%;
    }
    .sub_title>.content_wrap.cw_tt12 {
        background-position: right bottom;
        background-size: auto 80%;
    }
    .sub_title>.content_wrap.cw_tt13 {
        background-position: right bottom;
        background-size: auto 65%;
    }
    .sub_title>.content_wrap.cw_tt14 {
        background-position: right bottom;
        background-size: auto 75%;
    }
    .sub_title>.content_wrap.cw_tt15 {
        background-position: right bottom;
        background-size: auto 65%;
    }
    .sub_title>.content_wrap.cw_tt16 {
        background-position: right bottom;
        background-size: auto 65%;
    }

    .subNav_wrap .sub_nav li a {
        font-size: 12px;
    }

    .jobInfo .content_wrap {overflow: visible;}

    .subNav_wrap .sub_nav li {
        width: 50%;
    }

    .ceoWrap .text img {
        max-width: 100%;
    }

    .contStart img {
        max-width: 100%;
    }

    .jobInfoWrap {
        padding: 48px 16px;
        height: auto;
        background-position:-84px -21px;
        border: 1px solid #eaeaea;
        box-shadow: 0px 8px 12px 6px rgba(15,4,7,.1);
    }

    .subTopInfo {
        margin: 24px 0 16px;
        padding: 0 0 36px;
    }

    .subTopInfo .lnb {
        position: relative;
        right: auto;
        width: 100%;
        text-align: center;
    }

    .subTopInfo .lnb span {
        float: none;
    }

    .subTopInfo .h2Wrap {}

    .subTopInfo .h2Wrap h2 {
        text-align: center;
    }

.subNav_wrap .sub_nav li a {padding: 10px 0;}

}