.sub-visual {
    width: 100%;
    background: #f4f7fb;
    height: 18rem;
    position: relative;
}

/* visual-txt common */

.sub-visual-txt {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.sub-visual-txt::after {
    display: block;
    content: "";
    clear: both;
}

.sub-visual-txt h2 {
    color: #242424;
    font-size: 2.1rem;
}

.sub-visual span {
    display: block;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-top: 1.5rem;
}

/* visual-txt type1 */

.sub-visual.type1 {
    height: 31rem;
}

.sub-visual.type1 .sub-visual-txt {
    text-align: left;
    position: relative;
    top: inherit;
    transform: inherit;
    height: 100%;
    padding: 7rem 0;
}

.sub-visual.type1 .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-visual .hashtag {
    margin-bottom: 1rem;
}

.sub-visual .hashtag li {
    display: inline-block;
    color: #718998;
    font-size: 1.2rem;
    font-weight: 500;
}

.sub-visual.type1 h2 {
    font-size: 2.25rem;
    color: #33404e;
    line-height: 1.3;
    font-weight: 700;
}

/* visual-txt type2 */

.sub-visual.type2 .sub-visual-txt {
    position: relative;
    top: inherit;
    transform: inherit;
    padding: 4.1rem 0;
    text-align: center;
}

.sub-visual.type2 .visual-btn {
    margin-top: 2.4rem;
    margin-bottom: 1.5rem;
}

.visual-btn {
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
    background: #0072ce;
    border: 1px solid #0072ce;
    text-align: center;
    padding: 0.8rem 1.41rem;
    margin-top: 2.4rem;
}

.visual-btn:hover {
    color: #0072ce;
    background: #fff;
    border: 1px solid #0072ce;
}

.layout .box {
    padding: 5rem 2.75rem;
    border-bottom: 1px solid #ddd;
}

.layout.top .box {
    padding: 5.25rem 3rem;
    border-bottom: 1px solid #ddd;
}

.layout.top .box:last-child {
    border-bottom: 0;
}

.box .box:last-child {
    border-bottom: 0;
}

.box-top-center {
    text-align: center;
}

.box-title {
    color: #242424;
    font-size: 1.7rem;
    margin-bottom: 1.7rem;
    line-height: 1.41;
}

.box-sub {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

.box1 > .box-title {
    color: #242424;
    font-size: 1.7rem;
    margin-bottom: 1.7rem;
    line-height: 1.41;
    text-align: center;
}

.box1 > .box-sub {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.box .img {
    padding: 3.7rem 0 0.3rem;
}

.box .img img {
    max-width: 100%;
}

.box.type1 {
    text-align: center;
}

/* .box > div {
  padding-top: 4.5rem;
} */

.box .box1 {
    position: relative;
}

.box .box1::after,
.box .box2::after {
    display: block;
    content: "";
    clear: both;
}

.box .box1 .box-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box .box1.left .box-txt {
    left: 0;
}

.box .box1.left .box-img {
    float: right;
}

.box .box1.right .box-txt {
    right: 0;
}

.box .box1.right .box-img {
    right: 0;
    float: left;
}

.box .box2 {
    display: block;
}

.box .box2 .icon {
    display: inline-block;
    width: 7.65rem;
    height: 7.65rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: relative;
    margin-bottom: 2rem;
    background: #fff;
}

.box .box2 .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box .box2 .icon.align-center img {
    left: 55%;
    transform: translate(-55%, -50%);
}

.box .box2 > div {
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1.8rem;
}

.box .box-items-2 > div {
    width: 49%;
    display: inline-block;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1.8rem;
}

.box .box2.items-6 {
    margin-top: 2rem;
}

.box .box2 > div > strong {
    display: block;
    font-size: 1.2rem;
    color: #242424;
    margin-bottom: 1rem;
}

.box .box2 > div > p {
    font-size: 1rem;
    line-height: 1.45;
}

.box.type2 {
    background: #f4f7fb;
    border-bottom: 0;
    padding-bottom: 4.1rem;
}

.box.type2 .box-title {
    text-align: center;
}

.box.type2 > div {
    padding: 3.25rem 0 2.4rem;
}

/* sub1-1 */
#sub .layout.top {
    margin-top: 9.5rem;
}

#sub .layout .box-center {
    text-align: center;
    padding-bottom: 4.75rem;
}

.layout .sub-visual-txt h2 strong {
    color: #0072ce;
}

.right-img-fixed {
    position: absolute;
    top: 5.85rem;
    right: 0;
}

.box-full {
    background: #f4f7fb;
    text-align: center;
    border-bottom: 0;
}

.box1.left .center-title {
    text-align: center;
    margin-bottom: 3.15rem;
}

.box1 .box-left {
    max-width: 33rem;
    margin-bottom: 2.15rem;
}

.box1 .sub1-1-txt {
    margin-bottom: 2.15rem;
}

.box1.left .box-sub {
    font-size: 1rem;
    line-height: 1.78;
}

.box1.left .box-sub.txt-one-line {
    letter-spacing: -0.08rem;
}

.box1 .sub1-1-list {
    margin-bottom: 2.2rem;
}

.box1 .sub1-1-list li {
    position: relative;
    padding-left: 1.4rem;
}

.box1 .sub1-1-list li:last-child {
    max-width: 60rem;
}

.box1 .sub1-1-list li:before {
    content: "";
    background: #b3b3b3;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    position: absolute;
    left: 0.6rem;
    top: 0.7rem;
}

.box.box-center .title-3 {
    margin-bottom: 2.4rem;
}

.box-full .layout .box {
    padding: 5.1rem 3rem 5rem;
}

.layout .box-center.box-last {
    padding: 5rem 0 5.2rem;
}

.sub1-1-bottom {
    background: #0072ce;
    color: #fff;
}

.sub1-1-bottom .layout .box-center {
    text-align: center;
    padding: 3.55rem 0 !important;
}

.sub1-1-bottom .box-title {
    display: block;
    color: #fff;
    font-weight: 300;
    line-height: 1.41;
    margin: 2.15rem 0;
}

.sub1-1-bottom .box-title span {
    font-weight: 500;
}

.sub1-1-bottom a {
    border: 1px solid #fff;
    padding: 0.725rem 0.5rem;
    display: inline-block;
    margin-right: 3%;
    width: 48%;
    max-width: 14rem;
}

.sub1-1-bottom a:last-child {
    margin-right: 0;
}

.sub1-1-bottom a:hover {
    background: #fff;
    color: #0072ce;
}

.box-sub-txt {
    margin-bottom: 2.75rem;
}

/* sub1-2 */
.box1.left.sub1-2-box1 .box-sub {
    font-size: 1rem;
    line-height: 1.6;
}

.sub1-2-box1 {
    margin-bottom: 2.3rem;
}

.box2 p.sub-txt {
    font-size: 0.8rem;
    margin-top: 1rem;
}

.box2 p.sub-txt i {
    color: #0072ce;
    margin-right: 0.25rem;
}

.box2 .sub1-2-list {
    text-align: left;
    padding: 0 1rem;
}

.box2 .sub1-2-list li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.44;
    margin-bottom: 0.4rem;
}

