@charset "UTF-8";
/* can i use
.selector {
    @include respond-to('small') {
        color: blue;
    }
}
*/
/****** Mixin to manage responsive breakpoints ******/
/****** Mixin triangle ******/
/****** Mixin ellipsis ******/
/****** clearfix ******/
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, p, blockquote, button, input, textarea {
    margin: 0;
    padding: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, main {
    display: block;
    margin: 0;
    padding: 0;
}

legend, table caption, .hd-element {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img, fieldset, button, input {
    border: 0;
    vertical-align: middle;
}

fieldset {
    min-width: auto;
}

input:-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

ul, ol, li {
    list-style: none;
}

em, address {
    font-style: normal;
}

label, button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

#header {
    position: relative;
}

#header .holder {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1090px;
}

#header .logo {
    padding: 36px 0;
}

#header .site {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
}

#header .navigation {
    display: none;
}

@media (max-width: 820px) {
    #header .holder {
        padding: 0 20px;
    }
    #header .logo {
        padding: 15px 0;
    }
    #header .logo img {
        height: 30px;
    }
    #header .site {
        display: none;
    }
    #header .navigation {
        display: block;
    }
    #header .navigation [class*="nav-toggle"] {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 10px;
        width: 44px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
        color: #333;
    }
    #header .navigation [class*="nav-toggle"] i {
        line-height: 60px;
    }
    #header .navigation [class*="nav-toggle"].nav-toggle-close {
        color: #fff;
        opacity: 0;
        visibility: hidden;
    }
    #header .navigation .container {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 60px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    #header .navigation .container ul {
        position: relative;
        float: right;
        right: -100%;
        min-width: 200px;
        width: 70%;
        height: 100%;
        overflow: auto;
        background: #f5f5f5;
        border-width: 0 1px;
        border-style: solid;
        border-color: #d2d2d2;
        color: #555;
    }
    #header .navigation .container ul li {
        border-bottom: 1px solid #d2d2d2;
    }
    #header .navigation .container ul li a {
        display: block;
        padding: 0.623em 0.8em;
    }
    #header .navigation .container ul li:first-child {
        border-top: 0;
    }
    #header .navigation .container::before {
        content: "공익제보 핫라인";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        right: -100%;
        padding: 0 12px;
        min-width: 200px;
        width: 70%;
        height: 60px;
        background: #0b4da1;
        line-height: 60px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    #header .navigation.transition [class*="nav-toggle"].nav-toggle-close {
        transition-delay: 0.55s;
    }
    #header .navigation.transition .container {
        transition: all 0.25s ease;
    }
    #header .navigation.transition .container ul {
        transition: all 0.5s ease;
    }
    #header .navigation.transition .container::before {
        transition: all 0.5s ease;
    }
}

@media (max-width: 500px) {
    #header .holder {
        padding: 0 15px;
    }
}

#footer {
    position: relative;
    font-size: 0.875em;
    overflow: hidden;
}

#footer .info1, #footer .info2 {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1090px;
}

#footer .info1::before, #footer .info2::before {
    content: " ";
    position: absolute;
    top: 0;
    left: -9999em;
    right: -9999em;
    height: 1px;
    overflow: hidden;
    background: #e5e5e5;
}

#footer .info1::after, #footer .info2::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

#footer .info1 {
    padding-top: 1em;
    padding-bottom: 0.9em;
}

#footer .info1 .privacy {
    float: left;
    margin-top: 0.1em;
}

#footer .info1 .privacy dd {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#footer .info1 .privacy dd a {
    display: block;
    color: #333;
}

#footer .info1 .privacy dd:nth-last-child(1) {
    margin-right: 0;
}

#footer .info1 .site {
    float: right;
}

#footer .info1 .site select, #footer .info1 .site button {
    width: 18em;
    height: 2.15em;
    border: 1px solid #aaa;
    background: #fff;
}

#footer .info1 .site select {
    padding-left: 1em;
}

#footer .info1 .site button {
    width: 3em;
    background: #aaa;
    color: #fff;
}

#footer .info2 {
    padding-top: 1.2em;
    padding-bottom: 1em;
}

#footer .info2 .sns {
    margin-top: 0.5em;
    float: left;
}

#footer .info2 .sns li {
    float: left;
    margin-right: 10px;
}

#footer .info2 .sns li a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/ico-sprite-footer.jpg);
    background-repeat: no-repeat;
}

#footer .info2 .sns li a.sns2 {
    background-position: -40px 0;
}

#footer .info2 .sns li a.sns3 {
    background-position: -80px 0;
}

#footer .info2 .sns li a.sns4 {
    background-position: -120px 0;
}

#footer .info2 .sns li:nth-last-child(1) {
    margin-right: 0;
}

#footer .info2 .addr {
    float: right;
}

#footer .info2 .addr address {
    color: #bbb;
}

#footer .info2 .addr address strong {
    font-weight: 400;
    color: #666;
}

@media (max-width: 820px) {
    #footer {
        padding-bottom: 4em;
        border-top: 1px solid #e5e5e5;
        font-size: 0.857em;
    }
    #footer .info1, #footer .info2 {
        padding: 0 20px;
        text-align: center;
    }
    #footer .info1::before, #footer .info2::before {
        display: none;
    }
    #footer .info1 {
        position: static;
        padding-top: 0.8em;
        padding-bottom: 0;
    }
    #footer .info1 .privacy {
        float: none;
        margin-top: 0;
    }
    #footer .info1 .privacy dd {
        margin-right: 20px;
    }
    #footer .info1 .site {
        position: absolute;
        bottom: 1em;
        left: 0;
        right: 0;
    }
    #footer .info2 {
        padding-top: 0.96em;
    }
    #footer .info2 .sns {
        display: inline-block;
        float: none;
        margin-top: 0;
        overflow: hidden;
    }
    #footer .info2 .sns li {
        margin-right: 10px;
    }
    #footer .info2 .sns li a {
        width: 28px;
        height: 28px;
        background-size: 144px 36px;
    }
    #footer .info2 .sns li a.sns2 {
        background-position: -36px 0;
    }
    #footer .info2 .sns li a.sns3 {
        background-position: -72px 0;
    }
    #footer .info2 .sns li a.sns4 {
        background-position: -108px 0;
    }
    #footer .info2 .addr {
        float: none;
    }
}

@media (max-width: 500px) {
    #footer .info1, #footer .info2 {
        padding-right: 15px;
        padding-left: 15px;
    }
    #footer .info1 .privacy dd {
        margin-right: 15px;
    }
}

.sub-visual {
    position: relative;
    padding: 0 30px;
    background: #d9e5ee;
    text-align: center;
}

.sub-visual .images {
    position: relative;
    margin: 0 auto;
    max-width: 1030px;
    height: 150px;
}

.sub-visual .images .pc, .sub-visual .images .mo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.sub-visual .images .mo {
    display: none;
}

