@charset "utf-8";

body {
    overflow: visible;
}

body.overflow {
    overflow: hidden;
}

body.overflow-address {
    overflow: hidden;
}

body.mo-overflow {
    overflow: visible;
}


#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.inner-wrap {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

.login-type .inner-wrap{
    max-width: 123.45rem;
}
#footer.login-type .info-footer{
    max-width: 123.45rem;
}

.skip-nav {
    overflow: hidden;
    position: fixed;
    left: -9999rem;
    top: -9999rem;
    z-index: 200;
    width: 0.1rem;
    height: 0.1rem;
    font-size: 0.1rem;
    line-height: 0.1;
    text-indent: -9999rem;
}

.skip-nav.on {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    font-size: 1.7rem;
    text-indent: 0;
    text-align: center;
    background-color: var(--sims-gray-90);
}

.skip-nav.on a {
    display: inline-block;
    margin: 1rem;
    padding: 0 1rem;
    color: #fff;
    line-height: 3rem;
}

.skip-nav.on a:hover,
.skip-nav.on a:focus {
    text-decoration: none;
    outline: 0.2rem solid #fff;
}


/* header */
#header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}


#header .header-in {
    position: relative;
    transform: translateY(0);
    background-color: #fff;
}

#header .header-body {
    position: relative;
}

#wrapper[class*="scroll"] #header {
    position: relative;
}

#wrapper[class*="scroll"] .header-in {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* min-width:124.8rem; */
    transition: transform ease .4s;
}

#wrapper.scroll-down #header .header-in {
    transform: translateY(-100%);
}

#wrapper.header-view #header .header-in {
    transform: translateY(0%);
}

#header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    padding: 1.2rem 2.4rem 0;
}

#header .header-top2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    padding: 1.2rem 2.4rem 0;
}

#header.login-type .header-top{
    max-width: 123.35rem;
}
#header.main-type .header-top{
    max-width: 123.35rem;
}
#header.login-type{
    border-bottom: 1px solid var(--sims-gray-20);
    height: auto !important;
    padding-bottom: 10px;
}
#header.main-type #iw_gnb{
    max-width: 123.35rem;
}
#header.main-type #iw_gnb .depth-2-wrap .box{
    max-width: 116rem;
}


#header h1.logo {
    position: relative;
    margin: 0;
    padding: 0;
    width: 487px;
    height: 94px;
    background: url('../image/contents/etc-login-logo.png') no-repeat center;
    background-size: 100% auto;
}
#header.login-type h1.logo{
    width: 487px;
    height: 94px;
    background: url('../image/contents/etc-login-logo.png') no-repeat center;
    background-size: 100% auto;
}

#header h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#header .header-util {
    display: flex;
    flex-direction: column;
    gap: var(--sims-gap-1);
}

#header .header-util a.btn-txt,
#header .header-util a.btn-txt:hover {
    text-decoration: none;
}

#header .header-util .top {
    display: flex;
    justify-content: flex-end;
    gap: var(--sims-gap-3);
}

#header .header-util .top .btn-txt {
    padding: 0 0.4rem;
    color: var(--sims-gray-90);
}

#header .header-util .top .div {
    position: relative;
    flex-shrink: 0;
}

#header .header-util .top .div::before {
    content: '';
    display: block;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    width: 0.1rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    background-color: var(--sims-color-border-gray-light);
}

#header .header-util .top .div:first-child::before {
    display: none;
}

#header .header-util .top .div .toggle-layer {
    display: none;
    position: absolute;
    top: 3.6rem;
    z-index: 2;
    padding: 0.8rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #d7d9db;
    background-color: #fff;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.15);
}

#header .header-util .top .div .toggle-layer::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -1.2rem;
    z-index: 2;
    width: 2.2rem;
    height: 1.2rem;
    margin-left: -1.1rem;
    background: url('../image/contents/bg-header-util-arr.svg') no-repeat center;
    background-size: contain;
}

#header .header-util .top .div .toggle-layer.screen-size::after {
    left: inherit;
    right: 28px;
    margin-left: 0;
}

#header .header-util .top .div.on .toggle-layer {
    display: block;
}

#header .header-util .support-list {
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

#header .header-util .support-list ul {
    list-style-type: none;
    width: 14rem;
    margin: 0;
    padding: 0;
}

#header .header-util .support-list ul li {
    margin: 0;
    padding: 0;
}

#header .header-util .support-list ul li .btn-txt {
    display: block;
    padding: 1rem;
}

#header .header-util .screen-size {
    right: 0;
    margin: 0;
}

#header .header-util .screen-size button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

#header .header-util .screen-size ul {
    list-style-type: none;
    width: 16rem;
    margin: 0;
    padding: 0.8rem;
    border-radius: 0.8rem;
    background-color: #fff;
}

#header .header-util .screen-size ul li {
    margin: 0;
    padding: 0;
}

#header .header-util .screen-size ul li .btn-size {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    color: var(--sims-gray-90);
    border-radius: .6rem;
    transition: all .2s
}

#header .header-util .screen-size ul li .btn-size:hover,
#header .header-util .screen-size ul li .btn-size:focus {
    background: var(--sims-secondary-5)
}

#header .header-util .screen-size ul li .btn-size:before {
    content: "가";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: .8rem;
    width: 2.3rem;
    height: 2.3rem;
    color: var(--sims-gray-90);
    border: 0.1rem solid var(--sims-color-border-gray-light);
    border-radius: .4rem;
    font-size: 1.5rem;
    background-color: #fff
}

#header .header-util .screen-size ul li .btn-size.md:before {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.7rem;
}

#header .header-util .screen-size ul li .btn-size.lg:before {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.9rem;
}

#header .header-util .screen-size ul li .btn-size.xlg:before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.1rem;
}

#header .header-util .screen-size ul li .btn-size.xxlg:before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.3rem;
}

#header .header-util .screen-size ul li.active .btn-size {
    color: var(--sims-secondary-80);
    font-weight: 700;
    background: var(--sims-secondary-5);
}

#header .header-util .screen-size ul li.active .btn-size:before {
    background: var(--sims-secondary-70);
    border-color: var(--sims-secondary-70);
    color: #fff;
    font-weight: 400;
}

#header .header-util .screen-size ul li:last-child {
    margin-top: 0.8rem;
    border-top: 1px solid #d7d9db;
}

#header .header-util .screen-size ul li:last-child .reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.8rem
}

#header .header-util .screen-size ul li .btn-size.reset::before {
    content: '';
    width: 2rem;
    height: 2rem;
    margin-right: 0.4rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url('../image/contents/ico-reset.svg');
}

#header .header-util .foreign-language {
    right: 0;
    z-index: 2;
}

#header .header-util .foreign-language ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0.8rem;
    border-radius: 0.8rem;
    background-color: #fff;
}

#header .header-util .foreign-language ul li {
    margin: 0;
    padding: 0;
}

#header .header-util .foreign-language ul li .btn-txt {
    width: 100%;
    padding: 1rem;
    font-size: var(--sims-fz-b-md);
}

#header .header-util .bottom {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--sims-gap-2);
}

#header .header-util .bottom .btn-txt {
    align-items: center;
    height: 4rem;
    padding: 0 1.2rem;
    color: var(--sims-gray-90);
    font-weight: 700;
}

