/* 메인페이지 css */

@charset "UTF-8";

/* 스크린 리더 전용 텍스트 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* Pretendard 폰트 정의 */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

* {
    margin: 0;
    padding: 0;
    max-height: 1000000px;
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    background: transparent;
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    /* font-style: normal;
    font-weight: normal; */
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    line-height: 1;
    position: relative;
    color: #222;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    vertical-align: middle;
    cursor: pointer;
}

input {
    vertical-align: middle;
}

button,
input {
    border-radius: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

address,
em {
    font-style: normal;
}

/* html5 */
object,
del,
sub,
var {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* form */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
    padding: 7px;
    font-weight: inherit;
    border: 1px solid #cccccc;
    border-radius: 2px;
    outline-style: none;
    line-height: 13px;
    color: #353535;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="file"] {
    overflow: hidden;
    max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    height: 29px;
}

textarea,
input,
select {
    vertical-align: middle;
}

textarea {
    resize: none;
    line-height: 1.2em;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    appearance: none;
}

input[type="text"] {
    border: none;
}

input:checked[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    margin: 0;
    display: inline-block;
    min-height: 29px;
    line-height: 29px;
    vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 7px 0 0;
}

textarea.disabled {
    background-color: #ffffff;
    color: #bfbfbf;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ------------------------------------------------------------------------------- */
#wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.visual {
    position: relative;
    display: block;
    width: 100%;
    height: 642px;
    z-index: 0;
}

.slider {
    width: 100%;
    height: 642px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.slider img {
    width: 100%;
    height: 100%;
}

.vBan1,
.vBan2 {
    background-size: auto;
    width: 100%;
    height: 642px;
}

.vBan1 {
    background: url("../images/main/visual.jpg") no-repeat center top;
}

.only-web {
    display: block !important;
}

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

/**** MAIN ****/
#main_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.main_img {
    position: relative;
    height: 642px;
}

.main_cnt {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.main_img_txt {
    position: absolute;
    width: 100%;
    top: 40px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
}

.mcnt_wrap {
    min-height: 0px;
    padding: 100px 0 0px;
    position: relative;
}

.quick_wrap {
    width: 100%;
    height: 280px;
    padding: 25px 15px;
    background-color: #266ed4;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.quick_wrap h2 {
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.quick_wrap dl {
    width: 50%;
    display: inline-block;
    float: left;
}

.quick_wrap dl+dl+dl {
    margin-top: 15px;
}

.quick_wrap dl dt {
    text-align: center;
}

.quick_wrap dl dt img {
    height: 62px;
}

.quick_wrap dl dd {
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}

.system_wrap {
    width: 100%;
    padding: 25px 30px;
    background: url("../images/main/banner.png") no-repeat left top;
    background-size: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.system_wrap h2 {
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.system_wrap p {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
    font-weight: 500;
    letter-spacing: -1px;
}

.system_wrap a:hover p span.line {
    display: inline-block;
    border-bottom: 8px solid #266ed4;
}

.system_wrap .sys_btn {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #266ed4;
    margin-top: 30px;
}

.company_wrap {
    width: 100%;
    height: 200px;
    padding: 32px 28px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.company_wrap h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.company_wrap p {
    padding-top: 10px;
    line-height: 1.4;
    letter-spacing: -0.8px;
}

.company_wrap .line_btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 35px;
    color: #266ed4;
    font-weight: 500;
    text-align: center;
    border: 2px solid #266ed4;
    margin-top: 15px;
}

.contact_wrap {
    width: 100%;
    height: 200px;
    padding: 32px 28px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.contact_wrap h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.contact_wrap p {
    padding-top: 10px;
    line-height: 1.4;
}

.contact_wrap p.tel {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.etc_wrap {
    width: 100%;
    height: 200px;
    padding: 32px 28px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.etc_wrap h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.etc_wrap dl {
    padding-top: 10px;
    position: relative;
}

.etc_wrap dl::after {
    content: "";
    display: block;
    clear: both;
}

.etc_wrap dl dt {
    height: 80px;
    background-color: #dbdbdb;
    overflow: hidden;
}

.etc_wrap dl dt img {
    width: 100%;
    height: 100%;
}

.etc_wrap dl dd {
    margin-top: 10px;
}

.etc_wrap dl dd p {
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
}

.etc_wrap dl dd span {
    display: block;
    padding-top: 10px;
    color: #8d8d8d;
}

.banner {
    width: 100%;
    height: 200px;
    padding: 32px 28px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.banner h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.banner p {
    padding-top: 10px;
    line-height: 1.4;
    letter-spacing: -0.8px;
}

.banner .line_btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 35px;
    color: #266ed4;
    font-weight: 500;
    text-align: center;
    border: 2px solid #266ed4;
    margin-top: 15px;
}

/* 2020.12.09 : KEH : 메인페이지 더보기 추가 */
.tab_detail_on {
    display: block !important;
}

/* 2021.02.04 : KEH : 메인페이지 공지사항 탭 넓이 변경 */
.tab_detail {
    width: auto;
    float: right;
    margin-right: 20px;
    font-size: 2rem;
    line-height: 52px;
    color: #0752ad;
}

/* form */
.form-control {
    font-size: 0.85rem;
    border-radius: 0;
}

.srch_sty {
    border: 1px solid #dee2e6;
}

.col-form-label {
    background-color: #f4f4f4;
}

.icheck-success>input:first-child:checked+input[type="hidden"]+label::before,
.icheck-success>input:first-child:checked+label::before {
    background-color: #0062cc;
    border-color: #0062cc;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #0062cc;
}

/* tab */
.tab_sty {
    overflow: hidden;
    position: relative;
    padding: 1px 0 0 1px;
}

.tab_sty li {
    width: 25%;
    float: left;
    margin: 1px 0;
}

.tab_sty li a {
    display: block;
    margin-right: 2px;
    padding: 15px 50px;
    font-size: 16px;
    line-height: 15px;
    color: #444;
    border: 1px solid #dbdbdb;
    text-align: center;
    background-color: #f1f1f1;
}

.tab_sty li.on a,
.tab_sty li a:hover,
.tab_sty li.on a:hover {
    background-color: #266ed4;
    color: #fff;
}

/*pagination*/
.pagination {
    justify-content: center;
}

.table-pagination {
    position: relative;
    margin: 0 auto;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* button */
.btn {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0.75rem;
    cursor: pointer;
    line-height: 1;
}

.btn-sm {
    padding: 0.35rem;
    font-size: 0.5rem;
}

.text-sm .btn {
    font-size: 0.85rem !important;
}

.btn-info {
    background-color: #555;
    border-color: #555;
}

.btn-info:hover {
    background-color: #444;
    border-color: #444;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #444;
    border-color: #444;
}

.btn-success {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success:hover {
    background-color: #0062cc;
    border-color: #0062cc;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #0062cc;
    border-color: #0062cc;
}

/* pop */
.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    background-color: #fff;
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

.pop-tit {
    position: relative;
    padding: 20px 25px;
    font-size: 1.25rem;
    font-weight: 500;
}

.btn-layerClose {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 10px;
    background-color: #021c56;
}

.pop-conts {
    padding: 20px 25px 40px;
}

.pop-txt {
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.pop-txt span {
    padding-left: 10px;
    color: #266ed4;
}

.pop-btns {
    text-align: center;
    margin: 0 auto;
}

.pop-btn,
.pop-btn2 {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    font-size: 1rem;
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    float: left;
}

.pop-btn {
    background-color: #266ed4;
}

.pop-btn2 {
    background-color: #555;
}

.pop-btn:hover,
.pop-btn2:hover {
    color: #fff;
}

/* popup */
.pop {
    width: 20rem;
    background: #777;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0px;
    text-align: center;
    visibility: hidden;
    z-index: 3;
}

.popup-box {
    width: 100%;
    height: auto;
}

.close_btn {
    font-size: 12px;
    background: #aaa;
    padding: 2px 5px;
    cursor: pointer;
}

.close-box {
    width: 100%;
    background-color: gray;
}

/* margin padding */
.pt10 {
    padding-top: 10px !important;
}

.pt16 {
    padding-top: 16px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p0 {
    padding: 0px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/********** Media quary **********/

@media screen and (max-width: 1019px) {
    .only-web {
        display: none !important;
    }

    .only-mobile {
        display: block !important;
    }

    #wrapper {
        min-width: 320px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    html.open {
        overflow: hidden;
    }

    .main_cnt {
        min-width: 320px;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .main_img_txt {
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto;
        padding: 32px;
    }

    .main_img_txt img {
        max-width: 80%;
    }

    .main_img_txt p {
        display: none;
    }

    .mcnt_wrap {
        padding: 30px 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .quick_wrap {
        height: 100%;
        padding: 28px 0;
        margin-top: 10px;
    }

    .quick_wrap::after {
        display: block;
        content: "";
        clear: both;
    }

    .quick_wrap dl {
        width: 25%;
    }

    .quick_wrap dl+dl+dl {
        margin-top: 0;
    }

    .quick_wrap dl dt img {
        height: 66px;
    }

    .quick_wrap dl dd {
        font-size: 0.9rem;
    }

    .system_wrap {
        padding: 20px 20px;
        height: 100%;
    }

    .system_wrap h2 {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .system_wrap a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .system_wrap p {
        font-size: 1.25rem;
        text-align: left;
        padding-top: 0;
        display: inline-block;
    }

    .company_wrap {
        height: auto;
        margin-top: 10px;
        padding: 20px 20px;
    }

    .company_wrap h2 {
        font-size: 1.1rem;
    }

    .company_wrap p {
        display: none;
    }

    .company_wrap .line_btn {
        font-size: 0.9rem;
        border: 1px solid #266ed4;
    }

    .banner {
        display: inline-block;
        padding: 20px 20px;
        height: auto;
        background-color: #266ed4;
        margin-top: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }

    .banner h2 {
        font-size: 1.1rem;
        letter-spacing: -1px;
        font-weight: 500;
        color: #fff;
    }

    .banner .line_btn {
        font-size: 0.9rem;
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 35px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        border: 1px solid #fff;
        margin-top: 15px;
    }

    .pop-txt {
        font-size: 1.1rem;
    }

    .contact_wrap {
        height: auto;
        background-color: #f1f1f1;
        margin-top: 10px;
        padding: 20px 28px;
        text-align: center;
    }

    .contact_wrap h2 {
        font-size: 1rem;
        display: inline-block;
        margin-right: 10px;
    }

    .contact_wrap p {
        padding-top: 0;
        font-size: 1rem;
    }

    .contact_wrap p.tel {
        font-size: 1rem;
        display: inline-block;
        color: #266ed4;
    }

    .etc_wrap {
        height: auto;
        margin-top: 10px;
        padding: 20px;
    }

    .etc_wrap h2 {
        font-size: 1.1rem;
    }

    .etc_wrap dl a {
        display: block;
    }

    .etc_wrap dl dt {
        float: left;
        width: 35%;
        overflow: hidden;
    }

    .etc_wrap dl dt img {
        width: 100%;
        height: 100%;
    }

    .etc_wrap dl dd {
        width: 60%;
        float: left;
        margin-left: 10px;
    }

    .etc_wrap dl dd p {
        font-size: 0.9rem;
    }

    .etc_wrap dl dd span {
        font-size: 0.9rem;
    }

    .pop-layer {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        background-color: #fff;
        z-index: 10;
    }

    .dim-layer {
        display: none;
        position: fixed;
        _position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .dim-layer .dimBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .dim-layer .pop-layer {
        display: block;
    }

    .mpr {
        padding-right: 5px;
    }

    .mpl {
        padding-left: 5px;
    }

    .quick-banner {
        width: 19.5%;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 800px) {
    .visual {
        height: 184px;
    }

    .slider {
        height: 184px;
    }

    .slider img {
        width: 100%;
        height: 100%;
    }

    .vBan1,
    .vBan2 {
        height: 184px;
    }

    .input-group {
        display: block;
    }

    .quick-banner {
        width: 49%;
        padding-right: 5px !important;
        padding-top: 10px;
    }
}

/* 인쇄 */
@media print {
    body {
        color: #000;
        background: #fff;
    }

    h2,
    h3,
    h4,
    p {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
    }

    a {
        display: none;
    }
}

/* 2021.05.21 : KEH : 공지사항 NEW 표시 */
/* 2021.05.24 : PKH : NEW 표시 수정*/
.new {
    float: left;
    width: 35px;
    height: 10px;
    background-color: #266ed4;
    color: white;
    text-align: center;
    border-radius: 1px;
    font-size: 10px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

/*2021.05.24 : PKH : */
.subj {
    float: left;
}

.search-btn {
    height: 64px;
    width: 280px;
    background-color: #333333 !important;
    color: white;
    font-size: 22px;
}

.search-btn:hover {
    color: white;
    background-color: #001638 !important;
}

.search-input-text {
    height: 64px !important;
    font-size: 22px;
}

.quick-banner {
    padding-right: 20px;
}

.text-left {
    text-align: left !important;
    line-height: 30px;
    padding-top: 10px;
}

.support-status {
    width: 100%;
    padding: 32px 28px;
    float: left;
    font-size: 17px;
}

.support-status .status-title {
    float: left;
    padding-top: 8px;
    padding-right: 20px;
}

.support-status .status-txt {
    height: 136px;
    overflow: hidden;
    float: left;
}

.support-status .status-txt .roll {
    width: 216.5px;
    height: 136px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
}

.support-status .status-txt .roll tbody {
    width: 216.5px;
    /* height:136px; */
    height: auto;
    border-bottom: 60px solid transparent;
}

.support-status .status-txt .roll tr {
    width: 216.5px;
    overflow: hidden;
    line-height: 17px;
    color: #2d2d2d;
    font-size: 14px;
}

.support-status .status-txt .roll th {
    vertical-align: top;
    overflow: hidden;
}

.support-status .status-txt .roll td {
    width: 136px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
}

.major {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

.main-sub-menu {
    width: 420px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-sub-menu-2 {
    color: #fff;
}

.main-sub-menu-2 .menu-content {
    color: #fff;
}

.main-sub-menu-2 .menu-title {
    color: #fff;
}

.main-sub-menu-2 .menu-description {
    color: #fff;
}

.main-sub-menu-3 .menu-content {
    color: #fff;
}

.main-sub-menu-3 .menu-title {
    color: #fff;
}

.main-sub-menu-3 .menu-description {
    color: #fff;
}

.main-sub-menu-1 {
    background-image: url('../images/main/page01.png');
}

.main-sub-menu-2 {
    background-image: url('../images/main/page02.png');
}

.main-sub-menu-3 {
    background-image: url('../images/main/page03.png');
}

/* 메뉴 콘텐츠 */
.menu-content {
    padding: 0px 50px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.menu-title {
    text-align: left;
    font-size: 27px;
    font-weight: 700;
    margin: 10px 0 15px 0;
    line-height: 1.3;
    color: #2C3236;
}

.menu-description {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #4D5159;
    margin-bottom: 30px;
}

.disclosure {
    margin-top: 40px;
}

.disclosure:not(:last-child) {
    border-right: 1px solid #eee !important;
}

.sub-visual {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 50px;
    background-color: #0a3375;
    /* height: 255px; */
}

.sub-visual-title {
    font-size: 32px;
    margin-top: 40px;
    color: white;
}

.sub-visual-sub-title {
    font-size: 22px;
    color: white;
    text-align: center;
    font-weight: 200;
}

.sub-visual-sub-body {
    font-size: 32px;
    color: white;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
}

.quick {
    margin-bottom: 25px;
}

/* 히어로 섹션 스타일 */
.hero-section {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* min-height: 500px; */
    padding: 30px 0;
}

.hero-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-text-content {
    width: 100%;
}

.search-interface {
    z-index: 2;
    position: absolute;
    /* top: 50%;
    left: 35%;
    transform: translate(-50%, -50%); */
    width: 100%;
    /* max-width: 400px; */
    padding: 20px;
    margin-left: 50px;
}

.search-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

.search-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.search-input:focus {
    border-color: #007bff;
}

.filter-btn {
    background: #fff;
    border: 1px solid #1C57EF;
    border-radius: 10px;
    font-size: 14px;
    color: #3A3C41;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    height: 35px;
    padding: 5px 12px;
    align-items: center;
    display: flex;
}

.filter-btn:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
}

.hero-left {
    /* flex: 1; */
    display: flex;
    /* align-items: flex-start; */
    padding-top: 148px;
    height: 100%;
    /* margin-left: 70px; */
}

.hero-subtitle {
    font-size: 33px;
    color: #2C3236;
    margin-bottom: 40px;
    font-weight: 400;
}

.hero-title {
    font-size: 55px;
    font-weight: 700;
    color: #2C3236;
    margin-bottom: 20px;
    line-height: 1.1;
}

.icon-highlight {
    background: linear-gradient(90deg, #1C57EF, #1C98F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.hero-cta {
    font-size: 55px;
    font-weight: 700;
    color: #2C3236;
    margin: 0;
}

.hero-right {
    flex: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    /* padding: 20px 0; */
}

.illustration-container {
    /* width: 100%; */
    max-width: 820px;
    height: 600px;
    display: flex;
    align-items: center;
    background: url("../images/main/main01.png") no-repeat;
    background-size: contain;
    /* background-position: center; */
    position: relative;
    margin: 0 auto;
    margin-right: -58px;
}

@media (max-width: 576px) {
    .illustration-container {
        background-size: contain;
        background-position: center top;
        margin: 15px 0;
    }
}

@media (max-width: 670px) {
    .illustration-container {
        background: none;
    }

    .search-interface {
        /* top: 0%; */
        top: 10% !important;
    }
}

@media (max-width: 480px) {
    .main-sub-menu-container {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .cards-container {
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .main-sub-menu {
        width: 100%;
        max-width: none;
        height: 185px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border-radius: 50px;
    }

    .menu-content {
        padding: 0 35px;
    }

    .menu-title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .menu-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .main-sub-menu-wrapper {
        text-align: center;
        margin: 0 3px;
    }

    .image-overlay {
        padding: 15px 8px;
    }

    /* .illustration-container {
        height: 250px;
        background-size: contain;
        background-position: center top;
        margin: 10px 0;
    } */
}

/* 빛나는 구체 */
.glowing-orb {
    position: absolute;
    top: 1%;
    right: 70%;
    width: 250px;
    height: 250px;
    /* z-index: 5; */
}

.glowing-orb02 {
    position: absolute;
    top: 35%;
    right: 70%;
    width: 400px;
    height: 400px;
    opacity: 90%;
}

@media (max-width: 992px) {
    .glowing-orb {
        width: 150px;
        height: 150px;
        right: 80%;
    }

    .glowing-orb02 {
        width: 250px;
        height: 250px;
        right: 80%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .glowing-orb {
        width: 120px;
        height: 120px;
        right: 85%;
    }

    .glowing-orb02 {
        width: 200px;
        height: 200px;
        right: 85%;
    }

    /* .search-interface {
        position: absolute;
        top: 25%;
        left: 10%;
        transform: none;
    } */
}

.orb-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 480px) {
    .search-interface {
        /* margin-left: 0; */
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }
}

.search-description {
    font-size: 16px;
    color: #646C71;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
}

@media (max-width: 576px) {
    .more-link {
        font-size: 12px;
    }

    .news-item {
        padding: 10px 0;
    }

    .news-title a {
        font-size: 18px !important;
    }

    .news-category {
        font-size: 10px;
    }

    .news-date {
        font-size: 10px;
    }

    .gscnu-image {
        padding: 30px;
    }
}

.search-form {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    max-width: 400px;
    height: 65px;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -20px;
}

.search-input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff;
    color: #333;
    margin-left: 20px;
    width: 100%;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.search-input::placeholder {
    color: #1C78F0;
    font-weight: 600;
}

.search-button {
    width: 65px;
    /* 버튼 클릭 영역 크게 */
    height: 65px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* 세로 중앙정렬 */
    justify-content: center;
    /* 가로 중앙정렬 */
    transition: background 0.3s ease;
    position: relative;
    margin-right: 5px;
}

/* 모바일 메뉴가 열렸을 때 검색 인터페이스 숨기기 */
@media (max-width: 1100px) {
    html.open .search-interface,
    html.open .search-button,
    html.open .search-form,
    html.open .hero-right,
    html.open .illustration-container {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        z-index: -1 !important;
        pointer-events: none !important;
    }
    
    /* 메뉴가 열렸을 때 검색 관련 모든 요소 숨기기 */
    #menu.open ~ * .search-interface,
    #menu.open ~ * .search-button,
    #menu.open ~ * .search-form {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* 내부 아이콘 (배경 이미지용) */
.search-button::before {
    content: "";
    display: block;
    width: 20px;
    /* 아이콘 실제 크기 */
    height: 20px;
    background: url("../images/main/search.png") no-repeat center center;
    background-size: contain;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-btn:hover {
    background: #1C57EF;
    color: white;
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 12px rgba(28, 88, 241, 0.3);
}

.page-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 70px;
    margin-top: 40px;
}

/* 카드 컨테이너 */
.cards-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* 이미지 오버레이 래퍼 */
.main-sub-menu-wrapper {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* .main-sub-menu-wrapper:hover {
    transform: translateY(-5px);
} */

/* 이미지 오버레이 */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* 오버레이 콘텐츠 영역 */
.overlay-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

/* 오버레이 제목 */
.overlay-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

/* 오버레이 설명 */
.overlay-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

/* 오버레이 화살표 */
.overlay-arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* 두 번째 이미지 오버레이 (밝은 파란색) */
.main-sub-menu-wrapper:nth-child(2) .image-overlay {
    color: white;
}

.main-sub-menu-wrapper:nth-child(2) .overlay-title {
    color: white;
}

/* 세 번째 이미지 오버레이 (진한 파란색) */
.main-sub-menu-wrapper:nth-child(3) .image-overlay {
    color: white;
}

.main-sub-menu-wrapper:nth-child(3) .overlay-title {
    color: white;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .cards-container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .hero-left {
        margin: 0px 15px;
        padding: 0 10px;
        /* padding-top: 50px; */
    }

    .hero-subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .icon-highlight {
        font-size: 35px;
    }

    .hero-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .hero-cta {
        font-size: 35px;
    }

    .search-interface {
        padding: 0;
        margin-left: 0;
    }

    .image-overlay {
        padding: 20px 10px;
    }

    .main-sub-menu-wrapper {
        text-align: center;
        margin: 0;
    }

    .overlay-arrow {
        top: 20px;
        right: 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .icon-highlight {
        font-size: 22px;
    }

    .hero-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .hero-cta {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .illustration-container {
        height: 500px;
        margin: 0 auto;
        background-size: contain;
        background-position: center top;
        margin-right: 0;
    }

    .glowing-orb {
        width: 200px;
        height: 200px;
        right: 75%;
    }

    .glowing-orb02 {
        width: 320px;
        height: 320px;
        right: 75%;
    }

    .hero-left {
        padding-top: 60px;
        margin-left: 20px;
    }

    .search-interface {
        /* position: absolute; */
        top: 25%;
        left: 10%;
        /* transform: none;
        min-width: auto; */
    }
}

.rightArrowBtn {
    width: 30px;
    height: 30px;
}

.gscnu-title {
    font-size: 40px;
    font-weight: 800;
    color: #2C3236;
}

.gscnu-title-sub {
    font-size: 20px;
    font-weight: 500;
    color: #2C3236;
    opacity: 0.3;
    margin-top: 20px;
}

.gscnu-content-title h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #1C57EF;
    line-height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.gscnu-content-sub-title {
    font-size: 13px;
    font-weight: 700;
    color: #2C3236;
    opacity: 0.3;
    margin-left: 19px;
}

.gscnu-description-content {
    text-align: left;
    padding: 0 15px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #2C3236;
    margin-top: 40px;
    line-height: 33px;
    border-left: 1px solid #1C57EF;
}

.gscnu-card-wrapper {
    border: 2px solid #1C57EF;
    background-color: white;
    padding: 35px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    min-height: 435px;
    min-width: 425px;
}

.gscnu-card-wrapper .gscnu-content-title {
    border-bottom: 1px solid #1C57EF;
    padding-bottom: 8px;
}


.gscnu-section .cards-wrapper>[class*="col-"] {
    margin-top: 50px;
}

.gscnu-vision-content {
    margin-top: 30px;
    text-align: left;
}

.gscnu-vision-content dl dt {
    font-weight: 600;
    font-size: 20px;
    color: #2C3236;
}

.gscnu-vision-content dl dd {
    font-weight: 600;
    font-size: 17px;
    color: #2C3236;
    line-height: 28px;
    margin-top: 3px;
}

.gscnu-vision-content dl:first-child dd {
    opacity: 0.7;
}

.gscnu-vision-content dl dd ul li {
    display: flex;
    align-items: center;
}

.gscnu-vision-content dl dd ul li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid#1C57EF;
    border-radius: 50%;
    margin-right: 5px;
    opacity: 1;
    margin-bottom: 2px;
}

.gscnu-vision-content dl dd ul li span {
    opacity: 0.7;
}

.gscnu-vision-content dl+dl {
    margin-top: 27px;
}

.gscnu-business-content {
    margin-top: 30px;
    text-align: left;
}

.gscnu-business-content ul li+li {
    margin-top: 20px;
}

.gscnu-business-content dl {
    font-weight: 600;
    font-size: 17px;
    color: #2C3236;
    align-items: center;
}

.gscnu-business-content li {
    display: flex;
    align-items: flex-start;
}

.gscnu-business-content li::before {
    content: '';
    display: inline-block;
    min-width: 6px;
    min-height: 6px;
    flex-shrink: 0;
    border: 2px solid #1C57EF;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 4px;
}

.gscnu-business-content dl dt,
.gscnu-business-content dl dd {
    display: inline;
    word-break: break-all;
}

.gscnu-business-content dl dd {
    font-weight: 600;
    color: #2C3236;
    opacity: 0.7;
    margin-left: 5px;
}

.gscnu-image {
    width: 350px;
    height: 364px;
}

.gscnu-banner {
    margin-top: 140px;
    margin-bottom: 30px;
}

.gscnu-section {
    position: relative;
    background-image: url(../images/main/gscnu_background.png);
    background-position: center 540px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

/* 반응형: 작은 화면에서 가운데 정렬 */
@media (max-width: 768px) {
    .gscnu-banner {
        margin-top: 40px;
        text-align: left;
        margin-bottom: 0;
    }

    .gscnu-section {
        margin: 0 auto;
        padding: 0 40px;
        background: none;
    }

    .gscnu-section {
        padding: 0;
    }

    .gscnu-title {
        font-size: 30px;
    }

    .gscnu-title-sub {
        font-size: 22px;
        margin-top: 5px;
    }

    .gscnu-section .cards-wrapper>[class*="col-"] {
        margin-top: 20px;
    }

    .gscnu-content-title br {
        display: none;
    }

    .gscnu-description-content br {
        display: none;
    }

    .gscnu-content-title h3 {
        font-size: 25px;
    }

    .gscnu-description-content {
        font-size: 16px;
        padding: 10px;
        margin-top: 0px;
        line-height: 1.6;
    }

    .gscnu-card-wrapper {
        border: 1px solid #1C57EF;
        min-height: auto;
        min-width: auto;
    }

    .gscnu-card-wrapper .gscnu-content-title {
        padding-bottom: 0;
    }

    .gscnu-content-title h3 {
        line-height: 35px;
    }

    .gscnu-vision-content {
        margin-top: 15px;
    }

    .gscnu-vision-content dl dt {
        font-size: 20px;
    }

    .gscnu-vision-content dl dd {
        font-size: 16px;
    }

    .gscnu-vision-content dl+dl {
        margin-top: 15px;
    }

    .gscnu-vision-content dl dd ul li::before {
        border: 1px solid #1C57EF;
    }

    .gscnu-business-content {
        margin-top: 15px;
    }

    .gscnu-business-content dl {
        font-size: 16px;
    }

    .gscnu-business-content dl {
        font-size: 16px;
    }

    .gscnu-business-content li::before {
        border: 1px solid #1C57EF;
        margin-top: 5px;
    }

    .gscnu-business-content ul li+li {
        margin-top: 10px;
    }
}

.cards-wrapper {
    overflow: hidden;
    clear: both;
}

.image-title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}

.image-title-circle {
    font-weight: 700;
    font-size: 24px;
    color: #1C57EF;
}

.icon-visual {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #EBEFF8;
    min-height: 742px;
    height: auto;
    position: relative;
    clear: both;
    margin-top: 100px;
    /* margin-bottom: 100px; */
}

.icon-visual-sub-title {
    font-size: 22px;
    color: white;
    text-align: center;
    font-weight: 200;
}

.icon-visual-sub-body {
    font-size: 32px;
    color: white;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
}

.icon-title {
    font-size: 25px;
    line-height: 50px;
    color: #2C3236;
    font-weight: 500;
}

.icon-title-sub {
    font-size: 40px;
    font-weight: 700;
    color: #2C3236;
}

.panel {
    border-radius: 30px;
    padding: 0 14px;
    width: 330px;
    margin-top: 80px;
    text-align: left;
    min-height: 250px;
    min-width: 330px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.panel-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.panel-body .info-data-text {
    margin-top: auto;
}

.panel-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 90px;
}

.panel-title-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.panel-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 50px;
}

.main_icon {
    width: 46px;
    height: 46px;
}

.link-btn {
    font-size: 14px;
    font-weight: 600;
    color: #1C57EF;
}

.rightArrow {
    width: 10px;
    height: 9px;
    margin-left: 5px;
}

.info-data-text {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 700;
    font-size: 20px;
    color: #1C57EF;
}

.info-data-text strong {
    font-size: 40px;
    margin-right: 7px;
}

@media (max-width: 768px) {
    .icon-visual {
        min-height: 1800px;
    }
}

/* 뉴스 섹션 스타일 */
.news-section {
    background: white;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 20px;
    /* width: 600px; */
    height: 661px;
    margin-left: auto;
    margin-right: auto;
}

/* 반응형: 작은 화면에서 가운데 정렬 */
@media (max-width: 768px) {
    .news-section {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cards-container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .news-section {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .cards-container {
        padding: 0 10px;
    }

    .search-input::placeholder {
        font-size: 14px;
    }
}

/* ============================================
   웹진 섹션 - Flexbox 기반 레이아웃
   ============================================ */

.webzine-container {
    position: relative;
    min-height: 800px;
    padding: 80px 20px;
    background-image: url('../images/main/webzine.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
}

.webzine-container .cards-container {
    max-width: 1600px;
    margin: 0 auto;
}

.webzine-container .cards-container>.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.webzine-container .cards-container>.row>[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

/* 왼쪽 헤더 영역 */
.webzine-left-header {
    background: linear-gradient(135deg, #1C57EF 0%, #1C98F1 100%);
    border-radius: 30px;
    padding: 70px 50px;
    height: 100%;
    min-height: 750px;
    max-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 50px rgba(28, 87, 239, 0.3);
    position: relative;
    overflow: hidden;
}

.webzine-left-header::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.webzine-logo-area {
    position: relative;
    z-index: 1;
}

.webzine-volume {
    text-align: center;
    margin: 60px auto;
    margin-left: -60px;
    position: relative;
    z-index: 1;
    width: 650px;
    min-width: 650px;
}

.volume-text {
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    opacity: 0.9;
}

.volume-number {
    color: white;
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* 텍스트 영역 */
.webzine-text-area {
    text-align: left;
    /* width: 100%; */
    /* max-width: 800px; */
    /* margin-top: 120px; */
    padding: 20px;
}

.platform-name {
    color: white;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    opacity: 0.95;
}

.webzine-left-header .platform-name {
    text-align: left;
}

.webzine-title {
    color: white;
    font-size: 68px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.webzine-left-header .webzine-title {
    text-align: left;
}


.title-and-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
}

.title-underline {
    width: 45%;
    height: 2px;
    background-color: white;
    flex-shrink: 0;
}

/* 네비게이션 버튼 */
.webzine-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: 0;
    z-index: 1;
}

.webzine-left-header .webzine-navigation {
    margin-top: auto;
}

.nav-btn {
    width: 80px;
    height: 80px;
    background-color: white;
    border: none;
    border-radius: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-btn:hover {
    background-color: #f0f0f0;
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.webzine-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.webzine-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .webzine-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} */

.webzine-image-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

/* 반응형 웹진 그리드 */


.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-btn {
    width: 183px;
    height: 52px;
    background: #1C57EF;
    color: white;
    border: none;
    /* padding: 12px 20px; */
    border-radius: 15px;
    font-weight: 600;
    font-size: 18px;
    pointer-events: none;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-item {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* .news-item:last-child {
    border-bottom: none;
} */

.news-category {
    color: #1C98F1;
    font-size: 18px;
    font-weight: 600;
    /* line-height: 35px; */
    padding-bottom: 6px;
}

.news-title a {
    font-size: 18px;
    letter-spacing: -1.5px;
    color: #2C3236;
    text-decoration: none;
    font-weight: 500;
}

.news-title a:hover {
    color: #1C57EF;
}

.news-date {
    color: #848B8F;
    font-size: 15px;
    /* line-height: 36px; */
    margin-top: 12px;
}

.morePlus {
    width: 30px;
    height: 30px;
    margin-left: 12px;
}

.moreText {
    align-items: center;
    display: flex;
    color: #848B8F;
    font-size: 14px;
    font-weight: 600;
}

.webzine-arrow {
    width: 20px;
    height: 18px;
}

/* 웹진 이미지 컨테이너 */
.webzine-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    /* padding: 20px; */
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.webzine-main-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 웹진 헤더 */
.webzine-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    width: 650px;
    min-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.webzine-header-vol {
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.webzine-header-date {
    text-align: right;
    color: white;
}

.webzine-header-year {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.webzine-header-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* 웹진 카드 그리드 */
.webzine-cards-grid {
    width: 650px;
    min-width: 650px;
    margin: 0 auto;
}

.webzine-cards-grid .row {
    margin-left: -10px;
    margin-right: -10px;
}

.webzine-cards-grid [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.webzine-second-row {
    margin-top: 0;
}

/* ============================================
   웹진 카드 래퍼 & 그리드 시스템
   ============================================ */

.webzine-cards-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 750px;
    max-height: 750px;
}

.webzine-cards-wrapper .row {
    display: flex;
    flex: 1;
    height: 362px;
    min-height: 362px;
    margin-bottom: 25px;
    margin-left: -12px;
    margin-right: -12px;
}

.webzine-cards-wrapper .row:last-child {
    margin-bottom: 0;
}

.webzine-cards-wrapper .row>div {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    flex-shrink: 0;
}

.webzine-cards-wrapper .row>div.con-md-4 {
    width: 36.3333%
}

/* ============================================
   웹진 카드 - 기본 스타일
   ============================================ */

.webzine-card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 433px;
    height: 362px;
    min-height: 362px;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 작은 카드 스타일 */
.webzine-card-small {
    min-width: 298px;
    height: 362px;
    min-height: 362px;
}

.webzine-card-small .webzine-card-title-text {
    font-size: 24px;
    padding-left: 25px;
    padding-top: 20px;
}

.webzine-card-small .webzine-card-image-wrapper {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webzine-card-small .webzine-card-image-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.webzine-card-small .webzine-no-image {
    width: 100%;
    min-width: 248px;
    height: 180px;
}

.webzine-card-small .webzine-card-content {
    padding: 15px 25px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-height: 80px;
}

.webzine-card-small .webzine-card-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

/* 웹진 링크 컨테이너 (기획 보도 / 대외 홍보) */
.webzine-links-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.webzine-link-box {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    height: 171px;
    min-height: 171px;
}

.webzine-link-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.webzine-link-planning {
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
}

.webzine-link-planning::before {
    background: white;
}

.webzine-link-promo {
    background: linear-gradient(135deg, #2D3748 0%, #1A202C 100%);
}

.webzine-link-promo::before {
    background: white;
}

.webzine-link-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    color: white;
    position: relative;
    z-index: 1;
}

.webzine-link-icon svg {
    width: 40px;
    height: 40px;
}

.webzine-link-text {
    flex: 1;
    position: relative;
    z-index: 1;
}

.webzine-link-text h5 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.webzine-link-text p {
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
    opacity: 0.9;
}

/* 가로 레이아웃 카드 (특별 인터뷰용) */
.webzine-card-horizontal {
    display: flex;
    flex-direction: column;
    height: 362px;
    min-height: 362px;
}

.webzine-card-title-section-top {
    padding: 20px 25px 10px;
    position: relative;
    z-index: 2;
}

.webzine-card-title-section-top .webzine-card-title-text {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
}

.webzine-card-horizontal-content {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 0;
}

.webzine-card-horizontal .webzine-card-image {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.webzine-card-horizontal .webzine-card-image-wrapper {
    padding: 0 25px 0 25px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.webzine-card-horizontal .webzine-card-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

.webzine-card-horizontal .webzine-no-image-horizontal {
    width: 100%;
    max-width: 100%;
    height: 180px;
}

.webzine-section-image {
    width: 100%;
    max-width: 100%;
}

.webzine-image-caption {
    margin: 10px 0 0 0;
    padding: 0 25px 20px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #6B7280;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.webzine-card-fourth .webzine-image-caption {
    color: #4A5568;
}

.webzine-card-horizontal .webzine-card-content {
    flex: 1;
    padding: 0 25px 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.webzine-card-horizontal .webzine-card-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

/* 흰색 배경 가로 카드 텍스트 색상 */
.webzine-card-fourth.webzine-card-horizontal .webzine-card-text {
    color: #4A5568;
}

.webzine-card-fourth.webzine-card-horizontal .webzine-card-text::before {
    color: #1C57EF;
}

/* .webzine-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
} */

/* ============================================
   웹진 카드 - 색상 테마
   ============================================ */

/* 첫 번째 카드 - 핑크-오렌지 그라데이션 */
.webzine-card-first {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFE66D 100%);
}

.webzine-card-first::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

/* 두 번째 카드 - 그린-시안 그라데이션 */
.webzine-card-second {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.webzine-card-second::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -40%;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.webzine-card-second .webzine-card-title-section {
    color: white;
    position: relative;
    z-index: 2;
}

.webzine-card-second .webzine-card-title-text {
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.webzine-card-second .webzine-card-text {
    color: white;
}

/* 세 번째 카드 - 블루-퍼플 그라데이션 */
.webzine-card-third {
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
}

.webzine-card-third::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

/* 네 번째 카드 - 흰색 with 보더 */
.webzine-card-fourth {
    background: #fff;
    border: 2px solid #E2E8F0;
    box-shadow: 0 8px 30px rgba(28, 87, 239, 0.08);
}

.webzine-card-fourth .webzine-card-title-section-top {
    color: #2C3236;
}

.webzine-card-fourth .webzine-card-title-text {
    color: #1C57EF;
    text-shadow: none;
}

.webzine-card-fourth .webzine-card-image-wrapper img {
    border: 2px solid #E2E8F0;
}

.webzine-card-fourth .webzine-no-image-horizontal {
    border: 2px solid #E2E8F0;
}

.webzine-card-category span {
    display: block;
}

/* 카드 이미지 */
.webzine-card-image {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.webzine-card-title-section {
    color: #fff;
    position: relative;
    z-index: 2;
}

.webzine-card-title-text {
    padding-left: 30px;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.webzine-card-image-wrapper {
    padding: 15px 30px 15px 30px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webzine-no-image {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 373px;
}

.webzine-no-image-horizontal {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 100%;
}

.webzine-card-image-wrapper img {
    width: 100%;
    min-width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.webzine-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/* 카드 컨텐츠 */
.webzine-card-content {
    padding: 20px 30px 25px;
    padding-top: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    min-height: 80px;
}

.webzine-card-text {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    opacity: 1;
    display: block;
    width: 100%;
}

.webzine-card-text:last-child {
    margin-bottom: 0;
}

.webzine-card-text::before {
    content: '•';
    margin-right: 8px;
    font-weight: bold;
}

/* ============================================
   웹진 영역 - 반응형 미디어 쿼리
   ============================================ */

/* 큰 태블릿 (1200px 이하) */
@media (max-width: 1200px) {

    .webzine-container {
        min-height: auto;
        padding: 80px 40px;
    }

    .webzine-container .cards-container {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .webzine-container .cards-container>.row {
        max-width: 100%;
    }

    .webzine-container .cards-container>.row>[class*="col-"] {
        padding-left: 0px;
        padding-right: 0;
        width: 100%;
    }

    .webzine-left-header {
        min-height: auto;
        max-height: fit-content;
        margin-bottom: 20px;
    }

    .platform-name {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .webzine-title {
        font-size: 55px;
    }

    .webzine-volume {
        margin: 20px auto;
    }

    .volume-text {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .volume-number {
        font-size: 65px;
    }

    .webzine-left-header .webzine-navigation {
        margin-top: 15px;
    }

    .webzine-cards-wrapper .row {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .webzine-cards-wrapper .row>div {
        max-width: 50%;
    }

    .nav-btn {
        width: 60px;
        height: 60px;
    }

    .webzine-card-small {
        min-width: auto;
    }

    .webzine-card-small .webzine-card-title-text {
        font-size: 20px;
    }

    .webzine-links-container {
        flex-direction: row;
    }

    .webzine-cards-wrapper .row>.col-4.col-md-4 {
        width: 35%;
    }

    .webzine-cards-wrapper .row>.col-2.col-md-2 {
        width: 15%;
    }

    .webzine-links-container {
        display: grid;
    }

    .webzine-link-box {

        padding: 10px;
        border-radius: 20px;
    }
}

/* 모바일 (768px 이하) */
@media (max-width: 768px) {
    .webzine-container {
        padding: 40px 15px;
        min-height: auto;
    }

    .webzine-container .cards-container>.row {
        flex-direction: column;
    }

    .webzine-left-header {
        padding: 30px 25px;
        margin-bottom: 0;
    }

    .webzine-left-header .platform-name {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .webzine-title {
        font-size: 45px;
    }

    .webzine-volume {
        width: 100%;
        min-width: auto;
        margin: 10px 0;
        margin-left: 0;
    }

    .webzine-left-header .webzine-navigation {
        margin-top: 10px;
    }

    .volume-number {
        font-size: 40px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
    }

    .webzine-arrow {
        width: 18px;
        height: 18px;
    }

    .webzine-cards-wrapper {
        min-height: auto;
        max-height: none;
    }

    .webzine-cards-wrapper .row {
        height: auto;
        min-height: auto;
        flex-direction: column;
        margin-bottom: 0;
    }

    .webzine-cards-wrapper .row>div {
        max-width: 100%;
    }

    .webzine-card {
        min-width: auto;
        height: auto;
        min-height: 300px;
    }

    .webzine-card-small {
        min-width: auto;
        height: auto;
        min-height: 300px;
    }

    .webzine-card-small .webzine-card-content {
        padding: 15px 25px;
    }

    .webzine-card-small .webzine-card-image-wrapper {
        min-width: auto;
    }

    .webzine-card-small .webzine-card-image-wrapper img {
        min-width: auto;
        height: 150px;
    }

    .webzine-card-small .webzine-no-image {
        min-width: auto;
        height: 150px;
    }

    .webzine-card-horizontal {
        min-width: auto;
        height: auto;
        min-height: 300px;
    }

    .webzine-card-horizontal .webzine-card-image-wrapper {
        min-width: auto;
    }

    .webzine-card-horizontal .webzine-card-image-wrapper img {
        min-width: auto;
        height: 150px;
    }

    .webzine-card-horizontal .webzine-no-image-horizontal {
        min-width: auto;
        height: 150px;
    }

    .webzine-link-box {
        height: auto;
        min-height: 80px;
    }

    .webzine-card-title-text {
        font-size: 16px;
        padding-left: 15px;
        padding-top: 12px;
    }

    .webzine-card-content {
        padding: 12px 15px 15px;
    }

    .webzine-card-text {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .webzine-cards-wrapper .row>.col-4.col-md-4 {
        width: 100%;
    }

    .webzine-cards-wrapper .row>.col-2.col-md-2 {
        width: 100%;
    }

    .webzine-links-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .webzine-left-header .platform-name {
        font-size: 16px;
        margin-bottom: 0;
    }

    .webzine-title {
        font-size: 30px;
        line-height: 1;
    }

    .volume-text {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .volume-number {
        font-size: 30px;
    }

    .nav-btn {
        width: 25px;
        height: 25px;
    }

    .webzine-arrow {
        width: 15px;
        height: 15px;
    }

    .webzine-card-small {
        min-height: auto;
    }

    .webzine-card-small .webzine-card-title-text {
        font-size: 16px;
    }

    .webzine-card-small .webzine-card-content {
        padding: 0 15px 25px;
    }

    .webzine-card-small .webzine-card-text {
        font-size: 12px;
    }

    .webzine-cards-wrapper .row {
        gap: 15px 0;
    }

    .webzine-cards-wrapper .row:last-child {
        margin-top: -15px;
    }

    .webzine-link-text h5 {
        font-size: 16px;
    }

    .webzine-link-text p {
        font-size: 12px;
    }
}

.longTitle {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* 산학융합 섹션 여백 추가 */
.section-with-margin {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* 웹진 카드 링크 색상 유지 */
.webzine-card-text a {
    color: inherit;
    text-decoration: none;
}

.webzine-card-text a:hover {
    color: inherit;
    text-decoration: none;
}

.webzine-image-caption a {
    color: inherit;
    text-decoration: none;
}

.webzine-image-caption a:hover {
    color: inherit;
    text-decoration: none;
}

.webzine-card-image-wrapper a {
    text-decoration: none;
}

.webzine-card-image-wrapper a:hover {
    text-decoration: none;
}

/* 모바일 */
@media (max-width: 768px) {
    #main_wrap {
        margin-bottom: 50px;
    }

    .cards-container {
        margin-bottom: 10px;
    }

    .hero-left {
        margin: 0;
        padding: 80px 0 0 0;
    }

    .illustration-container {
        height: auto;
        margin-top: 20px;
    }

    .search-interface {
        left: 0%;
        background-color: #efefef;
        padding: 25px 30px;
        border-radius: 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        z-index: auto;
        position: static;
    }

    .search-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .search-description {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .search-form {
        margin-left: 0;
    }

    .filter-btn {
        padding: 5px 10px;
    }

    .news-item {
        padding: 12px 0;
    }

    .news-title {
        font-size: 13px;
    }

    .news-category {
        font-size: 11px;
    }

    .news-date {
        font-size: 11px;
    }

    .icon-visual {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 50px;
        min-height: auto;
        margin-bottom: 50px;
    }

    .icon-title {
        line-height: 1.4;
        font-size: 22px;
    }

    .icon-title-sub {
        font-size: 35px;
        font-weight: 700;
    }

    .panel {
        margin-top: 30px;
        margin-bottom: 0 !important;
        padding: 30px;
        min-height: auto;
        width: 420px;
    }

    .panel-body {
        padding: 0;
    }

    .panel-title {
        line-height: 40px;
        font-size: 25px;
    }

    .main_icon {
        width: 40px;
        height: 40px;
    }

    .panel-text {
        font-size: 16px;
        margin: 0;
        margin-top: 15px;
    }

    .panel-body .info-data-text {
        margin-top: 55px;
    }

    .info-data-text {
        font-size: 25px;
    }

    .info-data-text strong {
        font-size: 45px;
        margin-right: 2px;
    }

    .mcnt_wrap {
        padding: 0;
        margin-bottom: 20px;
    }

    .news-section {
        height: auto;
    }

    .news-header {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .news-btn {
        width: 190px;
        height: 55px;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 20px;
        pointer-events: none;
    }

    .morePlus {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .news-item {
        padding: 15px 0;
    }

    .news-title a {
        font-size: 18px !important;
    }

    .news-date {
        margin-top: 5px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #main_wrap {
        margin-bottom: 30px;
    }

    .search-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .search-description {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .gscnu-title {
        font-size: 22px;
    }

    .gscnu-title-sub {
        font-size: 16px;
        margin-top: 5px;
    }

    .gscnu-content-title h3 {
        font-size: 18px;
    }

    .gscnu-description-content {
        font-size: 12px;
        padding: 0px 10px;
        margin-top: 0px;
        line-height: 20px;
    }

    .gscnu-vision-content dl dt {
        font-size: 15px;
    }

    .gscnu-vision-content dl dd {
        font-size: 12px;
    }

    .gscnu-business-content dl {
        font-size: 12px;
    }

    .gscnu-business-content dl {
        font-size: 12px;
    }

    .icon-visual {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        min-height: auto;
        margin-bottom: 40px;
    }

    .icon-title {
        line-height: 1.4;
        font-size: 16px;
    }

    .icon-title-sub {
        font-size: 22px;
        font-weight: 700;
    }

    .panel {
        margin-top: 20px;
        margin-bottom: 0 !important;
        padding: 25px;
        min-height: auto;
        width: auto;
    }

    .panel-body {
        padding: 0;
    }

    .panel-title {
        line-height: 40px;
        font-size: 18px;
    }

    .main_icon {
        width: 40px;
        height: 40px;
    }

    .panel-text {
        font-size: 12px;
        margin: 0;
        margin-top: 5px;
    }

    .panel-body .info-data-text {
        margin-top: 15px;
    }

    .info-data-text {
        font-size: 15px;
    }

    .info-data-text strong {
        font-size: 30px;
        margin-right: 2px;
    }

    .news-header {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .news-btn {
        width: 160px;
        height: 40px;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 9px;
        font-weight: 600;
        font-size: 16px;
        pointer-events: none;
    }

    .morePlus {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .news-item {
        padding: 15px 0;
    }

    .news-title a {
        font-size: 15px !important;
    }

    .news-date {
        margin-top: 5px;
    }
}

/* 기업 롤링 배너 스타일 */
.company-rolling-banner {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 50px 0 40px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.company-banner-header {
    text-align: center;
    margin-bottom: 35px;
}

.company-banner-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    letter-spacing: -0.5px;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.rolling-container {
    width: 100%;
    overflow: hidden;
}

.rolling-track {
    display: flex;
    animation: rolling 40s linear infinite;
    will-change: transform;
}

@keyframes rolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.company-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 16px;
    padding: 20px 30px;
    margin: 0 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-width: 320px;
}

.company-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(34, 98, 198, 0.15);
}

.company-info {
    flex: 1;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.company-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.company-product {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .company-rolling-banner {
        padding: 40px 0 30px 0;
    }

    .company-banner-header {
        margin-bottom: 25px;
        padding: 0 20px;
    }

    .company-banner-title {
        font-size: 24px;
    }

    .company-item {
        min-width: 260px;
        padding: 15px 20px;
        margin: 0 10px;
    }

    .company-name {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .company-product {
        font-size: 12px;
    }

    .rolling-track {
        animation: rolling 30s linear infinite;
    }
}

@media (max-width: 480px) {
    .company-rolling-banner {
        padding: 30px 0 25px 0;
    }

    .company-banner-header {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .company-banner-title {
        font-size: 20px;
    }

    .company-item {
        min-width: 220px;
        padding: 12px 15px;
        margin: 0 8px;
    }

    .company-name {
        font-size: 14px;
    }

    .company-product {
        font-size: 11px;
    }
}