@media (max-width: 820px) {
    .sub-visual {
        padding: 0 0px;
    }
    .sub-visual .images {
        height: 200px;
        background-position: center;
        background-size: cover;

    }
    .sub-visual .images .pc, .sub-visual .images .mo {
        right: -20px;
        left: -20px;
    }
    .sub-visual .images .pc {
        display: none;
    }
    .sub-visual .images .mo {
        display: block;
    }
}

@media (max-width: 500px) {
    .sub-visual {
        padding: 0 0px;
    }
    .sub-visual .images {
        height: 135px;
    }
    .sub-visual .images .pc, .sub-visual .images .mo {
        right: -15px;
        left: -15px;
    }
}

#container {
    margin: 0 auto;
    padding: 30px 30px 50px 30px;
    max-width: 1090px;
}

#container #lnb {
    margin-right: 45px;
    float: left;
    width: 200px;
}

#container #lnb .navigation p {
    padding: 1.55em 0;
    background: #0b4da1;
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

#container #lnb .navigation ul {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 0.875em;
    color: #555;
}

#container #lnb .navigation ul li {
    border-top: 1px solid #d2d2d2;
}

#container #lnb .navigation ul li a {
    display: block;
    padding: 0.786em 1em;
}

#container #lnb .navigation ul li:first-child {
    border-top: 0;
}

#container #content {
    float: left;
    width: calc(100% - 245px);
    word-break: break-all;
}

#container #content header {
    position: relative;
    margin-bottom: 30px;
    padding-right: 100px;
    border-bottom: 1px solid #4c4c4c;
    color: #000;
}

#container #content header h2 {
    padding-bottom: 0.385em;
    font-size: 1.625em;
    font-weight: 800;
}

#container #content header dl {
    position: absolute;
    top: 12px;
    right: 0;
}

#container #content header dl ul li {
    float: left;
    margin-left: 6px;
    border: 1px solid #e2e2e2;
}

#container #content header dl ul li a {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #959595;
}

#container #content header dl ul li a i {
    line-height: inherit;
    vertical-align: top;
}

#container::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

@media (max-width: 980px) {
    #container #lnb {
        margin-right: 30px;
        width: 180px;
    }
    #container #content {
        width: calc(100% - 210px);
    }
}

@media (max-width: 820px) {
    #container {
        padding: 20px 20px 40px 20px;
    }
    #container #lnb {
        display: none;
    }
    #container #content {
        float: none;
        width: auto;
    }
    #container #content header {
        margin-bottom: 20px;
        padding-right: 86px;
    }
    #container #content header h2 {
        padding-bottom: 0.308em;
        font-size: 1.571em;
    }
    #container #content header dl {
        top: 8px;
    }
    #container #content header dl ul li {
        margin-left: 4px;
    }
    #container #content header dl ul li a {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
}

@media (max-width: 500px) {
    #container {
        padding-right: 15px;
        padding-left: 15px;
    }
    #container #content header {
        margin-bottom: 15px;
    }
}

.navon {
    overflow: hidden;
}

.navon #header .holder .navigation [class*="nav-toggle"].nav-toggle-close {
    opacity: 1;
    visibility: visible;
}

.navon #header .holder .navigation .container {
    opacity: 1;
    visibility: visible;
}

.navon #header .holder .navigation .container ul {
    right: 0;
}

.navon #header .holder .navigation .container::before {
    right: 0;
}

#container.main {
    padding: 40px 30px;
    max-width: 100%;
    background: url(../images/bg-main.jpg) center top no-repeat;
    background-size: cover;
}

@media (max-width: 820px) {
    #container.main {
        padding: 30px 20px;
    }
}

@media (max-width: 500px) {
    #container.main {
        padding: 25px 15px;
    }
}

.wrp-main-visual {
    margin: 0 auto;
    max-width: 1030px;
}

.wrp-main-visual .owl-carousel a.pc {
    display: block;
}