.box2 .sub1-2-list li:before {
    content: "";
    background: #b3b3b3;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.45rem;
}

.box .sub1-2-1-img {
    text-align: center;
    margin-bottom: 2rem;
}

.box-full .box1 .box-items {
    width: 47.8%;
    max-width: 30.6rem;
    display: inline-block;
    vertical-align: top;
    min-height: 13.5rem;
    margin-right: 4%;
    background-color: #fff;
    padding: 2rem 3.5rem 1.5rem 8.8rem;
    text-align: left;
    position: relative;
    border: 2px solid #ebebeb;
}

.box-full .box1 .box-items:last-child {
    margin-right: 0;
}

.box-full .box1 .box-items.item1:before,
.box-full .box1 .box-items.item2:before,
.box-full .box1 .box-items.item3:before,
.box-full .box1 .box-items.item4:before,
.box-full .box1 .box-items.item5:before {
    content: "";
    position: absolute;
    top: 2.75rem;
    left: 3.15rem;
}

.box-full .box1 .box-items.item1:before {
    background: url(/web/img/sub/icon/sub1-2-icon-10.png) no-repeat center center/cover;
    width: 3.35rem;
    height: 2.9rem;
}

.box-full .box1 .box-items.item2:before {
    background: url(/web/img/sub/icon/sub1-2-icon-11.png) no-repeat center center/cover;
    width: 3.1rem;
    height: 2.85rem;
}

.box-full .box1 .box-items strong {
    font-size: 1.2rem;
}

.box-full .box1 .box-items p {
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 1.1rem 0;
}

.box-full .box1 .box-items a {
    color: #545454;
    border: 1px solid #545454;
    background: #fff;
    padding: 0.81em 2.5rem;
    display: inline-block;
}

.box-full .box1 .box-items .service-btn:hover {
    color: #fff;
    background: #0c50a1;
    border: 1px solid #0c50a1;
}

.box-full .box-title {
    margin-bottom: 2.5rem;
}

.box-full .layout.sub1-2-layout .box {
    padding: 3.5rem 3rem 4rem;
}

/* sub1-3 */
.box2 .sub1-3-list {
    padding-left: 6rem;
}

.box-items-2 .sub-txt {
    text-align: left;
    padding-left: 6rem;
}

.box .box-items-2 {
    margin-top: 2rem;
}

.box-full .box1 .box-items.item3:before {
    background: url(/web/img/sub/icon/sub1-3-icon-05.png) no-repeat center center/cover;
    width: 3.35rem;
    height: 2.9rem;
}

.box-full .box1 .box-items.item4:before {
    background: url(/web/img/sub/icon/sub1-3-icon-06.png) no-repeat center center/cover;
    width: 3.5rem;
    height: 3.4rem;
}

/* sub1-5 */
.box .box2.items-5 {
    margin-top: 2rem;
}

.box .box2.items-5 div:nth-of-type(3) {
    min-height: 22rem;
}

.box-full .box1 .box-items.item5:before {
    background: url(/web/img/sub/icon/sub1-5-icon-06.png) no-repeat center center/cover;
    width: 2.85rem;
    height: 3.15rem;
}

/* sub1-9 */
.box .box-items-4plus-1 {
    margin-top: 3.5rem;
}

