@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: noto;
    src: url("../fonts/NotoSansKR-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBKDream';
    src: url("../fonts/IBKIDreamM.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBKDream';
    src: url("../fonts/IBKIDreamEB.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBKDream';
    src: url("../fonts/IBKIDreamWebL.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBKDream';
    src: url("../fonts/IBKIDreamWebB.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: noto, -apple-system, sans-serif;
    color: rgb(0, 0, 0);
    scroll-behavior: smooth;
    word-break: break-all;
    text-align: justify;
    letter-spacing: -0.25px;
}

body {
    overflow-x: hidden;
}

.m-only {
    display: none !important;
}

.pc-only {
    display: block;
}
button {
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

img {
    max-width: 100%;
}

.blind {
    display: none;
}

.m-only {
    display: none !important;
}

.pc-only {
    display: block;
}

/**************************************** renewal style ************************************/
/* common */
.max-container {
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* layout */
.header {
    background: #0055a2;
}
.header .max-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    background-color: #00a0e9;
}

.header .inner {
    display: flex;
}

.header-util {
    display: flex;
    align-items: center;
	gap: 30px;
}
.btn-archive {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60px !important;
    padding: 0 30px 0 30px;
    height: 44px;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #fff;
}

.btn-archive:hover {
    background: #f5f5f5;
    border-color: #ccc;
	color: #00a0e9;
}
.header-util .custom-select {
    margin-right: 40px;
}

.header-logo {
    padding: 16px 36px;
    background-color: #0055a2;
}

.header-logo img {
    width: auto;
    height: 52px;
}
.header-logo .date {
    font-size: 16px;
    margin-top: 6px;
    color: #fff;
    font-weight: normal;
}
.header-nav {
    font-size: 24px;
}

.header-nav a {
    color: #fff;
}
.btn-full-menu {
    height: 100%;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0055a2;
}

.header-nav {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.header-nav .bg {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 86px;
    width: 940px;
    height: 455px;
    z-index: 1;
}

.header-nav.is-active .bg {
    display: block;
}

.header-nav.is-active .header-depth2 {
    display: block;
}

.header-depth1 {
    position: relative;
}

.header-depth1 + .header-depth1 {
    margin-left: 20px;
}

.header-depth1-link {
    text-align: center;
    width: 260px;
    display: block;
}
.header-depth2 {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #fff;
    z-index: 2;
    white-space: nowrap;
    width: 100%;
    padding: 16px 0 30px;
}
.header-depth2-link {
    display: block;
    color: #000 !important;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
}

.header-depth2-link:hover {
    color: #1e88bc !important;
    font-weight: 500;
}

.header-util .custom-select:after {
    border-color: #fff;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    margin-right: 14px;
}
.header-util .custom-select {
    background: transparent;
    color: #fff;
    border-color: #fff;
    border-radius: 60px !important;
    padding: 0 62px 0 30px;
    height: 44px;
    line-height: 40px;
}

.header-util .custom-select .list li {
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    min-height: auto;
    line-height: 32px;
}
.header-util .custom-select .list {
    width: 100%;
}
.header-util .custom-select .current {
    font-size: 22px;
}

.btn-full-menu img {
    display: inline-block;
    width: auto;
    height: 45px;
}

.full-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.full-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.full-menu .max-container {
    padding-right: 130px;
    padding-left: 130px;
}
.full-menu-header {
    padding: 32px 0;
    position: relative;
    background-color: #fff
}

.full-menu-header .logo img {
    height: 60px;
    width: auto;
}
.full-menu-header .btn-full-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 126px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-menu-header .btn-full-menu-close img {
    width: 57px;
    height: auto;
}
.full-menu-header .max-container {
    position: relative;
    display: flex;
    padding-right: 126px;
    justify-content: space-between;
    align-items: center;
}
.full-menu-header .text {
    align-self: flex-end;
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 52px;
}
.full-menu-content {
    padding: 12px 0 120px;
    background-color: #f9f9f9
}

.full-menu-depth1 {
    display: flex;
    flex: none;
    padding: 46px 0 40px;
}

.full-menu-depth1 + .full-menu-depth1 {
    border-top: 1px solid #fff;
}
.full-menu-depth1-link {
    width: 252px;
    text-align: right;
    margin-right: 70px;
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
    color: #1e88bc;
    font-size: 30px;
    line-height: 30px;
}

.full-menu-depth2 {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.full-menu-depth2-link {
    padding-bottom: 40px;
}

.full-menu-depth2-link strong {
    font-size: 23px;
    font-weight: bold;
}

.full-menu-depth2-link p {
    margin-top: 14px;
    font-size: 20px;
    line-height: 26px;
    padding-left: 28px;
    background-image: url("../images/icon-arrow-black.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: left 6px;
}

.footer {
    margin-top: 150px;
}

.footer-banner-link {
    display: flex;
}

.footer-banner-link .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 710px;
    flex: 1;
    padding: 60px 54px;
    box-sizing: border-box;
}

.footer-banner-link a {
    flex: 1;
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
}

.footer-banner-link .type1 {
    display: flex;
    justify-content: flex-end;
}
.footer-banner-link p {
    font-size: 24px;
    line-height: 28px;
}

.footer-banner-link span {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    border-radius: 48px;
    border-width: 1px;
    border-style: solid;
    transition: .3s;
}

.footer-banner-link span img {
    width: 18px;
    height: 18px;
    margin-left: 25px;
}

.footer-banner-link .type1 {background-color: #0d2f8b; color: #fff;}
.footer-banner-link .type1 span {
    border-color: #fff;
    background-color: #0d2f8b;
}

.footer-banner-link .type1:hover span {
    border-color: #000;
    background-color: #000;
}
.footer-banner-link .type2 {background-color: #cbe3fb; color: #0d2f8b;}
.footer-banner-link .type2 span {
    border-color: #0d2f8b;
    background-color: #cbe3fb;
}

.footer-banner-link .type2:hover span {
    border-color: #fff;
    background-color: #fff;
}

.footer-info {
    padding: 65px 40px;
    text-align: center;
    background-color: #787878;
    color: #fff;
}

.footer-info .logo img {
    width: auto;
    height: 92px;
}

.footer-info p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
}

.footer-info .link-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.footer-info .link-group a {
    color: #fff;
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
    font-size: 24px;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    border-radius: 58px;
    border: 1px solid #fff;
    transition: .3s;
}

.footer-info .link-group a + a {
    margin-left: 12px;
}

.footer-info .link-group a:hover {
    background-color: #fff;
    color: #000;
}

.main-key-visual {
    position: relative;
}
.main-key-visual .item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 10s;
    transform: scale(1.2);
}

.main-key-visual .slick-animate .image {
    transform: scale(1);
}

.main-key-visual .item {
    position: relative;
    height: 1130px;
    overflow: hidden;
}

.main-key-visual .max-container {
    position: absolute;
    left: 50%;
    top: -100px;
    height: 100%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1420px;
    max-width: 1920px;
    padding: 0 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-key-visual .controller {
    position: absolute;
    left: 50%;
    bottom: 300px;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1420px;
    max-width: 1920px;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.main-key-visual .controller img {
    vertical-align: baseline;
}

.main-key-visual .slick-dots {
    display: flex;
    margin: 0 16px;
    padding: 0;
}
.main-key-visual .slick-dots li {
    list-style: none;
    display: flex;
    align-items: center;
}
.main-key-visual .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4)
}

.main-key-visual .slick-dots li button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}

.main-key-visual .slick-dots li.slick-animate button:before {
    transition: 6s;
    width: 100px;
}

.main-key-visual .slick-dots li + li {
    margin-left: 10px;
}

.main-key-visual button {
    line-height: 0;
}
.main-key-visual .autoplay {
    width: 16px;
    margin-right: 16px;
}

.main-key-visual .prev img,
.main-key-visual .next img {
    height: 20px;
    width: auto;
}

.main-key-visual .pause img,
.main-key-visual .play img {
    height: 18px;
    width: auto;
}

.main-key-visual .sub-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 28px;
}
.main-key-visual .title b {
    color: #00a0e9;
}
.main-key-visual .title {
    margin-top: 32px;
    font-size: 70px;
    line-height: 88px;
    font-weight: 900;
    font-family: 'IBKDream', sans-serif;
}
.main-key-visual .badge {
    width: max-content;
    font-size: 30px;
    height: 58px;
    line-height: 58px;
    background-color: #00a0e9;
    padding: 0 30px;
    font-weight: bold;
    font-family: 'IBKDream', sans-serif;
}
.main-section-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}

.main-section-1 img {
    width: 100%;
}
.main-section-1 .right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-section-1 .image {
    position: relative;
    transition: .3s;
}

.main-section-1 a:hover .image {
    border-bottom-right-radius: 120px;
    overflow: hidden;
}
.main-section-1 a:hover .image:before,
.main-section-1 a:hover .image:after {
    opacity: 1;
}
.main-section-1 .image:before {
    transition: .3s;
    opacity: 0;
    content: "";
    position: absolute;
    right: 72px;
    bottom: 72px;
    width: 103px;
    height: 103px;
    background-image: url("../images/icon-arrow-right-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.main-section-1 .image:after {
    transition: .3s;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.content-container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.common-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}
.main-section-2 {
    display: grid;
    grid-column-gap: 40px;
}

.main-section-2 img {
    width: 100%;
}
.main-section-2 .right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-section-2 .image {
    position: relative;
    transition: .3s;
}

.main-section-2 a:hover .image {
    border-bottom-right-radius: 120px;
    overflow: hidden;
}
.main-section-2 a:hover .image:before,
.main-section-2 a:hover .image:after {
    opacity: 1;
}
.main-section-2 .image:before {
    transition: .3s;
    opacity: 0;
    content: "";
    position: absolute;
    right: 72px;
    bottom: 72px;
    width: 103px;
    height: 103px;
    background-image: url("../images/icon-arrow-right-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.main-section-2 .image:after {
    transition: .3s;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.common-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}

.common-col-2 + .common-col-2,
.common-col-2 + .common-col-3 {
    margin-top: 100px;
}

[class*='common-col'] img {
    width: 100%;
}

.common-title-1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #1e88bc;
    margin-top: 160px;
    margin-bottom: 40px;
    font-family: 'IBKDream', sans-serif;
}

.common-text-wrap-1 {
    font-family: 'IBKDream', sans-serif;
    margin-top: 20px;
}

.common-text-wrap-1 .category {
    font-weight: bold;
    font-size: 22px;
    color: #00abff;
}
.common-text-wrap-1 .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    margin-top: 14px;
}
.common-text-wrap-1 .sub-title {
    font-size: 22px;
    line-height: 28px;
    color: #595a5a;
    margin-top: 20px;
}

/* sub */
.sub-visual {
    background-color: #cbe3fb;
}
.sub-visual .max-container {
    display: flex;
    padding-left: 140px;
}

.sub-visual .text-wrap {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 140px 60px 60px;
    width: 535px;
    background-color: #cbe3fb;
    height: 870px;
    box-sizing: border-box;
}

.sub-visual .text-wrap .title {
    font-size: 40px;
    line-height: 50px;
    font-family: 'IBKDream', sans-serif;
    font-weight: 900;
    margin-top: 35px;
}

.sub-visual .text-wrap .badge {
    width: max-content;
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    background-color: #00a0e9;
    padding: 0 20px;
    font-weight: bold;
    font-family: 'IBKDream', sans-serif;
    color: #fff;
    display: inline-flex;
}

.sub-visual .text-wrap .text {
    margin-top: 42px;
    font-size: 24px;
    line-height: 34px;
}

.sub-visual .text-wrap .btn-group button {
    padding: 20px;
}

.sub-visual .text-wrap .btn-group button img {
    height: 36px;
    width: auto;
}
.sub-visual .text-wrap .btn-group button + button {
    margin-left: 10px;
}

.sub-visual .image img {
    height: 870px;
    vertical-align: top;
}

.sub-layout {
    display: flex;
    padding: 100px 120px 0;
    max-width: 1530px;
    margin: 0 auto;
}

.sub-layout .left-section {
    flex: none;
    width: 400px;
    margin-right: 140px;
}

.sub-layout .left-section .date {
    font-size: 20px;
    color: #00a0e9;
    font-family: 'IBKDream', sans-serif;
    font-weight: 500;
}
.sub-layout .left-section .title {
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    background-color: #00a0e9;
    text-align: center;
}

.sub-layout .left-section .arrow {
    text-align: right;
}
.sub-layout .left-section .arrow img {
    width: 20px;
    height: auto;
}
.sub-layout .left-section .common-col-1 {
    padding-left: 0px;
}
.sub-layout .left-section .common-col-1 a {
    display: block;
	border: 1px solid #00a0e9;
    padding: 10px;
}
.sub-layout .left-section .common-col-1 {
    margin-top: 20px;
}

.sub-layout .left-section .common-col-1 a + a {
    margin-top: 20px;
}

.sub-layout .left-section .common-col-1 .text {
    margin-top: 8px;
    font-family: 'IBKDream', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.common-text-1 {
    font-family: 'IBKDream', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 33px;
}

.common-line-1 {
    height: 1px;
    background-color: #c5c5c5;
    margin: 50px 0;
}

.common-title-2 {
    font-size: 28px;
    line-height: 35px;
    color: #00a0e9;
    font-family: 'IBKDream', sans-serif;
    font-weight: 900;
}
.common-text-2 {
    font-size: 20px;
    line-height: 33px;
    color: #2d2d2d;
    margin-top: 22px;
}

.common-image-block + .common-text-2 {
    margin-top: 30px;
}
.common-image-block {
    margin-top: 40px;
}

.common-description {
    text-align: center;
    margin-top: 20px;
    color: #787878;
    font-size: 18px;
    line-height: 22px;
}

.common-image-flex-1 {
    display: flex;
    margin-top: 22px;
}

.common-image-flex-1 .image {
    flex: none;
    width: 340px;
    margin-left: 60px;
}

.common-image-flex-1 .common-text-2 {
    margin-top: 0;
}

.common-writer {
    margin-top: 40px;
    padding: 24px 32px 36px;
    background-color: #efefef;
    text-align: center;
}
.common-writer .text-1 {
    font-family: 'IBKDream', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 42px;
    color: #111822;
}
.common-writer .text-2 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
}

.common-page-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-page-bottom .btn-back-list {
    height: 60px;
    line-height: 60px;
    border: 1px solid #757575;
    font-size: 22px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #363636;
    transition: .3s;
}

.common-page-bottom .btn-back-list:hover {
    background-color: #efefef;
}
.common-page-bottom .btn-back-list img {
    height: 12px;
    width: auto;
    margin-right: 10px;
}

.common-page-bottom .btn-group {
    display: flex;
}
.common-page-bottom .btn-group button + button {
    margin-left: 20px;
}
.common-page-bottom .btn-group button:hover {
    background-color: #efefef;
}
.common-page-bottom .btn-group button {
    transition: .3s;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #757575;
    border-radius: 24px;
}
.common-page-bottom .btn-group button img {
    height: 36px;
}

.sub-container-1 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 100px 40px;
    box-sizing: border-box;
}

.webzine-list {
    max-width: 1140px;
    padding: 100px 40px;
    margin: 0px auto;
}

.webzine-list .head {
    text-align: center;
}
.webzine-list .head .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #414143;
}
.webzine-list .controller {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}

.webzine-list .controller span {
    width: 480px;
    border-radius: 95px;
    color: #253f8e;
    font-size: 50px;
    line-height: 76px;
    font-weight: bold;
    border: 1px solid #0054a2;
}

.webzine-list .controller button {
    width: 88px;
    height: 88px;
    margin: 0 12px;
}

.webzine-list .controller .next {
    transform: rotate(180deg);
}

.webzine-list .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 140px;
}

.webzine-list .list .item {
    display: flex;
    width: calc(50% - 27px);
    padding: 42px 32px;
    box-sizing: border-box;
    border: 1px solid #14a0dd;
    box-shadow: 5px 5px 0 #aedbe2;
}

.webzine-list .list .item:nth-child(odd) {
    margin-right: 54px;
}

.webzine-list .list .item .image {
    margin-right: 43px;
}

.webzine-list .list .item .image img {
    width: 209px;
    height: auto;
}

.webzine-list .list .item .text-wrap {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}
.webzine-list .list .item .text-wrap .title-1 {
    font-size: 22px;
    line-height: 42px;
    color: #414143;
    font-weight: 500;
}

.webzine-list .list .item .text-wrap .title-2 {
    font-size: 40px;
    line-height: 42px;
    color: #414143;
    font-weight: bold;
}

.webzine-list .list .item .text-wrap .button-group {
    width: 100%;
    justify-self: flex-end;
}

.webzine-list .list .item .text-wrap button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.webzine-list .list .item .text-wrap button + button {
    margin-top: 10px;
}
.webzine-list .list .item .text-wrap .btn-download-pdf {
    background: #14a0dd;
    margin-bottom: 10px;
}
.webzine-list .list .item .text-wrap .btn-viewer-ebook {
    background: #0054a2;
}
.webzine-list .list .item:nth-child(n+3) {
    margin-top: 54px;
}

/* old detail */
.sub-detail-1 {
    max-width: 1008px;
    padding: 0 40px;
    margin: 0 auto;
}

.sub-detail-1 .title-1 {
    display: flex; /*20250108 청미추가*/
    align-items: flex-end;  /*20250108 청미추가*/
    margin-top: 0px;
    font-size: 28px;
    font-weight: bold;
    /*color: #0054a2;*/
    line-height: 35px;
    font-family: 'IBKDream',sans-serif;
}

/*20250108 청미추가*/
.sub-detail-1 .title-2 {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
    font-family: 'IBKDream',sans-serif;
}

.sub-detail-1 .text-1 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

/*20250108 청미추가*/
.sub-detail-1 .text-2 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.sub-detail-1 .image-block {
    margin-top: 90px;
}

/*20250108 청미추가*/
.sub-detail-1 .image-block2 {
    margin-top: 0px;
}

.sub-detail-2 {
    display: flex;
    max-width: 1008px;
    padding: 0 40px;
    margin: 100px auto 0;
}

.sub-detail-2 div {
    flex: 1;
}

.sub-detail-2 .right {
    margin-left: 60px;
}

.sub-detail-2 .title-1 {
    font-family: 'IBKDream', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}
.sub-detail-2 .text-1 {
    font-size: 20px;
    line-height: 33px;
    margin-top: 40px;
}

@media screen and (min-width: 781px) and (max-width: 1919px) {
    /* common */
    .max-container {
        max-width: 100.0000vw;
        margin: 0 auto;
    }

    /* layout */
    .header {
        background: #0055a2;
    }
    .header-util .custom-select {
        margin-right: 2.0833vw;
    }
.btn-archive {
font-size: 1.2500vw;
background: transparent;
        border-radius: 3.1250vw !important;
        padding: 0 1.5625vw 0 1.5625vw;
        height: 2.2917vw;
        line-height: 2.0833vw;
}
    .header-logo {
        padding: 0.8333vw 1.8750vw;
    }

    .header-logo img {
        width: auto;
        height: 2.7083vw;
    }
    .header-logo .date {
        font-size: 0.8vw;
        margin-top: 0.5vw;
    }
    .header-nav {
        font-size: 1.2500vw;
    }

    .btn-full-menu {
        height: 100%;
        padding: 0 1.3021vw;

    }

    .header-nav {
        padding: 0 1.5625vw;
    }

    .header-nav .bg {
        top: 4.4792vw;
        width: 48.9583vw;
        height: 23.6979vw;

    }

    .header-depth1 + .header-depth1 {
        margin-left: 1.0417vw;
    }

    .header-depth1-link {
        width: 13.5417vw;
    }
    .header-depth2 {

        left: 0;
        top: 3.1250vw;
        width: 100%;
        padding: 0.8333vw 0 1.5625vw;
    }
    .header-depth2-link {
        font-size: 1.1458vw;
        line-height: 2.6042vw;

    }

    .header-util .custom-select:after {
        width: 0.5208vw;
        height: 0.5208vw;
        margin-top: -0.4167vw;
        margin-right: 0.7292vw;
    }
    .header-util .custom-select {
        background: transparent;
        border-radius: 3.1250vw !important;
        padding: 0 3.2292vw 0 1.5625vw;
        height: 2.2917vw;
        line-height: 2.0833vw;
    }

    .header-util .custom-select .list li {
        font-size: 1.0417vw;
        padding: 0.5208vw 0;
        line-height: 1.6667vw;
    }
    .header-util .custom-select .list {
        width: 100%;
    }
    .header-util .custom-select .current {
        font-size: 1.1458vw;
    }

    .btn-full-menu img {

        width: auto;
        height: 2.3438vw;
    }
    .full-menu .max-container {
        padding-right: 6.7708vw;
        padding-left: 6.7708vw;
    }
    .full-menu-header {
        padding: 1.6667vw 0;
    }

    .full-menu-header .logo img {
        height: 3.1250vw;
        width: auto;
    }
    .full-menu-header .btn-full-menu-close {
        width: 6.5625vw;
    }
    .full-menu-header .btn-full-menu-close img {
        width: 2.9688vw;
        height: auto;
    }
    .full-menu-header .max-container {
        padding-right: 6.5625vw;
    }
    .full-menu-header .text {
        font-size: 1.8229vw;
        line-height: 2.7083vw;
    }
    .full-menu-content {
        padding: 0.6250vw 0 6.2500vw;
    }

    .full-menu-depth1 {
        padding: 2.3958vw 0 2.0833vw;
    }

    .full-menu-depth1 + .full-menu-depth1 {
        border-top: 0.0521vw solid #fff;
    }
    .full-menu-depth1-link {
        width: 13.1250vw;
        margin-right: 3.6458vw;
        font-size: 1.5625vw;
        line-height: 1.5625vw;
    }

    .full-menu-depth2 {
        flex: 1;
    }

    .full-menu-depth2-link {
        padding-bottom: 2.0833vw;
    }

    .full-menu-depth2-link strong {
        font-size: 1.1979vw;
    }

    .full-menu-depth2-link p {
        margin-top: 0.7292vw;
        font-size: 1.0417vw;
        line-height: 1.3542vw;
        padding-left: 1.4583vw;
        background-image: url("../images/icon-arrow-black.png");
        background-size: 0.4167vw auto;
        background-position: left 0.3125vw;
    }

    .footer {
        margin-top: 7.8125vw;
    }
    .footer-banner-link .inner {
        max-width: 36.9792vw;
        flex: 1;
        padding: 3.1250vw 2.8125vw;

    }

    .footer-banner-link p {
        font-size: 1.2500vw;
        line-height: 1.4583vw;
    }

    .footer-banner-link span {
        height: 2.5000vw;
        line-height: 2.5000vw;
        font-size: 1.0417vw;
        padding: 0 1.6667vw;
        border-radius: 2.5000vw;
        border-width: 0.0521vw;
        border-style: solid;
        transition: .3s;
    }

    .footer-banner-link span img {
        width: 0.9375vw;
        height: 0.9375vw;
        margin-left: 1.3021vw;
    }

    .footer-info {
        padding: 3.3854vw 2.0833vw;
    }

    .footer-info .logo img {
        width: auto;
        height: 4.7917vw;
    }

    .footer-info p {
        margin-top: 1.0417vw;
        font-size: 1.0417vw;
        line-height: 1.4583vw;
    }

    .footer-info .link-group {
        margin-top: 1.5625vw;
    }

    .footer-info .link-group a {
        font-size: 1.2500vw;
        height: 3.0208vw;
        line-height: 3.0208vw;
        padding: 0 1.5625vw;
        border-radius: 3.0208vw;
        border: 0.0521vw solid #fff;
        transition: .3s;
    }

    .footer-info .link-group a + a {
        margin-left: 0.6250vw;
    }

    .main-key-visual .item {
        height: 58.8542vw;
    }

    .main-key-visual .max-container {
        top: -5.2083vw;
        min-width: 73.9583vw;
        max-width: 100vw;
        padding: 0 2.0833vw;
    }

    .main-key-visual .controller {
        bottom: 15.6250vw;
        min-width: 73.9583vw;
        max-width: 100vw;
        padding: 0 2.0833vw;
    }

    .main-key-visual .slick-dots {
        margin: 0 0.8333vw;
        padding: 0;
    }
    .main-key-visual .slick-dots li button {
        width: 5.2083vw;
        height: 0.1042vw;
        background-color: rgba(255, 255, 255, 0.4)
    }

    .main-key-visual .slick-dots li button:before {
        height: 0.1042vw;
    }

    .main-key-visual .slick-dots li.slick-animate button:before {
        transition: 6s;
        width: 5.2083vw;
    }

    .main-key-visual .slick-dots li + li {
        margin-left: 0.5208vw;
    }

    .main-key-visual .autoplay {
        width: 0.8333vw;
        margin-right: 0.8333vw;
    }

    .main-key-visual .prev img,
    .main-key-visual .next img {
        height: 1.0417vw;
        width: auto;
    }

    .main-key-visual .pause img,
    .main-key-visual .play img {
        height: 0.9375vw;
        width: auto;
    }

    .main-key-visual .sub-title {
        font-size: 1.5625vw;
        line-height: 2.0833vw;
        margin-top: 1.4583vw;
    }
    .main-key-visual .title {
        margin-top: 1.6667vw;
        font-size: 3.6458vw;
        line-height: 4.5833vw;
    }
    .main-key-visual .badge {
        font-size: 1.5625vw;
        height: 3.0208vw;
        line-height: 3.0208vw;
        padding: 0 1.5625vw;
    }
    .main-section-1 {
        grid-column-gap: 2.0833vw;
    }

    .main-section-1 a:hover .image {
        border-bottom-right-radius: 6.2500vw;

    }
    .main-section-1 a:hover .image:before,
    .main-section-1 a:hover .image:after {
        opacity: 1;
    }
    .main-section-1 .image:before {
        right: 3.7500vw;
        bottom: 3.7500vw;
        width: 5.3646vw;
        height: 5.3646vw;
        background-image: url("../images/icon-arrow-right-down.png");

    }
	  .main-section-2 {
        grid-column-gap: 2.0833vw;
    }

    .main-section-2 a:hover .image {
        border-bottom-right-radius: 6.2500vw;

    }
    .main-section-2 a:hover .image:before,
    .main-section-2 a:hover .image:after {
        opacity: 1;
    }
.main-section-2 a:hover .image:before,
    .main-section-2 a:hover .image:after {
        opacity: 1;
    }
    .main-section-2 .image:before {
        right: 3.7500vw;
        bottom: 3.7500vw;
        width: 5.3646vw;
        height: 5.3646vw;
        background-image: url("../images/icon-arrow-right-down.png");

    }

    .content-container {
        max-width: 73.9583vw;
        padding: 0 2.0833vw;

    }
    .common-col-2 {
        grid-column-gap: 2.0833vw;
        grid-row-gap: 3.1250vw;
    }

    .common-col-3 {
        grid-column-gap: 2.0833vw;
        grid-row-gap: 3.1250vw;
    }

    .common-col-2 + .common-col-2,
    .common-col-2 + .common-col-3 {
        margin-top: 5.2083vw;
    }
    .common-title-1 {
        font-size: 3.1250vw;
        line-height: 3.1250vw;
        margin-top: 8.3333vw;
        margin-bottom: 2.0833vw;
    }

    .common-text-wrap-1 {
        margin-top: 1.0417vw;
    }

    .common-text-wrap-1 .category {

        font-size: 1.1458vw;

    }
    .common-text-wrap-1 .title {

        font-size: 1.8750vw;
        line-height: 2.6042vw;
        margin-top: 0.7292vw;
    }
    .common-text-wrap-1 .sub-title {
        font-size: 1.1458vw;
        line-height: 1.4583vw;

        margin-top: 1.0417vw;
    }
    /* sub */
    .sub-visual .max-container {
        padding-left: 7.2917vw;
    }

    .sub-visual .text-wrap {
        padding: 7.2917vw 3.1250vw 3.1250vw;
        width: 27.8646vw;

        height: 45.3125vw;

    }

    .sub-visual .text-wrap .title {
        font-size: 2.0833vw;
        line-height: 2.6042vw;
        margin-top: 1.8229vw;
    }

    .sub-visual .text-wrap .badge {
        width: max-content;
        font-size: 1.1458vw;
        height: 1.9792vw;
        line-height: 1.9792vw;

        padding: 0 1.0417vw;
    }

    .sub-visual .text-wrap .text {
        margin-top: 2.1875vw;
        font-size: 1.2500vw;
        line-height: 1.7708vw;
    }

    .sub-visual .text-wrap .btn-group button {
        padding: 1.0417vw;
    }

    .sub-visual .text-wrap .btn-group button img {
        height: 1.8750vw;
        width: auto;
    }
    .sub-visual .text-wrap .btn-group button + button {
        margin-left: 0.5208vw;
    }

    .sub-visual .image img {
        height: 45.3125vw;
    }

    .sub-layout {
        padding: 5.2083vw 6.2500vw 0;
        max-width: 79.6875vw;
        margin: 0 auto;
    }

    .sub-layout .left-section {
        flex: none;
        width: 20.8333vw;
        margin-right: 7.2917vw;
    }

    .sub-layout .left-section .date {
        font-size: 1.0417vw;

    }
    .sub-layout .left-section .title {
        font-size: 1.2500vw;
        line-height: 2.6042vw;
        height: 2.6042vw;

    }
    .sub-layout .left-section .arrow img {
        width: 1.0417vw;
        height: auto;
    }
    .sub-layout .left-section .common-col-1 {
        padding-left: 0;
    }
    .sub-layout .left-section .common-col-1 {
        margin-top: 1.5vw;
    }

    .sub-layout .left-section .common-col-1 a + a {
        margin-top: 1.5vw;
    }

    .sub-layout .left-section .common-col-1 .text {
        margin-top: 0.4167vw;
        font-size: 1.0417vw;
        line-height: 1.6667vw;
    }

    .common-text-1 {
        font-size: 1.0417vw;
        line-height: 1.7188vw;
    }

    .common-line-1 {
        height: 0.0521vw;

        margin: 2.6042vw 0;
    }

    .common-title-2 {
        font-size: 1.4583vw;
        line-height: 1.8229vw;

    }
    .common-text-2 {
        font-size: 1.0417vw;
        line-height: 1.7188vw;

        margin-top: 1.1458vw;
    }

    .common-image-block + .common-text-2 {
        margin-top: 1.5625vw;
    }
    .common-image-block {
        margin-top: 2.0833vw;
    }

    .common-description {

        margin-top: 1.0417vw;

        font-size: 0.9375vw;
        line-height: 1.1458vw;
    }

    .common-image-flex-1 {

        margin-top: 1.1458vw;
    }

    .common-image-flex-1 .image {
        width: 17.7083vw;
        margin-left: 3.1250vw;
    }

    .common-image-flex-1 .common-text-2 {
        margin-top: 0;
    }

    .common-writer {
        margin-top: 2.0833vw;
        padding: 1.2500vw 1.6667vw 1.8750vw;
    }
    .common-writer .text-1 {
        font-family: 'IBKDream', sans-serif;
        font-size: 1.0417vw;
        line-height: 2.1875vw;

    }
    .common-writer .text-2 {
        margin-top: 0.4167vw;
        font-size: 0.9375vw;
        line-height: 1.4583vw;
    }

    .common-page-bottom {
        margin-top: 2.0833vw;
    }
    .common-page-bottom .btn-back-list {
        height: 3.1250vw;
        line-height: 3.1250vw;
        border: 0.0521vw solid #757575;
        font-size: 1.1458vw;
        width: 10.9375vw;
        transition: .3s;
    }
    .common-page-bottom .btn-back-list img {
        height: 0.6250vw;
        width: auto;
        margin-right: 0.5208vw;
    }

    .common-page-bottom .btn-group {

    }
    .common-page-bottom .btn-group button + button {
        margin-left: 1.0417vw;
    }
    .common-page-bottom .btn-group button {
        transition: .3s;
        width: 3.1250vw;
        height: 3.1250vw;

        justify-
        align-items: center;
        border: 0.0521vw solid #757575;
        border-radius: 1.2500vw;
    }
    .common-page-bottom .btn-group button img {
        height: 1.8750vw;
    }

    .sub-container-1 {
        max-width: 73.9583vw;
        margin: 0 auto;
        padding: 5.2083vw 2.0833vw;

    }

    .webzine-list {
        max-width: 59.3750vw;
        padding: 0 2.0833vw;
        margin: 7.2917vw auto;
    }
    .webzine-list .head .title {
        font-size: 1.5625vw;
        line-height: 2.0833vw;
    }
    .webzine-list .controller {
        margin-top: 2.2396vw;
    }

    .webzine-list .controller span {
        width: 25.0000vw;
        border-radius: 4.9479vw;
        font-size: 2.6042vw;
        line-height: 3.9583vw;
        border: 0.0521vw solid #0054a2;
    }

    .webzine-list .controller button {
        width: 4.5833vw;
        height: 4.5833vw;
        margin: 0 0.6250vw;
    }

    .webzine-list .controller .next {
        transform: rotate(180deg);
    }

    .webzine-list .list {
        margin-top: 7.2917vw;
    }

    .webzine-list .list .item {

        width: calc(50% - 1.4063vw);
        padding: 2.1875vw 1.6667vw;

        border: 0.0521vw solid #14a0dd;
        box-shadow: 0.2604vw 0.2604vw 0 #aedbe2;
    }

    .webzine-list .list .item:nth-child(odd) {
        margin-right: 2.8125vw;
    }

    .webzine-list .list .item .image {
        margin-right: 2.2396vw;
    }

    .webzine-list .list .item .image img {
        width: 10.8854vw;
    }

    .webzine-list .list .item .text-wrap .title-1 {
        font-size: 1.1458vw;
        line-height: 2.1875vw;
    }

    .webzine-list .list .item .text-wrap .title-2 {
        font-size: 2.0833vw;
        line-height: 2.1875vw;
    }
    .webzine-list .list .item .text-wrap button {
        width: 100%;
        height: 2.3438vw;
        line-height: 2.3438vw;
        font-size: 1.0417vw;
    }

    .webzine-list .list .item .text-wrap button + button {
        margin-top: 0.5208vw;
    }
    .webzine-list .list .item:nth-child(n+3) {
        margin-top: 2.8125vw;
    }

}

/* mobile */
@media screen and (max-width: 780px) {
    .pc-only {
        display: none !important;
    }
    .m-only {
        display: block !important;
    }

    .header-nav {
        display: none;
    }

    .header-logo {
        padding: 7px 16px 7px 20px;
    }
    .header-logo img {
        width: auto;
        height: 26px;
    }
     .header-logo .date {
        display: block;
        font-size: 10px;
        margin-top: 5px;
    }
    .btn-full-menu {
        height: 100%;
        padding: 7px 20px 7px 14px;
        background: none;
        flex: none;
    }

    .btn-full-menu img {
        height: 21px;
    }
	.header-util {
    
    gap: 10px;
}
.btn-archive {
      border-radius: 24px !important;
        padding: 0 12px 0 12px;
        height: 27px;
        line-height: 22px;
        margin-right: 0;
		 font-size: 12px;
}
    .header-util .custom-select .current {
        font-size: 12px;
    }

    .header-util .custom-select {
        border-radius: 24px !important;
        padding: 0 28px 0 12px;
        height: 27px;
        line-height: 22px;
        margin-right: 0;
    }

    .header-util .custom-select:after {
        width: 6px;
        height: 6px;
        margin-top: -4px;
        margin-right: 3px;
    }

    .header-util .custom-select .list li {
        font-size: 12px;
        padding: 0;
        min-height: 28px;
        line-height: 28px;
    }

    .main-key-visual .max-container {
        min-width: 100%;
    }

    .main-key-visual .item {
        height: calc(100vh - 43px);
    }

    .main-key-visual .max-container {
        top: 0;
        padding: 0 16px 140px;
        justify-content: flex-end;
    }

    .main-key-visual .controller {
        bottom: 70px;
        min-width: 100%;
        left: 0;
        transform: none;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .main-key-visual .slick-dots li button {
        width: 50px;
    }

    .main-key-visual .slick-dots li.slick-animate button:before {
        width: 50px;
    }

    .main-key-visual .prev img, .main-key-visual .next img,
    .main-key-visual .pause img, .main-key-visual .play img {
        height: 10px;
    }

    .main-key-visual .slick-dots {
        margin: 0 8px;
    }

    .main-key-visual .slick-dots li + li {
        margin-left: 4px;
    }

    .main-key-visual .autoplay {
        width: 10px;
        margin-right: 8px;
    }

    .main-key-visual .badge {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        padding: 0 12px;
    }
    .main-key-visual .sub-title {
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .main-key-visual .title {
        font-size: 30px;
        line-height: 38px;
        margin-top: 16px;
    }

    .main-section-1,
    [class*='common-col'] {
        display: block;
    }

    .main-section-1 .right-section {
        margin-top: 32px;
    }
    .main-section-1 .right-section a + a {
        margin-top: 32px;
    }

    .main-section-1 a,
    [class*='common-col'] a {
        display: block;
    }

    [class*='common-col'] a + a {
        margin-top: 32px;
    }

    .common-col-2 + .common-col-2,
    .common-col-2 + .common-col-3 {
        margin-top: 32px;
    }

    .common-title-1 {
        font-size: 22px;
        line-height: 22px;
        margin-top: 60px;
        margin-bottom: 20px;
        font-family: 'IBKDream', sans-serif;
    }

    .main-section-1 a:hover .image {
        border-bottom-right-radius: 60px;
    }
    .main-section-1 .image:before {
        right: 32px;
        bottom: 32px;
        width: 32px;
        height: 32px;
    }
	 .main-section-2 a:hover .image {
        border-bottom-right-radius: 60px;
    }
.main-section-2 .image:before {
        right: 32px;
        bottom: 32px;
        width: 32px;
        height: 32px;
    }

    .footer {
        margin-top: 80px;
    }
    .footer-banner-link {
        display: block;
    }

    .footer-banner-link a {
        display: block;
    }
    .footer-banner-link .inner {
        display: block;
        padding: 30px 20px;
        text-align: center;
    }

    .footer-banner-link p {
        font-size: 15px;
        line-height: 17px;
    }

    .footer-banner-link span {
        display: inline-flex;
        height: 27px;
        line-height: 27px;
        font-size: 12px;
        padding: 0 20px;
        border-radius: 27px;
        border-width: 1px;
        border-style: solid;
        transition: .3s;
        margin-top: 16px;
    }

    .footer-banner-link span img {
        width: 9px;
        height: 9px;
        margin-left: 12px;
    }

    .footer-info {
        padding: 20px;
    }

    .footer-info .logo img {
        width: 170px;
        height: auto;
    }

    .footer-info p {
        font-size: 12px;
        line-height: 17px;
    }

    .footer-info .link-group a {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 32px;
    }

    .footer-info .link-group {
        margin-top: 16px;
    }

    .footer-info .link-group a + a {
        margin-left: 6px
    }

    .content-container {
        padding: 0 20px;
    }

    .common-text-wrap-1 {
        margin-top: 16px;
    }

    .common-text-wrap-1 .category {
        font-size: 12px;
    }

    .common-text-wrap-1 .title {
        font-size: 20px;
        line-height: 28px;
        margin-top: 8px;
    }

    .common-text-wrap-1 .sub-title {
        font-size: 12px;
        line-height: 16px;
        margin-top: 16px;
    }

    .full-menu {
        overflow-y: auto;
        background-color: #fff;
    }

    .full-menu-header {
        padding: 16px 20px 0;
    }

    .full-menu-header .max-container {
        display: block;
        padding: 0;
    }

    .full-menu-header .logo img {
        height: 30px;
    }

    .full-menu-header .text {
        padding: 22px 20px;
        background-color: #f9f9f9;
        margin: 16px -20px 0;
        font-size: 17px;
        line-height: 26px;
    }

    .full-menu:after {
        display: none;
    }

    .full-menu-header .btn-full-menu-close {
        width: 28px;
        height: 28px;
        top: 16px;
        right: 20px;
    }

    .full-menu .max-container {
        padding: 0;
    }

    .full-menu-content {
        padding: 0 20px;
        background: none;
    }

    .full-menu-depth1 {
        padding: 20px 0;
        display: block;
    }

    .full-menu-depth1.is-active .full-menu-depth2 {
        display: block;
    }

    .full-menu-depth1-link {
        position: relative;
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 16px;
    }

    .full-menu-depth1-link:after {
        position: absolute;
        right: 0;
        top: 4px;
        content: "";
        background-image: url("../images/icon-full-menu-arrow.png");
        width: 12px;
        height: 9px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px auto;
    }

    .full-menu-depth1.is-active .full-menu-depth1-link:after {
        transform: rotate(180deg);
    }

    .full-menu-depth2 {
        display: none;
        padding-left: 16px;
    }

    .full-menu-depth2-link strong {
        font-size: 12px;
    }

    .full-menu-depth2-link p {
        font-size: 12px;
        line-height: 18px;
        padding-left: 12px;
        background-size: 4px;
        margin-top: 4px;
    }

    .full-menu-depth2-link {
        display: block;
        margin-top: 10px;
        padding-bottom: 0;
    }

    .sub-visual .image img {
        height: auto;
        vertical-align: top;
    }

    .sub-visual .text-wrap {
        position: relative;
        height: auto;
        padding: 20px;
        width: 100%;
    }

    .sub-visual .text-wrap .badge {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        padding: 0 12px;
    }

    .sub-visual .text-wrap .title {
        font-size: 25px;
        line-height:30px;
        margin-top: 16px;
    }

    .sub-visual .text-wrap .text {
        margin-top: 45px;
        font-size: 12px;
        line-height: 18px;
    }

    .sub-visual .text-wrap .btn-group {
        position: absolute;
        right: 10px;
        bottom: 18px;
    }
    .sub-visual .text-wrap .btn-group button {
        padding: 8px;
    }

    .sub-visual .text-wrap .btn-group button + button {
        margin-left: 0;
    }

    .sub-visual .text-wrap .btn-group button img {
        height: 25px;
    }

    .sub-layout {
        padding: 40px 20px 0;
        flex-direction: column-reverse;
    }

    .sub-visual .max-container {
        display: block;
        padding-left: 0;
    }
    .common-text-1 {
        font-size: 15px;
        line-height: 24px;
    }

    .common-line-1 {
        margin: 30px 0;
    }

    .common-title-2 {
        font-size: 20px;
        line-height: 28px;
    }

    .common-text-2 {
        margin-top: 16px;
        font-size: 15px;
        line-height: 24px;
    }

    .common-image-block {
        margin: 40px 0;
    }

    .common-description {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .common-image-flex-1 {
        display: block;
        margin-top: 16px;
    }

    .common-image-flex-1 .image {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .common-writer .text-2 {
        margin-top: 4px;
        font-size: 13px;
        line-height: 20px;
    }
    .common-writer .text-1 {
        font-size: 15px;
        line-height: 28px;
    }

    .common-writer {
        margin: 40px -20px 0;
        padding: 16px 20px 20px;
    }

    .common-page-bottom .btn-back-list {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 150px;
    }

    .common-page-bottom .btn-back-list img {
        height: 9px;
    }

    .common-page-bottom .btn-group button img {
        height: 22px;
    }
    .common-page-bottom .btn-group button {
        width: 40px;
        height: 40px;
        border-radius: 12px
    }

    .common-page-bottom .btn-group button + button {
        margin-left: 10px;
    }

    .sub-layout .left-section {
        margin-top: 50px;
        width: 100%;
    }

    .sub-layout .left-section .title {
        height: 33px;
        font-size: 15px;
        line-height: 33px;
        display: inline-block;
        padding: 0 16px;
        width: 160px;
    }

    .sub-layout .left-section .m-x-scroll {
        overflow-x: auto;
    }
    .sub-layout .left-section .common-col-1 {
        margin-top: 16px;
        padding-left: 0px;
        display: block;
    }

    .sub-layout .left-section .common-col-1 a + a {
        margin-top: 12px;
    }

    .sub-layout .left-section .common-col-1 .date {
        font-size: 12px;
        line-height: 18px;
    }
    .sub-layout .left-section .common-col-1 .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .sub-layout .left-section .arrow {
        margin-top: 4px;
    }
    .sub-layout .left-section .arrow img {
        width: 12px;
        height: auto;
    }

    .sub-container-1 {
        padding: 40px 16px 80px;
    }


    .webzine-list {
        margin: 26px 0;
        padding: 0 22px;
    }

    .webzine-list .head .title {
        font-size: 20px;
        line-height: 28px;
    }

    .webzine-list .controller {
        margin-top: 20px;
    }

    .webzine-list .controller span {
        width: 180px;
        height: 44px;
        line-height: 44px;
        font-size: 25px;
    }

    .webzine-list .controller button {
        width: 44px;
        height: auto;
        margin: 0 5px;
    }

    .webzine-list .list {
        margin-top: 30px;
        display: block;
    }

    .webzine-list .list .item {
        margin: 0;
        width: 100%;
        padding: 24px 20px;
        box-shadow: 3px 3px 0 #aedbe2;
    }

    .webzine-list .list .item + .item {
        margin-top: 20px;
    }

    .webzine-list .list .item .image img {
        width: 118px;
    }

    .webzine-list .list .item .image {
        margin-right: 25px;
    }

    .webzine-list .list .item .text-wrap {
        min-height: 140px;
    }

    .webzine-list .list .item .text-wrap .title-1 {
        font-size: 12px;
        line-height: 12px;
    }

    .webzine-list .list .item .text-wrap .title-2 {
        font-size: 18px;
        line-height: 38px;
    }

    .webzine-list .list .item .text-wrap button {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .webzine-list .list .item .text-wrap button + button {
        margin-top: 5px;
    }

    .webzine-list .list .item:nth-child(odd) {
        margin-right: 0;
    }
}


/***************************************** old detail style ***********************************************/
.badge-type1 {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #f15922;
    height: 50px;
    line-height: 52px;
    font-size: 24px;
    font-weight: 500;
}

.badge-type1.all {
    padding: 0 20px;
    border-radius: 20px;
}

.badge-type2 {
    margin-bottom: 8px;
    font-weight: 900;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #0054a2;
}

.badge-type2 span {
    display: inline-block;
    color: #fff;
    background-color: #0054a2;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-indent: -1px;
    vertical-align: 2px;
}

.special-issue .detail + .detail {
    margin-top: 30px;
}

.special-issue .detail a {
    position: relative;
    display: flex;
    background: #fff;
    justify-content: space-between;
}

.special-issue .detail a img {
    height: 254px;
    width: auto;
}

.special-issue .detail .text {
    flex: 1;
    color: #221e1f;
    padding: 32px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-end;
}

.special-issue .detail .title-1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
}

.special-issue .detail:nth-child(odd) .text {
    align-items: flex-end;
    text-align: right;
}

.image-list-1 {
    display: flex;
    justify-content: space-between;
}

.image-list-1 a {
    width: 33.33%
}
.image-list-1 a div {
    margin-bottom: 18px;
}

.image-list-1 a span {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    color: #0054a2;
}

.image-list-1 a p {
    font-size: 25px;
    font-weight: bold;
    color: #221e1f;
    line-height: 34px;
    margin-top: 14px;
    font-family: 'noto', sans-serif;
}

.image-list-1 a img {
    width: 100%;
}

.image-list-1 a + a {
    margin-left: 36px;
}

.image-list-1 + .image-list-2 {
    margin-top: 70px;
}


.image-list-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-list-2 a {
    width: calc(25% - 18px);
}
.image-list-2 a div {
    margin-bottom: 24px;
}

.image-list-2 a span {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    color: #0054a2;
}
.image-list-2 a p {
    font-size: 25px;
    font-weight: bold;
    color: #221e1f;
    line-height: 34px;
    margin-top: 14px;
    font-family: 'noto', sans-serif;
    text-align: left;
}

.image-list-2 a img {
    width: 100%;
}

.image-banner {
    padding: 15px 0;
    border-top: 1px solid #E7E7E7;

}
.image-banner > .cont_inner{
    display: flex;
    justify-content: space-evenly;
}
.cont_inner{
    margin: 0;
    padding: 0 40px;
    margin-left: 600px;
}

.btn-page-top {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.btn-page-top img {
    width: 54px;
    height: 54px;
}

/* sub */
.sub-hero {
    display: flex;
    max-width: 1140px;
    padding: 0 40px;
    margin: 0 auto;
}
.sub-hero .badge-type1 {
    border-radius: 0;
    background-color: #f15922;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.sub-hero-visual {
    width: 571px;
    height: 533px;
}

.sub-hero-text {
    position: relative;
    text-align: left;
    background: #fff;
    width: 2800px;  /*20250108 청미추가*/
}
/* 20250108 청미 추가 */
.sub-hero-img {
    width: 3000px;
    padding-bottom: 48.24%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px
}
/* 20250106 청미 추가 */
.sub-hero-text .writer {
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border: 2px solid #666666;
    padding: 10px;
    text-align: left;
    color: #58585a;
}
.sub-hero-text .title-1 {
    margin-top: 28px;
    font-size: 40px;
    font-weight: bold;
    line-height: 51px;
    font-family: 'IBKDream', sans-serif;
}
.sub-hero-text .title-2 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
    color: #58585a;
    font-weight: bold;
    text-align: justify;
}

.sub-hero-text .text-1 {
    font-weight: normal;
    margin-top: 20px;
    font-size: 18px;
    color: #58585a;
}

.sub-hero-text .inner {
    margin-left: 60px;
}

.arrow-block {
    max-width: 1140px;
    margin: 100px auto;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #f3f3f3;
}

.arrow-block img {
    width: 26px;
    height: auto;
    vertical-align: middle;
}

.sub-detail-1 {
    max-width: 1008px;
    padding: 0 40px;
    margin: 0 auto;
}

.sub-detail-1 .title-1 {
    display: flex; /*20250108 청미추가*/
    align-items: flex-end;  /*20250108 청미추가*/
    margin-top: 90px;
    font-size: 28px;
    font-weight: bold;
    /*color: #0054a2;*/
    line-height: 35px;
    font-family: 'IBKDream',sans-serif;
}

/*20250108 청미추가*/
.sub-detail-1 .title-2 {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
    font-family: 'IBKDream',sans-serif;
}

.sub-detail-1 .text-1 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

/*20250108 청미추가*/
.sub-detail-1 .text-2 {
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.sub-detail-1 .image-block {
    margin-top: 90px;
}

/*20250108 청미추가*/
.sub-detail-1 .image-block2 {
    margin-top: 0px;
}
.sub-content {
    padding-bottom: 140px;
}

.image-description {
    margin-top: 20px;
    font-size: 20px;
    color: #686868;
    line-height: 26px;
    text-align: center;
}

/* sub 2 ~ 4 */
.sub-hero-text .title-1 span {
    display: block;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 14px;
}

.sub-detail-2 {
    display: flex;
    max-width: 1008px;
    padding: 0 40px;
    margin: 100px auto 0;
}

.sub-detail-2 div {
    flex: 1;
}

.sub-detail-2 .right {
    margin-left: 60px;
}

.sub-detail-2 .title-1 {
    font-family: 'IBKDream', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}
.sub-detail-2 .text-1 {
    font-size: 20px;
    line-height: 33px;
    margin-top: 40px;
}

.sub-point-text {
    max-width: 1008px;
    padding: 0 40px;
    margin: 220px auto;
    font-family: 'NotoSerif', sans-serif;
    color: #dd4346;
    text-align: center;
    font-size: 34px;
    line-height: 46px;
}

.sub-point-text div {
    font-family: 'GmarketSans', sans-serif;
    font-weight: bold;
    font-size: 167px;
}

.sub-point-text .bl-2 {
    transform: rotate(180deg);
}

.sub-point-text.type-2 {
    max-width: 100%;
    background-color: #0099da;
    color: #fff;
    padding: 167px 40px;
    margin: 120px auto;
}

.sub-detail-4 {
    display: flex;
    max-width: 1008px;
    padding: 0 40px;
    margin: 100px auto;
    font-size: 20px;
    line-height: 33px;
    text-align: justify;
    word-break: break-word;
}

.sub-detail-4 p {
    flex: 1;
}

.sub-detail-4 p + p {
    margin-left: 50px;
}

.image-block-inner {
    max-width: 1008px;
    padding: 0 40px;
    margin: 100px auto;
}

.image-block-inner div {
    display: flex;
    justify-content: center;
}

.qna {
    max-width: 1008px;
    padding: 0 40px;
    margin: 100px auto 160px;
}

.qna > div {
    display: flex;
}
.qna > div > span {
    margin-right: 20px;
    flex: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-family: 'GmarketSans', sans-serif;
}

.qna p {
    padding-top: 10px;
}
.qna .answer + .question {
    margin-top: 80px;
}
.qna .question > span {background-color: #848484}
.qna .question p {
    font-size: 28px;
    line-height: 20px;
    font-weight: bold;
    color: #848484;
    font-family: 'IBKDream',sans-serif;
}
.qna .answer {
    margin-top: 26px;
}
.qna .answer > span {background-color: #0099da}
.qna .answer p {
    font-size: 20px;
    line-height: 33px;
    word-break: break-word;
    text-align: justify;
}

.qna .answer p span {
    display: inline-block;
    margin-right: 10px;
    color: #0099da;
    font-weight: bold;
    font-size: 28px;
    line-height: 20px;
    font-family: 'IBKDream',sans-serif;
}


.sub-detail-5 {
    max-width: 1008px;
    margin: 100px auto;
    border: 2px solid #0099da;
}

.sub-detail-5 .title {
    background-color: #0099da;
    color: #fff;
    font-family: IBKIWishR, sans-serif;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    border-radius: 25px;
    width: 320px;
    margin: -26px auto 0;
}

.sub-detail-5 .inner {
    display: flex;
}

.sub-detail-5 .image {
    align-self: flex-end;
    margin-left: 25px;
}

.sub-detail-5 .image img {
    width: 302px;
    height: auto;
}

.sub-detail-5 .qna {
    flex: 1;
    padding: 100px 0 120px 60px;
    margin: 0;
    max-width: 100%;
}

.sub-detail-5 .qna .question p {
    font-size: 30px;
    line-height: 40px;
}

.sub-detail-icon-list {
    max-width: 1008px;
    margin: 100px auto;
}

.sub-detail-icon-list .title {
    display: flex;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    align-items: flex-end;
    color: #14a0dd;
}
.sub-detail-icon-list .title .line {
    flex: 1;
    margin-left: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #0099da;
}
/*20250108 청미추가*/
.sub-detail-1 .title-1 .line {
    flex: 1;
    margin-left: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000000;
}

.sub-detail-icon-list .inner {
    margin-top: 25px;
    padding: 48px 80px;
    border: 2px solid #0099da;
}

.sub-detail-icon-list .list {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.sub-detail-icon-list .list + .list {
    border-top: 1px dashed #92a7ce
}

.sub-detail-icon-list .list .icon-2 {
    flex: none;
    margin-right: 50px;
}

.sub-detail-icon-list .list .icon-2 img {
    width: 44px;
    height: auto;
}

.sub-detail-icon-list .list li {
    font-size: 22px;
    line-height: 32px;
}

.sub-detail-icon-list .list li + li {
    margin-top: 10px;
}

.sub-detail-icon-list .list em {
    color: #00519c;
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
    width: 120px;
    padding-right: 20px;
    flex: none;
}

.sub-detail-icon-list .list .icon-1 {
    flex: none;
    width: 88px;
    text-align: center;
    margin: 0 36px;
}

.sub-detail-6 {
    padding: 100px 0 140px;
    background: #0099da;
    color: #fff;
    margin: 140px auto;
}

.sub-detail-6 .title {
    font-weight: 900;
    font-size: 68px;
    line-height: 93px;
    text-align: center;
    text-transform: uppercase;
}

.sub-detail-6 .text-1 {
    text-align: center;
    font-family: 'NotoSerif', sans-serif;
    margin-top: 40px;
    font-size: 34px;
    line-height: 46px;
}

.sub-detail-6 .inside {
    max-width: 1008px;
    padding: 0 40px;
    margin: 0 auto;
}
.sub-detail-6 .inner {
    display: flex;
    margin-top: 80px;
}

.sub-detail-6 .inner strong {
    display: block;
    margin-bottom: 5px;
}

.sub-detail-6 .inner p {
    font-size: 25px;
    line-height: 30px;
}

.sub-detail-6 .inner div {
    flex: 1;
}

.sub-detail-6 .inner .left p {
    margin-top: 25px;
}

.sub-detail-6 .inner .right {
    padding-top: 70px;
    margin-left: 55px;
}

.sub-detail-6 .inner .right p {
    margin-bottom: 25px;
    text-align: right;
}

.sub-content.color-type-1 .sub-hero-text .title-2,
.sub-content.color-type-1 .sub-detail-1 .title-1,
.sub-content.color-type-1 .sub-detail-2 .title-1 {
    color: #dd4346;
}

.sub-detail-7 {
    display: flex;
    max-width: 1008px;
    padding: 70px 60px;
    margin: 140px auto;
    border: 2px solid #0099da;
    border-radius: 32px;
}

.sub-detail-7 .left {
    flex: none;
    text-align: center;
    margin-right: 40px;
}

.sub-detail-7 .left img {
    width: 230px;
    height: auto;
}

.sub-detail-7 .left p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 22px;
}

.sub-detail-7 .right .title {
    color: #fff;
    display: inline-block;
    padding: 5px 40px;
    background: #0099da;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    border-radius: 32px;
}

.sub-detail-7 .right ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.sub-detail-7 .right ul li {
    display: flex;
    font-size: 26px;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}

.sub-detail-7 .right ul li span {
    color: #dd4346;
    font-weight: bold;
}

.sub-detail-7 .right ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    background: #dd4346;
}

.sub-detail-7 .right ul li p:before {
    content:" : "
}
.sub-detail-7 .right ul li p {
    margin-left: 10px;
}

.sub-detail-7 .right .text-1 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
}

.image-block-inner-2 {
    max-width: 1008px;
    padding: 0 40px;
    margin: 120px auto;
}
.image-block-inner-2 div {
    display: flex;
    justify-content: center;
}

.image-block-inner-2 div img + img {
    margin-left: 30px;
}
.image-block-inner-2 div img {
    width: 317px;
    height: auto;
}

.sub-detail-8 {
    max-width: 1008px;
    padding: 0 40px;
    margin: 120px auto;
}

.sub-detail-8 .title {
    display: inline-block;
    padding: 10px 30px;
    background: #0099da;
    color: #fff;
    font-size: 28px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'IBKDream',sans-serif;
}

.sub-detail-8 .sub-title {
    margin-top: 45px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'IBKDream',sans-serif;
}

.sub-detail-8 .text-1 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 33px;
    padding-bottom: 45px;
    border-bottom: 4px solid #14a0dd;
}


.sub-detail-8 .text-2 {
    margin-top: 100px;
    font-size: 20px;
    line-height: 33px;
}

.sub-detail-8 .text-3 {
    margin-top: 100px;
    font-weight: 500;
    color: #14a0dd;
    font-size: 26px;
    line-height: 40px;
    margin-left: 87px;
    padding-left: 74px;
    border-left: 11px solid #14a0dd;
    font-family: 'IBKDream',sans-serif;
}

.sub-detail-table-data {
    max-width: 1008px;
    margin: 140px auto;
}

.sub-detail-table-data .title {
    display: flex;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    align-items: flex-end;
    color: #213a72;
}
.sub-detail-table-data .title .line {
    flex: 1;
    margin-left: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #213a72;
}

.sub-detail-table-data .inner {
    margin-top: 25px;
    padding: 30px 40px;
    border: 2px solid #0099da;
}

.sub-detail-table-data .sub-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #213a72;
}

.sub-detail-table-data table {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    table-layout: fixed;
    width: 100%;
    border-bottom: 2px solid #213a72;
    border-collapse: collapse;
}

.sub-detail-table-data table th,
.sub-detail-table-data table td {
    padding: 16px 20px;
    text-align: center;
}

.sub-detail-table-data table td {
    color: #213a72;
    border-bottom: 1px solid #213a72;
}

.sub-detail-table-data table th {
    background: #213a72;
    color: #fff;
}

.text-bg-point {
    display: inline;
    box-shadow: inset 0 -32px 0 #dbedff;
}
/* pc responsive */
@media screen and (min-width: 781px) {
    .sub-detail-table-data table {
        width: 100% !important;
    }
}
@media screen and (min-width: 781px) and (max-width: 1919px) {
    .badge-type1 {
        padding: 0 1.0417vw;
        text-transform: uppercase;
        border-radius: 0;
        height: 2.6042vw;
        line-height: 2.7083vw;
        font-size: 1vw;
    }

    .badge-type1.all {
        padding: 0 1.0417vw;
        border-radius: 1.0417vw;
    }

    .badge-type2 {
        margin-bottom: 0.4167vw;
        border-radius: 1.0417vw;
        text-transform: uppercase;
        font-size: 1.2500vw;

    }

    .badge-type2 span {
        border-radius: 50%;
        width: 1.1458vw;
        height: 1.1458vw;
        font-size: 0.8333vw;
        line-height: 1.1979vw;
        text-indent: -0.0521vw;
        vertical-align: 0.1042vw;
    }
    .btn-previous-view {
        padding: 0.4167vw 1.3889vw;
        border: 0.0694vw solid #58585a;

        border-radius: 1.9444vw;
        font-size: 1.1111vw;
        line-height: 1.6667vw;

        margin-left: 1.3889vw;
    }

    .special-issue .detail + .detail {
        margin-top: 1.5625vw;
    }

    .special-issue .detail a img {
        height: 13.2292vw;
        width: auto;
    }

    .special-issue .detail .text {
        flex: 1;
        padding: 1.6667vw 1.3542vw;
        height: 100%;
    }

    .special-issue .detail .title-1 {
        font-size: 1vw;

        line-height: 1.3vw;
    }

    .image-list-1 a {
        width: 33.33%
    }
    .image-list-1 a div {
        margin-bottom: 0.9375vw;
    }

    .image-list-1 a span {
        font-size: 1.0417vw;
    }

    .image-list-1 a p {
        font-size: 1vw;
        line-height: 1.3vw;
        margin-top: 0.7292vw;
        font-family: 'noto', sans-serif;
    }

    .image-list-1 a img {
        width: 100%;
    }

    .image-list-1 a + a {
        margin-left: 1.8750vw;
    }

    .image-list-1 + .image-list-2 {
        margin-top: 3.6458vw;
    }
    .image-list-2 a {
        width: calc(25% - 0.9375vw);
    }
    .image-list-2 a div {
        margin-bottom: 1.2500vw;
    }

    .image-list-2 a span {
        font-size: 1.0417vw;
    }
    .image-list-2 a p {
        font-size: 1vw;
        line-height: 1.3vw;
        margin-top: 0.7292vw;
        font-family: 'noto', sans-serif;
    }

    .image-list-2 a img {
        width: 100%;
    }

    .image-banner {
        padding: 0 2.7778vw;
        max-width: 88.8889vw;

        margin: 6.9444vw auto;
    }

    .btn-page-top {

        right: 4.1667vw;
        bottom: 4.1667vw;
    }

    .btn-page-top img {
        width: 3.7500vw;
        height: 3.7500vw;
    }

    /* sub */
    .sub-hero {

        max-width: 79.1667vw;
        padding: 0 2.7778vw;
        margin: 0 auto;
    }
    .sub-hero .badge-type1 {
        border-radius: 0;

        height: 2.5vw;
        line-height: 2.5vw;
        font-size: 1.2vw;
    }
    .sub-hero-visual {
        width: 39.6528vw;
        height: 37.0139vw;
    }
    .sub-hero-text {
        background: #fff;
    }

    /* 20250108 청미 추가 */
    .sub-hero-img {
        width: 150vw;
    }
    /* 20250106 청미 추가 */
    .sub-hero-text .writer {
        margin-top: 1.0833vw;
        font-size: 1.0vw;
        line-height: 1.6vw;
    }
    .sub-hero-text .title-1 {
        margin-top: 1.9444vw;
        font-size: 2vw;

        line-height: 2.9vw;
    }
    .sub-hero-text .title-2 {
        margin-top: 2.0833vw;
        font-size: 1.4vw;
        line-height: 2.1vw;


    }

    .sub-hero-text .text-1 {

        margin-top: 1.3889vw;
        font-size: 1vw;

    }

    .sub-hero-text .inner {
        margin-left: 4.1667vw;
    }

    .arrow-block {
        max-width: 79.1667vw;
        margin: 6.9444vw auto;

        height: 3.3333vw;
        line-height: 3.3333vw;
        background: #f3f3f3;
    }

    .arrow-block img {
        width: 1.8056vw;
        height: auto;

    }

    .sub-detail-1 {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 0 auto;
    }

    .sub-detail-1 .title-1 {
        margin-top: 4.6875vw;
        font-size: 1.3vw;
        line-height: 1.8vw;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .title-2 {
        margin-top: 0.8vw;
        font-size: 1.3vw;
        line-height: 1.8vw;
    }

    .sub-detail-1 .text-1 {
        margin-top: 1vw;
        font-size: 1.1vw;
        line-height: 1.8vw;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .text-2 {
        margin-top: 1vw;
        font-size: 0.9vw;
        line-height: 1.5vw;
    }

    .sub-detail-1 .image-block {
        margin-top: 4.6875vw;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .image-block2 {
        margin-top: 0vw;
    }

    .sub-content {
        padding-bottom: 7.2917vw;
    }

    .image-description {
        margin-top: 1.0417vw;
        font-size: 1.0417vw;
        line-height: 1.3542vw;
    }

    .full-menu-list-1 .list-inner {
        display: block !important;
    }

    .sub-hero-text .title-1 span {
        font-size: 1.6vw;
        line-height: 2vw;
        margin-bottom: 1vw;
    }

    .sub-detail-2 {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 5.2083vw auto 0;
    }

    .sub-detail-2 .right {
        margin-left: 3.1250vw;
    }

    .sub-detail-2 .title-1 {
        font-size: 1.3vw;
        line-height: 1.8vw;

    }
    .sub-detail-2 .text-1 {
        font-size: 1.1vw;
        line-height: 1.8vw;
        margin-top: 1vw;
    }

    .sub-point-text {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 11.4583vw auto;
        font-size: 1.7708vw;
        line-height: 2.3958vw;
    }

    .sub-point-text div {
        font-size: 8.6979vw;
    }

    .sub-point-text .bl-2 {
        transform: rotate(180deg);
    }

    .sub-point-text.type-2 {
        max-width: 100%;
        padding: 8.6979vw 2.0833vw;
        margin: 6.2500vw auto;
    }

    .sub-detail-4 {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 5.2083vw auto;
        font-size: 1.1vw;
        line-height: 1.8vw;
    }
    .sub-detail-4 p + p {
        margin-left: 2.6042vw;
    }

    .image-block-inner {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 5.2083vw auto;
    }
    .qna {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 5.2083vw auto 8.3333vw;
    }

    .qna > div > span {
        margin-right: 1.0417vw;
        width: 3vw;
        height: 3vw;
        font-size: 1.8vw;
        line-height: 3.3vw;
        border-radius: 50%;
    }

    .qna p {
        padding-top: 0.5208vw;
    }
    .qna .answer + .question {
        margin-top: 4.1667vw;
    }
    .qna .question p {
        font-size: 1.3vw;
        line-height: 1.8vw;
    }
    .qna .answer {
        margin-top: 1.3542vw;
    }
    .qna .answer p {
        font-size: 1.1vw;
        line-height: 1.8vw;

    }

    .qna .answer p span {
        margin-right: 0.5208vw;
        font-size: 1.3vw;
        line-height: 1.8vw;
    }


    .sub-detail-5 {
        max-width: 52.5000vw;
        margin: 5.2083vw auto;
        border: 0.1042vw solid #0099da;
    }

    .sub-detail-5 .title {
        font-size: 2.3438vw;
        line-height: 2.7083vw;
        border-radius: 1.3021vw;
        width: 16.6667vw;
        margin: -1.3542vw auto 0;
    }

    .sub-detail-5 .image {
        margin-left: 1.3021vw;
    }

    .sub-detail-5 .image img {
        width: 15.7292vw;
        height: auto;
    }

    .sub-detail-5 .qna {
        padding: 5.2083vw 0 6.2500vw 3.1250vw;
    }

    .sub-detail-5 .qna .question p {
        font-size: 1.5625vw;
        line-height: 2.0833vw;
    }

    .sub-detail-icon-list {
        max-width: 52.5000vw;
        margin: 5.2083vw auto;
    }

    .sub-detail-icon-list .title {
        font-size: 1.5625vw;
        line-height: 2.0833vw;

    }
    .sub-detail-icon-list .title .line {
        flex: 1;
        margin-left: 1.1458vw;
        margin-bottom: 0.5208vw;
        border-bottom: 0.1042vw solid #0099da;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .title-1 .line {
        flex: 1;
        margin-left: 1.1458vw;
        margin-bottom: 0.5208vw;
        border-bottom: 0.1042vw solid #000000;
    }

    .sub-detail-icon-list .inner {
        margin-top: 1.3021vw;
        padding: 2.5000vw 4.1667vw;
        border: 0.1042vw solid #0099da;
    }

    .sub-detail-icon-list .list {
        padding: 1.0417vw 0;
    }
    .sub-detail-icon-list .list + .list {
        border-top: 0.0521vw dashed #92a7ce
    }

    .sub-detail-icon-list .list .icon-2 {
        margin-right: 2.6042vw;
    }

    .sub-detail-icon-list .list .icon-2 img {
        width: 2.2917vw;
    }

    .sub-detail-icon-list .list li {
        font-size: 1.1458vw;
        line-height: 1.6667vw;
    }

    .sub-detail-icon-list .list li + li {
        margin-top: 0.5208vw;
    }

    .sub-detail-icon-list .list em {
        font-size: 1.3542vw;
        width: 6.2500vw;
        padding-right: 1.0417vw;
    }

    .sub-detail-icon-list .list .icon-1 {
        width: 4.5833vw;
        margin: 0 1.8750vw;
    }

    .sub-detail-6 {
        padding: 5.2083vw 0 7.2917vw;
        margin: 7.2917vw auto;
    }

    .sub-detail-6 .title {
        font-size: 3.5417vw;
        line-height: 4.8438vw;
    }

    .sub-detail-6 .text-1 {
        margin-top: 2.0833vw;
        font-size: 1.7708vw;
        line-height: 2.3958vw;
    }

    .sub-detail-6 .inside {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 0 auto;
    }
    .sub-detail-6 .inner {
        margin-top: 4.1667vw;
    }

    .sub-detail-6 .inner strong {
        margin-bottom: 0.2604vw;
    }

    .sub-detail-6 .inner p {
        font-size: 1.3021vw;
        line-height: 1.5625vw;
    }

    .sub-detail-6 .inner div {
        flex: 1;
    }

    .sub-detail-6 .inner .left p {
        margin-top: 1.3021vw;
    }

    .sub-detail-6 .inner .right {
        padding-top: 3.6458vw;
        margin-left: 2.8646vw;
    }

    .sub-detail-6 .inner .right p {
        margin-bottom: 1.3021vw;

    }

    .sub-detail-7 {
        max-width: 52.5000vw;
        padding: 3.6458vw 3.1250vw;
        margin: 7.2917vw auto;
        border: 0.1042vw solid #0099da;
        border-radius: 1.6667vw;
    }

    .sub-detail-7 .left {
        margin-right: 2.0833vw;
    }
    .sub-detail-7 .left img {
        width: 11.9792vw;
    }

    .sub-detail-7 .left p {
        margin-top: 0.9375vw;
        font-size: 0.8333vw;
        line-height: 1.1458vw;
    }

    .sub-detail-7 .right .title {
        padding: 0.2604vw 2.0833vw;
        font-size: 1.6667vw;
        line-height: 2.1875vw;
        border-radius: 1.6667vw;
    }

    .sub-detail-7 .right ul {
        margin-top: 2.0833vw;
    }

    .sub-detail-7 .right ul li {
        font-size: 1.3542vw;
        line-height: 2.0833vw;
        padding-left: 1.0417vw;
    }

    .sub-detail-7 .right ul li:before {
        width: 0.2604vw;
        height: 0.2604vw;
    }
    .sub-detail-7 .right ul li p {
        margin-left: 0.5208vw;
    }

    .sub-detail-7 .right .text-1 {
        font-size: 1.3542vw;
        line-height: 1.8750vw;
        margin-top: 1.5625vw;
    }

    .image-block-inner-2 {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 6.2500vw auto;
    }

    .image-block-inner-2 div img + img {
        margin-left: 1.5625vw;
    }

    .image-block-inner-2 div img {
        width: 16.5104vw;
    }
    .sub-detail-8 {
        max-width: 52.5000vw;
        padding: 0 2.0833vw;
        margin: 6.2500vw auto;
    }

    .sub-detail-8 .title {
        padding: 0.5208vw 1.5625vw;
        font-size: 1.3vw;
        line-height: 1.8vw;

    }

    .sub-detail-8 .sub-title {
        margin-top: 2.3438vw;
        font-size: 1.3542vw;
        line-height: 2.0833vw;
    }

    .sub-detail-8 .text-1 {
        margin-top: 0.4167vw;
        font-size: 1.1vw;
        line-height: 1.8vw;
        padding-bottom: 2.3438vw;
        border-bottom: 0.2083vw solid #14a0dd;
    }

    .sub-detail-8 .text-2 {
        margin-top: 5.2083vw;
        font-size: 1.1vw;
        line-height: 1.8vw;
    }

    .sub-detail-8 .text-3 {
        margin-top: 5.2083vw;
        font-size: 1.3542vw;
        line-height: 2.0833vw;
        margin-left: 4.5313vw;
        padding-left: 3.8542vw;
        border-left: 0.5729vw solid #14a0dd;
    }

    .sub-detail-table-data {
        max-width: 52.5000vw;
        margin: 7.2917vw auto;
    }

    .sub-detail-table-data .title {
        font-size: 1.5625vw;
        line-height: 2.0833vw;
    }
    .sub-detail-table-data .title .line {
        margin-left: 1.1458vw;
        margin-bottom: 0.5208vw;
        border-bottom: 0.1042vw solid #213a72;
    }

    .sub-detail-table-data .inner {
        margin-top: 1.3021vw;
        padding: 1.5625vw 2.0833vw;
        border: 0.1042vw solid #0099da;
    }

    .sub-detail-table-data .sub-title {
        font-size: 1.2500vw;
        line-height: 1.5625vw;
    }

    .sub-detail-table-data table {
        margin-top: 1.0417vw;
        font-size: 1.0417vw;
        line-height: 1.4583vw;
        border-bottom: 0.1042vw solid #213a72;
    }

    .sub-detail-table-data table th,
    .sub-detail-table-data table td {
        padding: 0.8333vw 1.0417vw;
    }

    .sub-detail-table-data table td {
        border-bottom: 0.0521vw solid #213a72;
    }

    .text-bg-point {
        box-shadow: inset 0 -1.6667vw 0 #dbedff;
    }
}

/* mobile */
@media screen and (max-width: 780px) {
    .badge-type1 {
        padding: 0 15px;
        font-size: 12px;
        height: 24px;
        line-height: 25px;
    }

    .image-list-1,
    .image-list-2 {
        display: block;
    }
    .image-list-1 a,
    .image-list-2 a {
        display: block;
        width: 100%;
    }

    .image-list-1 a + a,
    .image-list-2 a + a {
        margin-left: 0;
    }

    .main-section h2 a {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .main-section h2 a img {
        width: 12px;
        height: 12px;
        vertical-align: -2px;
    }

    .main-section h2 .line {
        margin: 0 10px 6px;
    }

    .image-list-1 {
        padding: 0 22px;
    }

    .image-list-1 a + a {
        margin-top: 35px;
    }

    .image-list-1 a div {
        margin-bottom: 8px;
    }

    .image-list-1 a span {
        font-size: 17px;
    }

    .image-list-1 a p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }

    .image-list-1 + .image-list-2 {
        margin-top: 45px;
    }

    .image-list-2 {
        padding: 0 22px;
    }
    .image-list-2 a div {
        margin-bottom: 12px;
    }

    .image-list-2 a span {
        font-size: 15px;
        padding-top: 12px;
    }

    .image-list-2 a {
        margin-bottom: 0;
    }

    .image-list-2 a + a {
        margin-top: 18px;
    }

    .image-list-2 a p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px;
        height: auto;
        padding-bottom: 18px;
    }

    .image-banner {
        padding: 0;
        margin: 0 0 0px;
    }

    .btn-page-top {
        right: 12px;
        bottom: 12px;
    }

    .btn-page-top img {
        width: 32px;
        height: 32px;
    }

    .special-issue .detail a img {
        height: auto;
    }

    .special-issue .detail .title-1 {
        font-size: 20px;
        line-height: 24px;
    }

    .badge-type2 {
        margin-bottom: 8px;
        font-size: 17px;
        height: auto;
        line-height: 24px;
    }

    .badge-type2 span {
        width: 16px;
        height: 16px;
        line-height: 18px;
        text-align: center;
        text-indent: -1px;
        font-size: 11px;
        vertical-align: 2px;
    }

    .special-issue .detail a {
        display: block;
    }

    .special-issue .detail + .detail {
        margin-top: 15px;
    }

    .special-issue .detail:nth-child(odd) a {
        display: flex;
        flex-direction: column-reverse;
    }
    .special-issue .detail:nth-child(odd) .text {
        align-items: flex-start;
        text-align: left;
        flex: 1;
        width: 100%;
        box-sizing: border-box;
    }

    .special-issue .detail .text {
        padding: 18px 22px 26px;
    }

    /* sub */
    .sub-content {
        padding-bottom: 70px;
    }

    .sub-hero {
        margin: 0;
        padding: 0;
        display: block;
    }

    .sub-hero-visual {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .sub-hero-text .inner {
        padding: 26px 22px 35px;
        margin-left: 0;
    }

    /*20250108 청미 추가*/
    .sub-hero-img {
        width: 100%;
        padding-bottom: 100%;
    }
    .sub-hero-text{
        width: 100%;
    }
    /*20250106 청미 추가*/
    .sub-hero-text .writer {
        font-size: 13px;
        line-height: 23px;
        margin-top: 15px;
    }
    .sub-hero-text .title-1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 38px;
    }

    .sub-hero-text .title-1 span {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .sub-hero-text .title-2 {
        font-size: 17px;
        line-height: 26px;
        text-align: left;
        margin-top: 20px;
    }

    .sub-hero .badge-type1 {
        font-size: 14px;
        height: 28px;
        line-height: 30px;
        padding: 0 12px;
        margin-bottom: 15px;
    }

    .arrow-block {
        margin: 15px 22px 50px;
        height: 28px;
        line-height: 28px;
    }

    .arrow-block img {
        width: 16px;
    }

    .sub-detail-1 {
        padding: 0 22px;
    }

    .sub-detail-1 .title-1 {
        margin-top: 44px;
        font-size: 20px;
        line-height: 26px;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .title-2 {
        margin-top: 15px;
        font-size: 19px;
        line-height: 20px;
    }

    .sub-detail-1 .text-1 {
        font-size: 17px;
        line-height: 28px;
        margin-top: 17px;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .text-2 {
        font-size: 15px;
        line-height: 23px;
        margin-top: 17px;
    }

    .sub-detail-1 .image-block {
        margin-top: 40px;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .image-block2 {
        margin-top: 0px;
        width: 70%;
    }
    .sub-detail-1 .image-block.type1 {
        margin-left: -22px;
        margin-right: -22px;
        width: calc(100% + 44px);
        display: block;
        max-width: fit-content;
    }

    .image-description {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        padding: 0 22px;
    }

    .sub-detail-2 {
        display: block;
        padding: 0 22px;
        margin: 60px 0;
    }

    .sub-detail-2 .right {
        margin: 0;
        margin-top: 40px;
    }

    .sub-detail-2 .title-1 {
        font-size: 20px;
        line-height: 26px;
    }
    .sub-detail-2 .right .title-1 {
        margin-top: 44px;
    }

    .sub-detail-2 .text-1 {
        font-size: 17px;
        line-height: 28px;
        margin-top: 17px;
    }

    .sub-detail-2 .right.m-full {
        margin-top: 40px;
    }

    .sub-detail-2 .m-full {
        margin: 0 -22px;
    }
    .sub-point-text div {
        font-size: 80px;
    }
    .sub-point-text {
        margin: 100px 0;
        font-size: 18px;
        line-height: 25px;
        padding: 0 22px;
    }

    .image-block-inner {
        margin: 50px 0;
    }

    .image-block-inner.m-full {
        padding: 0;
    }

    .qna {
        padding: 0 22px;
        margin: 20px 0 40px;
    }

    .qna > div > span {
        width: 28px;
        height: 28px;
        line-height: 32px;
        font-size: 16px;
        margin-right: 14px;
    }

    .qna .question p {
        font-size: 17px;
        line-height: 23px;
    }

    .qna p {
        padding-top: 3px;
    }

    .qna .answer p {
        font-size: 17px;
        line-height: 28px;
    }
    .qna .answer p span {
        font-size: 17px;
        line-height: 28px;
    }

    .qna .answer {
        margin-top: 10px;
    }

    .sub-detail-4 {
        display: block;
        margin: 40px 0;
        padding: 0 22px;
    }

    .sub-detail-4 p {
        font-size: 17px;
        line-height: 27px;
    }
    .sub-detail-4 p + p {
        margin: 0;
    }

    .sub-detail-5 {
        margin: 60px 22px;
    }

    .sub-detail-5 .qna {
        padding: 40px 24px 20px;
    }

    .sub-detail-5 .qna .question p {
        font-size: 17px;
        line-height: 23px;
    }

    .sub-detail-5 .inner {
        display: block;
    }

    .sub-detail-5 .image {
        margin: 0;
        text-align: right;
    }

    .sub-detail-5 .image img.m-only {
        display: inline-block !important;
        width: 220px;
        height: auto;
        vertical-align: top;
    }

    .sub-detail-5 .title {
        width: 160px;
        height: 30px;
        line-height: 32px;
        font-size: 22px;
        margin: -15px auto 0;
    }

    .sub-point-text.type-2 {
        padding: 80px 22px;
        margin: 80px 0;
    }

    .sub-detail-icon-list {
        margin: 50px 22px;
    }

    .sub-detail-icon-list .title {
        font-size: 16px;
        line-height: 20px;
    }

    .sub-detail-icon-list .title .line {
        margin-left: 12px;
        margin-bottom: 5px;
        border-width: 1px;
    }

    /*20250108 청미추가*/
    .sub-detail-1 .title-1 .line {
        margin-left: 12px;
        margin-bottom: 5px;
        border-width: 1px;
    }

    .sub-detail-icon-list .inner {
        border-width: 1px;
        margin-top: 12px;
    }

    .sub-detail-icon-list .inner {
        padding: 8px 22px;
    }

    .sub-detail-icon-list .list {
        display: block;
        text-align: center;
    }

    .sub-detail-icon-list .list .icon-2 {
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .sub-detail-icon-list .list em {
        margin: 0;
        font-size: 16px;
        padding-right: 0;
        position: relative;
        top: 3px;
    }

    .sub-detail-icon-list .list .icon-1 {
        display: inline-block;
        width: 52px;
        margin: 0;
    }

    .sub-detail-icon-list .list .icon-1 img {
        width: 44px;
        vertical-align: middle;
    }

    .sub-detail-icon-list .list .icon-2 img {
        width: 22px;
        vertical-align: middle;
    }

    .sub-detail-icon-list .list ul {
        padding-left: 22px;
    }
    .sub-detail-icon-list .list li {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .sub-detail-6 {
        margin: 60px 0;
        padding: 40px 0;
    }

    .sub-detail-6 .inside {
        padding: 0 22px;
    }

    .sub-detail-6 .title {
        font-size: 34px;
        line-height: 45px;
    }

    .sub-detail-6 .text-1 {
        font-size: 17px;
        line-height: 23px;
        margin-top: 20px;
    }

    .sub-detail-6 .inner {
        display: block;
        margin-top: 25px;
    }

    .sub-detail-6 .inner p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .sub-detail-6 .inner .left {
        padding-right: 25%;
    }

    .sub-detail-6 .inner .right {
        padding-left: 25%;
    }

    .sub-detail-6 .inner .left p {
        margin-top: 8px;
    }

    .sub-detail-6 .inner strong {
        margin-bottom: 0;
    }

    .sub-detail-6 .inner .right {
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 20px
    }

    .sub-detail-7 {
        margin: 60px 22px;
        padding: 80px 16px 30px;
        border-radius: 18px;
    }

    .sub-detail-7 .left {
        margin-right: 20px;
    }

    .sub-detail-7 .left img {
        width: 110px;
    }

    .sub-detail-7 .left p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .sub-detail-7 .right {
        margin-top: -55px;
    }

    .sub-detail-7 .right .title {
        font-size: 16px;
        height: 30px;
        line-height: 32px;
        padding: 2px 20px;
        margin-left: -65px;
    }

    .sub-detail-7 .right ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 12px;
        display: block;
    }

    .sub-detail-7 .right ul li:before {
        width: 3px;
        height: 3px;
        top: 9px;
    }

    .sub-detail-7 .right ul li p {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .sub-detail-7 .right ul {
        margin-top: 25px;
    }

    .sub-detail-7 .right ul li p:before {
        content: ""
    }

    .sub-detail-7 .right .text-1 {
        font-size: 16px;
        line-height: 22px;
        margin-left: -130px;
    }

    .image-block-inner-2 div {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .image-block-inner-2 div img {
        width: 50%;
        margin-bottom: 12px;
    }

    .image-block-inner-2 div img + img {
        margin-left: 0
    }

    .image-block-inner-2 div img:nth-child(2),
    .image-block-inner-2 div img:nth-child(4){
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .image-block-inner-2 {
        position: relative;
        padding: 22px;
        margin: 60px 0;
    }
    .image-block-inner-2 .image-description {
        position: absolute;
        right: 0;
        bottom: 40px;
        width: 50%;
        text-align: left;
        box-sizing: border-box;
    }

    .sub-detail-8 {
        margin: 60px 0;
        padding: 0 22px;
    }

    .sub-detail-8 .title {
        font-size: 20px;
        line-height: 26px;
        padding: 5px 15px;
    }

    .sub-detail-8 .sub-title {
        margin-top: 25px;
        font-size: 17px;
        line-height: 27px;
    }

    .sub-detail-8 .text-1 {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 20px;
        border-width: 3px;
    }

    .sub-detail-8 .text-2 {
        margin-top: 30px;
        font-size: 17px;
        line-height: 28px;
    }

    .sub-detail-8 .text-3 {
        margin: 0;
        margin-top: 60px;
        padding-left: 42px;
        border-width: 5px;
        font-size: 17px;
        line-height: 27px;
    }

    .sub-detail-table-data {
        margin: 50px 22px;
    }

    .sub-detail-table-data .title {
        font-size: 16px;
        line-height: 20px;
    }

    .sub-detail-table-data .title .line {
        margin-left: 12px;
        margin-bottom: 5px;
        border-width: 1px;
    }

    .sub-detail-table-data .inner {
        margin-top: 20px;
        padding: 22px;
    }

    .sub-detail-table-data .sub-title {
        font-size: 16px;
        line-height: 20px;
    }

    .sub-detail-table-data table th, .sub-detail-table-data table td {
        padding: 10px;
    }
    .sub-detail-table-data table {
        font-size: 12px;
        line-height: 18px;
    }

    .sub-detail-table-data .m-table-scroll {
        overflow-x: auto
    }
}