.wrp-main-visual .owl-carousel a.mo {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.wrp-main-visual .links {
    display: flex;
    width: 100%;
    overflow: hidden;
    font-size: 1.25em;
}

.wrp-main-visual .links li {
    text-align: center;
}

.wrp-main-visual .links li a {
    display: inline-block;
    padding: 1.1em 0;
    text-align: left;
    line-height: 1.5em;
    color: #fff;
}

.wrp-main-visual .links li a i {
    display: inline-block;
    margin-right: 16px;
    width: 77px;
    height: 77px;
    background-image: url(../images/ico-sprite-main.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wrp-main-visual .links li a i.ico2 {
    background-position: -80px 0;
}

.wrp-main-visual .links li a i.ico3 {
    background-position: -160px 0;
}

.wrp-main-visual .links li a span {
    display: inline-block;
    vertical-align: middle;
    min-width: 75px;
}

.wrp-main-visual .links li a span em {
    display: block;
    font-size: 0.8em;
}

.wrp-main-visual .links li.link1 {
    width: 30%;
    background: #0a4da0;
}

.wrp-main-visual .links li.link1 span {
    position: relative;
    padding-right: 56px;
}

.wrp-main-visual .links li.link1 span::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/ico-sprite-main.png);
    background-repeat: no-repeat;
    background-position: 0 -80px;
}

.wrp-main-visual .links li.link1 a {
    min-width: 200px;
}

.wrp-main-visual .links li.link1 strong {
    color: #ffed56;
}

.wrp-main-visual .links li.link2 {
    width: 22%;
    background: #0884cc;
}

.wrp-main-visual .links li.link3 {
    width: 22%;
    background: #01bb9b;
}

.wrp-main-visual .links li.link4 {
    width: 27%;
    background: #d69700;
}
.wrp-main-visual .links li.link5 {
    width: 18%;
    background: #2e2798;
}

.wrp-main-visual .links li.link2 a,
.wrp-main-visual .links li.link3 a {
    text-align: center;
}

@media (max-width: 980px) {
    .wrp-main-visual .links li a {
        padding: 0.88em 0;
    }
    .wrp-main-visual .links li a i {
        margin-right: 12px;
        width: 63px;
        height: 63px;
        background-size: 320px 128px;
    }
    .wrp-main-visual .links li a i.ico2 {
        background-position: -64px 0;
    }
    .wrp-main-visual .links li a i.ico3 {
        background-position: -128px 0;
    }
    .wrp-main-visual .links li.link1 {
        width: 40%;
    }
    .wrp-main-visual .links li.link1 span {
        padding-right: 44px;
    }
    .wrp-main-visual .links li.link1 span::after {
        margin-top: -13px;
        width: 25px;
        height: 25px;
        background-size: 320px 128px;
        background-position: 0 -64px;
    }
    .wrp-main-visual .links li.link2, .wrp-main-visual .links li.link3, .wrp-main-visual .links li.link4 {
        width: 20%;
    }
    .wrp-main-visual .links li.link5 a,.wrp-main-visual .links li.link4 a {
        text-align: center;
    }
}

@media (max-width: 820px) {
    .wrp-main-visual .owl-carousel a.pc {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .wrp-main-visual .owl-carousel a.mo {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .wrp-main-visual .links {
        font-size: 1.286em;
        flex-wrap: wrap;
    }

    .wrp-main-visual .links li a em {
        font-size: 0.778em;
    }
    .wrp-main-visual .links li.link1 {
        width: 100%;
    }
    .wrp-main-visual .links li.link2, .wrp-main-visual .links li.link4 {
        width: 50%;
    }
    .wrp-main-visual .links li.link3 {
        width: 100%;
    }
    .wrp-main-visual .links li.link5 {
        width: 50%;
    }
   /* .wrp-main-visual .links li.link4 {
        min-height: 94.6px;
    }*/
}

@media (max-width: 500px) {
    .wrp-main-visual .links {
        font-size: 1.143em;
    }
    .wrp-main-visual .links li a i {
        margin-right: 10px;
        width: 47px;
        height: 47px;
        background-size: 240px 96px;
    }
    .wrp-main-visual .links li a i.ico2 {
        background-position: -48px 0;
    }
    .wrp-main-visual .links li a i.ico3 {
        background-position: -96px 0;
    }
    .wrp-main-visual .links li.link1 span {
        padding-right: 33px;
    }
    .wrp-main-visual .links li.link1 span::after {
        margin-top: -9px;
        width: 18px;
        height: 18px;
        background-size: 240px 96px;
        background-position: 0 -48px;
    }
    .wrp-main-visual .links li.link4 {
        min-height: auto;
    }
}

.wrp-main-section {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    max-width: 1030px;
    background: #fff;
}

.wrp-main-section .left, .wrp-main-section .right {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #ecf0f4;
}

.wrp-main-section .left {
    border-right: 1px solid #ecf0f4;
    width: 66.8%;
}

.wrp-main-section h2 {
    font-size: 1.125em;
    font-weight: 800;
    color: #000;
}

.wrp-main-section .more {
    position: absolute;
    top: 0.2em;
    right: 0;
    font-size: 0.875em;
    color: #999;
}

.wrp-main-section .more i {
    line-height: inherit;
    vertical-align: top;
}

.wrp-main-section .content1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
}

.wrp-main-section .content1 > div {
    display: table-cell;
    border-bottom: 1px solid #eee;
    padding: 1.0em 1.1875em 1.125em 1.8125em;
    width: 50%;
}

.wrp-main-section .content1 > div .context {
    position: relative;
}

.wrp-main-section .content1 > div .context p {
    margin-top: 0.72em;
    font-size: 0.875em;
    letter-spacing: -1px;
}

.wrp-main-section .content1 > div .context p em {
    font-size: 0.929em;
    line-height: 1.38;
    color: #7b8fa7;
}

.wrp-main-section .content1 > div:first-child {
    border-right: 1px solid #eee;
}

.wrp-main-section .content1:nth-last-child(1) > div {
    border-bottom: 0;
}

.wrp-main-section .content2 {
    padding: 1.5em 1.1875em 2.5em 1.8125em;
    line-height: 1.5;
}

.wrp-main-section .content2 > div {
    position: relative;
}

.wrp-main-section .content2 > div ul {
    margin-top: 1.215em;
    font-size: 0.875em;
    letter-spacing: -1px;
}

.wrp-main-section .content2 > div ul li {
    border-bottom: 1px solid #eee;
}

.wrp-main-section .content2 > div ul li a {
    display: block;
    position: relative;
    padding: 0.72em 6em 0.72em 0;
    overflow: hidden;
}

.wrp-main-section .content2 > div ul li a span {
    display: block;
    position: relative;
    color: #999;
}

.wrp-main-section .content2 > div ul li a span.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrp-main-section .content2 > div ul li a span.date {
    position: absolute;
    top: 1em;
    right: 0;
    font-size: 0.857em;
    color: #7b8fa7;
}

.wrp-main-section .content3 {
    padding: 1.875em;
    background: #ecf0f4;
}

.wrp-main-section .content4 ul {
    line-height: 1.58;
    letter-spacing: -1px;
}

.wrp-main-section .content4 ul li a {
    display: block;
    position: relative;
    padding: 0.6em 0 0.6em 4.625em;
}

.wrp-main-section .content4 ul li:first-child a {
    padding: 1.9em 0 1.5em 4.625em;
}

.wrp-main-section .content4 ul li a i {
    position: absolute;
    top: 50%;
    left: 1.5em;
    margin-top: -20px;
    width: 41px;
    height: 41px;
    background-image: url(../images/ico-sprite-main2.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.wrp-main-section .content4 ul li a i.ico1 {
    background-position: 0 0;
}

.wrp-main-section .content4 ul li a i.ico2 {
    background-position: -41px 0;
}

.wrp-main-section .content4 ul li a i.ico3 {
    background-position: -82px 0;
}

.wrp-main-section .content4 ul li a strong {
    display: inline-block;
    font-size: 0.938em;
    font-weight: 800;
    color: #000;
    vertical-align: middle;
    min-width: 80px;
}

.wrp-main-section .content4 ul li a div {
    display: inline-block;
    vertical-align: middle;
}

.wrp-main-section .content4 ul li a div em {
    font-weight: 800;
    font-size: 1em;
    color: #8a9db4;
}

.wrp-main-section .content4 ul li a div span {
    font-size: 0.875em;
}

.wrp-main-section .content4 ul li:first-child {
    border-top: 0;
}

@media (max-width: 980px) {
    .wrp-main-section .content1 > div {
        padding: 1.2em 0.95em 1.3em 1.45em;
    }
    .wrp-main-section .content1 > div .context p {
        margin-top: 0.58em;
    }
    .wrp-main-section .content2 {
        padding: 1.2em 0.95em 2em 1.45em;
    }
    .wrp-main-section .content2 > div ul {
        margin-top: 0.972em;
    }
    .wrp-main-section .content2 > div ul li a {
        padding: 0.58em 5em 0.58em 0;
    }
    .wrp-main-section .content2 > div ul li a span.date {
        top: 0.75em;
    }
    .wrp-main-section .content3 {
        padding: 1.5em;
    }

    .wrp-main-section .content4 ul li a {
    }

    .wrp-main-section .content4 ul li a i {
        background-size: 123px 41px;
    }
    .wrp-main-section .content4 ul li:first-child a {
        padding-top: 1.6em;
        padding-right: 0.8em;
        padding-bottom: 1.6em;
    }
    .wrp-main-section .content4 ul li a strong {
        display: block;
    }

    .wrp-main-section .content4 ul li a div {
        display: block;
    }



}

@media (max-width: 820px) {
    .wrp-main-section {
        display: block;
    }
    .wrp-main-section .left, .wrp-main-section .right {
        display: block;
    }
    .wrp-main-section .left {
        border-right: 0;
        width: auto;
    }
    .wrp-main-section h2 {
        font-size: 1.286em;
    }
    .wrp-main-section .more {
        top: 0.5em;
        font-size: 0.857em;
    }
    .wrp-main-section .content1 > div .context p {
        font-size: 1em;
    }
    .wrp-main-section .content2 > div ul {
        font-size: 1em;
    }
    .wrp-main-section .content4 ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .wrp-main-section .content4 ul li {
        display: table-cell;
        border-top: 0;
        border-right: 1px solid #eee;
        width: 50%;
        vertical-align: middle;
    }
    .wrp-main-section .content4 ul li a {
        padding-top: 1.6em;
        padding-right: 0.8em;
        padding-bottom: 1.6em;
    }
    .wrp-main-section .content4 ul li a i {
        left: 1em;
    }
    .wrp-main-section .content4 ul li a strong {
        font-size: 1.143em;
    }
    .wrp-main-section .content4 ul li a div span {
        font-size: 0.857em;
        display: block;
    }
    .wrp-main-section .content4 ul li a div br{
        display: none;
    }
    .wrp-main-section .content4 ul li:first-child {
        border-top: 0;
    }
    .wrp-main-section .content4 ul li:nth-last-child(1) {
        border-right: 0;
    }
}

@media (max-width: 500px) {
    .wrp-main-section .content1 {
        display: block;
    }
    .wrp-main-section .content1 > div {
        display: block;
        width: auto;
        padding: 0.9em 0.7125em 0.975em 1.0875em;
    }
    .wrp-main-section .content1 > div .context p {
        margin-top: 0.44em;
    }
    .wrp-main-section .content1 > div:first-child {
        border-right: 0;
    }
    .wrp-main-section .content2 {
        padding: 0.9em 0.7125em 1.5em 1.0875em;
    }
    .wrp-main-section .content2 > div ul {
        margin-top: 1.215em;
    }
    .wrp-main-section .content2 > div ul li a {
        padding-top: 0.44em;
        padding-bottom: 0.44em;
    }
    .wrp-main-section .content2 > div ul li a span.date {
        top: 0.62em;
    }
    .wrp-main-section .content3 {
        padding: 1.125em;
    }
    .wrp-main-section .content4 {
        text-align: center;
    }
    .wrp-main-section .content4 ul {
        display: inline-block;
        width: auto;
        text-align: left;
    }
    .wrp-main-section .content4 ul li {
        display: block;
        width: auto;
        border-right: 0;
    }
    .wrp-main-section .content4 ul li a {
        padding: 1.2em 0.9em 1.2em 4.6125em;
        text-align: left;
    }
}

.space {
    margin-top: 1.4375em;
}

@media (max-width: 820px) {
    .space {
        margin-top: 1.15em;
    }
}

@media (max-width: 500px) {
    .space {
        margin-top: 0.8625em;
    }
}

.button, .button-link {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #0884cc;
    font-weight: 700;
    color: #0884cc;
}

@media (max-width: 820px) {
    .button, .button-link {
        padding: 0.4em 0.8em;
    }
}

@media (max-width: 500px) {
    .button, .button-link {
        padding: 0.3em 0.6em;
    }
}

.cnt-title-summary {
    padding: 1.533em 1.933em;
    background: #eceff4;
    font-size: 0.938em;
}

.cnt-title-summary dl dt {
    margin-bottom: 0.44em;
    font-weight: 800;
}

@media (max-width: 820px) {
    .cnt-title-summary {
        padding: 1.23em 1.55em;
        font-size: 0.929em;
    }
    .cnt-title-summary dl dt {
        margin-bottom: 0.35em;
    }
}

@media (max-width: 500px) {
    .cnt-title-summary {
        padding: 0.92em 1.16em;
    }
    .cnt-title-summary dl dt {
        margin-bottom: 0.27em;
    }
}

.lst-dotted > li {
    position: relative;
    padding-left: 1.8125em;
    color: #333;
}

.lst-dotted > li::before {
    content: " ";
    position: absolute;
    top: 0.65em;
    left: 13px;
    width: 5px;
    height: 5px;
    overflow: hidden;
    border-radius: 100%;
    background: #0884cc;
}

@media (max-width: 820px) {
    .lst-dotted > li {
        padding-left: 1.45em;
    }
    .lst-dotted > li::before {
        top: 0.75em;
        left: 8px;
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 500px) {
    .lst-dotted > li {
        padding-left: 1.0875em;
    }
    .lst-dotted > li::before {
        left: 5px;
    }
}

.lst-hypen > li {
    position: relative;
    padding-left: 0.8em;
}

.lst-hypen > li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}

.cnt-description dt {
    font-weight: 800;
}

.cnt-description2 {
    padding: 0 1.8125em;
}

.cnt-description2 dt {
    font-size: 1.25em;
    font-weight: 800;
}

@media (max-width: 820px) {
    .cnt-description2 {
        padding: 0 1.45em;
    }
}

@media (max-width: 500px) {
    .cnt-description2 {
        padding: 0 1.0875em;
    }
}

.button-link {
    padding-right: 1.25em;
}

.button-link::after {
    content: " ";
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 1.5em;
    width: 26px;
    height: 11px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../images/ico-link-arrow.gif);
    background-size: cover;
}

@media (max-width: 820px) {
    .button-link {
        padding-right: 1em;
    }
    .button-link::after {
        margin-left: 1.2em;
        width: 21px;
        height: 9px;
    }
}

@media (max-width: 500px) {
    .button-link {
        padding-right: 0.75em;
    }
    .button-link::after {
        margin-left: 0.9em;
        width: 16px;
        height: 7px;
    }
}

.lst-declaration-process {
    margin-top: 0.857em;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.3;
    text-align: center;
}

.lst-declaration-process li {
    position: relative;
    float: left;
    padding-right: 43px;
    width: 23%;
}

.lst-declaration-process li dl dt {
    padding: 1em 0;
    background: #0884cc;
    color: #fff;
}

.lst-declaration-process li dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    min-height: 8em;
    border: 1px solid #d2d2d2;
}

.lst-declaration-process li::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -17px;
    width: 26px;
    height: 34px;
    background: url(../images/ico-declaration-arrow.gif);
    background-size: cover;
}

.lst-declaration-process li:nth-last-child(2) {
    width: 20%;
}

.lst-declaration-process li:nth-last-child(1) {
    padding-right: 0;
    width: 11%;
}

.lst-declaration-process li:nth-last-child(1)::after {
    display: none;
}

@media (max-width: 980px) {
    .lst-declaration-process {
        margin-top: 0.686em;
        font-size: 0.857em;
    }
    .lst-declaration-process li {
        padding-right: 34px;
    }
    .lst-declaration-process li dt {
        padding: 0.8em 0;
    }
    .lst-declaration-process li dd {
        padding: 0.8em 0;
    }
    .lst-declaration-process li::after {
        right: 6px;
        margin-top: -14px;
        width: 21px;
        height: 27px;
    }
}

@media (max-width: 660px) {
    .lst-declaration-process {
        margin-top: 0.515em;
    }
    .lst-declaration-process li {
        float: none;
        padding: 0 0 26px 0;
        width: auto;
    }
    .lst-declaration-process li dl dt {
        padding: 0.6em 0;
    }
    .lst-declaration-process li dl dd {
        padding: 0.6em 0;
        min-height: 0;
    }
    .lst-declaration-process li dl dd br {
        display: none;
    }
    .lst-declaration-process li::after {
        top: auto;
        right: auto;
        bottom: 2px;
        left: 50%;
        margin: 0 0 0 -8px;
        width: 16px;
        height: 21px;
        transform: rotate(90deg);
    }
    .lst-declaration-process li:nth-last-child(2) {
        width: auto;
    }
    .lst-declaration-process li:nth-last-child(1) {
        padding: 0;
        width: auto;
    }
}

.lst-lawyer col:nth-child(1) {

}

.lst-lawyer col:nth-child(2) {

}

.lst-lawyer col:nth-child(4) {

}

.lst-lawyer th, .lst-lawyer td {
    padding: 0.3em;
    border: 1px solid #ddd;
    text-align: center;
}

.lst-lawyer th {
    background: #f9fafb;
    font-size: 1.125em;
    font-weight: 800;
    color: #333;
}

.lst-lawyer td a:hover, .lst-lawyer td a:focus {
    color: #0b4da1;
}

@media (max-width: 820px) {
    .lst-lawyer col:nth-child(1) {

    }
    .lst-lawyer col:nth-child(2) {

    }
    .lst-lawyer th {

    }
}

@media (max-width: 500px) {
    .lst-lawyer col:nth-child(4), .lst-lawyer th:nth-child(4), .lst-lawyer td:nth-child(4) {
        display: none;
    }
    .lst-lawyer th {
        font-size: 1em;
    }
}

.frm-public-report fieldset {
    display: block;
    position: relative;
    margin-top: 1.25em;
    padding: 0 1.875em 1.25em 1.875em;
    border-width: 1px;
    border-style: solid;
    border-color: #111 #ddd #ddd #ddd;
}

.frm-public-report fieldset legend {
    display: block;
    position: static;
    float: left;
    margin: 0 -1.875em 1.25em -1.875em;
    padding: 0.9375em 1.875em;
    width: calc(100% + 3.75em);
    height: auto;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    font-size: inherit;
    line-height: inherit;
    text-indent: 0;
    font-weight: 800;
    color: #111;
}

.frm-public-report fieldset legend span {
    padding-left: 0.43em;
    font-size: 0.875em;
    font-weight: 400;
    color: #999;
}

.frm-public-report fieldset:first-child {
    margin-top: 0;
}

.frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="file"], .frm-public-report fieldset input[type="password"], .frm-public-report fieldset select, .frm-public-report fieldset button {
    height: 2.5em;
    border: 1px solid #ccc;
    background: #fff;
    color: #111;
}