.box .box-items-4plus-1 > div {
    width: 18% !important;
    float: left;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1.8rem;
}

.box .box-items-4plus-1 > div:nth-of-type(4) {
    position: relative;
    margin-right: 6rem;
}

.box .box-items-4plus-1 > div:nth-of-type(4):after {
    content: "\e913";
    font-family: "xeicon";
    display: block;
    font-size: 2rem;
    color: #545454;
    position: absolute;
    top: 3rem;
    left: 117%;
}

/* visual-txt type3 */
/* .sub-visual.type3 .sub-visual-txt {
  position: relative;
  top: inherit;
  transform: inherit;
  padding: 5.15rem 0 6rem;
  text-align: center;
} */

/* 탭메뉴 */
.linkTab {
    position: relative;
}

.linkTab > ul {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #0072ce;
    background: #fff;
    table-layout: fixed;
    display: table;
}

.linkTab > ul > li {
    display: table-cell;
    margin-top: -1px;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #0072ce;
    color: #646464;
}

.linkTab.tab-col-11 > ul > li {
    width: 9.09%;
}

.linkTab.tab-col-10 > ul > li {
    width: 10%;
}

.linkTab.tab-col-9 > ul > li {
    width: 11.111%;
}

.linkTab.tab-col-8 > ul > li {
    width: 12.5%;
}

.linkTab.tab-col-7 > ul > li {
    width: 14.285%;
}

.linkTab.tab-col-6 > ul > li {
    width: 16.666%;
}

.linkTab.tab-col-5 > ul > li {
    width: 20%;
}

.linkTab.tab-col-4 > ul > li {
    width: 25%;
}

.linkTab.tab-col-3 > ul > li {
    width: 33.33%;
}

.linkTab.tab-col-2 > ul > li {
    width: 50%;
}

.linkTab ul li a {
    padding: 0.9rem 0.5rem;
    display: block;
    word-break: keep-all;
}

.linkTab ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.85rem;
    background: #fff;
    position: relative;
}

.linkTab ul li:first-of-type {
    border-left: 0;
}

.linkTab ul li a:hover {
    color: #05408a;
}

.linkTab ul li a span {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #0072ce;
}

.linkTab ul li.on {
    background: #0072ce;
}

.linkTab ul li.on:before {
    content: "";
    display: block;
    position: absolute;
    top: 2.9rem;
    left: -0.01rem;
    background: url(/web/img/sub/linkTab_on_blue.png) no-repeat center center/cover;
    width: 0.45rem;
    height: 0.45rem;
}

.linkTab ul li.on a {
    position: relative;
    font-weight: 400;
    background-color: #0072ce;
}

.linkTab ul li.on a span {
    color: #fff;
}

.mlinkTab_btn {
    display: none;
    width: 100%;
    padding: 1.25rem 0;
    background: #05408a;
    color: #fff;
    transition: all 0.3s;
}

.mlinkTab_btn.on {
    background: #05408a;
}

.mlinkTab_btn:after {
    content: "";
    position: relative;
    left: 10px;
    top: -1px;
    display: inline-block;
    width: 0.8rem;
    height: 0.45rem;
    background: url(/web/img/common/tab_arr.png) no-repeat;
    transition: all 0.3s;
    background-size: cover;
}

.mlinkTab_btn.on:after {
    transform: rotate(180deg);
}

.linkTab.nation > ul > li {
    position: relative;
    width: 15.83336667%;
    margin-left: 1%;
    border: 0;
}

.linkTab.nation > ul > li:first-child {
    margin-left: 0;
}

.linkTab.nation > ul > li > a {
    padding: 75px 0 12px;
    border: 1px solid #8087a6;
    background: #fff;
    color: #192e7e;
    font-size: 15px;
}

.linkTab.nation > ul > li > a:hover {
    background: #c8c5e0;
}

.linkTab.nation > ul > li > a.on {
    border: 1px solid #535a75;
    background: #50488c;
    color: #fff;
}

.linkTab.nation > ul > li > a > .nationalFlag {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -31px;
}

/*
@media (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
} */
.hide {
    position: fixed;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*페이지내 탭*/
.tab_wrap .page_tab {
    position: relative;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #ccc;
    padding: 0 1rem;
}

.tab_wrap.sub2-2-layout .page_tab {
    position: relative;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #ccc;
    padding: 0 1rem 1.35rem;
}

.tab_wrap .page_tab ul {
    display: table;
    width: 100%;
}

.tab_wrap .page_tab ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.85rem;
    background: #fff;
    position: relative;
}

.tab_wrap .page_tab.tab-col-8 > ul > li {
    width: 12.5%;
}

.tab_wrap .page_tab.tab-col-7 > ul > li {
    width: 14.285%;
}

.tab_wrap .page_tab.tab-col-6 > ul > li {
    width: 16.666%;
}

.tab_wrap .page_tab.tab-col-5 > ul > li {
    width: 20%;
}

.tab_wrap .page_tab.tab-col-4 > ul > li {
    width: 25%;
}

.tab_wrap .page_tab.tab-col-3 > ul > li {
    width: 33.33%;
}

.tab_wrap .page_tab.tab-col-2 > ul > li {
    width: 50%;
}

.tab_wrap .page_tab ul li:first-of-type {
    border-left: 0;
}