#header .header-util .bottom .header-search {
    display: inline-flex;
}

#header .header-util .bottom .log-before {
    display: none;
}

#header .header-util .bottom .log-after {
    display: none;
}

#header .header-util .bottom .non-member {
    display: none;
}

#header .header-util .bottom .log-before.on {
    display: inline-flex;
    gap: var(--sims-gap-2);
}

#header .header-util .bottom .log-after.on {
    display: inline-flex;
    gap: var(--sims-gap-2);
}

#header .header-util .bottom .non-member.on {
    display: inline-flex;
    gap: var(--sims-gap-2);
}

#header .header-util .bottom .header-mygov {
    position: relative;
}

#header .header-util .bottom .header-mygov .layer-header-mygov {
    display: none;
    position: absolute;
    right: 0;
    top: 5rem;
    z-index: 2;
    width: 20rem;
    padding: 2.4rem;
    padding: 0.8rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #d7d9db;
    background-color: #fff;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.15)
}

#header .header-util .bottom .header-mygov.on .layer-header-mygov {
    display: block;
}

#header .header-util .bottom .header-mygov .layer-header-mygov::after {
    content: '';
    display: block;
    position: absolute;
    right: 4.5rem;
    top: -1.2rem;
    z-index: 2;
    width: 2.2rem;
    height: 1.2rem;
    margin-left: -1.1rem;
    background: url('../image/contents/bg-header-util-arr.svg') no-repeat center;
    background-size: contain;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info {
    margin: 0;
    padding: 0.8rem 1.6rem;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .name {
    margin: 0;
    padding: 0;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .name em {
    font-weight: 700;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .limit {
    margin: 0.8rem 0 0 0;
    padding: 0;
    font-size: 1.5rem;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .limit .txt {
    display: block;
    margin-bottom: 0.4rem;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .limit .time {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    color: var(--sims-primary);
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .limit .time::before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.2rem 0 0;
    background: url('../image/contents/ico-clock.svg') no-repeat center;
    background-size: contain;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .my-gov-info .limit .btn-txt {
    height: auto;
    font-weight: 400;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .list-my-gov {
    padding: 0 0.8rem;
    border: 0.1rem solid #d7d9db;
    border-width: 0.1rem 0;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .list-my-gov ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .list-my-gov ul li {
    margin: 0;
    padding: 0;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .list-my-gov ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding: 1.6rem;
    border-radius: 0.6rem;
    color: #1f2123;
    text-decoration: none;
}

#header .header-util .bottom .header-mygov .layer-header-mygov .list-my-gov ul li a:hover {
    background-color: var(--sims-secondary-5);
}

#header .header-util .bottom .header-mygov .layer-header-mygov .btn-txt.ico-logout {
    justify-content: center;
    width: 100%;
    height: 4.8rem;
    padding: 0;
    align-items: center;
}

#header .header-util .bottom .mo-menu {
    display: none;
}

#header .header-bottom {
    position: relative;
    margin: 1rem 0 0 0;
    border-top: 0.1rem solid var(--sims-gray-20);
}

#header .header-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5.6rem;
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: var(--sims-gray-20);
}



#iw_gnb {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

#iw_gnb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#iw_gnb ul.depth-3 {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid var(--sims-gray-20);
}

#iw_gnb ul.depth-3 li {}

#iw_gnb ul.depth-3 li a {
    font-size: 1.7rem;
    font-weight: 400;
    padding: 0 0.4rem;
}

#iw_gnb ul li {
    margin: 0;
    padding: 0;
}

#iw_gnb ul li a {
    text-decoration: none;
}

#iw_gnb ul li button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

#iw_gnb .depth-1 {
    display: flex;
    gap: 0 1.6rem;
    align-items: stretch;
}

#iw_gnb .depth-1>li .btn-depth-1 {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    position: relative;
    height: 5.6rem;
    padding: 0 1.6rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--sims-gray-70);
}

#iw_gnb .depth-1>li .btn-depth-1::after {
    content: '';
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    margin-bottom: .2rem;
    background: url('../image/contents/ico-gnb-arr.svg') no-repeat center;
    background-size: contain;
    transition: transform .2s;
}

#iw_gnb .depth-1>li .btn-depth-1:hover {
    background-color: var(--sims-secondary-5);
}

#iw_gnb .depth-1>li.on .btn-depth-1 {
    color: var(--sims-gray-90);
    background-color: var(--sims-secondary-10);
}

#iw_gnb .depth-1>li.on .btn-depth-1::after {
    transform: rotate(180deg);
}

#iw_gnb .depth-1>li.active .btn-depth-1 {
    color: #052b57;
}

#iw_gnb .depth-1>li.active .btn-depth-1::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.4rem;
    background-color: var(--sims-secondary-70);
}

#iw_gnb .depth-1>li.on .depth-2-wrap {
    display: flex;
}

#iw_gnb .depth-2-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.7rem;
    padding: 0 2.6rem 3.4rem;
    background-color: #fff;
}

#iw_gnb .depth-2-wrap .box {
    position: relative;
    width: 100%;
    max-width: 153rem;
    margin: 0 auto;
    padding: 2.6rem 0;
    text-align: left;
}

#iw_gnb .depth-2-wrap .box>.tit {
    display: none;
    /* margin:0 0 2.6rem; color:var(--sims-gray-90); font-size:2.4rem; font-weight:700; */
}

#iw_gnb .depth-2-wrap .depth-2 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

#iw_gnb .depth-2-wrap .depth-2>li {
    width: calc((100% - 12rem) / 5);
}

#iw_gnb .depth-2-wrap .depth-2>li .btn-depth-2 {
    display: flex;
    justify-content: flex-start;
    gap: 0 0.4rem;
    width: 100%;
    padding: 0.4rem;
    text-align: left;
    color: var(--sims-gray-90);
    font-size: 1.8rem;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.2s;
}

#iw_gnb .depth-2-wrap .depth-2>li .btn-depth-2 .iconset {
    margin: 0.4rem 0;
}

#iw_gnb .depth-2-wrap .depth-2>li .btn-depth-2:hover {
    color: var(--sims-primary-60);
}

#iw_gnb .depth-2-wrap .depth-2>li.active .btn-depth-2 {
    text-decoration: underline 0.2rem;
}

#iw_gnb .depth-2-wrap .depth-2>li .depth-desc {
    margin: 0.4rem 0 0 0;
    padding: 1.6rem 0.4rem 0 0.4rem;
    color: #464c53;
    border-top: 0.1rem solid var(--sims-gray-20);
    word-break: keep-all;
}

/* 메인메뉴 navi*/
#iw_gnb2 {
    width: 100%;
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

#iw_gnb2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#iw_gnb2 ul.depth-3 {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid var(--sims-gray-20);
}

#iw_gnb2 ul.depth-3 li {}

#iw_gnb2 ul.depth-3 li a {
    font-size: 1.7rem;
    font-weight: 400;
    padding: 0 0.4rem;
}

#iw_gnb2 ul li {
    margin: 0;
    padding: 0;
}

#iw_gnb2 ul li a {
    text-decoration: none;
}

#iw_gnb2 ul li button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