.frm-public-report fieldset select {
    padding-left: 1.25em;
}

.frm-public-report fieldset textarea {
    padding: 1.25em;
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    resize: none;
    color: #111;
}

.frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="file"], .frm-public-report fieldset input[type="password"] {
    width: 100%;
}

.frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="password"], .frm-public-report fieldset button {
    padding: 0 1.25em;
}

.frm-public-report fieldset input[type="radio"], .frm-public-report fieldset input[type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 0.375em;
    vertical-align: middle;
    line-height: 2.5;
    width: 14px;
    height: 14px;
}

.frm-public-report fieldset button {
    border-radius: 4px;
}

.frm-public-report fieldset button i {
    position: relative;
    line-height: inherit;
    vertical-align: top;
}

.frm-public-report fieldset dl {
    display: table;
    margin-bottom: 0.72em;
    width: 100%;
    table-layout: fixed;
}

.frm-public-report fieldset dl dt, .frm-public-report fieldset dl dd {
    display: table-cell;
    vertical-align: top;
    min-height: 2.5em;
}

.frm-public-report fieldset dl dt {
    padding: 0.3125em 0;
    width: 8.75em;
    font-weight: 700;
    color: #111;
}

.frm-public-report fieldset dl dt span.red-bul {
    color: #dc4e41;
}

