@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');
@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/IBKIDreamL.woff") format("woff");
    font-weight: 400;
    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/IBKIDreamB.woff") format("woff");
    font-weight: bold;
    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: 'IBKiDreamSymbol';
    src: url("../fonts/IBKiDreamSymbol.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: GmarketSans;
    src: url("../fonts/GmarketSansBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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


@font-face {
    font-family: NotoSerif;
    src: url("../fonts/NotoSerifKR-SemiBold.woff") format("woff");
    font-weight: 500;
    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;
}

.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;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
}

.header .logo {
    flex: 1;
}

.header .logo img {
    vertical-align: top;
    width: 343px;
    height: auto;
}

.header .logo div {
    font-size: 18px;
    margin-top: 16px;
    color: #221e1f;
    font-weight: normal;
}

.header-inner {
    max-width: 1280px;
    padding: 50px 34px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

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

.header-nav button {
    margin-left: 32px;
}

.header-nav button img {
    height: 24px;
    width: auto;
}

.header-nav nav {
    display: flex;
}

.header-nav .nav-item {
    position: relative;
}

.header-nav .nav-item a {
    padding: 0 20px;
    font-weight: bold;
    color: #414143;
    font-size: 21px;
    text-transform: uppercase;
}

.header-nav .nav-item a:hover {
    color: #0054a2;
}
.header-nav .nav-detail {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 2;
    padding: 12px 0;
}

.header-nav .nav-detail a {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 8px 0
}
.btn-previous-view {
    padding: 6px 20px;
    border: 1px solid #58585a;
    color: #221e1f;
    border-radius: 28px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-left: 20px;
}

.btn-previous-view:hover {
    background-color: #414143;
    color: #fff;
}


.header-nav-bg {
    z-index: 1;
    display: none;
    position: absolute;
    left: -32px;
    top: 83px;
    width: 586px;
    height: 382px;
    background-color: #f3f3f3;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.33) 8px 6px 10px -6px;
    border-top: 1px solid #0099da;
}

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

/* slick dot */
.slick-dots {
    margin: 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
.slick-dots li {
    list-style: none;
}
.slick-dots li button {
    width: 18px;
    height: 18px;
    border: 1px solid #5c5c5e;
    border-radius: 50%;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 5px;
}

.slick-dots li.slick-active button {
    border-color: #0054a2;
    background-color: #0054a2;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: url('../images/icons8-arrow-100.png') no-repeat 0 0;
    text-indent: -200px;
    overflow: hidden;
    width: 65px;
    height: 65px;
    background-size: 65px auto;
}

.slick-prev {
    left: 15vw;
}

.slick-next {
    right: 15vw;
    transform: rotate(180deg) translateY(50%);
}

.main-hero {
    background: #f3f3f3;
}

.main-hero h2 {
    position: relative;
    max-width: 1143px;
    box-sizing: border-box;
    margin: 0 auto;
}

.main-hero h2 .group {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 30px;
}

.main-hero img {
    display: block;
    margin: 0 auto;
}
.sub-content .title_blue {
    background-color: #00a0e6; 
	height: 50px; 
	line-height: 50px; 
	display: inline-block;
    color: #fff; 
	padding: 0 20px;
	font-size: 28px;
	font-family: 'IBKDream', sans-serif;
	font-weight: bold;
     
}
.main-hero .title-1 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}

.main-hero .title-2 {
    font-size: 48px;
    line-height: 55px;
    margin-top: 10px;
    font-weight: bold;
}

.main-section {
    margin: 0 auto;
    max-width: 1143px;
    padding: 100px 40px;
}

.main-section h2 {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
}
.main-section h2 a {
    align-self: flex-end;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #414143;
}
.main-section h2 .line {
    margin: 0 20px 15px;
    align-self: flex-end;
    border-bottom: 1px solid #686868;
    flex: 1;
}
.main-section h2 a img {
    vertical-align: -3px;
    width: 19px;
    height: 19px;
}

.main-section h2 .title-1 {
    font-size: 40px;
    font-weight: 500;
}

.main-section-inner {
    background: #f3f3f3;
}

.main-section.special-issue {
    max-width: 1143px;
}

.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;
}
footer .cont_inner{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    padding: 0 0;
    justify-content: flex-end;
}

footer .cont_inner a {
    width: 140px;
	padding-right: 10PX;
}
	
.btn-page-top {
    position: fixed;
    right: 60px;
    bottom: 60px;
}

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

.footer {
    background: #000;
    color: #fff;
	margin-top: 100px;
}

.footer .info {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.footer-inside {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.footer-inside .logo img {
    width: 157px;
    height: auto;
}

.footer-inside .news-letter {
    display: flex;
    align-items: center;
}

.footer-inside .news-letter .text {
    font-weight: 500;
    font-size: 18px;
    margin-right: 18px;
}
.footer-inside .news-letter img {
    margin-right: 8px;
    vertical-align: middle;
}

.footer-inside button {
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    width: 268px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 300;
    padding-right: 44px;
    overflow: hidden;
}

.btn-family-site-inner {
    display: inline-block;
    position: relative;
}

.btn-family-site-inner select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-inside button img {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin-right: 0 !important;
}

.footer-inner:first-child {
    border-bottom: 1px solid #fff;
}
.footer-inside {
    margin: 0 auto;
    padding: 35px 40px;
    flex-wrap: wrap;
}

/* 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: 20px;
    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;
}

/* full menu */
.full-menu {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 2.396vw 8.333vw 4.688vw 9.375vw;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transform: translateX(-100%);
    z-index: 20;
    box-sizing: border-box;
    transition: all 0.3s ease-out 0s;
    opacity: 0.6;
}

.full-menu::-webkit-scrollbar {
    width: 6px;
}

.full-menu::-webkit-scrollbar-track {
    background-color: rgb(0, 0, 0);
}

.full-menu::-webkit-scrollbar-thumb {
    background-color: rgb(68, 68, 68);
}

.full-menu::-webkit-scrollbar-button {
    display: none;
}

.full-menu .btn-title, .full-menu a {
    color: rgb(255, 255, 255);
}

.full-menu a:hover {
    font-weight: bold;
}

.full-menu .btn-title {
    width: 18.198vw;
    font-size: 1.563vw;
    font-weight: bold;
    text-align: left;
    pointer-events: none;
}

.full-menu .btn-title .plus {
    display: inline-block;
    text-indent: -9999px;
    width: 1.25vw;
    height: 1.25vw;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-left: 0.208vw;
    background-size: 1.25vw;
}

.full-menu-list-1 {
    display: flex;
    padding: 1.458vw 0px;
    align-items: flex-start;
}

.full-menu-list-1 + .full-menu-list-1 {
    border-top: 1px solid rgb(41, 41, 41);
}

.full-menu-list-1 .list-inner {
    flex: 1 1 0%;
}

.full-menu-list-1 .list {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0%;
    padding: 0.625vw 0px;
    align-items: flex-start;
}

.full-menu-list-1 .list a {
    width: 50%;
}

.full-menu-list-1 .list a:hover * {
    font-weight: bold !important;
}

.full-menu-list-1 .list a:nth-child(n+3) {
    margin-top: 2.083vw;
}

.full-menu-list-1 .list .text-1 {
    font-weight: 400;
    font-size: 0.938vw;
    line-height: 1.4;
}

.full-menu-list-1 .list .text-1:before {
    /*content: '· '*/
}

.full-menu-list-1 .list .text-2 {
    color: rgb(136, 136, 136);
    font-weight: 300;
    font-size: 0.729vw;
    margin-top: 0.625vw;
    padding-left: 0.938vw;
    background-position: 0px 0.208vw;
    background-image: url("../images/icon-arrow-gray.png");
    background-repeat: no-repeat;
    letter-spacing: -0.4px;
    padding-right: 1.042vw;
    white-space: nowrap;
    background-size: 0.313vw 0.469vw;
}

.full-menu.h-show {
    transform: translateX(0px);
    opacity: 1;
}

.full-menu .logo {
    display: block;
    position: absolute;
    left: 1.875vw;
    top: 1.875vw;
    width: 10vw;
    height: 3vw;
    background-position: center center;
    cursor: pointer;
    background-size: 7.083vw;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Blinker', sans-serif;
    font-size: 2vw;
    font-weight: bold;
}

.full-menu .btn-close {
    display: block;
    position: absolute;
    right: 1.875vw;
    top: 1.875vw;
    width: 1.458vw;
    height: 1.458vw;
    background-position: center center;
    background-image: url("../images/btn-close.png");
    cursor: pointer;
    background-size: 1.458vw;
    background-repeat: no-repeat;
}

.full-menu-list-wrap-1 {
    flex: 1 1 0%;
    padding: 2.865vw 0px;
    margin-right: 5.729vw;
    min-height: 41.667vw;
}

.full-menu-list-wrap-2 {
    width: 13.854vw;
    padding: 4.688vw 0px;
}

.full-menu-quick a {
    display: flex;
    align-items: center;
    padding: 0.521vw 1.771vw;
    border: 1px solid rgb(41, 41, 41);
    text-align: center;
}

.full-menu-quick img {
    flex: 0 0 auto;
    height: 1.771vw;
    width: auto;
}

.full-menu-quick a + a {
    margin-top: 0.417vw;
}

.full-menu-quick p {
    flex: 1 1 0%;
    font-size: 0.938vw;
    font-weight: 300;
}

.full-menu .text-vol {
    position: absolute;
    top: 2.083vw;
    right: 11.458vw;
    font-weight: 300;
    font-size: 1.042vw;
}

.full-menu-list-2 {
    padding: 2.604vw 2.292vw;
}

.full-menu-list-2 .title {
    font-weight: bold;
    font-size: 1.146vw;
}

.full-menu-list-2 .list {
    margin-top: 1.563vw;
}

.full-menu-list-2 .list-item {
    display: block;
    font-weight: 300;
    font-size: 0.938vw;
}

.full-menu-list-2 .list-item + .list-item {
    margin-top: 0.938vw;
}

.full-menu-list-2 .list + .title {
    margin-top: 3.125vw;
}

/* sub 2 ~ 4 */
.sub-hero-text .title-1 span {
    display: block;
    font-size: 30px;
    line-height: 32px;
    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;
}

.webzine-list {
    max-width: 1140px;
    padding: 0 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;
}

.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) {
    .slick-arrow {
        width: 3.3854vw;
        height: 3.3854vw;
        background-size: 3.3854vw auto;
    }

    .slick-prev {
        left: 1.0833vw;
    }

    .slick-next {
        right: 1.0833vw;
    }

    .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;
    }


    .header {
        top: 0;
        left: 0;
        background: #fff;

    }

    .header .logo {
        flex: 1;
    }

    .header .logo a {

        align-items: center;
    }
    .header .logo img {

        width: 20.7639vw;
        height: auto;
    }

    .header .logo div {
        font-size: 0.9375vw;
        margin-top: 1.0417vw;
    }

    .header-inner {
        max-width: 88.8889vw;
        padding: 3.4722vw 2.3611vw;
        margin: 0 auto;

    }

    .header-nav {


        align-items: center;
        padding-top: 2.3611vw;
    }

    .header-nav button {
        margin-left: 2.2222vw;
    }

    .header-nav button img {
        height: 1.6667vw;
        width: auto;
    }

    .header-nav nav {

    }

    .header-nav .nav-item {

    }

    .header-nav .nav-item a {
        padding: 0 1.3889vw;


        font-size: 1.4583vw;
        text-transform: uppercase;
    }

    .header-nav .nav-item a:hover {

    }
    .header-nav .nav-detail {


        left: 0;
        top: 4.8611vw;
        width: 100%;

        padding: 0.8333vw 0;
    }

    .header-nav .nav-detail a {

        font-size: 1.2500vw;


        padding: 0.5556vw 0
    }
    .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;
    }


    .header-nav-bg {

        left: -2.2222vw;
        top: 5.7639vw;
        width: 40.6944vw;
        height: 23.5833vw;

        border-radius: 0.8333vw;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.33) 0.5556vw 0.4167vw 0.6944vw -0.4167vw;
        border-top: 0.0694vw solid #0099da;
    }

    .header.is-active .header-nav-bg,
    .header.is-active .nav-detail {

    }
    /* slick dot */
    .slick-dots {
        margin: 0;
        padding: 1.0417vw 0;
    }
    .slick-dots li button {
        width: 0.9375vw;
        height: 0.9375vw;
        border: 0.0521vw solid #5c5c5e;
        border-radius: 50%;
        text-indent: -5.2083vw;
        margin: 0 0.2604vw;
    }

    .main-hero h2 {
        max-width: 59.5313vw;
        margin: 0 auto;
    }

    .main-hero h2 .group {
        width: 100%;

        left: 0;
        top: 0;
        padding: 0 1.5625vw;
    }
     .sub-content .title_blue{
font-size: 1.5vw;
        line-height: 3vw;
        height: 3vw;
}
    .main-hero .title-1 {
        margin-top: 2.6042vw;
        font-size: 1vw;
        line-height: 2.3438vw;
    }

    .main-hero .title-2 {
        font-size: 2.5vw;
        line-height: 3vw;
        margin-top: 0.5208vw;

    }

    .main-section {
        margin: 0 auto;
        max-width: 59.5313vw;
        padding: 5.2083vw 2.0833vw;
    }

    .main-section h2 {
        margin-bottom: 1.3021vw;
    }
    .main-section h2 a {
        align-self: flex-end;
        margin-bottom: 0.7813vw;
        font-size: 1.0417vw;
    }
    .main-section h2 .line {
        margin: 0 1.0417vw 0.7813vw;
        align-self: flex-end;
        border-bottom: 0.0521vw solid #686868;
        flex: 1;
    }
    .main-section h2 a img {
        vertical-align: -0.1563vw;
        width: 0.9896vw;
        height: 0.9896vw;
    }

    .main-section h2 .title-1 {
        font-size: 2.5vw;

    }

    .main-section.special-issue {
        max-width: 59.5313vw;
    }

    .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;
    }

    .footer {
        background: #000;

    }

    .footer .info {
        font-size: 1.1111vw;

        line-height: 1.7361vw;
    }

    .footer-inside .logo img {
        width: 13.6806vw;
        height: auto;
    }

    .footer-inside .news-letter {

        align-items: center;
    }

    .footer-inside .news-letter .text {

        font-size: 1.2500vw;
        margin-right: 1.2500vw;
    }
    .footer-inside .news-letter img {
        margin-right: 0.5556vw;
    }

    .footer-inside button {
        border: 0.0694vw solid #fff;
        width: 18.6111vw;
        height: 3.1944vw;
        line-height: 3.0556vw;
        font-size: 1.1111vw;
        padding-right: 3.0556vw;

    }

    .footer-inside button img {
        width: 3.0556vw;
        height: 3.0556vw;
        margin-right: 0 !important;
    }

    .footer-inner:first-child {
        border-bottom: 0.0694vw solid #fff;
    }
    .footer-inside {
        max-width: 79.1667vw;
        margin: 0 auto;
        padding: 3.1250vw 2.7778vw;
    }

    footer .cont_inner {
        padding: 0 6vw;
    }

    footer .cont_inner a {
        width: 8vw;
    }
        /* 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.2vw;
        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: 1.5vw;
        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;
    }
    .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;
    }

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

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

    .header {
        border-bottom: 0;
    }

    .badge-type1 {
        padding: 0 15px;
        font-size: 12px;
        height: 24px;
        line-height: 25px;
    }

    .header-inner {
        padding: 20px 22px;
    }

    .header-nav {
        padding: 0
    }

    .header .logo a {
        display: block;
    }
    .header .logo img {
        width: 170px;
    }

    .header .logo div {
        display: block;
        font-size: 12px;
        margin-top: 8px;
    }
    .header-nav nav,
    .btn-previous-view,
    .btn-page-search {
        display: none;
    }

    .footer-inside {
        display: block;
        padding: 28px 40px;
        text-align: center;
        height: auto;
    }

    .footer .info {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .footer-inside .news-letter {
        display: block;
    }

    .footer-inside .logo img {
        width: 140px;
    }

    .footer-inside .news-letter p img {
        margin: 0;
        width: 26px;
        height: auto;
    }

    .footer-inside .news-letter p span {
        display: block;
        margin-top: 14px;
    }
    .footer-inside .news-letter .text {
        font-size: 12px;
        margin-right: 0;
        line-height: 18px;
    }

    .footer-inside button {
        margin-top: 10px;
        width: 190px;
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        padding-right: 40px;
    }

    .footer-inside button img {
        width: 40px;
        height: 40px;
    }

    .full-menu {
        display: block;
        padding: 82px 0px 40px;
    }

    .full-menu .logo {
        top: 17px;
        left: 22px;
        width: 126px;
        height: 14px;
        background-size: 100%;
        font-size: 26px;
    }

    .full-menu-list-wrap-1 {
        padding: 0px;
        margin-right: 0px;
        min-height: auto;
    }

    .full-menu .text-vol {
        font-size: 14px;
        top: 53px;
        right: 22px;
    }

    .full-menu .btn-close {
        top: 17px;
        right: 22px;
        width: 16px;
        height: 16px;
        background-size: 100%;
    }

    .full-menu-list-1 {
        display: block;
        padding: 0px;
    }

    .full-menu .btn-title {
        position: relative;
        display: block;
        width: 100%;
        padding: 12px 22px;
        font-size: 18px;
        border-top: 1px solid rgb(19, 19, 19);
        border-bottom: 1px solid rgb(19, 19, 19);
        pointer-events: auto;
    }

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

    .full-menu .btn-title::after {
        content: "";
        position: absolute;
        right: 22px;
        top: 50%;
        width: 15px;
        height: 8px;
        display: block;
        transform: translateY(-50%);
        background-image: url("../images/icon-arrow-dowm-white-m.png");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        transition: all 0.3s ease 0s;
    }

    .full-menu .btn-title .plus {
        width: 12px;
        height: 12px;
        margin-left: 4px;
        background-size: 100%;
    }

    .full-menu-list-1 .list {
        padding: 10px 28px 30px
    }

    .full-menu-list-1 .list-inner {
        display: none;
    }

    .full-menu-list-1:first-child .list-inner {
        display: block;
    }

    .full-menu-list-1 .list .text-1 {
        font-size: 12px;
        line-height: 20px;
        text-indent: -7px;
        margin-left: 6px;
    }

    .full-menu-list-1 .list .text-2 {
        font-size: 11px;
        margin-top: 8px;
        white-space: normal;
        line-height: 16px;
        padding-right: 0px;
        padding-left: 10px;
        background-size: 4px;
        background-position: 0px 5px;
    }

    .full-menu-list-1 + .full-menu-list-1 {
        border-top: 0px;
    }

    .full-menu-list-1 .list a {
        width: 100%;
    }

    .full-menu-list-1 .list a + a {
        margin-top: 2vw;
    }

    .full-menu-list-wrap-2 {
        text-align: right;
        padding: 30px 22px;
        width: 100%;
        box-sizing: border-box;
    }

    .full-menu-quick {
        width: 150px;
        display: inline-block;
    }

    .full-menu-list-2 {
        flex: 1 1 0%;
        padding: 0px;
    }

    .full-menu-quick a {
        padding: 8px 14px;
    }

    .full-menu-quick p {
        font-size: 12px;
    }

    .full-menu-quick img {
        height: 17px;
    }

    .full-menu-quick a + a {
        margin-top: 4px;
    }

    .full-menu-list-2 .title {
        font-size: 14px;
    }

    .full-menu-list-2 .list {
        margin-top: 14px;
    }

    .full-menu-list-2 .list-item {
        font-size: 12px;
    }

    .full-menu-list-2 .list-item + .list-item {
        margin-top: 8px;
    }

    .full-menu-list-2 .list + .title {
        margin-top: 26px;
    }

    .btn-all-view {
        margin-left: 1.0417vw;
    }
    .btn-all-view img {
        height: 44px !important;
    }

    .slick-dots {
        padding: 10px 0;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .main-hero {
        margin-bottom: 0;
    }

    .main-hero h2 {
        padding: 0 20px;
    }

    .main-section h2 .title-1 {
        text-align: center;
        font-size: 25px;
    }

    .main-hero .badge-type1 {
        vertical-align: top;
    }
.sub-content .title_blue {
    height: 40px;
    line-height: 40px;
 font-size: 20px;
   }
    .main-hero .title-1 {
        margin-top: 25px;
        font-size: 18px;
        line-height: 28px;
        max-width: 300px;
    }
    .main-hero .title-2 {
        font-size: 32px;
        line-height: 42px;
		width: 360px;
    }

    .main-hero img {
        max-width: 100%
    }

    .main-section h2 {
        display: block;
    }

    .main-hero h2 .group {
        padding: 0 22px;
    }

    .main-section {
        padding: 50px 20px;
    }

    .main-section.special-issue {
        padding: 50px 0;
    }

    .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: 16px;
        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
    }

    .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: 110px;
    }

    .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: 18px;
    }

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

    .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;
    }

    footer .cont_inner {
        position: static;
        justify-content: center;
        padding: 0;
        transform: translateY(0);
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
}