.tab_wrap .page_tab ul li a {
    padding: 1.05rem 0.5rem 0.9rem;
    display: block;
    word-break: keep-all;
    font-size: 1rem;
}

.tab_wrap .page_tab ul li.on a {
    font-weight: 700;
}

.tab_wrap .page_tab ul li.on a span {
    color: #1975ef;
}

.tab_wrap .page_tab ul li.on:before {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #1975ef;
    z-index: 1;
}

.tab_wrap .page_tab ul li a span {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
    /*max-width: 5rem;*/
}

.tab_wrap .cont_wrap .tab_cont {
    display: none;
}

.tab_wrap .cont_wrap .tab_cont:first-of-type {
    display: block;
}

.sub-tab-width {
    max-width: 43.5rem;
    margin: 0 auto;
}

/* sub2-1 */
.sub2-tab-width {
    max-width: 43.5rem;
    margin: -1.5rem auto 0;
}

.box-tag {
    color: #fff;
    background: #0072ce;
    display: inline-block;
    position: relative;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
}

.box-tag:before {
    content: "";
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top: 1.7rem;
    left: 0rem;
}

.box-tag.blue {
    background: #0072ce;
}

.box-tag.dark {
    background: #3d4166;
}

.box-tag.red {
    background: #fa7070;
}

.box-tag.blue:before {
    background: url(/web/img/sub/linkTab_on_blue.png) no-repeat center center/cover;
}

.box-tag.dark:before {
    background: url(/web/img/sub/linkTab_on_dark.png) no-repeat center center/cover;
}

.box-tag.red:before {
    background: url(/web/img/sub/linkTab_on_red.png) no-repeat center center/cover;
}

.box-case-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.box-case-wrap:last-of-type {
    margin-bottom: 0;
}

.box-case {
    width: 47.5%;
    height: 18.15rem;
    float: left;
    margin-right: 5%;
    position: relative;
    overflow: hidden;
}

.box-case:last-of-type {
    margin-right: 0 !important;
}

.box-case img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-case .box-title {
    margin-bottom: 2rem;
}

.box-case .box-sub {
    color: #545454;
}

/* sub2-2 */
.sub2-2-layout .layout {
    max-width: 64rem;
}

.sub2-2-tab-width {
    margin: 1.15rem auto 0;
}

.sub2-2-main .slider-in::after {
    display: block;
    content: "";
    clear: both;
}

.sub2-2-main .slider-in > div {
    width: 45.6%;
    height: 18.2rem;
    float: left;
    margin-right: 4.4%;
    position: relative;
    overflow: hidden;
}

.sub2-2-main .slider-in > div:last-of-type {
    width: 50%;
}

.sub2-2-main .slider-img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%) scale(1.5);*/
    transform: translate(-50%, -50%);
}

.sub2-2-main .slider-txt {
    margin-right: 0 !important;
}

.sub2-2-main .slider-txt .label {
    display: inline-block;
    padding: 0.4em 1.1rem;
    border: 1px solid #0059a6;
    color: #0059a6;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    margin-right: 0.3rem;
}