.frm-public-report fieldset dl dd {
    color: #111;
}

.frm-public-report fieldset dl dd .inbox {
    position: relative;
    overflow: hidden;
}

.frm-public-report fieldset dl dd .inchk {
    padding: 0.33em 0;
    position: relative;
    overflow: hidden;
}

.frm-public-report fieldset dl:nth-last-child(1) {
    margin-bottom: 0;
}

.frm-public-report fieldset dl.type {
    padding-bottom: 0.72em;
}

.frm-public-report fieldset dl.type dt {
    display: none;
}

.frm-public-report fieldset dl.type dd button {
    position: relative;
    margin-right: 0.375em;
    min-width: 7.875em;
    padding-right: 3em;
    text-align: left;
}

.frm-public-report fieldset dl.type dd button i {
    position: absolute;
    top: 0;
    right: 1.25em;
    line-height: 2.5;
}

.frm-public-report fieldset dl.type2 {
    display: block;
    margin: 0 -1.875em;
    padding: 0.72em 1.875em 0 1.875em;
    width: auto !important;
    border-top: 1px solid #ddd;
}

.frm-public-report fieldset dl.type2 dt {
    display: none;
}

.frm-public-report fieldset dl.name dd .inbox {
    width: 42%;
}

.frm-public-report fieldset dl.address dd .inbox input {
    float: left;
    margin-left: 10px;
    width: calc(50% - 59px);
}

.frm-public-report fieldset dl.address dd .inbox input:first-child {
    margin-left: 0;
    width: 98px;
    background: #fafafa;
}

.frm-public-report fieldset dl.address dd .inbox.zipcode input {
    margin: 0;
}

.frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(1) {
    margin-right: -1px;
    width: 98px;
    background: #fafafa;
}

.frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(3) {
    margin-right: 0;
    width: calc(100% - (102px + 2.5em));
}

.frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(4) {
    margin: 5px 0 0 0;
    width: 100%;
}

.frm-public-report fieldset dl.address dd .inbox.zipcode button {
    float: left;
    margin-right: 5px;
    padding: 0;
    width: 2.5em;
    border-radius: 0;
    text-align: center;
}

.frm-public-report fieldset dl.tel dd .inbox {
    width: 67%;
}

.frm-public-report fieldset dl.tel dd .inbox select {
    float: left;
    width: 98px;
}

.frm-public-report fieldset dl.tel dd .inbox input {
    float: left;
    margin-left: 10px;
    width: calc(50% - 59px);
}

.frm-public-report fieldset dl.content dd .inbox textarea {
    height: 15em;
}

.frm-public-report fieldset dl.file dd {
    position: relative;
}

.frm-public-report fieldset dl.file dd .delfile, .frm-public-report fieldset dl.file dd .clearfile {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 0;
    width: 2.5em;
}

.frm-public-report fieldset dl.file dd .clearfile {
    right: 2.8em;
    border: 0;
    background: transparent;
}

.frm-public-report fieldset dl.file dd .addfile {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 800;
}

.frm-public-report fieldset dl.file dd .inbox {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    padding-right: 2.8em;
}