#iw_gnb2 .depth-1 {
    display: flex;
    gap: 0 1.6rem;
    align-items: stretch;
}

#iw_gnb2 .depth-1>li .btn-depth-1 {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    position: relative;
    height: 5.6rem;
    padding: 0 1.6rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--sims-gray-70);
}

#iw_gnb2 .depth-1>li .btn-depth-1::after {
    content: '';
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    margin-bottom: .2rem;
    background: url('../image/contents/ico-gnb-arr.svg') no-repeat center;
    background-size: contain;
    transition: transform .2s;
}

#iw_gnb2 .depth-1>li .btn-depth-1:hover {
    background-color: var(--sims-secondary-5);
}

#iw_gnb2 .depth-1>li.on .btn-depth-1 {
    color: var(--sims-gray-90);
    background-color: var(--sims-secondary-10);
}

#iw_gnb2 .depth-1>li.on .btn-depth-1::after {
    transform: rotate(180deg);
}

#iw_gnb2 .depth-1>li.active .btn-depth-1 {
    color: #052b57;
}

#iw_gnb2 .depth-1>li.active .btn-depth-1::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.4rem;
    background-color: var(--sims-secondary-70);
}

#iw_gnb2 .depth-1>li.on .depth-2-wrap {
    display: flex;
}

#iw_gnb2 .depth-2-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.7rem;
    padding: 0 2.6rem 3.4rem;
    background-color: #fff;
}

#iw_gnb2 .depth-2-wrap .box {
    position: relative;
    width: 100%;
    max-width: 124rem;
    margin: 0 auto;
    padding: 2.6rem 0;
    text-align: left;
}

#iw_gnb2 .depth-2-wrap .box>.tit {
    display: none;
    /* margin:0 0 2.6rem; color:var(--sims-gray-90); font-size:2.4rem; font-weight:700; */
}

#iw_gnb2 .depth-2-wrap .depth-2 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

#iw_gnb2 .depth-2-wrap .depth-2>li {
    width: calc((100% - 12rem) / 5);
}

#iw_gnb2 .depth-2-wrap .depth-2>li .btn-depth-2 {
    display: flex;
    justify-content: flex-start;
    gap: 0 0.4rem;
    width: 100%;
    padding: 0.4rem;
    text-align: left;
    color: var(--sims-gray-90);
    font-size: 1.8rem;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.2s;
}

#iw_gnb2 .depth-2-wrap .depth-2>li .btn-depth-2 .iconset {
    margin: 0.4rem 0;
}

#iw_gnb2 .depth-2-wrap .depth-2>li .btn-depth-2:hover {
    color: var(--sims-primary-60);
}

#iw_gnb2 .depth-2-wrap .depth-2>li.active .btn-depth-2 {
    text-decoration: underline 0.2rem;
}

#iw_gnb2 .depth-2-wrap .depth-2>li .depth-desc {
    margin: 0.4rem 0 0 0;
    padding: 1.6rem 0.4rem 0 0.4rem;
    color: #464c53;
    border-top: 0.1rem solid var(--sims-gray-20);
    word-break: keep-all;
}

/* 운영기관 식별자 */
#iw_gov_top .txt::before {content: "";display: block;width: 2.4rem;height: 2.4rem;background: url('../image/contents/ico-korea-flag.svg') 0px center / 2.4rem 1.6rem no-repeat;}
#iw_gov_top .txt {display: flex;position: relative;width: 100%;align-items: center;gap: 0 0.8rem;height: 3.2rem;margin: 0px;padding: 0px;font-size: 1.5rem;}
#iw_gov_top .inner-wrap {width: 100%;margin: 0px auto;padding: 0px 2.4rem;}
#iw_gov_top .inner-wrap2 {width: 100%;margin: 0px auto;padding: 0px 2.4rem;max-width: 124rem;}
#iw_gov_top {background-color: #eef2f7;}

.gnb-dim {
    position: fixed;
    left: 0;
    top: 3.2rem;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}


.mo-allmenu-area {
    display: none;
}



/* ìƒë‹¨ í†µí•©ê²€ìƒ‰ ë ˆì´ì–´ */
.total-search-layer {
    display: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--sims-secondary-5);
}

.total-search-layer.on {
    display: block;
}

.total-search-layer-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.total-search-layer-wrap .cell {
    display: table-cell;
    height: 100%;
    padding: 2.4rem;
    vertical-align: middle;
}

.total-search-layer-wrap .box-total {
    position: relative;
    width: 79.2rem;
    margin: 0 auto;
}

.total-search-layer-wrap .search-area {
    position: relative;
}

.total-search-layer-wrap .search-area .label {
    display: block;
    margin: 0 0 1.2rem 0;
    font-size: var(--sims-fz-lg);
    font-weight: 700;
}

.total-search-layer-wrap .search-area .input-fn {
    height: 8rem;
    background-color: #fff;
}

.total-search-layer-wrap .search-area .input-fn .input {
    font-size: var(--sims-fz-md);
}

.total-search-layer-wrap .auto-complete-area {
    display: none;
    position: absolute;
    left: 0;
    top: 18rem;
    z-index: 2;
    width: 100%;
    min-height: 52rem;
    padding-top: 4rem;
    border-top: 0.1rem solid var(--sims-secondary-10);
    background-color: var(--sims-secondary-5);
}

.total-search-layer-wrap .auto-complete-area.on {
    display: flex;
}

.total-search-layer-wrap .auto-complete-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.total-search-layer-wrap .auto-complete-area ul li {
    margin: 0;
    padding: 0;
}

.total-search-layer-wrap .auto-complete-area ul li a {
    text-decoration: none;
    color: var(--sims-gray-90);
}

.total-search-layer-wrap .auto-complete-area ul li a:hover {
    text-decoration: underline;
}

.total-search-layer-wrap .auto-complete-area .col {
    flex-shrink: 0;
    width: 50%;
    padding: 0 2.4rem;
    border-left: 1px solid var(--sims-secondary-10);
}

.total-search-layer-wrap .auto-complete-area .col:first-child {
    border-left: 0;
}

.total-search-layer-wrap .auto-complete-area .col .tit {
    margin: 0 0 2.4rem 0;
    color: var(--sims-gray-90);
    font-weight: 700;
    font-size: var(--sims-fz-b-lg);
}

.total-search-layer-wrap .auto-complete-area .auto-off {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16rem;
    color: var(--sims-gray-70);
    text-align: center;
}

.total-search-layer-wrap .auto-complete-area .list-auto {
    display: flex;
    flex-direction: column;
    gap: 1.6rem 0;
}

.total-search-layer-wrap .auto-complete-area .list-auto .btn-auto {
    display: inline-block;
    position: relative;
    padding-left: 4rem;
}

.total-search-layer-wrap .auto-complete-area .list-auto .btn-auto::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100rem;
    background: var(--sims-gray-20) url('../image/contents/ico-search.svg') no-repeat center;
    background-size: 1.6rem;
}

.total-search-layer-wrap .auto-complete-area .list-auto .btn-auto .keyword {
    color: var(--sims-gray-90);
    font-weight: 700;
}

.total-search-layer-wrap .auto-complete-area .auto-control {
    margin-top: 2.4rem;
    text-align: right;
}