.sub2-2-main .slider-txt .title {
    display: block;
    font-size: 1.8rem;
    color: #242424;
    line-height: 1.389;
    margin-bottom: 1.2rem;
    font-weight: 700;
    height: 5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sub2-2-main .slider-txt p {
    height: 3rem;
    color: #545454;
    font-size: 0.9rem;
    line-height: 1.69;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sub2-2-main .icon {
    position: absolute;
    top: -0.3rem;
    left: 0;
}

.sub2-2-main .qna li {
    padding-left: 2.2rem;
    position: relative;
    color: #3c3c3c;
}

.sub2-2-main .qna > li > p {
    font-weight: 500;
    font-size: 1.1rem;
    color: #242424;
}

.sub2-2-main .qna .answer {
    padding-top: 1.5rem;
    position: relative;
    font-size: 0.8rem;
    position: relative;
}

.sub2-2-main .qna .answer p {
    height: 4.2rem;
    color: #545454;
    font-size: 0.9rem;
    line-height: 1.69;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sub2-2-main .qna .answer::before {
    display: block;
    content: "";
    width: 0.8rem;
    height: 1.4rem;
    border: 1px solid #b3b3b3;
    border-right: 0;
    border-top: 0;
    position: absolute;
    right: calc(100% + 0.4rem);
    top: 0.7rem;
}

.sub2-2-main .date {
    display: block;
    font-size: 0.8rem;
    color: #545454;
    margin-top: 1rem;
}

.sub2-2-main .slider-in {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 3.5rem;
}

.sub2-2-main .list_wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    padding-top: 3.5rem;
}

.list_wrap .slider-con {
    display: table-cell;
    float: left;
    width: 28.8%;
    min-height: 26rem;
    margin-right: 6.65%;
    margin-bottom: 3.5rem;
}

.list_wrap .slider-con:nth-of-type(3n) {
    margin-right: 0;
}

.list_wrap .slider-con .img {
    overflow: hidden;
    position: relative;
    height: 10.3rem;
    margin-bottom: 2rem;
}

.list_wrap .slider-con .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.sub2-2-main .board > ul {
    margin-bottom: 0.8rem;
}

.sub2-2-main .board > ul > li {
    display: inline-block;
}

.sub2-2-main .board > ul > li > span {
    display: block;
    padding: 0.35rem 0.75rem;
    margin-right: 0.3rem;
    font-weight: 400;
    font-size: 0.75rem;
}

.sub2-2-main .board .title {
    display: block;
    font-size: 1.1rem;
    color: #242424;
    height: 2.8rem;
    line-height: 1.364;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 0.9rem;
}

.sub2-2-main .board .date {
    display: block;
    color: #767676;
    font-size: 0.8rem;
}

.sub2-2-main .board > p {
    font-size: 0.8rem;
    color: #242424;
    margin: 0 auto 0.25rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sub2-2-main .more {
    text-align: center;
    margin: 1.15rem auto 3.5rem;
}

.sub2-2-main .more a {
    display: inline-block;
    color: #242424;
    border: 1px solid #adadad;
    padding: 0.9rem 1.6rem;
}

button {
    font-family: "Noto Sans KR";
}

/* sub2-2-1 */
.view-img {
    margin: 2.4rem auto 2.1rem;
}

.view-tit span.date,
.view-tit span.hit {
    display: inline-block;
    color: #545454;
    font-size: 0.9rem;
    margin: 0;
}

.view-tit span.date b,
.view-tit span.hit b {
    color: #333;
    margin-right: 0.5rem;
}

.view-tit span.hit {
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem;
}

.view-tit > .hit::before {
    content: "";
    display: block;
    background-color: #ddd;
    width: 1px;
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.view-tit strong.title {
    display: block;
    color: #242424;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.view-tit .board {
    margin: 1rem auto 1.5rem;
}

.view-txt {
    padding: 1.8rem 0.1rem;
    margin-bottom: 1.75rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.view-txt p {
    color: #545454;
    line-height: 1.56;
}

.social-box span {
    display: block;
    color: #545454;
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}

.view-bottom {
    position: relative;
    overflow: hidden;
    margin-bottom: 6.4rem;
}

.view-bottom .social-box {
    float: left;
}

.view-bottom .social-box a {
    margin-right: 0.25rem;
}

.view-bottom .social-box a img {
    width: 2.15rem;
    height: 2.15rem;
}

.view-bottom .label-button {
    float: right;
}

.view-bottom .label-button .view-btn {
    padding: 0.63rem 1.9rem;
    border: 1px solid #adadad;
}

.view-bottom .label-button .view-btn span {
    font-size: 0.9rem;
}

.sub-title {
    text-align: center;
}

.sub-title strong {
    color: #242424;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
}

.sub-title strong:before {
    width: 3.9rem;
    height: 3px;
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    background: #1975ef;
    z-index: 1;
}

.view > .list_wrap {
    margin-bottom: 0.6rem;
}

/* sub3-0 팝업 */
.popup-layer {
    width: 100%;
    height: 100vmax;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5rem;
    display: none;
}

.popup-dialog {
    position: relative;
    max-width: 30.8rem;

    display: none;
}

.popup-content {
    max-width: 30.8rem;
    background: #fff;
    margin: 0 auto;
    /* 예시 간격 띄우기용 */
    margin-bottom: 3rem;
}

.popup-header {
    display: block;
    padding: 1rem;
    background: #f4f7fb;
}

.popup-header strong {
    color: #0c50a1;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.popup-header button.close {
    float: right;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    opacity: 0.5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.popup-header button.close {
    color: #000;
    float: right;
    font-size: 1.25rem;
    font-weight: bold;
}

.popup-header button.close:hover,
.popup-header button.close:focus {
    cursor: pointer;
}

.popup-body {
    position: relative;
    padding: 2rem;
    color: #242424;
}

.popup-body strong {
    display: block;
    margin-bottom: 0.7rem;
}

.popup-body p {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 2.1rem;
}

.popup-body p:last-of-type {
    margin-bottom: 0;
}

.popup-body p:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 0.6rem;
    left: 0;
    background: #242424;
}

.popup-footer {
    padding: 0.6rem 0 1.3rem;
}

.popup-footer button.confirm {
    display: block;
    padding: 0.55rem 3.15rem;
    border: 1px solid #adadad;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Noto Sans KR";
    background: #0c50a1;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* 안내 div */
.sample-btn {
    width: 50%;
    text-align: center;
    padding: 1rem;
    border: 1px solid black;
    margin: 2rem auto;
}

.sample-btn button {
    font-size: 2rem;
    font-weight: bold;
}

/* sub3-2-2 */

.complete {
    text-align: center;
    margin-top: 5.5rem;
}

.complete strong {
    color: #242424;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 2.75rem auto 1.5rem;
}

.complete p {
    line-height: 1.78;
}

.complete-img {
    width: 9.5rem;
    height: 9.5rem;
    margin: 0 auto;
}

.complete + .complete-btn {
    margin-bottom: 5.5rem;
}

/* sub3-3-1 */
.sub-visual-txt span.visual-subtxt {
    color: #1975ef;
    font-size: 0.8rem;
    margin-top: 1.4rem;
}

.form-btn.complete-btn button {
    padding: 0.63rem 4.65rem;
}

/* sub4-1 */
.sub4-top.box-full {
    background: #fff;
    text-align: center;
    border-bottom: 0;
}

.sub4-top.box-full .box1 .box-items.item1 span.num {
    font-family: "Montserrat";
    color: #0c50a1;
    font-size: 2.4rem;
    font-weight: 500;
}

.sub4-top.box-full .box1 .box-items.item1:before {
    background: url(/web/img/sub/icon/sub4-1-icon-01.png) no-repeat center center/cover;
    width: 4rem;
    height: 4rem;
    left: 2.5rem;
}

.sub4-top.box-full .box1 .box-items.item2:before {
    background: url(/web/img/sub/icon/sub4-1-icon-02.png) no-repeat center center/cover;
    width: 5.95rem;
    height: 2.85rem;
    left: 1.3rem;
}

.sub4-top.box-full .box1 .box-items {
    border: 1px solid #1975ef;
}

.service-box {
    margin-bottom: 5rem;
}

.service-box div:first-of-type a {
    border: 0 !important;
    padding: 0 !important;
}

/*faq 리스트*/
div.listFaq ul li {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}

div.listFaq ul li:hover {
    background: #fafafa;
}

div.listFaq ul li span.question {
    display: block;
    position: relative;
    text-align: left;
}

div.listFaq ul li div.answer {
    border-top: 1px solid #ddd;
    border-bottom: none;
    position: relative;
}

.listFaq {
    margin-bottom: 1.5rem;
    border-top: 1px solid #46464e;
}

.listFaq ul li {
    border-bottom: 1px solid #ddd;
}

.listFaq ul li .category {
    display: block;
    color: #1975ef;
    padding-top: 0.2rem;
    position: absolute;
    left: 2.2rem;
    top: 1.2rem;
}

.listFaq ul li .question a {
    display: block;
    padding: 1.4rem 0 1.4rem 7.1rem;
}

.listFaq ul li .question .title {
    color: #242424;
    font-weight: bold;
}

.listFaq ul li .question::after {
    content: "\e943";
    font-family: "xeicon";
    font-size: 1.1rem;
    color: #999;
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}

.listFaq ul li .answer {
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    background: #f4f7fb;
}

.listFaq ul li .answer::before {
    content: "\e981";
    font-family: "xeicon";
    font-size: 1rem;
    color: #999;
    position: absolute;
    left: 2rem;
    top: 0.7rem;
}

.listFaq ul li .answer .answer_box {
    color: #545454;
    text-align: left;
    line-height: 1.56;
    padding: 2rem;
}

.listFaq ul li .answer .category {
    left: 3.5rem;
    background-color: #fff;
    color: inherit;
}

.listFaq ul li.active .question::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #333;
}

.listFaq ul li.active .answer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    max-height: 2000px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*programNav 수정*/
.board_pager {
    margin: 30px auto;
    text-align: center;
}

.board_pager .inner {
    display: table;
    margin: 0 auto;
}

.board_pager a {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background-color: transparent;
    color: #999;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8rem;
    padding-top: 0.25rem;
    margin: 0 2px;
    text-decoration: none;
    box-sizing: border-box;
}

.board_pager a:hover {
    background-color: #f5f6fa;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.board_pager .pageNone {
    border-color: transparent;
}

.board_pager .pageNone:hover {
    border-color: #ddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.board_pager .pageNow {
    background-color: #333;
    border-color: #333;
}

.board_pager .pageNow strong {
    color: #fff;
}

.board_pager + .survey {
    margin-top: 100px;
}

.board_pager i {
    font-size: 1rem;
    margin-top: 0.25rem;
    color: #777;
}

.board_pager a strong {
  display: block;
  margin-top: 0.25rem;
}

.board_pager .pageFirst i::after {
    content: "\e93c";
    font-family: "xeicon";
    margin-left: -0.8rem;
}

.board_pager .pageLast i::after {
    content: "\e93f";
    font-family: "xeicon";
    margin-left: -0.8rem;
}

.board_pager .pagePrev {
    margin-right: 1rem;
}

.board_pager .pageNext {
    margin-left: 1rem;
}

/* FAQ 리스트 */
.listFaq ul li .answer::before {
    display: none;
}

.listFaq ul li .answer .answer_box {
    padding-left: 3.5rem;
}

.listFaq ul li .answer .category {
    left: 1rem;
}

.board_pager a:hover {
    background: none;
}

.board_pager .pageNone {
    display: none;
    border: none;
}

.board_pager .pageNone:nth-last-of-type(3) {
    display: inline-block;
}

.board_pager .pageNone:nth-last-of-type(3)::before {
    content: "/";
    display: inline-block;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.board_pager .pageFirst,
.board_pager .pagePrev,
.board_pager .pageNext,
.board_pager .pageLast,
.board_pager .pageNow {
    display: inline-block;
}

.board_pager .pageNow {
    background: none;
    border: none;
}

.board_pager .pageNow strong {
    color: #333;
}

/*검색*/
.layout .Search_rss {
    float: right;
    text-align: right;
    position: relative;
    font-size: 0.75rem;
}

.layout .Search_rss a.icon_rss {
    display: none;
}

.layout fieldset {
    clear: both;
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: right;
    margin-bottom: 2rem;
}

.layout fieldset select,
.layout fieldset input,
.layout fieldset button {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
}

.layout fieldset span {
    display: inline-block;
    vertical-align: middle;
    height: 2.8rem;
}

.layout fieldset span:first-of-type {
    margin-left: 0;
}

.layout fieldset span.form-select {
    min-width: 7.5rem;
    position: relative;
}

.layout fieldset span.form-select::after {
    content: "\e936";
    color: #333;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "xeicon";
}

.layout fieldset span.form-select select {
    background-color: transparent;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}

.layout fieldset span.form-select select::-ms-expand {
    display: none;
}

.layout fieldset span.form-input {
    width: 26.3rem;
    height: 2.8rem;
}

.layout fieldset span.form-input input {
    font-size: 0.9rem;
}

.layout fieldset span.form-btn {
    min-width: 2rem;
    margin-left: -3rem;
    margin: 0;
}

.layout fieldset span.form-btn button {
    background-color: #545454;
    border: #545454;
    color: #fff;
    padding: 0 1.15rem;
    font-size: 0.9rem;
}

.sub4-top.tab_wrap .page_tab {
    margin-bottom: 2rem;
}

/* sub3-1-3 */
.consult.sub1-1-bottom a {
    display: block;
    margin: 0 auto 1rem;
}

.consult.sub1-1-bottom button {
    max-width: 14rem;
    display: block;
    margin: auto;
    border: 1px solid #fff;
    padding: 0.725rem 2.67rem;
    color: #fff;
    font-size: 0.9rem;
}

.consult.sub1-1-bottom button:hover {
    background: #fff;
    color: #0072ce;
}

/* sub5-1 */
.sub5-visual {
    width: 100%;
    background: #f4f7fb;
    height: 23.15rem;
    position: relative;
}

.sub5-1-tab-width {
    max-width: 35.4rem;
    margin: 0 auto;
    table-layout: fixed;
}

.tab_wrap .page_tab ul.sub5-1-tab-width li {
    background: transparent;
}

.sub5-1-layout .layout .cont_wrap {
    margin-top: 3.5rem;
    padding: 0 3rem;
}

.sub5-1-layout .slider-txt > p {
    font-size: 0.9rem;
    color: #242424;
    margin: 1.1rem auto 0.25rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.search_form {
    width: 35.4rem;
    margin: 0 auto;
    position: relative;
}

.search_form input[type="text"] {
    width: 100%;
    height: 2.8rem;
    padding: 0 1.2rem;
    padding-right: 4rem;
    background: #fff;
    border: 0;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 0 !important;
}

.search_form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
}

.search_form button:after {
    content: "\e97a";
    font-family: "xeicon";
    font-size: 1.2rem;
    color: #1975ef;
}

.tab_wrap .sub5-tab {
    border-bottom: 0;
    margin-bottom: 1rem;
}

/* .sub-visual.type3 .sub-visual-txt.sub5-1-visual-txt {
  padding: 5rem 0 3.2rem;
} */
.sub5-visual .tab_wrap .page_tab ul li a {
    padding: 0.9rem 0.5rem;
}

.align-left {
    text-align: left !important;
}

/* 개인정보 처리방침 */
.privacy-wrap {
    margin: 5rem auto;
}

.privacy-wrap > strong.title {
    font-size: 2.1rem;
    color: #33404e;
    text-align: center;
    margin-bottom: 3.3rem;
    display: block;
}

.privacy-wrap > .top-box {
    border: 4px solid #bcc4cd;
    padding: 1.9rem;
    margin-bottom: 1.6rem;
}

.privacy-wrap > .top-box > p {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.55;
}

.privacy-wrap > .list-link {
    color: #545454;
    margin-bottom: 3rem;
}

.privacy-wrap > .list-link > p {
    font-size: 0.9rem;
    margin-bottom: 1.1rem;
}

.privacy-wrap > .list-link > ul > li {
    margin-bottom: 0.6rem;
}

.privacy-wrap > .list-link > ul > li:last-of-type {
    margin-bottom: 0;
}

.privacy-wrap > .list-link > ul > li > a {
    font-size: 0.85rem;
}

.privacy-wrap > .list-wrap {
    margin-bottom: 3.6rem;
}

.privacy-wrap > .list-wrap > strong {
    color: #242424;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
}

.privacy-wrap > .list-wrap > ul > li {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    color: #545454;
    line-height: 1.55;
}

.privacy-wrap > .list-wrap > ul > li:last-of-type {
    margin-bottom: 0;
}

.privacy-wrap > .list-wrap > ul > li > span {
    color: #0c50a1;
    font-weight: 500;
    display: block;
}

.privacy-wrap > .list-wrap > ul > li > strong {
    display: block;
}

.privacy-wrap > .list-wrap > p {
    font-size: 0.85rem;
    color: #545454;
    margin-bottom: 1.5rem;
    line-height: 1.65;
}

.privacy-wrap > .list-wrap > ul > li > .bullet-list > li {
    position: relative;
    padding-left: 1rem;
}

.privacy-wrap > .list-wrap > ul > li > .bullet-list > li:before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: absolute;
    top: 0.7rem;
    left: 0.5rem;
    background: #545454;
}

.privacy-wrap > span.date {
    font-weight: 700;
    color: #333;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    display: block;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d6d6d6;
    line-height: 2.4;
}

.privacy-wrap > .privacy-link {
    display: block;
    padding-bottom: 0.75rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid #d6d6d6;
    font-size: 0.85rem;
    color: #545454;
}

.privacy-wrap > .privacy-link.active {
    color: black;
    font-weight: 500;
}

.privacy-wrap > .privacy-link > span {
    color: #0072ce;
    font-size: 0.75rem;
    border-radius: 1rem;
    border: 1px solid #0072ce;
    padding: 0.3rem 0.9rem;
    text-align: center;
    display: inline-block;
    margin-left: 0.5rem;
}

.consult .consult1 {
    max-width: 56rem;
    margin: 0 auto;
}

/*
.consult1.free-consultation > li > div::before {
  display: none;
} */

.yes_es {
    font-size: 0.8rem;
    color: #fff;
    width: 200%;
    font-weight: 400;
}

.not_es div:before {
    display: none !important;
}

.view-txt img {
    width: auto !important;
    height: auto !important;
}

.board-notice {
    color: #545454;
    font-size: 1.1rem;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 3rem 2rem;
}

.agree > li > ul > li > label > span {
    padding-left: 0.3rem;
}

.question-wrap .agree > li > ul > li > label > span {
    padding-left: 1.5rem;
}

.view-tit {
    padding-top: 3rem;
}

.ma_new .sub1-2-list {
    padding: 0 3rem;
}

.terms {
    max-width: 53rem;
    max-height: 12rem;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
    background: #f8f9fa;
    margin: 0 auto;
}

.terms.blue_bg {
    max-width: 55rem;
    margin: 0 auto;
}

.terms > div {
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.6rem;
}

.terms > div > strong {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}

/*.terms > div:first-child > strong {
  position: relative;
}*/
.terms > div > p {
    color: #5a5d5a;
    padding-left: 11rem;
}

.terms.blue-bg {
    background: white;
}

.answer.request-list > label {
    margin: 0 1rem;
}

.answer.request-list > label > span,
.agree li label span {
    padding-left: 0.4rem;
}

.sub1-1-bottom .question {
    font-size: 1.1rem;
    display: block;
    text-align: center;
    padding: 1.25rem 0;
    margin-top: 2rem;
    /*border-bottom: 1px solid #ccc;*/
}

.table_style {
    margin-bottom: 4rem;
}

.table_style::after {
    display: block;
    clear: both;
    content: '';
}

.table_style > div {
    float: left;
    width: 32%;
    height: 100%;
    padding: 0 0.4%;
}

.table_style > div > .item {
    border-radius: 10rem;
    text-align: center;
    color: white;
    padding: 1.5rem 1rem;
    background: #0072ce;
    min-height: 9rem;
}

.table_style > div:nth-child(2) > .item {
    background: #0c50a1;
}

.table_style > div:nth-child(3) > .item {
    background: #33404e;
}

.table_style > div > .item > strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.table_style > div > .item > p {
    font-size: 0.85rem;
    line-height: normal;
}

.pc_off_4-visual-v2 {
    width: 33rem;
}

.terms > div.use_date > strong {
    color: #0085db;
    font-size: 1.1rem;
}

.terms > div.use_date > p {
    font-size: 1rem;
    text-decoration: underline;
    text-underline-position: under;
    color: black;
    font-weight: 500;
}

/*테이블*/
.tbl {position:relative; border-collapse:collapse; width:100%; border-top:2px solid #333; letter-spacing:-0.05em; table-layout:fixed;}
.tbl::after {display:block; content:""; position:absolute; width:100%; height:1px; background:#9e9e9e; bottom:0; left:0; z-index:2;}
.tbl thead th {background:#f5f6f9; color:#3e3e3e; padding:1.6rem 1.2rem; border:1px solid #c6c6c6; border-left:0; border-right:1px solid #d5d5d5; text-align:center; word-break:keep-all; word-wrap:break-word;}
.tbl tbody th {background:#f5f6f9; padding:1.2rem; border-bottom:1px solid #c6c6c6; border-right:1px solid #d5d5d5;font-weight:400; color:#4f565b; text-align:center; white-space: normal;}
.tbl td {background:#fff; padding:1.2rem; border:1px solid #c6c6c6; border-right:1px solid #d5d5d5; border-left:0;border-top:0; font-weight:300; color:#4b4b4b; word-break:keep-all; word-wrap:break-word; text-align: left;}
.tbl td:last-child { border-right:0 !important; }
.tbl tr th:last-child {border-right:0 !important;}
.tbl_scroll:before { display:none;content:"";width:20px;height:37px;position:absolute;top:0;right:23px;animation:side 0.7s linear 1s infinite alternate;background:url("/images/common/mCont_scroll_ico.png") no-repeat center center;background-size:20px; }

@media all and (max-width:640px) {
    .tbl_scroll {position:relative;padding-top:4rem; background:url("/images/common/mCont_scroll_ico_arr.png") no-repeat right 0; background-size:68px 40px;}
    .tbl_wrap { overflow-x:auto; }
    .tbl_scroll:before { display:block; }
    .tbl {min-width: 640px;}
}
@keyframes side {
    0% { transform:translateX(-3px); }
    100% { transform:translateX(3px); }
}