.frm-public-report fieldset dl.file dd .inbox a {
    padding: 0 2.5em 0 10px;
    height: 2.5em;
    overflow: hidden;
    border: 1px solid #ccc;
    line-height: 2.48em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.frm-public-report fieldset dl.file dd .inbox .clearfile, .frm-public-report fieldset dl.file dd .inbox a {
    display: none;
}

.frm-public-report fieldset dl.file dd .inbox:first-child {
    margin-top: 0;
    padding-right: 0;
}

.frm-public-report fieldset dl.file dd .inbox.import input {
    display: none;
}

.frm-public-report fieldset dl.file dd .inbox.import .clearfile, .frm-public-report fieldset dl.file dd .inbox.import a {
    display: block;
}

.frm-public-report fieldset dl.file dd .filelist {
    margin-top: 10px;
}

.frm-public-report fieldset dl.file dd .filelist p {
    font-weight: 800;
    color: #111;
}

.frm-public-report fieldset dl.file dd .filelist ul {
    border: 1px solid #ccc;
}

.frm-public-report fieldset dl.file dd .filelist ul li {
    position: relative;
    padding-right: 2em;
}

.frm-public-report fieldset dl.file dd .filelist ul li a {
    display: block;
    padding: 0 10px;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.frm-public-report fieldset dl.file dd .filelist ul li button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    border: 0;
}

.frm-public-report fieldset dl.open dt {
    width: 8.875em;
}

.frm-public-report fieldset dl.open dd .summary {
    margin-top: -0.2em;
    font-size: 0.875em;
}

.frm-public-report fieldset dl.return dt {
    width: 8.875em;
}

.frm-public-report fieldset dl.return dd .inbox {
    width: 88%;
}

.frm-public-report fieldset dl.return dd .inbox select {
    float: left;
    margin-right: 10px;
    width: 145px;
}

.frm-public-report fieldset dl.return dd .inbox input {
    float: left;
    width: calc(100% - 155px);
}

.frm-public-report fieldset dl.password dt {
    width: 8.875em;
}

.frm-public-report fieldset dl.password dd .inbox {
    width: 55.8%;
}

.frm-public-report .submit {
    display: block;
    margin: 1.25em auto 0 auto;
    width: 12.5em;
    height: 3.125em;
    background: #0a4da0;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 820px) {
    .frm-public-report fieldset {
        margin-top: 1em;
        padding: 0 1.5em 1em 1.5em;
    }
    .frm-public-report fieldset legend {
        margin: 0 -1.5em 1.25em -1.5em;
        padding: 0.75em 1.5em;
        width: calc(100% + 3em);
    }
    .frm-public-report fieldset legend span {
        padding-left: 0.344em;
        font-size: 0.857em;
    }
    .frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="file"], .frm-public-report fieldset input[type="password"], .frm-public-report fieldset select, .frm-public-report fieldset button {
        height: 2.3em;
    }
    .frm-public-report fieldset select {
        padding-left: 1em;
    }
    .frm-public-report fieldset textarea {
        padding: 1em;
    }
    .frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="password"], .frm-public-report fieldset button {
        padding: 0 1em;
    }
    .frm-public-report fieldset input[type="radio"], .frm-public-report fieldset input[type="checkbox"] {
        margin-right: 0.3em;
        line-height: 2.3;
    }
    .frm-public-report fieldset dl {
        margin-bottom: 0.58em;
    }
    .frm-public-report fieldset dl dt, .frm-public-report fieldset dl dd {
        min-height: 2em;
    }
    .frm-public-report fieldset dl dt {
        padding: 0.25em 0;
        width: 7em;
    }
    .frm-public-report fieldset dl dd .inchk {
        padding: 0.26em 0;
    }
    .frm-public-report fieldset dl.type {
        padding-bottom: 0.58em;
    }
    .frm-public-report fieldset dl.type dd button {
        margin-right: 0.3em;
        padding-right: 2.5em;
    }
    .frm-public-report fieldset dl.type dd button i {
        right: 1em;
        line-height: 2.3;
    }
    .frm-public-report fieldset dl.type2 {
        margin: 0 -1.5em;
        padding: 0.58em 1.5em 0 1.5em;
    }
    .frm-public-report fieldset dl.name dd .inbox {
        width: auto;
    }
    .frm-public-report fieldset dl.address dd .inbox input {
        margin-left: 8px;
        width: calc(50% - 47px);
    }
    .frm-public-report fieldset dl.address dd .inbox input:first-child {
        width: 78px;
    }
    .frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(1) {
        width: 78px;
    }
    .frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(3) {
        width: calc(100% - (82px + 2.3em));
    }
    .frm-public-report fieldset dl.address dd .inbox.zipcode button {
        width: 2.3em;
    }
    .frm-public-report fieldset dl.tel dd .inbox {
        width: auto;
    }
    .frm-public-report fieldset dl.tel dd .inbox select {
        width: 78px;
    }
    .frm-public-report fieldset dl.tel dd .inbox input {
        margin-left: 8px;
        width: calc(50% - 47px);
    }
    .frm-public-report fieldset dl.content dd .inbox textarea {
        height: 12em;
    }
    .frm-public-report fieldset dl.file dd .delfile, .frm-public-report fieldset dl.file dd .clearfile {
        width: 2.3em;
    }
    .frm-public-report fieldset dl.file dd .clearfile {
        right: 2.6em;
    }
    .frm-public-report fieldset dl.file dd .addfile {
        margin-top: 8px;
    }
    .frm-public-report fieldset dl.file dd .inbox {
        margin-top: 4px;
        padding-right: 2.6em;
    }
    .frm-public-report fieldset dl.file dd .inbox a {
        padding-right: 2.3em;
        height: 2.3em;
        line-height: 2.28em;
    }
    .frm-public-report fieldset dl.file dd .filelist {
        margin-top: 8px;
    }
    .frm-public-report fieldset dl.open dd .summary {
        font-size: 0.857em;
    }
    .frm-public-report fieldset dl.return dd .inbox {
        width: auto;
    }
    .frm-public-report fieldset dl.return dd .inbox select {
        margin-right: 8px;
        width: 116px;
    }
    .frm-public-report fieldset dl.return dd .inbox input {
        width: calc(100% - 124px);
    }
    .frm-public-report fieldset dl.password dd .inbox {
        width: auto;
    }
    .frm-public-report .submit {
        margin-top: 1em;
        width: 10em;
        height: 2.5em;
    }
}