.total-search-layer-wrap .auto-complete-area .list-service {
    display: flex;
    flex-direction: column;
    gap: 1.6rem 0;
}

.total-search-layer-wrap .word-area {
    display: flex;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 0.1rem solid var(--sims-secondary-10);
}

.total-search-layer-wrap .word-area .col {
    flex-shrink: 0;
    width: 50%;
    padding: 0 2.4rem;
    border-left: 1px solid var(--sims-secondary-10);
}

.total-search-layer-wrap .word-area .col:first-child {
    border-left: 0;
}

.total-search-layer-wrap .word-area .col .tit {
    margin: 0 0 2.4rem 0;
    color: var(--sims-gray-90);
    font-weight: 700;
    font-size: var(--sims-fz-b-lg);
}

.total-search-layer-wrap .word-area .col .list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.6rem 0;
    list-style-type: none;
    margin: 0 0 2.4rem 0;
    padding: 0;
}

.total-search-layer-wrap .word-area .col .list li {
    margin: 0;
    padding: 0;
}

.total-search-layer-wrap .word-area .col .list li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: var(--sims-gray-90);
}

.total-search-layer-wrap .word-area .col .list li a .rank {
    min-width: 2rem;
}

.total-search-layer-wrap .word-area .col.favorite .list li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.8rem;
    position: relative;
}

.total-search-layer-wrap .word-area .col.favorite .list li a:hover .word {
    text-decoration: underline;
}

.total-search-layer-wrap .word-area .col.lately {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.total-search-layer-wrap .word-area .col.lately .no-lately {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 2.4rem);
    margin: 0;
    padding: 0;
    color: var(--sims-gray-70);
}

.total-search-layer-wrap .word-area .col.lately .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1.6rem;
}

.total-search-layer-wrap .word-area .col.lately .list li a:hover {
    text-decoration: underline;
}

.total-search-layer-wrap .word-area .col.lately .all-del {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-top: auto;
    justify-content: flex-start;
    gap: 0.8rem;
}

.total-search-layer-wrap .word-area .col.lately .all-del::after {
    width: 2rem;
    height: 2rem;
}

.total-search-layer-wrap .word-area .col.lately .all-del:hover {
    text-decoration: underline;
}

.total-search-layer-wrap .btn-close-total-search {
    position: absolute;
    right: -20rem;
    top: 0;
    transform: rotate(0deg);
    transition: transform ease .6s;
}

.total-search-layer-wrap .btn-close-total-search:hover {
    transform: rotate(180deg);
}



body.overflow #page_top_container {
    padding-right: 1.7rem;
}

body.overflow #header .header-body {
    padding-right: 1.7rem;
}

body.overflow #header .header-bottom {
    margin-right: -1.7rem;
    padding-right: 1.7rem;
}

body.overflow #container {
    padding-right: 1.7rem;
}

body.overflow #footer {
    padding-right: 1.7rem;
}

/* container
==========================================================================*/
#container {
    flex: 1;
    width: 100%;
    margin: 0 0 6.4rem 0;
}

#container.main {
    margin-bottom: 0;
}


/* lnb wrap */
.lnb-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    margin: 2.4rem auto 6rem auto;
    padding: 0 2.4rem;
}

.lnb-wrap .lnb-section {
    flex-shrink: 0;
    width: 24.2rem;
}

.lnb-wrap .contents-section {
    width: calc(100% - 27.6rem);
}



/* lnb */
#lnb .tit {
    margin: 0;
    padding: 0 0 1.6rem 0;
    color: var(--sims-gray-95);
    font-size: 2rem;
    font-weight: 700;
    ;
}

#lnb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#lnb ul li {
    margin: 0;
    padding: 0;
}

#lnb button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

#lnb .depth-1 {
    border-top: 1px solid var(--sims-gray-40);
}

#lnb .depth-1>li .depth-2 {
    padding-bottom: 0.8rem;
}

#lnb .depth-1>li {
    border-bottom: 1px solid #d7d9db;
}

#lnb .depth-1>li>.btn-txt {
    width: 100%;
    justify-content: flex-start;
    padding: 1.6rem 0.8rem;
    color: var(--sims-gray-90);
    border-radius: 0.6rem;
    font-weight: 700;
    text-decoration: none;
}

#lnb .depth-1>li>.btn-toggle {
    display: flex;
    align-items: center;
    gap: 0 0.4rem;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1.6rem 0.8rem;
    color: var(--sims-gray-90);
    border-radius: 0.6rem;
    font-weight: 700;
    background-color: #fff;
    transition: 0.4s ease-in-out;
}

#lnb .depth-1>li>.btn-toggle:hover {
    background-color: var(--sims-secondary-5);
}

#lnb .depth-1>li>.btn-toggle::after {
    content: '';
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin: -1.2rem 0 0 0;
    padding: 0;
    background: url('../image/contents/ico-arr-toggle.svg') no-repeat center;
    background-size: 100% auto;
    transition: 0.25s ease-in-out;
}

#lnb .depth-1>li.off>.btn-toggle::after {
    transform: rotate(180deg);
}

#lnb .depth-1>li.off .depth-2 {
    display: none;
}

#lnb .depth-2>li a {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0.8rem 1.6rem 0.8rem 2.8rem;
    color: var(--sims-gray-90);
    border-radius: 0.6rem;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

#lnb .depth-2>li a.btn-txt {
    width: 100%;
    justify-content: flex-start;
}

#lnb .depth-2>li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 1.6rem;
    top: 1.8rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background-color: #303336;
}

#lnb .depth-2>li a:hover {
    background-color: var(--sims-secondary-5);
}

#lnb .depth-2>li a:focus {
    outline-offset: -0.2rem;
}

#lnb .depth-2>li.active a {
    color: #063a74;
    font-weight: 700;
    background-color: var(--sims-secondary-5);
}

#lnb .depth-2>li.active a::before {
    background-color: #063a74;
}

#lnb .depth-3>li a {
    display: flex;
    position: relative;
    margin: 0 0 0 2.5rem;
    padding: .2rem 0 .2rem 1.5rem;
    color: var(--sims-gray-90);
    border-radius: 0.6rem;
    text-decoration: none;
    font-size: 1.4rem;
    transition: 0.4s ease-in-out;
}

#lnb .depth-3>li a.btn-txt {
    width: 100%;
    justify-content: flex-start;
}

#lnb .depth-3>li a::before {
    content: '-';
    font-size: 1.4rem;
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
}

#lnb .depth-3>li a:hover {
    background-color: var(--sims-secondary-5);
}

#lnb .depth-3>li a:focus {
    outline-offset: -0.2rem;
}

#lnb .depth-3>li.active a {
    color: #063a74;
    font-weight: 700;
    background-color: var(--sims-secondary-5);
}

#lnb .depth-3>li.active a::before {
    background-color: #063a74;
}

#lnb .depth-2 > .on > a.btn-txt {
    color: #0075ce;
    text-decoration: underline;
}

#lnb .depth-3 > .on a.btn-txt {
    color: #333;
    text-decoration: underline;
    margin-left: 20px;
    font-size: 1.4rem;
}

#lnb .depth-3>li a {
    color: #333;
    margin-left: 20px;
    font-size: 1.4rem;
}