@media (max-width: 500px) {
    .frm-public-report fieldset {
        margin-top: 0.75em;
        padding: 0 1.125em 0.75em 1.125em;
    }
    .frm-public-report fieldset legend {
        margin: 0 -1.125em 0.75em -1.125em;
        padding: 0.5625em 1.125em;
        width: calc(100% + 2.25em);
    }
    .frm-public-report fieldset legend span {
        padding-left: 0.26em;
        letter-spacing: -1px;
    }
    .frm-public-report fieldset legend span.long {
        display: block;
        padding: 0.26em 0 0 0;
        line-height: 1.2;
    }
    .frm-public-report fieldset select {
        padding-left: 0.75em;
    }
    .frm-public-report fieldset textarea {
        padding: 0.75em;
    }
    .frm-public-report fieldset input[type="text"], .frm-public-report fieldset input[type="password"], .frm-public-report fieldset button {
        padding: 0 0.75em;
    }
    .frm-public-report fieldset input[type="radio"], .frm-public-report fieldset input[type="checkbox"] {
        margin-right: 0.225em;
    }
    .frm-public-report fieldset dl {
        display: block;
        margin-bottom: 0.43em;
    }
    .frm-public-report fieldset dl dt, .frm-public-report fieldset dl dd {
        display: block;
        width: auto !important;
    }
    .frm-public-report fieldset dl dt {
        padding: 0 0 0.1875em 0;
    }
    .frm-public-report fieldset dl dd .inchk {
        padding: 0.2em 0;
    }
    .frm-public-report fieldset dl.type {
        padding-bottom: 0.43em;
    }
    .frm-public-report fieldset dl.type dd button {
        margin-right: 0.225em;
        padding-right: 2em;
    }
    .frm-public-report fieldset dl.type dd button i {
        right: 0.75em;
    }
    .frm-public-report fieldset dl.type2 {
        margin: 0 -1.125em;
        padding: 0.43em 1.125em 0 1.125em;
    }
    .frm-public-report fieldset dl.address dd .inbox input {
        margin-left: 5px;
    }
    .frm-public-report fieldset dl.address dd .inbox input:first-child {
        width: 58px;
    }
    .frm-public-report fieldset dl.address dd .inbox input:nth-child(2) {
        width: calc(100% - 63px);
    }
    .frm-public-report fieldset dl.address dd .inbox input:nth-last-child(1) {
        margin: 5px 0 0 0;
        width: 100%;
    }
    .frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(1) {
        width: 58px;
    }
    .frm-public-report fieldset dl.address dd .inbox.zipcode input:nth-child(3) {
        width: calc(100% - (62px + 2.3em));
    }
    .frm-public-report fieldset dl.tel dd .inbox select {
        width: 58px;
    }
    .frm-public-report fieldset dl.tel dd .inbox input {
        margin-left: 5px;
        width: calc(50% - 60px);
    }
    .frm-public-report fieldset dl.file dd .inbox {
        margin-top: 3px;
    }
    .frm-public-report fieldset dl.content dd .inbox textarea {
        height: 9em;
    }
    .frm-public-report fieldset dl.return dd .inbox select {
        margin-right: 5px;
        width: 87px;
    }
    .frm-public-report fieldset dl.return dd .inbox input {
        width: calc(100% - 92px);
    }
    .frm-public-report .submit {
        margin-top: 0.75em;
        width: 7.5em;
    }
}

.lst-user-report col:nth-child(1), .lst-user-report th:nth-child(1), .lst-user-report td:nth-child(1) {
    width: 4.5em;
}

.lst-user-report col:nth-child(2), .lst-user-report th:nth-child(2), .lst-user-report td:nth-child(2) {
    width: 5em;
}

.lst-user-report col:nth-child(3), .lst-user-report th:nth-child(3), .lst-user-report td:nth-child(3) {
    width: 7.5em;
}

.lst-user-report col:nth-child(5), .lst-user-report th:nth-child(5), .lst-user-report td:nth-child(5) {
    width: 9.375em;
}

.lst-user-report th, .lst-user-report td {
    padding: 0.625em 0.3em;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.lst-user-report th {
    border-top: 1px solid #000;
    background: #fafafa;
    color: #000;
}

.lst-user-report td.subject {
    text-align: left;
}

.lst-user-report td.subject a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lst-user-report td a[class*="stat"] {
    display: block;
    margin: 0 auto;
    padding: 0.285em 0;
    width: 5.9375em;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 0.875em;
    color: #000;
    text-align: center;
}

.lst-user-report td a.stat2 {
    border-color: #6c94c6;
    background: #6c94c6;
    color: #fff;
}

@media (max-width: 820px) {
    .lst-user-report col:nth-child(1), .lst-user-report th:nth-child(1), .lst-user-report td:nth-child(1) {
        display: none;
    }
    .lst-user-report col:nth-child(2), .lst-user-report th:nth-child(2), .lst-user-report td:nth-child(2) {
        width: 5em;
    }
    .lst-user-report col:nth-child(3), .lst-user-report th:nth-child(3), .lst-user-report td:nth-child(3) {
        width: 7em;
    }
    .lst-user-report col:nth-child(5), .lst-user-report th:nth-child(5), .lst-user-report td:nth-child(5) {
        width: 7.5em;
    }
    .lst-user-report td a[class*="stat"] {
        font-size: 0.857em;
    }
}

@media (max-width: 500px) {
    .lst-user-report col:nth-child(2), .lst-user-report col:nth-child(3), .lst-user-report th:nth-child(2), .lst-user-report th:nth-child(3), .lst-user-report td:nth-child(2), .lst-user-report td:nth-child(3) {
        display: none;
    }
    .lst-user-report col:nth-child(5), .lst-user-report th:nth-child(5), .lst-user-report td:nth-child(5) {
        width: 5.6em;
    }
    .lst-user-report td a[class*="stat"] {
        width: 5em;
    }
}

.frm-login-report {
    position: relative;
    margin: 5em auto;
    padding: 3.75em 2.8125em 3.125em 2.8125em;
    max-width: 500px;
    border: 1px solid #ddd;
}

.frm-login-report p {
    margin-bottom: 1.1em;
    text-align: center;
    font-size: 1.25em;
    font-weight: 800;
    color: #333;
}

.frm-login-report fieldset {
    display: block;
    margin-bottom: 1.25em;
}

.frm-login-report fieldset input {
    margin-bottom: 0.625em;
    padding: 0 1em;
    width: 100%;
    height: 3.35em;
    border: 1px solid #ddd;
    font-size: 0.875em;
}

.frm-login-report fieldset input:nth-last-child(1) {
    margin-bottom: 0;
}

.frm-login-report button {
    display: block;
    width: 100%;
    height: 2.5em;
    background: #0a4da0;
    font-size: 1.125em;
    font-weight: 800;
    color: #fff;
}

.frm-login-report::before {
    content: " ";
    position: absolute;
    top: -49px;
    left: 50%;
    margin-left: -49px;
    width: 98px;
    height: 98px;
    background: url(../images/ico-login.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 820px) {
    .frm-login-report {
        margin: 3.5em auto;
        padding: 3em 2.25em 2.5em 2.25em;
    }
    .frm-login-report p {
        margin-bottom: 0.88em;
        font-size: 1.286em;
    }
    .frm-login-report fieldset {
        margin-bottom: 1em;
    }
    .frm-login-report fieldset input {
        margin-bottom: 0.5em;
        padding: 0 0.8em;
        font-size: 1em;
    }
    .frm-login-report button {
        font-size: 1.143em;
    }
    .frm-login-report::before {
        top: -39px;
        margin-left: -39px;
        width: 78px;
        height: 78px;
    }
}

@media (max-width: 500px) {
    .frm-login-report {
        margin: 3em auto;
        padding: 2.25em 1.6875em 1.875em 1.6875em;
    }
    .frm-login-report p {
        margin-bottom: 0.66em;
    }
    .frm-login-report fieldset {
        margin-bottom: 0.75em;
    }
    .frm-login-report fieldset input {
        margin-bottom: 0.375em;
        padding: 0 0.6em;
    }
    .frm-login-report::before {
        top: -29px;
        margin-left: -29px;
        width: 58px;
        height: 58px;
    }
}

.wrp-report-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.wrp-report-popup .container {
    display: table;
    width: 100%;
    height: 100%;
}

.wrp-report-popup .container > div {
    display: table-cell;
    vertical-align: middle;
}

.wrp-report-popup .confirm {
    margin: 0 auto;
    padding: 0 1.875em 1.875em 1.875em;
    max-width: 500px;
    background: #fff;
    text-align: center;
}

.wrp-report-popup .confirm [class*="icon"] {
    position: relative;
    padding-top: 1.25em;
    margin-bottom: 1em;
}

.wrp-report-popup .confirm [class*="icon"] i {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 98px;
    height: 98px;
    background-size: cover;
}

.wrp-report-popup .confirm [class*="icon"]::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -1.875em;
    bottom: 2em;
    left: -1.875em;
    background: #eceff4;
}

.wrp-report-popup .confirm [class*="icon"].icon1 i {
    background-image: url(../images/ico-confirm.png);
}

.wrp-report-popup .confirm .title {
    font-size: 1.625em;
    font-weight: 800;
    color: #111;
}

.wrp-report-popup .confirm .code {
    margin-top: 0.6875em;
}

.wrp-report-popup .confirm .code dt, .wrp-report-popup .confirm .code dd {
    display: inline-block;
    vertical-align: baseline;
}

.wrp-report-popup .confirm .code dd {
    font-size: 1.125em;
    font-weight: 800;
    color: #111;
}

.wrp-report-popup .confirm button {
    display: block;
    margin: 2em auto 0 auto;
    width: 10em;
    height: 2.5em;
    background: #0a4da0;
    font-size: 1.25em;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 820px) {
    .wrp-report-popup {
        padding: 20px;
    }
    .wrp-report-popup .confirm {
        padding: 0 1.5em 1.5em 1.5em;
    }
    .wrp-report-popup .confirm [class*="icon"] {
        padding-top: 1em;
        margin-bottom: 0.8em;
    }
    .wrp-report-popup .confirm [class*="icon"] i {
        width: 78px;
        height: 78px;
    }
    .wrp-report-popup .confirm [class*="icon"]::before {
        right: -1.5em;
        bottom: 1.6em;
        left: -1.5em;
    }
    .wrp-report-popup .confirm .title {
        font-size: 1.429em;
    }
    .wrp-report-popup .confirm .code {
        margin-top: 0.55em;
    }
    .wrp-report-popup .confirm .code dd {
        font-size: 1.143em;
    }
    .wrp-report-popup .confirm button {
        margin-top: 1.6em;
        width: 8em;
        font-size: 1.143em;
    }
}

@media (max-width: 500px) {
    .wrp-report-popup .confirm {
        padding: 0 1.125em 1.125em 1.125em;
    }
    .wrp-report-popup .confirm [class*="icon"] {
        padding-top: 0.75em;
        margin-bottom: 0.6em;
    }
    .wrp-report-popup .confirm [class*="icon"] i {
        width: 58px;
        height: 58px;
    }
    .wrp-report-popup .confirm [class*="icon"]::before {
        right: -1.125em;
        bottom: 1.2em;
        left: -1.125em;
    }
    .wrp-report-popup .confirm .code {
        margin-top: 0.4125em;
    }
    .wrp-report-popup .confirm button {
        margin-top: 1.2em;
    }
}

.wrp-report-confirm {
    margin: 5em auto;
    padding: 0 1.875em 1.875em 1.875em;
    max-width: 500px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.wrp-report-confirm [class*="icon"] {
    position: relative;
    padding-top: 1.25em;
    margin-bottom: 1em;
}

.wrp-report-confirm [class*="icon"] i {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 98px;
    height: 98px;
    background-size: cover;
}

.wrp-report-confirm [class*="icon"]::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -1.875em;
    bottom: 2em;
    left: -1.875em;
    background: #eceff4;
}

.wrp-report-confirm [class*="icon"].icon1 i {
    background-image: url(../images/ico-confirm.png);
}

.wrp-report-confirm .title {
    font-size: 1.625em;
    font-weight: 800;
    color: #111;
}

.wrp-report-confirm .code {
    margin-top: 0.6875em;
}

.wrp-report-confirm .code dt, .wrp-report-confirm .code dd {
    display: inline-block;
    vertical-align: baseline;
}

.wrp-report-confirm .code dd {
    font-size: 1.125em;
    font-weight: 800;
    color: #111;
}

.wrp-report-confirm button {
    display: block;
    margin: 2em auto 0 auto;
    width: 10em;
    height: 2.5em;
    background: #0a4da0;
    font-size: 1.25em;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 820px) {
    .wrp-report-confirm {
        margin: 3.5em auto;
        padding: 0 1.5em 1.5em 1.5em;
    }
    .wrp-report-confirm [class*="icon"] {
        padding-top: 1em;
        margin-bottom: 0.8em;
    }
    .wrp-report-confirm [class*="icon"] i {
        width: 78px;
        height: 78px;
    }
    .wrp-report-confirm [class*="icon"]::before {
        right: -1.5em;
        bottom: 1.6em;
        left: -1.5em;
    }
    .wrp-report-confirm .title {
        font-size: 1.429em;
    }
    .wrp-report-confirm .code {
        margin-top: 0.55em;
    }
    .wrp-report-confirm .code dd {
        font-size: 1.143em;
    }
    .wrp-report-confirm button {
        margin-top: 1.6em;
        width: 8em;
        font-size: 1.143em;
    }
}

@media (max-width: 500px) {
    .wrp-report-confirm {
        margin: 3em auto;
        padding: 0 1.125em 1.125em 1.125em;
    }
    .wrp-report-confirm [class*="icon"] {
        padding-top: 0.75em;
        margin-bottom: 0.6em;
    }
    .wrp-report-confirm [class*="icon"] i {
        width: 58px;
        height: 58px;
    }
    .wrp-report-confirm [class*="icon"]::before {
        right: -1.125em;
        bottom: 1.2em;
        left: -1.125em;
    }
    .wrp-report-confirm .code {
        margin-top: 0.4125em;
    }
    .wrp-report-confirm button {
        margin-top: 1.2em;
    }
}

html {
    font-size: 100%;
    line-height: 1.875;
    font-family: "Nanum Gothic", "맑은 고딕", "Malgun Gothic", "dotum", "돋움", "gulim", "굴림", "sans-serif";
    letter-spacing: -0.5px;
    color: #666;
}

html body {
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 820px) {
    html {
        font-size: 87.5%;
    }
    html body {
        font-size: 14px;
        font-size: 1rem;
    }
}

.fc1, .cnt-description dt, .cnt-description2 {
    color: #0b4da1;
}

.fc2, .cnt-title-summary dl dt {
    color: #333;
}

.fc3 {
    color: #666;
}



/* 0512 추가 css */
.owl-nav,
.owl-dots {
    display: none !important;
}

/* 0512 추가 css 끝 */