/* breadcrumb */
.breadcrumb-wrap {
    display: flex;
    width: 100%;
    max-width: 124.8rem;
    margin: 2.4rem auto 0 auto;
    padding: 0 2.4rem;
}

.breadcrumb-wrap .breadcrumb ol {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrap .breadcrumb ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0.4rem;
}

.breadcrumb-wrap .breadcrumb ol li .txt {
    display: inline-block;
    height: 2.4rem;
    padding: 0 0.4rem;
    border-radius: 0.4rem;
    color: var(--sims-gray-90);
    font-size: var(--sims-fz-xxsm);
    transition: 0.4s ease-in-out;
}

.breadcrumb-wrap .breadcrumb ol li .txt:hover {
    background-color: var(--sims-secondary-5);
}

.breadcrumb-wrap .breadcrumb ol li .txt:active {
    background-color: var(--sims-secondary-10);
}

.breadcrumb-wrap .breadcrumb ol li::before {
    content: '';
    display: inline-flex;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.1rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    background: url('../image/contents/ico-arr-right.svg') no-repeat center;
    background-size: contain;
}

.breadcrumb-wrap .breadcrumb ol li.home {
    padding-left: 0;
}

.breadcrumb-wrap .breadcrumb ol li.home::before {
    display: none;
}

.breadcrumb-wrap .breadcrumb ol li.home .txt::before {
    content: '';
    display: inline-flex;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    background-image: url('../image/contents/ico-home.svg');
}

.lnb-wrap .breadcrumb-wrap {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}


/* page title wrap */
.tit-page-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.4rem;
    width: 100%;
    max-width: 124.8rem;
    margin: 2.4rem auto;
    padding: 0 2.4rem;
}

.tit-page-wrap .btn-prev {
    display: none;
}

.tit-page-wrap .tit-page {
    font-size: 2rem;
    color: var(--sims-gray-95);
    text-align: center;
}

.tit-page-wrap .tit-page.login {
    font-size: 3.2rem;
    color: var(--sims-gray-95);
    text-align: center;
}

.tit-page-wrap .mo-only-util {
    display: none;
}

.tit-page-wrap.pc-hidden {
    justify-content: flex-end;
    margin: 0 auto;
}

.tit-page-wrap.pc-hidden .tit-page {
    display: none;
}

/* mobile ì—ì„œë§Œ ë‚˜ì˜´ */

.lnb-wrap .tit-page-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1rem;
}
.lnb-wrap.login-type .tit-page-wrap{
    justify-content: center;
    align-items: center;
    margin: 48px 0;
}

.side-info-container{
    position: absolute;
    left: 0;
    bottom: 0;
}
.side-info-container .key{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.side-info-container .value{
    font-size: 21px;
    color: #000;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.side-info-container .value + .key{
    margin-top: 15px;
}

/* page title ì˜¤ë¥¸ìª½ : sns ê³µìœ í•˜ê¸° ë“± */
.page-util-area {
    position: relative;
    z-index: 2;
}

.page-util-area .tit {
    display: none;
}

.page-util-area .list {
    display: flex;
    gap: 0 1.6rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-util-area .list li {
    margin: 0;
    padding: 0;
}

.page-util-area .btn-close-page-util {
    display: none;
}

.page-util-layer {
    display: none;
}




/* contents wrap */
.conts-wrap {
    width: 100%;
    max-width: 124.8rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

.lnb-wrap .conts-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


@media only screen and (max-width:1024px) {
    .conts-wrap {
        padding: 0 1.6rem 0 1.6rem;
    }

    .lnb-wrap .conts-wrap {
        margin-top: 1.6rem;
        padding: 0 1.6rem;
    }
}

/* Top ë²„íŠ¼ */
.page-btn-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6rem;
    height: 5.6rem;
    right: 4rem;
    bottom: -10rem;
    z-index: 9;
    border-radius: .8rem;
    border: 1px solid var(--sims-gray-20);
    font-size: 19px;
    color: #000;
    text-decoration: none;
    transition: ease-in-out 0.45s;
    background-color: #fff;
    box-shadow: 0 .4rem .8rem rgba(0, 0, 0, 0.08);
    font-size: 0;
    background: #fff url('../image/contents/ico-top.svg') no-repeat 50% 50%;
}

.page-btn-top:hover {
    background-color: var(--sims-secondary-5);
}

.page-btn-top:focus {
    bottom: 6.4rem;
    background-color: var(--sims-secondary-10);
}

.page-btn-top.show {
    bottom: 6.4rem;
}

@media only screen and (max-width:1300px) {
    .page-btn-top {
        right: 2.4rem;
    }
}

@media only screen and (max-width:1024px) {
    .page-btn-top {
        right: 1.6rem;
    }

    .page-btn-top:focus {
        bottom: 10.6rem;
    }

    .page-btn-top.show {
        bottom: 10.6rem;
    }
}

/* footer
==========================================================================*/
#footer {
    width: 100%;
    margin-top: auto;
    background-color: var(--sims-gray-5);
}

#footer.mo-footer {
    padding-bottom: 9rem;
}

/* ì•± bottom sheet ì—¬ë°± ì¶”ê°€ */
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:1024px) {
    #footer {
        min-width: 100%;
    }
}

/* footer ê´€ë ¨ì‚¬ì´íŠ¸ */
#footer .footer-related {
    border: 1px solid var(--sims-gray-20);
    border-width: 1px 0;
    background-color: #fff;
}

#footer .footer-related-list {
    display: flex;
    position: relative;
}

#footer .footer-related-list>li {
    flex-shrink: 0;
    width: 25%;
    border: 1px solid var(--sims-gray-20);
    border-width: 0 1px;
}

#footer .footer-related-list>li:first-child {
    border-left: 1px solid var(--sims-gray-20);
    border-right: 0;
}

#footer .footer-related-list>li:last-child {
    border-right: 1px solid var(--sims-gray-20);
}

#footer .footer-related-list .btn-related {
    display: block;
    width: 100%;
    height: 5.4rem;
    margin: 0;
    padding: 0 5.2rem 0 2.4rem;
    text-align: left;
    color: var(--sims-gray-90);
    border: 0;
    background: #fff url('../image/contents/ico-more-plus.svg') no-repeat right 2.4rem center;
}


/* footer ê´€ë ¨ì‚¬ì´íŠ¸ ë ˆì´ì–´ */
.related-layer {
    display: none;
    position: absolute;
    bottom: 6rem;
    z-index: 10;
}

.related-layer .related-dialog {
    position: relative;
    padding: 2.4rem;
    border-radius: 1.2rem;
    border: 1px solid var(--sims-gray-30);
    box-shadow: 0 16px 24px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.related-layer .related-dialog .related-header {
    padding: 0 3.2rem 1.6rem 0;
}

.related-layer .related-dialog .related-header .related-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--sims-gray-90);
}

.related-layer .related-dialog .btn-close-related {
    position: absolute;
    right: 2.4rem;
    top: 2.5rem;
}

.related-layer.on {
    display: block;
}

.related-layer.footer-channel {
    left: 0;
    width: 100%;
}

.related-layer.footer-policy {
    left: 25%;
    min-width: 45rem;
    max-width: 79.2rem;
}

@media only screen and (max-width:1024px) {
    .related-layer {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999991;
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .related-layer.on {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .related-layer .related-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .related-layer .related-wrap .related-dialog {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        max-height: 100%;
        min-height: 19.6rem;
        margin: 0;
        padding: 2.4rem;
        border-radius: 1.2rem;
        background-color: #fff;
    }

    .related-layer .related-wrap .related-dialog:focus {
        outline-offset: 0.4rem;
        outline: 0.2rem solid rgba(255, 255, 255, 0.9);
    }

    .related-layer .related-wrap .related-dialog .related-body {
        overflow: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        max-height: 100%;
        padding: 0.8rem 0;
    }

    .related-layer.footer-channel {
        left: 0;
        width: 100%;
    }

    .related-layer.footer-policy {
        left: 0;
        min-width: auto;
        max-width: none;
    }
}

/* footer ê´€ë ¨ì‚¬ì´íŠ¸ : êµ­ë¯¼ì†Œí†µì±„ë„ */
#footer .footer-channel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

#footer .footer-channel-list>li {
    width: calc((100% - 3.6rem) / 4);
}

#footer .footer-channel-list>li a {
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
    border: 1px solid var(--sims-gray-10);
    border-radius: 0.8rem;
}

#footer .footer-channel-list>li a img {
    max-width: 100%;
}

@media only screen and (max-width:1024px) {
    #footer .footer-channel-list>li {
        width: calc((100% - 1.2rem) / 2);
    }
}

@media only screen and (max-width:767px) {
    #footer .footer-channel-list {
        flex-direction: column;
        gap: 1.2rem 0;
    }

    #footer .footer-channel-list>li {
        width: 100%;
    }
}

/* footer ê´€ë ¨ì‚¬ì´íŠ¸ : ì •ì±… ì •ë³´ì™€ ì†Œì‹ */
#footer .footer-policy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

#footer .footer-policy-list>li {
    width: calc((100% - 1.2rem) / 2);
    margin: 0;
    padding-left: 3.2rem;
}

@media only screen and (max-width:767px) {
    #footer .footer-policy-list {
        flex-direction: column;
        gap: 1.2rem 0;
    }

    #footer .footer-policy-list>li {
        width: 100%;
    }
}

#footer .info-footer {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    padding: 1.4rem 2.4rem 1rem 2.4rem;
}
#footer.main-type .info-footer{
    max-width: 123.45rem;
}
#footer.main-type .inner-wrap{
    max-width: 123.45rem;
}

#footer .info-footer2 {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    padding: 1.4rem 2.4rem 1rem 2.4rem;
}
#footer .footer-related .inner-wrap2 {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
}

#footer .info-footer .info-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 0.4rem;
    margin-bottom: 1.6rem;
}

#footer .info-footer .info-toggle .logo {
    width: 22rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    background: url('../image/contents/h1_footer_logo.png') no-repeat center;
    background-size: contain;
}

#footer .info-footer .info-toggle .btn-footer-toggle {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}


#footer .info-footer .info-tel .list {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

#footer .info-footer .info-tel .list li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 8px 0 0;
    /* display:flex; align-items:center; column-gap:0.8rem; */
}

#footer .info-footer .info-tel .list li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 0.1rem;
    height: 1.2rem;
    background-color: var(--sims-gray-50);
}

#footer .info-footer .info-tel .list li:last-child::after {
    display: none;
}

#footer .info-footer .info {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 2.4rem;
    margin: 0;
    padding: 3.2rem 0 0 0;
    border-top: 1px solid var(--sims-color-border-gray-light);
}

#footer .info-footer .info p {
    margin: 0;
    padding: 0;
}

#footer .info-footer .info .address .add {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
}

#footer .info-footer .info .address .add p {
	display: flex;
    column-gap: 0.8rem;
}

#footer .info-footer .info .address .tel {
    margin-top: 1.6rem;
}

#footer .info-footer .info .address .tel .list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem 0;
}

#footer .info-footer .info .address .tel .list>li {
    display: flex;
}

#footer .info-footer .info .address .tel .list>li>b {
    flex-shrink: 0;
    margin-right: 0.8rem;
}

#footer .info-footer .info .address .tel .list>li>span {
    margin-left: 0.4rem;
}

#footer .info-footer .info .address .tel .list>li p {
    margin-bottom: 0.4rem;
}

#footer .info-footer .info .address .tel .list .extension li {
    display: flex;
    column-gap: 0.8rem;
    margin-top: 0.4rem;
}

#footer .info-footer .info .address .tel .list .extension li:first-child {
    margin-top: 0;
}

#footer .info-footer .info .link-area {
    min-width: 28.2rem;
}

#footer .info-footer .info .link-area .link .list>li {
    margin-top: 0.4rem;
}

#footer .info-footer .info .link-area .link .list>li:first-child {
    margin-top: 0;
}

#footer .info-footer .info .link-area .sns-link {
    margin-top: 7.6rem;
}

#footer .info-footer .info .link-area .sns-link .list {
    display: flex;
    gap: 0 0.8rem;
}

#footer .info-footer .info .link-area .sns-link .list a {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 1px solid var(--sims-color-border-gray-light);
    background-size: 2.4rem;
}

#footer .info-footer .info {
    display: flex;
}

#footer .info-footer .info-toggle .btn-footer-toggle::before {
    transform: rotate(180deg);
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4rem;
    margin-top: 2.2rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--sims-color-border-gray-light);
}

#footer .footer-bottom .fnb .list {
    display: flex;
    gap: 0 1.2rem;
    flex-wrap: wrap;
}

#footer .footer-bottom .fnb .list a {
    font-size: var(--sims-fz-b-sm);
    text-decoration: none;
    color: var(--sims-gray-90);
}

#footer .footer-bottom .fnb .list a:hover {
    text-decoration: underline;
}

#footer .footer-bottom .fnb .list .privacy a {
    color: var(--sims-secondary-80);
}

#footer .copy {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: var(--sims-gray-70);
}

@media only screen and (max-width:1024px) {
    #footer .info-footer {
        max-width: 100%;
        margin: 0;
        padding: 1.4rem 1.6rem;
    }

    #footer .info-footer .info-toggle {
        margin-bottom: 2.4rem;
    }

    #footer .info-footer .info-toggle .logo {
        width: 21.5rem;
        height: 3.2rem;
    }

    #footer .info-footer .info-toggle .btn-footer-toggle {
        width: 2.4rem;
        height: 2.4rem;
    }

    #footer .info-footer .info-toggle .btn-footer-toggle::before {
        width: 2.4rem;
        height: 2.4rem;
        background-size: 2.4rem;
    }

    #footer .info-footer .info-tel .list {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .info-footer .info-tel .list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    #footer .info-footer .info-tel .list li::after {
        display: none;
    }

    #footer .info-footer .info-tel .list li b {
        display: block;
    }

    #footer .info-footer .info-tel .list li span {
        display: block;
    }

    #footer .info-footer .info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2.4rem 0;
        padding: 2.4rem 0 0 0;
    }

    #footer .info-footer .info .address .add p {
        flex-direction: column;
        gap: 0.4rem 0;
    }

    #footer .info-footer .info .address .tel .list>li {
        display: block;
    }

    #footer .info-footer .info .address .tel .list>li p {
        margin-bottom: 0.4rem;
    }

    #footer .info-footer .info .address .tel .list>li>b {
        display: block;
    }

    #footer .info-footer .info .address .tel .list>li>span {
        display: block;
        margin: 0;
    }

    #footer .info-footer .info .address .tel .list .extension li {
        gap: 0.4rem;
    }

    #footer .info-footer .info .link-area {
        min-width: 100%;
    }

    #footer .info-footer .info .link-area .sns-link {
        margin-top: 2.4rem;
    }

    #footer .footer-bottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.8rem;
        margin-top: 2.4rem;
    }

    #footer .footer-bottom .fnb .list li:last-child {
        display: none;
    }
}

/* footer 식별자 */
.krds-identifier {
    border-radius: 0.6rem;
    padding: 0.4rem 0.5rem;
    min-height: 4rem;
    gap: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    background-color: #ffffff;
}
.logo {
    height: 3.6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo.footer {
    width: 16rem;
    background-image: url(../image/contents/footer_logo2.jpg);
}

.logo.kosi {
    width: 16rem;
    background-image: url(../image/contents/kosi_logo.jpg);
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.ban-txt {
    font-size: 1.5rem;
}

.etc-sch {}

.sch-input {
    display: flex;
    position: relative;
}

.inputTextBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inputTextBtn input[type=text] {
    padding: 1rem 1.6rem;
    padding-right: 4rem;
    border-radius: 1.2rem;
    border: 1px solid #717171;
    background: #FFF;
    max-width: 240px;
}

.inputTextBtn button {
    position: absolute;
    background-color: transparent;
    border: 0;
    padding: 0;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../image/contents/ico_total-sch_black.svg);
}

.mo-search-container {
    padding: 0 1.6rem 1.6rem 1.6rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

@media only screen and (max-width:1248px) {
    #header.main .header-util .bottom .etc-sch {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .mo-search-container {
        justify-content: space-between;
    }
}

.board-form-container {
    border-top: 0.1rem solid var(--sims-gray-20);
    width: 100%;
    height: auto;
    overflow: hidden;
}

.form-row-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.1rem solid var(--sims-gray-20);
    gap: 2rem;
}

.form-col-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.form-label-item {
    padding: 1rem;
    width: 130px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--sims-fz-xxsm);
    background-color: var(--sims-gray-5);
}

.form-label-item span {
    font-size: var(--sims-fz-xxsm);
    color: var(--sims-point);
}

.form-group-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    gap: .5rem;
    padding: .5rem;
}

.form-group-item .e01 {
    font-size: var(--sims-fz-xxsm);
    white-space: nowrap;
}


.form-group-item .input.size01 {
    max-width: 60px;
}

.form-group-item .input.size02 {
    max-width: 100px;
}


.form-group-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1rem;
    gap: .5rem;
}

.form-group-item .input,
.form-group-item .form-select {
    width: 100%;
    flex: 1;
    min-width: 0;
}


.board-form-container.search-type .form-label-item {

    width: 90px;
}

.board-form-container.search-type .form-row-item {
    gap: 1rem;
}

@media only screen and (max-width:767px) {
    .form-row-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }


    .form-label-item {
        width: 100%;
        padding: .5rem;
        border-bottom: 0.1rem solid var(--sims-gray-20);
    }

    .board-form-container.search-type .form-label-item {
        width: 100%;
    }

    .form-col-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-col-item+.form-col-item {
        border-top: 0.1rem solid var(--sims-gray-20);
    }

    .board-form-container .mo-hidden {
        display: none;
    }

    .form-label-item br {
        display: none;
    }
}

/**로그인 */
.login-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.login-link-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.login-link-wrap a {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}

.login-link-wrap a+a:before {
    display: block;
    position: absolute;
    left: -0.5rem;
    top: calc(50% - 0.65rem);
    content: '';
    width: 0.1rem;
    height: 1.6rem;
    background-color: var(--sims-gray-90);
}

.service-guide-title {
    font-size: 1.9rem;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.service-guide-desc {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
}

.font-blue {
    color: #006ae2 !important;
    font-weight: 500;
}

.overview-cont {
    margin: 0 auto 20px auto;
    text-align: right;
    font-size: 1.5rem;
}

.service-guide-container h2.mid-line {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
    background: #f7f7f7;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-guide-container h2.mid-line span {
    padding: 0 10px;
    font-size: 2.2rem;
}

.service-guide-container h2 {
    margin-bottom: 26px;
}

.service-guide-container>section {
    position: relative;
    padding: 0 0 20px 0;
}

.service-guide-container>section>h3 {
    display: block;
    padding: 7px 0 10px 0;
    font-size: 1.7rem;
    font-weight: bold;
}

.service-guide-container>section>p {
    font-size: 1.4rem;
    padding-bottom: 8px;
}


.service-guide-container>section .page-service-list-wrap {
    display: block;
    margin-top: 0;
}

.service-guide-container>section .page-service-list-wrap .page-service-list {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 1rem;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li {
    display: flex;
    width: 100%;
    flex: 1;
    position: relative;
    background-color: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li>div {
    border: 3px solid #f0f0f0;
    padding: 30px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li a {
    text-decoration: none;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li .page-service-title {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 140%;
    vertical-align: middle;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li .page-service-descript {
    display: block;
    font-size: 1.3rem;
    color: #000000;
    line-height: 120%;
    white-space: normal;
    word-break: keep-all;
    padding: 0;
    margin: 10px 0 0 0;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li .btn-go-direct {
    display: block;
    padding: 10px;
    font-size: 14px;
}

.service-guide-container>section .page-service-list-wrap .page-service-list>li .btn-go-direct>span:after {
    content: " > ";
    margin: 0 4px;
}



.service-guide-container>.service-group-container .page-service-list-wrap .page-service-list>li>div {
    padding: 0 10px;
}


.service-guide-container>.service-group-container .page-service-list-wrap .page-service-list>li>div {
    height: 135px;
    padding: 20px 0;
}



.service-guide-container>.service-group-container .page-service-list-wrap .page-service-list>li .btn-go-direct {
    display: block;
    position: relative;
    background-color: #003c91;
    color: #fff;
}

.service-guide-container>.service-group-container>h3,
.service-guide-container>.service-group-container .page-service-list-wrap .page-service-list>li .page-service-title {
    color: #003c91;
}

.lnb-wrap.login-type {
    padding-top: 3rem;
    max-width: 123.35rem;
}

.login-link-wrap .btn-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
}

.lnb-wrap.login-type .lnb-section {
    width: 35rem;
    position: relative;
}

.lnb-wrap.login-type .contents-section {
    width: calc(100% - 38rem);
}

.mark-wrap .mark-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mark-wrap .mark-cont ul li {
    position: relative;
    padding: 2px 0 2px 14px;
    font-size: 1.4rem;
    color: #666;
}

.mark-wrap .mark-cont ul li:before {
    position: absolute;
    display: block;
    content: '';
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #616161;
    border-radius: 50%;
}


/* 회원가입 보안등급안내 레이어 */
.wrap_layer {position:relative; width:290px; border:1px solid #232433; background:#fff; border-radius: 0.8rem;}
.wrap_layer .tit {padding:8px 10px; background:#3f93eb; color:#fff; font-size:15px; font-weight:bold;}
.wrap_layer .layer_con {padding:0.3rem; font-size:13px;}
.wrap_layer .layer_con .list1 {
  padding-left: 0.3rem;   /* ul 기본 들여쓰기 제거 */
  margin-left: 0.3rem;    /* ul의 기본 왼쪽 마진 제거 */
  list-style-position: inside;
}
.btn_close_layer {position:absolute; top:8px; right:9px;}
.btn_close_layer a {display:block;}

/* 회원가입  */
.membership_area {position:relative;}
.membership_top {height:77px; border-bottom:1px solid #d6d6d6; background:#f2f2f2;}
.membership_top .membership_top_in {overflow:hidden; width:692px; margin:0 auto;}
.membership_top .membership_top_in h1 {float:left; padding:10px 0;}
.membership_top .membership_top_in p {float:right; margin-top:44px; color:#666; font-size:13px; font-weight:bold;}

.membership_con {position:relative; height:100%; margin:0 auto 70px;}
.membership_con h4 {padding:0 0 0 20px; font-size:18px; font-weight:bold; background:url(".../../../../images/sims/com/common/bul_h4_title.gif") no-repeat 0 4px; font-weight:600;}
.membership_con h2 {padding:35px 0 0 0; font-size:35px; font-weight:bold; text-align:center;}
.membership_con .sub_txt {color:#616161;font-size:16px; text-align:center;}
.membership_con .step_membership {margin:27px 0 35px 0; padding:13px; border:2px solid #e8e8e8; border-radius:8px; background:#f9f9f9; text-align:center;}
.membership_con .step_membership ul {overflow:hidden;}
.membership_con .step_membership ul.process4 {width:513px; margin:0 auto;}
.membership_con .step_membership li {float:left;}
.membership_con .step_membership li h3 {font-size:13px;}
.membership_con .step_membership li .step1 {width:103px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat 13px 0;}
.membership_con .step_membership li .step2 {width:130px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat -88px 0;}
.membership_con .step_membership li .step3 {width:147px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat -221px 0;}
.membership_con .step_membership li .step4 {width:139px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat -366px 0;}
.membership_con .step_membership li .step5  {width:133px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat -497px 0;}
.membership_con .step_membership li .step1_1 {width:130px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat -130px 0;}
.membership_con .step_membership li .step2_1 {width:103px; padding:50px 0 0 0; background:url(".../../../../images/sims/com/member/membership_step.png") no-repeat 25px 0;}
.membership_con .step_membership li.on .step1  {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat 13px 0;}
.membership_con .step_membership li.on .step2  {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat -88px 0;}
.membership_con .step_membership li.on .step3 {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat -221px 0;}
.membership_con .step_membership li.on .step4  {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat -366px 0;}
.membership_con .step_membership li.on .step5 {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat -497px 0;}
.membership_con .step_membership li.on .step1_1 {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat -130px 0;}
.membership_con .step_membership li.on .step2_1 {background:url(".../../../../images/sims/com/member/membership_step_on.png") no-repeat 25px 0;}

.membership_title {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.membership_title h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #222;
  letter-spacing: -0.5px;
  font-family: "맑은 고딕", "Malgun Gothic", -apple-system, "Apple SD Gothic Neo", "Apple Gothic", BlinkMacSystemFont, sans-serif !important;
  padding-left: 10px;
  background-size: 14px auto;
}

.membership_join {width: 270px; margin:0 auto;}
.membership_join .member {float:left; width:266px; padding:18px 0 30px 0 !important; text-align:center; margin:45px;}
.membership_join .member:hover {background:#f1f8ff;}
.membership_join .member h3.company,
.membership_join .member h3.institution { font-size:24px; font-weight:bold;}
.membership_join .member p { padding:15px 0 25px 0; font-size:13px; color:#828282;}
.membership_join .box_type01 {padding:5px 5px 0 5px; border-radius:7px; border:2px solid #357ABC;}
.membership_join .box_type02 {padding:5px 5px 0 5px; border-radius:7px; border:2px solid #F09F38; overflow:hidden;}
.membership_join .box_type03 {padding:5px 5px 0 5px; border-radius:7px; border:2px solid #014e2a; overflow:hidden;}
.membership_join .member .company {padding:70px 0 0 0; background:url(".../../../../images/sims/com/member/ico_membership_join1.png") no-repeat center 10px;}
.membership_join .member .institution {padding:70px 0 0 0; background:url(".../../../../images/sims/com/member/member_type1.png") no-repeat center 0;}
.membership_join .member .job {padding:70px 0 0 0; background:url(".../../../../images/sims/com/member/member_type2.png") no-repeat center 0;}
.membership_join .member .pri {padding:70px 0 0 0; background:url(".../../../../images/sims/com/member/member_type3.png") no-repeat center 0;}
.membership_join ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.membership_join ul li {
    width: 48%;
}
.membership_footer {height:160px; padding:20px 0 20px 0; border-top:1px solid #d6d6d6; background:#eee; text-align:center;}
.membership_footer .membership_footer_in {width:692px; margin:0 auto; color:#333232; font-size:12px;}
.membership_footer .membership_footer_in address {padding-bottom:10px;}

/* 회원가입 약관동의 1차 css  */
.join_agreement {overflow-y:auto; height:195px; padding:10px; margin:5px 0 20px 0; border:1px solid #c2c2c2; background:#f1f8ff;}
.join_agreement .personal_wrap {font-family:"돋움", "dotum"; font-size:12px; line-height:16px;}
.join_agreement .personal_wrap h1 {margin-bottom:20px; margin-top:5px; font-size:16px; font-weight:bold; text-align:center;}
.join_agreement .personal_wrap h2 {margin-bottom:10px; margin-top:5px; font-size:14px; font-weight:bold; color:#039;}
.join_agreement .personal_wrap h3 {margin-bottom:5px; font-size:12px; font-weight:bold; color:#999; background:none;}
.join_agreement .personal_wrap p {font-size:12px; margin-bottom:20px; padding-left:10px; color:#444;}
.join_agreement .personal_wrap div.parag_2nd {margin-left:10px; margin-bottom:10px;}


@media only screen and (max-width:1024px) {
    #iw_gov_top .inner-wrap {width: 100%;margin: 0px auto;padding: 0px 1.6rem;}

    .lnb-wrap.login-type .lnb-section {
        display: block;
        width: 100%;
        padding: 0 2rem;
    }

    .lnb-wrap.login-type {
        flex-direction: column;
        gap: 2rem;
    }

    .login-box {
        max-width: 400px;
        margin: 0 auto;
    }

    .login-page-container {
        padding: 0 20px;
    }

    .service-guide-container>section .page-service-list-wrap .page-service-list {
        flex-wrap: wrap;
    }

    .service-guide-container>section .page-service-list-wrap .page-service-list>li {
        width: calc(50% - .5rem);
        flex: initial;
    }

    .service-guide-container h2.mid-line span {
        font-size: 1.7rem;
    }

    .lnb-wrap.login-type .contents-section {
        width: 100%;
    }

    .login-box .form-group .form-conts {
        flex-direction: row;
        gap: 1.6rem;
    }
}

/** 임시 스타일 */
.btn-open-allmenu {
    display: none;
}