@import"../css/aos.css";
@import"../css/fullpage.min.css";
@import"../css/swiper.min.css";
@import"../css/jquery-ui.min.css";
@import"../../font/font.css";

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes fade-down {
    0% {
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

*,
*:before,
*:after {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    word-break: keep-all;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em
}

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

*::-webkit-scrollbar {
    width: 5px;
    height: 3px
}

*::-webkit-scrollbar-thumb {
    background-color: #12318b
}

*::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

*::-moz-selection {
    background-color: rgba(18, 49, 139, .7);
    color: #fff
}

*::selection {
    background-color: rgba(18, 49, 139, .7);
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

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

table,
thead,
tbody,
tr,
th,
td {
    vertical-align: middle
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: none;
    resize: none;
    font-family: inherit
}

sup {
    color: #12318b
}

input[type=button],
input[type=checkbox],
input[type=raido],
input[type=file],
input[type=submit],
button {
    cursor: pointer
}

input.hidden {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

input::placeholder,
option,
textarea::placeholder {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

input[type=checkbox],
input[type=radio] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border-color: rgba(0, 0, 0, 0);
    background-image: url("../../images/common/input_check.svg")
}

input[type=number] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

em,
i {
    font-style: normal
}

ol,
ul,
li {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

a,
address {
    text-decoration: none;
    font-style: normal;
    color: inherit
}

body {
    width: 100%;
    overflow-x: hidden;
    color: #000;
    font-family: "Pretendard", "Noto Sans SC";
    font-size: 16px;
    line-height: 1.3
}

body.stop_scroll,
body:has(#menuicon.active) {
    height: 100%;
    overflow-y: hidden
}

.displaynone,
[displaynone] {
    display: none !important
}

.swiper.linear-banner .swiper-wrapper,
.swiper-wrapper.linear {
    transition-timing-function: linear
}

.bullet_style {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.bullet_style .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0;
    background-color: #ddd;
    opacity: 1
}

.bullet_style .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #12318b
}

span.aos-init {
    display: inline-block
}

.ellipsis_01 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: wrap
}

.ellipsis_02 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap
}

.ellipsis_03 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: wrap
}

.mo_only {
    display: none
}

.ta_only {
    display: none
}

.pc_only {
    display: block
}

.full_only {
    display: block
}

@media(max-width: calc(1520px + 6vw)) {

    .full_only,
    .ta_only,
    .mo_only {
        display: none !important
    }

    .pc_only {
        display: block !important
    }
}

@media(max-width: 1024px) {
    .mo_only {
        display: none !important
    }

    .pc_only,
    .ta_only {
        display: block !important
    }
}

@media(max-width: 767px) {
    .pc_only {
        display: none !important
    }

    .ta_only,
    .mo_only {
        display: block !important
    }
}

@media(max-width: 450px) {

    .pc_only,
    .ta_only {
        display: none !important
    }

    .mo_only {
        display: block !important
    }
}

#cursor,
#cursor[style="transform: translate(0px, 0px);"] {
    display: none
}

@media(hover: hover)and (pointer: fine) {
    #cursor {
        position: fixed;
        z-index: 9999;
        width: 20px;
        height: 20px;
        top: -10px;
        left: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        pointer-events: none;
        mix-blend-mode: difference
    }

    #cursor span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(18, 49, 139, .5);
        transform-origin: 50% 50%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        position: relative
    }

    #cursor.hover span {
        background-color: #12318b
    }
}

#header {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: -100px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    padding: 25px 0
}

#header #header_wrap {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5
}

#header #header_wrap #header_left .logo {
    width: 150px;
    min-width: 150px
}

#header #header_wrap #header_left .logo a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#header #header_wrap #header_left .logo a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header #header_wrap #header_left .logo a img.white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

#header #header_wrap #gnb {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

#header #header_wrap #gnb>li {
    position: relative;
    width: 200px;
    text-align: center
}

#header #header_wrap #gnb>li>a {
    font-size: 21px;
    font-weight: 600;
    color: #12318b
}

#header #header_wrap #gnb>li .sub_menu {
    width: 100%;
    padding: 29px 0 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

#header #header_wrap #gnb>li .sub_menu>ul>li {
    position: relative;
    /* white-space: nowrap; */
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    min-width: 220px
}

#header #header_wrap #gnb>li .sub_menu>ul>li>a {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#header #header_wrap #gnb>li .sub_menu>ul>li>a::after {
    display: inline-block;
    width: 5px;
    min-width: 5px;
    aspect-ratio: 5/15;
    background-image: url("../../images/common/gnb_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

#header #header_wrap #gnb>li .sub_menu>ul>li:has(.dpeth_3)>a::after {
    content: ""
}

#header #header_wrap #gnb>li .sub_menu>ul>li:nth-of-type(1)>a {
    border-top: 1px solid #e6e6e6
}

#header #header_wrap #gnb>li .sub_menu>ul>li .dpeth_3 {
    min-width: 220px;
    position: absolute;
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#header #header_wrap #gnb>li .sub_menu>ul>li .dpeth_3>ul>li {}

#header #header_wrap #gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    padding: 15px 20px;
    background-color: #fff;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#header #header_wrap #gnb>li .sub_menu>ul>li .dpeth_3>ul>li:nth-of-type(1)>a {
    border-top: 1px solid #e6e6e6
}

#header #header_wrap #gnb>li .sub_menu>ul>li .dpeth_3>ul>li:hover>a {
    background-color: #12318b;
    color: #fff;
    /* border-color: #12318b; */
}

#header #header_wrap #gnb>li .sub_menu>ul>li:hover>a {
    background-color: #12318b;
    color: #fff;
    /* border-color: #12318b; */
}

#header #header_wrap #gnb>li .sub_menu>ul>li:hover>a::after {
    background-image: url("../../images/common/gnb_arrow_active.svg")
}

#header #header_wrap #gnb>li .sub_menu>ul>li:hover .dpeth_3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#header #header_wrap #gnb>li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#header #header_wrap #header_right {
    display: flex;
    justify-content: center;
    align-items: center
}

#header #header_wrap #header_right .langauge {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-right: 30px
}

#header #header_wrap #header_right .langauge .current {
    padding: 8px 18px;
    background-color: #12318b;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    line-height: 1;
    cursor: default
}

#header #header_wrap #header_right .langauge .current .arrow {
    width: 10px;
    min-width: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

#header #header_wrap #header_right .langauge .current .arrow img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#header #header_wrap #header_right .langauge ul {
    width: 100%;
    background-color: #12318b;
    border-radius: 0 0 15px 15px;
    padding: 8px 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0
}

#header #header_wrap #header_right .langauge ul li {
    margin-bottom: 8px
}

#header #header_wrap #header_right .langauge ul li:nth-last-of-type(1) {
    margin-bottom: 0
}

#header #header_wrap #header_right .langauge:hover .current {
    border-radius: 15px 15px 0 0
}

#header #header_wrap #header_right .langauge:hover .current .arrow {
    transform: rotate(-180deg)
}

#header #header_wrap #header_right .langauge:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

#header #header_wrap #header_right #menuicon {
    width: 31px;
    height: 23px;
    position: relative;
    cursor: pointer
}

#header #header_wrap #header_right #menuicon span {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #12318b;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
    border-radius: 5px
}

#header #header_wrap #header_right #menuicon span:nth-child(1) {
    top: 0px
}

#header #header_wrap #header_right #menuicon span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0d7abd
}

#header #header_wrap #header_right #menuicon span:nth-child(3) {
    top: calc(100% - 5px)
}

#header #header_wrap #header_right #menuicon.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

#header #header_wrap #header_right #menuicon.active span:nth-child(2) {
    opacity: 0
}

#header #header_wrap #header_right #menuicon.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

#header .header_bg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: none
}

#header.active {
    top: 0
}

#header.bg {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

#header:has(#gnb>li:hover) {
    background-color: #fff
}

#drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: #fff;
    z-index: 50;
    padding-top: 86px
}

#drawer .drawer_wrap {
    max-width: calc(1720px + 6%);
    padding: 0 3%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

#drawer .drawer_wrap .gnb {
    width: 100%;
    height: 100%;
    display: flex
}

#drawer .drawer_wrap .gnb>li {
    width: 100%;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    padding: 60px 20px 100px 60px
}

#drawer .drawer_wrap .gnb>li>a {
    font-size: 30px;
    font-weight: 700
}

#drawer .drawer_wrap .gnb>li .sub_menu {
    width: 100%
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul {
    margin-top: 40px;
    width: 100%
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li {
    width: 100%;
    margin-bottom: 40px
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
    font-size: 26px;
    font-weight: 700;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3 {
    width: 100%
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul {
    margin-top: 20px;
    width: 100%
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li {
    width: 100%;
    margin-bottom: 15px
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li:nth-last-of-type(1) {
    margin-bottom: 0
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li:hover>a {
    color: #0d7abd
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li:hover>a {
    color: #0d7abd
}

#drawer .drawer_wrap .gnb>li .sub_menu>ul>li:nth-last-of-type(1) {
    margin-bottom: 0
}

#drawer .drawer_wrap .gnb>li:hover>a {
    color: #12318b
}

#drawer .drawer_wrap .gnb>li:nth-of-type(1) {
    padding-left: 0
}

#drawer .drawer_wrap .gnb>li:nth-last-of-type(1) {
    padding-right: 0;
    border-right: unset
}

#header_blur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    transition: opacity .3s cubic-bezier(0.25, 0.45, 0.5, 1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#header_blur.on {
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, .1);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

body:has(#header.hover) #header_blur {
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, .1);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

body:has(#menuicon.active) #header {
    border-bottom: 1px solid #e6e6e6
}

body:has(#menuicon.active) #header #header_wrap #gnb {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

body:has(#menuicon.active) #drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#footer {
    padding: 80px 0;
    border-top: 1px solid #e0e0e0
}

#footer #footer_wrap {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 140px
}

#footer #footer_wrap #footer_left .logo {
    width: 150px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

#footer #footer_wrap #footer_left .logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#footer #footer_wrap #footer_center {
    width: 100%
}

#footer #footer_wrap #footer_center address {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px
}

#footer #footer_wrap #footer_center address div {
    position: relative
}

#footer #footer_wrap #footer_center address div a {
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#footer #footer_wrap #footer_center address div a:hover {
    color: #0d7abd
}

#footer #footer_wrap #footer_center address div::before {
    content: "";
    width: 1px;
    height: 65%;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15.5px
}

#footer #footer_wrap #footer_center address div:nth-last-of-type(2)::before {
    display: none
}

#footer #footer_wrap #footer_center address div.full {
    width: 100%
}

#footer #footer_wrap #footer_center address div.full::before {
    display: none
}

#footer #footer_wrap #footer_right .button_wrap {
    display: flex;
    justify-content: center;
    gap: 10px
}

#footer #footer_wrap #footer_right .button_wrap a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 15px 40px;
    line-height: 1;
    border-radius: 50px;
    background-color: #12318b;
    white-space: nowrap;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

#footer #footer_wrap #footer_right .button_wrap a:hover {
    background-color: #0d7abd
}

@media(max-width: 1720px) {
    #drawer .drawer_wrap {
        max-width: 100%;
        padding: 0 3%;
        margin: 0
    }

    #drawer .drawer_wrap .gnb>li {
        padding: 60px 20px 80px 40px
    }

    #drawer .drawer_wrap .gnb>li>a {
        font-size: 26px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul {
        margin-top: 30px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
        font-size: 22px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
        font-size: 16px
    }
}

@media(max-width: calc(1520px + 6vw)) {
    #header #header_wrap {
        padding: 0 3%;
        margin: 0;
        max-width: 100%
    }

    #header #header_wrap #header_left .logo {
        width: 140px;
        min-width: 140px
    }

    #header #header_wrap #gnb>li {
        width: 160px
    }

    #header #header_wrap #gnb>li .sub_menu {
        padding: 28px 0 0;
    }

    #header #header_wrap #gnb>li .sub_menu>ul>li {
        min-width: 200px
    }

    #header #header_wrap #header_right .langauge {
        font-size: 15px;
        margin-right: 20px
    }

    #drawer {
        padding-top: 84px
    }

    #drawer .drawer_wrap {
        max-width: 100%;
        padding: 0 3%;
        margin: 0
    }

    #drawer .drawer_wrap .gnb {
        flex-wrap: wrap;
        height: auto
    }

    #drawer .drawer_wrap .gnb>li {
        width: 50%;
        height: initial;
        padding: 50px 40px;
        border-top: 1px solid #e6e6e6
    }

    #drawer .drawer_wrap .gnb>li>a {
        font-size: 26px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul {
        margin-top: 30px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
        font-size: 22px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
        font-size: 16px
    }

    #drawer .drawer_wrap .gnb>li:nth-of-type(1),
    #drawer .drawer_wrap .gnb>li:nth-of-type(2) {
        border-top: unset
    }
    
    #drawer .drawer_wrap .gnb>li:nth-of-type(4),
    #drawer .drawer_wrap .gnb>li:nth-of-type(5) {
        width: 25%;
    }

    #drawer .drawer_wrap .gnb>li:nth-of-type(2),
    #drawer .drawer_wrap .gnb>li:nth-of-type(5) {
        border-right: unset;
        padding-right: 0
    }

    #drawer .drawer_wrap .gnb>li:nth-of-type(1),
    #drawer .drawer_wrap .gnb>li:nth-of-type(3) {
        padding-left: 0
    }

    #footer {
        padding: 60px 0
    }

    #footer #footer_wrap {
        padding: 0 3%;
        margin: 0;
        max-width: 100%;
        gap: 20px
    }

    #footer #footer_wrap #footer_left {
        margin-right: 60px
    }

    #footer #footer_wrap #footer_left .logo {
        width: 140px;
        min-width: 140px
    }
}

@media(max-width: 1024px) {
    #header {
        padding: 20px 0
    }

    #header #header_wrap #header_left .logo {
        width: 130px;
        min-width: 130px
    }

    #header #header_wrap #gnb {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    #header #header_wrap #header_right #menuicon {
        height: 22px
    }

    #header #header_wrap #header_right #menuicon span {
        height: 4px
    }

    #header #header_wrap #header_right #menuicon span:nth-child(3) {
        top: calc(100% - 4px)
    }

    #drawer {
        padding-top: 72px
    }

    #drawer .drawer_wrap .gnb {
        padding: 30px 0
    }

    #drawer .drawer_wrap .gnb>li {
        width: 100%;
        padding: 30px 0;
        border-top: unset;
        border-bottom: 1px solid #e6e6e6;
        border-right: unset
    }

    #drawer .drawer_wrap .gnb>li:nth-of-type(4), 
    #drawer .drawer_wrap .gnb>li:nth-of-type(5) {
        width: 100%;
    }

    #drawer .drawer_wrap .gnb>li>a {
        font-size: 32px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s
    }

    #drawer .drawer_wrap .gnb>li>a::after {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: 0;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
        transform: translateY(-50%) rotate(45deg);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s
    }

    #drawer .drawer_wrap .gnb>li .sub_menu {
        display: none
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul {
        margin-top: 0;
        padding-top: 30px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li {
        margin-bottom: 30px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
        font-size: 26px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a::after {
        width: 13px;
        height: 13px;
        position: absolute;
        top: 50%;
        right: 0;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3 {
        display: none
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul {
        margin-top: 0;
        padding-top: 20px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
        font-size: 20px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li:hover>a {
        color: #000
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li:has(.dpeth_3)>a::after {
        content: ""
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li.active>a {
        color: #0d7abd
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li.active>a::after {
        transform: rotate(-135deg);
        border-color: #0d7abd
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li.active:hover>a {
        color: #0d7abd
    }

    #drawer .drawer_wrap .gnb>li:hover>a {
        color: #000
    }

    #drawer .drawer_wrap .gnb>li:has(.sub_menu)>a::after {
        content: ""
    }

    #drawer .drawer_wrap .gnb>li.active>a {
        color: #12318b
    }

    #drawer .drawer_wrap .gnb>li.active>a::after {
        transform: rotate(-135deg);
        border-color: #12318b
    }

    #drawer .drawer_wrap .gnb>li.active:hover>a {
        color: #12318b
    }

    #footer {
        padding: 60px 0
    }

    #footer #footer_wrap {
        gap: 30px;
        flex-wrap: wrap
    }

    #footer #footer_wrap #footer_left {
        margin-right: 0
    }

    #footer #footer_wrap #footer_left .logo {
        width: 130px;
        min-width: 130px
    }

    #footer #footer_wrap #footer_center address {
        font-size: 16px
    }

    #footer #footer_wrap #footer_right .button_wrap a {
        font-size: 16px;
        padding: 13px 35px
    }
}

@media(max-width: 767px) {
    #header #header_wrap #header_left .logo {
        width: 100px;
        min-width: 100px
    }

    #header #header_wrap #header_right .langauge {
        font-size: 14px;
        margin-right: 15px
    }

    #header #header_wrap #header_right .langauge .current {
        padding: 8px 15px;
        gap: 15px
    }

    #header #header_wrap #header_right .langauge ul {
        padding: 8px 15px
    }

    #header #header_wrap #header_right #menuicon {
        width: 28px;
        height: 18px
    }

    #header #header_wrap #header_right #menuicon span {
        height: 3px
    }

    #header #header_wrap #header_right #menuicon span:nth-child(3) {
        top: calc(100% - 3px)
    }

    #footer {
        padding: 50px 0
    }

    #footer #footer_wrap {
        gap: 30px
    }

    #footer #footer_wrap #footer_left .logo {
        width: 120px;
        min-width: 120px
    }

    #footer #footer_wrap #footer_center address {
        font-size: 15px;
        gap: 5px 20px
    }

    #footer #footer_wrap #footer_center address div::before {
        display: none
    }

    #footer #footer_wrap #footer_right .button_wrap a {
        font-size: 15px
    }

    #drawer {
        padding-top: 70px
    }

    #drawer .drawer_wrap .gnb {
        padding: 20px 0
    }

    #drawer .drawer_wrap .gnb>li {
        padding: 25px 0
    }

    #drawer .drawer_wrap .gnb>li>a {
        font-size: 26px
    }

    #drawer .drawer_wrap .gnb>li>a::after {
        width: 13px;
        height: 13px;
        border-right: 2.5px solid #000;
        border-bottom: 2.5px solid #000
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul {
        padding-top: 25px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li {
        margin-bottom: 25px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
        font-size: 20px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul {
        padding-top: 15px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li {
        margin-bottom: 15px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
        font-size: 16px
    }
}

@media(max-width: 450px) {
    #header {
        padding: 15px 0
    }

    #header #header_wrap #header_left .logo {
        width: 90px;
        min-width: 90px
    }

    #footer {
        padding: 40px 0
    }

    #footer #footer_wrap {
        gap: 25px
    }

    #footer #footer_wrap #footer_left .logo {
        width: 110px;
        min-width: 110px
    }

    #footer #footer_wrap #footer_center address {
        font-size: 14px;
        gap: 5px 15px
    }

    #footer #footer_wrap #footer_right .button_wrap a {
        font-size: 14px;
        padding: 12px 30px
    }

    #drawer {
        padding-top: 60px
    }

    #drawer .drawer_wrap .gnb {
        padding: 15px 0
    }

    #drawer .drawer_wrap .gnb>li {
        padding: 20px 0
    }

    #drawer .drawer_wrap .gnb>li>a {
        font-size: 22px
    }

    #drawer .drawer_wrap .gnb>li>a::after {
        width: 12px;
        height: 12px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul {
        padding-top: 20px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li {
        margin-bottom: 20px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li>a {
        font-size: 16px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul {
        padding-top: 15px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li {
        margin-bottom: 10px
    }

    #drawer .drawer_wrap .gnb>li .sub_menu>ul>li .dpeth_3>ul>li>a {
        font-size: 14px
    }
}

strong {
    font-weight: inherit
}

strong.color_blue {
    color: #000000
}

strong.color_skyblue {
    color: #0d7abd
}

/* ================================ 관리자 에디터 ================================ */

.editor-content figure.image {
    max-width: 100%;
    margin: 0 auto;
}

.editor-content figure[class="image"],
.editor-content figure.image.image_resized {
    text-align: center;
}


.editor-content img {
    max-width: 100%;
    height: auto;
}

.editor-content figure.image.image-style-align-left {
    float: left;
    margin: 0 20px 20px 0;
}

.editor-content figure.image.image-style-align-center {
    margin: 20px auto;
    text-align: center;
}

.editor-content figure.image.image-style-align-right {
    float: right;
    margin: 0 0 20px 20px;
}

.editor-content figure.image.image-style-side {
    float: right;
    width: 50%;
    margin: 0 0 20px 20px;
}



/* 블록 왼쪽 */
.editor-content figure.image.image-style-block-align-left {
    margin-right: auto;
    margin-left: 0;
    display: block;
    text-align: left;
}

/* 블록 가운데 */
.editor-content figure.image.image-style-block-align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

/* 블록 오른쪽 */
.editor-content figure.image.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
    display: block;
    text-align: right;
}

.editor-content figure.image figcaption {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-top: 8px;
}

@media (max-width:767px) {
    .editor-content figure.image {
        width: 100% !important;
    }
}

main {
    width: 100%
}

main section {
    width: 100%
}

main section:not(.s01) article {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto
}

main section:not(.s01) article .wrap {
    width: 100%
}

main section:not(.s01) article .wrap .title_wrap.center {
    text-align: center
}

main section.full_width article {
    max-width: 100%;
    margin: 0;
    padding: 0
}

main#main_page {
    overflow-x: hidden
}

main#main_page section {
    width: 100%
}

main#main_page section.s01 {
    height: 100vh;
    position: relative;
    z-index: 10
}

main#main_page section.s01 article {
    width: 100%;
    height: 100%
}

main#main_page section.s01 article .wrap {
    width: 100%;
    height: 100%;
    position: relative
}

main#main_page section.s01 article .wrap .swiper {
    width: 100%;
    height: 100%
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper {
    width: 100%;
    height: 100%
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure .img_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    overflow: hidden
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure .img_wrap video,
main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure .img_wrap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure .img_wrap img {
    transform: scale(1.2);
    transition: 5s;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    color: #fff
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption p {
    font-size: 32px;
    font-weight: 400;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active figure .img_wrap img {
    transform: scale(1)
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active figure figcaption h2 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s .3s;
    -webkit-transition: 1s .3s;
    -moz-transition: 1s .3s;
    -ms-transition: 1s .3s;
    -o-transition: 1s .3s
}

main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active figure figcaption p {
    transform: translateY(0);
    opacity: 1;
    transition: 1s .6s;
    -webkit-transition: 1s .6s;
    -moz-transition: 1s .6s;
    -ms-transition: 1s .6s;
    -o-transition: 1s .6s
}

main#main_page section.s01 article .wrap .swiper-controls {
    position: absolute;
    max-width: 1520px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 180px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #0d7abd;
    border-radius: 50%;
    cursor: pointer;
    position: relative
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button>div {
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button>div img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button>div.play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-left: 2px
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button.paused>div.play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_button.paused>div.pause {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_progress {
    width: 110px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 0 25px 0 15px
}

main#main_page section.s01 article .wrap .swiper-controls .autoplay_progress .bar {
    width: 80%;
    height: 100%;
    background-color: #0d7abd
}

main#main_page section.s01 article .wrap .swiper-controls .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px
}

main#main_page section.s01 article .wrap .swiper-controls .pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    color: #d9d9d9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

main#main_page section.s01 article .wrap .swiper-controls .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    color: #0d7abd
}

main#main_page section:not(.s01) {
    padding-bottom: 100px
}

main#main_page section:not(.s01).padding_top {
    padding-top: 100px
}

main#main_page section:not(.s01) .bg_glow {
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(6, 221, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
}

main#main_page section:not(.s01) article .wrap .title_wrap h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1
}

main#main_page section:not(.s01) article .wrap .title_wrap p {
    font-size: 32px;
    font-weight: 500;
    margin-top: 20px
}

main#main_page section:not(.s01) article .wrap .title_wrap span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 40px
}

main#main_page section:not(.s01) article .wrap .top_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px
}

main#main_page section:not(.s01) article .wrap .more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #0d7abd;
    padding: 15px 40px;
    border-radius: 80px
}

main#main_page section.s02 {
    position: relative
}

main#main_page section.s02 article {
    position: relative
}

main#main_page section.s02 article .bg_glow {
    width: 600px;
    height: 600px;
    left: -300px;
    top: -400px
}

main#main_page section.s02 article .wrap {
    position: relative;
    z-index: 5
}

main#main_page section.s02 article .wrap figure {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px
}

main#main_page section.s02 article .wrap figure .img_wrap {
    width: 480px;
    min-width: 356px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px 50px 0 50px
}

main#main_page section.s02 article .wrap figure .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#main_page section.s03 article {
    position: relative
}

main#main_page section.s03 article .wrap {
    position: relative;
    z-index: 5
}

main#main_page section.s03 article .wrap ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

main#main_page section.s03 article .wrap ul li {
    width: calc(33.3333333333% - 13.3333333333px)
}

main#main_page section.s03 article .wrap ul li figure {
    width: 100%;
    min-height: 400px;
    height: 100%;
    position: relative;
    border-radius: 30px;
    padding: 50px;
    overflow: hidden
}

main#main_page section.s03 article .wrap ul li figure .img_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

main#main_page section.s03 article .wrap ul li figure .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main#main_page section.s03 article .wrap ul li figure figcaption {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff
}

main#main_page section.s03 article .wrap ul li figure figcaption .text {
    width: 100%;
    margin-bottom: 80px
}

main#main_page section.s03 article .wrap ul li figure figcaption .text p {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px
}

main#main_page section.s03 article .wrap ul li figure figcaption .text span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5
}

main#main_page section.s03 article .wrap ul li figure figcaption .button {
    font-size: 12px;
    font-weight: 600;
    color: #0d7abd;
    border-radius: 40px;
    padding: 10px 15px;
    border: 1px solid #0d7abd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#main_page section.s03 article .wrap ul li figure figcaption .button svg {
    width: 13px;
    min-width: 13px;
    height: 9px
}

main#main_page section.s03 article .wrap ul li figure figcaption .button svg path {
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#main_page section.s03 article .wrap ul li:hover figure figcaption .button {
    background-color: #0d7abd;
    color: #fff
}

main#main_page section.s03 article .wrap ul li:hover figure figcaption .button svg path {
    stroke: #fff
}

main#main_page section.s03 article .bg_glow {
    width: 1000px;
    height: 1000px;
    right: -300px;
    top: 0
}

main#main_page section.s04 article {
    position: relative
}

main#main_page section.s04 article .top_wrap .title p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px
}

main#main_page section.s04 article .top_wrap .title h2 {
    font-size: 46px;
    font-weight: 500
}

main#main_page section.s04 article .wrap {
    position: relative;
    z-index: 5
}

main#main_page section.s04 article .wrap ul {
    width: 100%;
    gap: 100px;
    display: flex;
    flex-wrap: wrap
}

main#main_page section.s04 article .wrap ul li {
    width: calc(50% - 50px)
}

main#main_page section.s04 article .wrap ul li figure {
    width: 100%
}

main#main_page section.s04 article .wrap ul li figure .img_wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

main#main_page section.s04 article .wrap ul li figure .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#main_page section.s04 article .wrap ul li figure figcaption {
    width: 100%
}

main#main_page section.s04 article .wrap ul li figure figcaption p {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 10px
}

main#main_page section.s04 article .wrap ul li figure figcaption span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5
}

main#main_page section.s04 article .wrap ul li figure figcaption .more {
    margin-top: 50px
}

main#main_page section.s04 article .bg_glow {
    width: 800px;
    height: 800px;
    left: -400px;
    top: -400px
}

main#sub_page {
    overflow: hidden
}

main#sub_page section {
    padding-bottom: 60px
}

main#sub_page section.padding_top {
    padding-top: 60px
}

main#sub_page section:nth-last-of-type(1) {
    padding-bottom: 200px
}

main#sub_page section article .wrap .title_wrap h2 {
    letter-spacing: -1;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px
}

main#sub_page section article .wrap .title_wrap p {
    font-size: 32px;
    font-weight: 500
}

main#sub_page section article .wrap .title_wrap span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 15px
}

main#sub_page section article .wrap .title_wrap span strong.fs_up {
    font-size: 30px;
    font-weight: 600;
}

main#sub_page section article .wrap .title_wrap .bar {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 10px;
    background: linear-gradient(90deg, #009EE7 -0.01%, #068FD5 48.11%, #0D7BBC 99.98%);
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%)
}

main#sub_page section article .wrap .title_wrap.margin_bottom {
    margin-bottom: 60px
}

main#sub_page section.s01 {
    padding-top: 150px;
    position: relative;
    z-index: 5
}

main#sub_page section.s01 article {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto
}

main#sub_page section.s01 article .wrap .top_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
    opacity: 0;
    transform: translateY(50px);
    animation: fade-up 1s forwards;
    position: relative;
    z-index: 5
}

main#sub_page section.s01 article .wrap .top_wrap .title_wrap h2 {
    margin-bottom: 0
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px 0
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li {
    font-size: 18px;
    font-weight: 500;
    position: relative
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.home {
    width: 15px;
    min-width: 15px;
    margin-right: 20px;
    margin-bottom: 2px
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.home a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.home a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.arrow {
    width: 7px;
    min-width: 7px;
    margin: 0 25px;
    margin-bottom: 2px
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.arrow a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.arrow a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul {
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    padding: 20px 50px 20px 35px;
    white-space: nowrap
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul li {
    margin-bottom: 20px
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul li a:hover {
    color: #0d7abd
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul li:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul li.now a {
    color: #0d7abd
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

main#sub_page section.s01 article .wrap .top_wrap .path>ul>li:nth-last-of-type(1)>a {
    color: #0d7abd
}

main#sub_page section.s01 article .wrap .top_wrap .path.eng_path {
    width: 100%
}

main#sub_page section.s01 article .wrap .top_wrap .path.eng_path>ul {
    width: 100%
}

main#sub_page section.s01 article .wrap .top_wrap:has(.eng_path) {
    flex-wrap: wrap;
    gap: 40px 20px
}

main#sub_page section.s01 article .wrap .img_wrap {
    width: 100%;
    height: 420px;
    border-radius: 30px;
    overflow: hidden
}

main#sub_page section.s01 article .wrap .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.3);
    animation: zoom-out 5s forwards
}

main#sub_page section.s02 article {
    position: relative;
    z-index: 2
}

main#sub_page section.s02 article .bg_glow {
    background: radial-gradient(50% 50% at 50% 50%, rgba(6, 221, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    position: absolute;
    display: none;
}

main#sub_page section.s02 article .bg_glow.glow_1 {
    width: 800px;
    height: 800px;
    right: -400px;
    top: -400px;
}

main#sub_page section.s02 article .bg_glow.glow_2 {
    width: 400px;
    height: 400px;
    left: -300px;
    top: 200px
}

main#sub_page section.s02 article .wrap {
    position: relative;
    z-index: 2
}

main#sub_page section.s03 {
    position: relative;
    z-index: 3
}

/* 26.01.27 서동군 수정 */
main#sub_page.about.overview section.s03 {
    background-color: rgba(188, 188, 188, .1)
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap .play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap .play_button svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap.playing .play_button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

main#sub_page.about.overview section.s03 article .wrap .video_wrap:hover .play_button svg path {
    fill-opacity: 1;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap li {
    display: inline-block;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap li.left_wrap {
    width: 48%;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap li.left_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap li.right_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap_m {
    display: none;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap_m li {
    width: 100%;
    margin-bottom: 15px;
    transform-origin: center center;
    transform: rotateX(90deg);
    opacity: 0;
    transform-style: preserve-3d;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap_m li.aos-animate {
    transform: rotateX(0);
    opacity: 1;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap_m li:last-of-type {
    margin-bottom: 0;
}

main#sub_page.about.vision section.s04 article .wrap .img_wrap_m li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
/* main#sub_page.about.vision section.s02 article .wrap ul li {
    width: calc(50% - 20px)
}

main#sub_page.about.vision section.s02 article .wrap ul li figure {
    width: 100%
}

main#sub_page.about.vision section.s02 article .wrap ul li figure .img_wrap {
    width: 120px;
    height: 120px;
    margin: 0 auto
}

main#sub_page.about.vision section.s02 article .wrap ul li figure .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption {
    width: 100%;
    text-align: center;
    margin-top: 60px
}

main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption p {
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 40px
}

main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption span strong {
    font-weight: 500
}

main#sub_page.about.vision section.s03 {
    background-color: rgba(188, 188, 188, .1)
}

main#sub_page.about.vision section.s03 article .wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px
}

main#sub_page.about.vision section.s03 article .wrap ul li {
    width: calc(33.3333333333% - 26.6666666667px)
}

main#sub_page.about.vision section.s03 article .wrap ul li figure {
    width: 100%;
    height: 100%;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    border-radius: 20px;
    padding: 120px 30px
}

main#sub_page.about.vision section.s03 article .wrap ul li figure figcaption {
    text-align: center
}

main#sub_page.about.vision section.s03 article .wrap ul li figure figcaption p {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 50px
}

main#sub_page.about.vision section.s03 article .wrap ul li figure figcaption span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
} */

main#sub_page.about.organization section.s02 article .wrap .content {
    width: 100%
}

main#sub_page.about.organization section.s02 article .wrap .content .img_wrap {
    width: 100%;
    margin-top: 200px
}

main#sub_page.about.organization section.s02 article .wrap .content .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.organization section.s02 article .wrap .content .info_text {
    margin-top: 80px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: right
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap {
    width: 100%
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content {
    width: 100%;
    margin-bottom: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 160px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap {
    width: 100%;
    max-width: 440px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap p {
    font-size: 46px;
    font-weight: 600
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap {
    width: 100%;
    max-width: calc(100% - 160px - 440px)
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 50px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box {
    width: 100%
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li {
    width: 100%;
    margin-bottom: 50px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box {
    width: 100%;
    margin-bottom: 50px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box p {
    margin-bottom: 10px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul {
    width: 100%;
    display: flex;
    gap: 20px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul li {
    width: 100%;
    height: 150px;
    padding: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(1) ul li:nth-of-type(1) {
    background-color: #36c2e1
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(1) ul li:nth-of-type(2) {
    background-color: #06ddff
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(1) ul li:nth-of-type(3) {
    background-color: #0b93ce
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(2) ul li:nth-of-type(1) {
    background-color: #12318b
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(2) ul li:nth-of-type(2) {
    background-color: #0d7adb
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(2) ul li:nth-of-type(3) {
    background-color: #182447
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box:nth-of-type(3) .img_box img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap {
    width: 100%;
    display: flex;
    gap: 5px;
    margin-top: 25px
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: #12318b;
    padding: 15px;
    border-radius: 60px;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a .icon {
    width: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a .icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a:hoveR {
    background-color: #0d7abd
}

main#sub_page.about.ci section.s02 article .wrap .content_wrap .content:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.about.location section.s02 {
    position: relative
}

main#sub_page.about.location section.s02 article {
    position: relative;
    z-index: 2
}

main#sub_page.about.location section.s02 article .wrap .content {
    width: 100%
}

main#sub_page.about.location section.s02 article .wrap .content .map {
    width: 100%;
    height: 530px;
    border: 1px solid #bcbcbc;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden
}

main#sub_page.about.location section.s02 article .wrap .content .map>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main#sub_page.about.location section.s02 article .wrap .content .box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    padding: 60px 80px;
    border-radius: 20px;
    border: 1px solid #bcbcbc;
    background-color: #fff
}

main#sub_page.about.location section.s02 article .wrap .content .box p {
    width: 100%;
    max-width: 440px;
    font-size: 38px;
    font-weight: 600
}

main#sub_page.about.location section.s02 article .wrap .content .box dl {
    width: 100%;
    max-width: calc(100% - 440px - 100px)
}

main#sub_page.about.location section.s02 article .wrap .content .box dl dd {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px
}

main#sub_page.about.location section.s02 article .wrap .content .box dl dd a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px
}

main#sub_page.about.location section.s02 article .wrap .content .box dl dd a strong {
    width: 50px;
    min-width: 50px
}

main#sub_page.about.location section.s02 article .wrap .content .box dl dd a[href]:hover {
    color: #12318b
}

main#sub_page.about.location section.s02 article .wrap .content .box dl dd:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.about.location section.s02::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(188, 188, 188, .1)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap {
    width: 100%;
    position: relative
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 160px
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap {
    max-width: 600px;
    width: 100%;
    border-radius: 60px 60px 0 60px;
    overflow: hidden;
    border: 1px solid #e0e0e0
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap {
    width: 100%;
    max-width: calc(100% - 600px - 160px)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    padding-bottom: 60px;
    padding-left: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(188, 188, 188, .3)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc .year {
    font-size: 28px;
    font-weight: 600;
    color: #12318b;
    max-width: 100px;
    width: 100%
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul {
    width: 100%;
    max-width: calc(100% - 100px - 100px)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li .month {
    font-size: 28px;
    font-weight: 600;
    max-width: 40px;
    width: 100%
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl {
    width: calc(100% - 40px - 40px)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content:nth-last-of-type(1) .right_wrap .desc:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .line {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #bcbcbc;
    top: 0;
    left: calc((100% - 1520px)/2 + 600px + 80px)
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill {
    width: 100%;
    height: 0%;
    background-color: #0d7abd;
    position: relative
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 5
}

main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle span {
    width: 50px;
    height: 50px;
    background-color: #0d7abd;
    opacity: .3;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap {
    width: 100%;
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap {
    width: 100%;
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .table_style {
    width: 100%;
    overflow-x: auto;
    margin: 60px 0 100px;
    table{
        min-width: 1000px;
        thead,tbody{
            tr{
                td,th{
                    padding: 18px;
                    &.left{
                        text-align: left;
                        padding-left: 50px;
                    }
                    &:not(.left){
                        white-space: nowrap;
                    }
                }
            }
        }
    }
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li {}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li a {
    height: 100%;
    font-size: 22px;
    padding: 25px 100px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s;
    line-height: 1
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li.active a {
    background-color: #12318b;
    border-color: #12318b;
    color: #fff
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap {
    width: 100%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper {
    width: 100%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper {
    width: 100%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide {
    width: 100%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li {
    width: calc(100% / 5 - 20px * 4 / 5);
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure {
    width: 100%
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure .img_wrap {
    width: 100%;
    aspect-ratio: 288/390;
    padding: 20px;
    border: 1px solid #bcbcbc
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption {
    width: 100%;
    margin-top: 20px;
}
main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption p{
    font-size: 18px;
    font-weight: 400;
    /* text-align: center; */
    line-height: 1.5;
}

main#sub_page.about.result section.s02 article .wrap .content_wrap .table_wrap {
    overflow-x: auto
}

main#sub_page.about.result section.s02 article .wrap .content_wrap .table_wrap table {
    min-width: 1000px
}

main#sub_page.about.result section.s02 article .wrap .content_wrap .table_wrap table tbody tr td:nth-of-type(2) {
    text-align: left
}

main#sub_page.about.client section.s02 article .wrap .content_wrap {
    width: 100%
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content {
    width: 100%;
    display: flex;
    gap: 300px
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap {
    max-width: 290px;
    width: 100%
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap p {
    font-size: 46px;
    font-weight: 600
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap {
    max-width: calc(100% - 300px - 290px);
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #bcbcbc
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li {
    width: calc(33.3333333333% - 13.3333333333px)
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure {
    width: 100%
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure .img_wrap {
    width: 100%;
    aspect-ratio: 288/90;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #bcbcbc;
    background-color: #fff
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure figcaption p {
    font-size: 22px;
    font-weight: 500
}

main#sub_page.about.client section.s02 article .wrap .content_wrap .content:nth-last-of-type(1) .right_wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

main#sub_page.technology.list_page section.s02 article .wrap .title_wrap {
    margin-bottom: 0
}

main#sub_page.technology.list_page section.s02 article .wrap .title_wrap h2 {
    line-height: 1.2
}

main#sub_page .title_wrap .marker_icon {
    width: 30px;
    min-width: 30px;
    object-fit: contain;
}

main#sub_page.technology.list_page section.s02 article .wrap .title_wrap h2 strong .bar {
    margin-bottom: 0
}

main#sub_page.technology.list_page.type_01 section.s03 {
    background-color: rgba(188, 188, 188, .1)
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content {
    width: 100%
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .title p {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul {
    width: 100%;
    display: flex;
    gap: 30px
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li {
    width: calc(33.3333333333% - 20px);
    width: 100%
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #bcbcbc;
    padding: 45px;
    gap: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure .img_wrap {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure .img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption {
    width: 100%
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption p {
    font-size: 22px;
    color: #12318b;
    font-weight: 500;
    margin-bottom: 15px
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul.eng_ul li figure {
    flex-wrap: wrap
}

main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .message {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px
}

main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap {
    width: 100%;
    margin-bottom: 100px
}

main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap>* {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.technology.list_page.type_02 section.s03 {
    background-color: rgba(188, 188, 188, .1)
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap {
    width: 100%;
    max-width: 480px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap {
    width: 100%;
    max-width: calc(100% - 480px - 120px)
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul {
    width: 100%
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li {
    width: 100%;
    margin-bottom: 80px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl {
    width: 100%
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dt {
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 5px
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd::before {
    content: "-";
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li:nth-last-of-type(1) {
    margin-bottom: 0
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content,
main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content {
    width: 100%;
    margin-top: 60px
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 20px;
    overflow: auto
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table {
    width: 100%;
    white-space: nowrap
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th,
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td,
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th,
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #bcbcbc;
    padding: 25px 25px
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th:nth-last-of-type(1),
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td:nth-last-of-type(1),
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th:nth-last-of-type(1),
main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td:nth-last-of-type(1) {
    border-right: none
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr {
    background-color: #0d7abd;
    border-bottom: 1px solid #bcbcbc
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th {
    color: #fff;
    font-weight: 600
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr {
    border-bottom: 1px solid #bcbcbc
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
    font-weight: 400
}

main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr:nth-last-of-type(1) {
    border-bottom: none
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li {
    width: calc(33.3333333333% - 20px);
    border: 1px solid #bcbcbc;
    border-radius: 20px;
    padding: 30px 30px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box {
    width: 100%;
    padding: 0 15px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    min-height: 55px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap .logo {
    width: 110px;
    min-width: 110px;
    height: 55px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap p {
    font-weight: 600
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap {
    width: 100%
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl {
    width: 100%
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl dd {
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl dd::before {
    content: "•";
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap {
    width: 100%;
    padding: 25px 15px 0;
    margin-top: 25px;
    border-top: 1px dashed #bcbcbc
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap p {
    font-weight: 600;
    margin-bottom: 10px
}

main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap span {
    font-weight: 300
}

/* 서동군 */
main#sub_page.product.list_page section.s02 article .wrap .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li {
    width: calc(25% - 22.5px);
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 65px;
    width: 100%;
    height: 100%;
    border: 1px solid #BCBCBC;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
}


main#sub_page.product.list_page section.s02 article .wrap .content ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 3px solid #12318B;
    border-radius: 20px;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a:hover p {
    color: #12318B;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a .img_wrap {
    width: 100%;
    aspect-ratio: 292 / 260;
    border-radius: 20px;
    overflow: hidden;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap {
    flex: 1;
    width: 100%;
}

main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap p {
    font-size: 24px;
    font-weight: 400;
}

main#sub_page.product.product_detail .back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

main#sub_page.product.product_detail .back_btn a{
    display: block;
    background-color: #12318B;
    border-radius: 15px;
    color: #fff;
    padding: 20px 85px;
    font-size: 24px;
    font-weight: 500;
}

main#sub_page.product.product_detail section.s02 {
    background-color: rgba(188, 188, 188, .1);
}

main#sub_page.product.product_detail section.s02 .content {
    width: 100%;
}

main#sub_page.product.product_detail section.s02 .content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

main#sub_page.product.product_detail section.s02 .content ul li {
    width: calc(25% - 30px);
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 20px;
    overflow: hidden;
}

main#sub_page.product.product_detail section.s02 .content ul li .img_wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
}

main#sub_page.product.product_detail section.s02 .content ul li .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#sub_page.product.product_detail section.s03 article .wrap .title_wrap div {
    font-size: 32px;
    font-weight: 500;
}

main#sub_page.product.product_detail section.s03 article .wrap .title_wrap p {
    font-size: 24px;
    line-height: 1.7;
    margin-top: 15px;
}

main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li {
    font-size: 24px;
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    margin-top: 0;
}

main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(17px);
    border-radius: 50%;
    background-color: #000;
}

/* main#sub_page.product.product_detail section.s03 article .wrap .title_wrap span:nth-of-type(n + 2) {
    margin-top: 0;
} */

main#sub_page.product.product_detail section.s03 article .wrap .img_wrap {
    width: 100%;
}

main#sub_page.product.product_detail section.s03 article .wrap .img_wrap>* {
    width: 100%;
    object-fit: contain;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .table_wrap.table_style table thead tr {
    border-bottom: 0;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .table_wrap.table_style table thead tr th.left{
    text-align: left;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a {
    display: flex;
    align-items: center;
    gap: 10px;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a p {
    font-size: 18px;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a .download_icon {
    width: 20px;
    min-width: 20px;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a .download_icon img {
    width: 100%;
    object-fit: contain;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content {
    padding-block: 60px 100px;
    padding-inline: 170px;
    border-bottom: 1px solid #BCBCBC;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p {
    font-size: 18px;
    color: #7f7f7f;
    line-height: 1.7;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p strong {
    font-weight: bolder;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn a{
    display: block;
    background-color: #12318B;
    border-radius: 15px;
    color: #fff;
    padding: 20px 85px;
    font-size: 24px;
    font-weight: 500;
}

main#sub_page.contact.inquiry section.s02 article .wrap form {
    width: 100%;
    border-top: 3px solid #12318b
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap {
    width: calc(50% - 0px);
    border-bottom: 1px solid #f3f3f3
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 25px 80px
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label p {
    width: 100px;
    min-width: 100px
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label input,
main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea {
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    outline: unset
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label input::-moz-placeholder,
main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea::-moz-placeholder {
    color: #7f7f7f
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label input::placeholder,
main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea::placeholder {
    color: #7f7f7f
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea {
    height: 300px
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap.full {
    width: 100%
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 80px
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: relative
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label .icon {
    width: 23px;
    min-width: 23px;
    position: relative
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label .icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label .icon img.active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label p {
    font-size: 18px;
    font-weight: 500;
    color: #7f7f7f;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label:has(input:checked) .icon img {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label:has(input:checked) .icon img.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label:has(input:checked) p {
    color: #12318b
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 10px 7px 20px;
    border: 1px solid rgba(127, 127, 127, .5);
    border-radius: 7px;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #7f7f7f;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a .icon {
    min-width: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a .icon img {
    width: 100%;
    transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -ms-transition: .15s;
    -o-transition: .15s
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a .icon img.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a:hover {
    border-color: #12318b;
    background-color: #12318b
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a:hover span {
    color: #fff
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a:hover .icon img {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a:hover .icon img.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px
}

main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 80px;
    background-color: #12318b;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 60px
}

main#sub_page.member.privacy section.s02 article .wrap .box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #ebebeb
}

main#sub_page.member.privacy section.s02 article .wrap .box h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

main#sub_page.member.privacy section.s02 article .wrap .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

main#sub_page.member.privacy section.s02 article .wrap .box p:has(strong) {
    margin-top: 20px
}

main#sub_page.member.privacy section.s02 article .wrap .box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #12318b;
    margin-bottom: 10px
}

.popup_style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 3%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup_style .popup_wrap {
    width: 100%;
    max-height: 80vh;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 50px
}

.popup_style .popup_wrap .close {
    width: 35px;
    position: absolute;
    right: 0;
    top: 0
}

.popup_style .popup_wrap .close img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.popup_style.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.table_style table {
    width: 100%;
    border-top: 2px solid #000
}

.table_style table thead,
.table_style table tbody {
    width: 100%
}

.table_style table thead tr,
.table_style table tbody tr {
    width: 100%;
    border-bottom: 1px solid #bcbcbc
}

.table_style table thead tr th,
.table_style table thead tr td,
.table_style table tbody tr th,
.table_style table tbody tr td {
    font-weight: 400;
    padding: 25px 15px;
    line-height: 1;
    font-size: 18px;
    text-align: center
}

.table_style table thead tr th a:not([download]),
.table_style table thead tr td a:not([download]),
.table_style table tbody tr th a:not([download]),
.table_style table tbody tr td a:not([download]) {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: wrap;
    text-align: left
}

.table_style table thead tr th a[download] img,
.table_style table thead tr td a[download] img,
.table_style table tbody tr th a[download] img,
.table_style table tbody tr td a[download] img {
    min-width: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.table_style table thead tr td,
.table_style table tbody tr td {
    color: #7f7f7f
}

.table_style table thead tr {
    background-color: #f3f3f3
}

.table_style table tbody tr {
    background-color: #fff
}

.pagination_style {
    margin-top: 100px
}

.pagination_style .page_btn {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.pagination_style .page_btn .btn_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa
}

.pagination_style .page_btn .btn_box a svg path {
    stroke: #aaa
}

.pagination_style .page_btn .btn_box a:hover {
    color: #000
}

.pagination_style .page_btn .btn_box a:hover svg path {
    stroke: #000
}

.pagination_style .page_btn .num_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0
}

.pagination_style .page_btn .num_box a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    border: none;
    color: #000
}

.pagination_style .page_btn .num_box a.active {
    background-color: #000;
    color: #fff
}

.pagination_style .page_btn .num_box a.active:hover {
    background-color: #000;
    color: #fff
}

.pagination_style .page_btn .num_box a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000
}

@media(max-width: calc(1520px + 6vw)) {
    main section:not(.s01) article {
        padding: 0 3%;
        margin: 0;
        max-width: 100%
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption {
        padding: 0 3%;
        margin: 0;
        max-width: 100%
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
        font-size: 72px;
        margin-bottom: 30px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption p {
        font-size: 24px
    }

    main#main_page section.s01 article .wrap .swiper-controls {
        max-width: 100%;
        padding: 0 3%;
        bottom: 150px
    }

    main#main_page section.s01 article .wrap .swiper-controls .pagination {
        gap: 30px
    }

    main#main_page section:not(.s01) {
        padding-bottom: 100px
    }

    main#main_page section:not(.s01).padding_top {
        padding-top: 100px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap h2 {
        font-size: 50px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap p {
        font-size: 26px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap span {
        font-size: 20px
    }

    main#main_page section:not(.s01) article .wrap .more {
        font-size: 18px
    }

    main#main_page section.s02 article .wrap figure {
        gap: 80px
    }

    main#main_page section.s02 article .wrap figure .img_wrap {
        width: 40%;
        min-width: 400px;
        border-radius: 30px 30px 0 30px
    }

    main#main_page section.s03 article .wrap ul {
        gap: 10px
    }

    main#main_page section.s03 article .wrap ul li {
        width: calc(33.3333333333% - 6.6666666667px)
    }

    main#main_page section.s03 article .wrap ul li figure {
        min-height: 300px;
        border-radius: 20px;
        padding: 40px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text {
        margin-bottom: 60px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text p {
        font-size: 38px;
        margin-bottom: 25px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text span {
        font-size: 20px
    }

    main#main_page section.s03 article .bg_glow {
        width: 800px;
        height: 800px;
        right: -200px;
        top: 200px
    }

    main#main_page section.s04 article .top_wrap .title p {
        font-size: 20px
    }

    main#main_page section.s04 article .top_wrap .title h2 {
        font-size: 38px
    }

    main#main_page section.s04 article .wrap ul {
        gap: 60px
    }

    main#main_page section.s04 article .wrap ul li {
        width: calc(50% - 30px)
    }

    main#main_page section.s04 article .wrap ul li figure .img_wrap {
        margin-bottom: 50px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption p {
        font-size: 38px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption span {
        font-size: 20px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption .more {
        margin-top: 40px
    }

    main#main_page section.s04 article .bg_glow {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -300px
    }

    main#sub_page section {
        padding-bottom: 60px
    }

    main#sub_page section.padding_top {
        padding-top: 60px
    }

    main#sub_page section:nth-last-of-type(1) {
        padding-bottom: 180px
    }

    main#sub_page section article .wrap .title_wrap h2 {
        font-size: 40px;
        margin-bottom: 10px
    }

    main#sub_page .title_wrap .marker_icon {
        width: 30px;
        min-width: 30px;
    }

    main#sub_page section article .wrap .title_wrap p {
        font-size: 28px
    }

    main#sub_page section article .wrap .title_wrap span {
        font-size: 20px
    }

    main#sub_page section article .wrap .title_wrap span strong.fs_up {
        font-size: 24px;
    }

    main#sub_page section article .wrap .title_wrap .bar {
        width: 40px;
        min-width: 40px;
        height: 8px
    }

    main#sub_page section.s01 {
        padding-top: 150px
    }

    main#sub_page section.s01 article {
        padding: 0 3%;
        margin: 0;
        max-width: 100%
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li {
        font-size: 16px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.home {
        margin-right: 20px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.arrow {
        width: 6px;
        min-width: 6px;
        margin: 0 20px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li .sub_menu ul {
        border-radius: 8px;
        padding: 20px 40px 20px 30px
    }

    main#sub_page section.s01 article .wrap .img_wrap {
        height: 380px;
        border-radius: 50px
    }

    main#sub_page section.s02 article .bg_glow.glow_1 {
        width: 600px;
        height: 600px;
        right: -200px;
        top: -400px
    }

    main#sub_page section.s02 article .bg_glow.glow_2 {
        display: none
    }
    
    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap {
        margin-top: 160px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .info_text {
        font-size: 18px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content {
        margin-bottom: 140px;
        gap: 80px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap {
        max-width: 300px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 38px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap {
        max-width: calc(100% - 80px - 300px)
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap p {
        font-size: 19px;
        margin-bottom: 40px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li {
        margin-bottom: 40px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box {
        margin-bottom: 40px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul li {
        font-size: 18px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap {
        margin-top: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a span {
        font-size: 18px
    }

    main#sub_page.about.location section.s02 article .wrap .content .map {
        height: 460px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box {
        gap: 60px;
        padding: 60px 60px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box p {
        max-width: 380px;
        font-size: 32px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl {
        max-width: calc(100% - 380px - 60px)
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd {
        font-size: 19px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content {
        gap: 100px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap {
        max-width: 40%;
        width: 100%;
        border-radius: 50px 50px 0 50px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap {
        max-width: calc(60% - 100px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc {
        gap: 40px;
        padding-bottom: 50px;
        padding-left: 30px;
        margin-bottom: 50px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc .year {
        font-size: 24px;
        max-width: 80px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul {
        max-width: calc(100% - 40px - 80px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li {
        gap: 30px;
        margin-bottom: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li .month {
        font-size: 24px;
        max-width: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl {
        width: calc(100% - 30px - 30px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd {
        font-size: 19px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line {
        left: calc(40% + 50px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle {
        width: 8px;
        height: 8px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle span {
        width: 40px;
        height: 40px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap {
        gap: 80px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap {
        /* max-width: 300px */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li {
        /* margin-bottom: 20px */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li a {
        /* font-size: 24px;
        padding: 25px 15px;
        border-radius: 15px */
    }
    main#sub_page.about.cert section.s02 article .wrap .content_wrap .table_style {
        margin: 40px 0 80px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap {
        /* max-width: calc(100% - 80px - 300px) */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul {
        gap: 40px 20px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure .img_wrap {
        padding: 10px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption {
        margin-top: 10px;
    }
    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption p{
        font-size: 16px;
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content {
        gap: 100px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap {
        max-width: 240px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 52px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap {
        max-width: calc(100% - 100px - 240px)
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure figcaption p {
        font-size: 16px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .title p {
        font-size: 24px;
        margin-bottom: 25px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul {
        gap: 30px;
        flex-wrap: wrap
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li {
        width: calc(50% - 15px)
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure {
        border-radius: 15px;
        padding: 30px;
        gap: 40px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure .img_wrap {
        width: 50px;
        min-width: 50px;
        height: 50px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption p {
        font-size: 20px;
        margin-bottom: 10px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption span {
        font-size: 18px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .message {
        font-size: 18px
    }

    main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap {
        margin-bottom: 80px;
        overflow-x: auto
    }

    main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap>* {
        min-width: 800px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap {
        gap: 80px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap {
        max-width: 400px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap {
        margin-bottom: 25px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap {
        max-width: calc(100% - 400px - 80px)
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li {
        margin-bottom: 60px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dt {
        font-size: 32px;
        margin-bottom: 25px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd {
        font-size: 19px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content,
    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content {
        margin-top: 50px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap {
        border-radius: 15px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
        font-size: 19px;
        padding: 20px 25px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul {
        gap: 20px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li {
        width: calc(33.3333333333% - 13.3333333333px);
        padding: 25px;
        font-size: 19px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box {
        padding: 0
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap {
        gap: 20px;
        margin-bottom: 20px;
        min-height: 50px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap .logo {
        width: 90px;
        min-width: 90px;
        height: 50px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl dd {
        gap: 8px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap {
        padding: 20px 0 0;
        margin-top: 20px
    }

    /* 서동군 */
    main#sub_page.product.list_page section.s02 article .wrap .content ul {
        gap: 30px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li {
        width: calc(25% - 30px);
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a {
        gap: 65px;
        padding: 30px 30px 50px 30px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap p {
        font-size: 20px;
    }

    main#sub_page.product.product_detail .back_btn {
        margin-top: 60px;
    }

    main#sub_page.product.product_detail .back_btn a{
        padding: 20px 70px;
        font-size: 20px;
    }

    main#sub_page.product.product_detail section.s02 {
        background-color: rgba(188, 188, 188, .1);
    }

    main#sub_page.product.product_detail section.s02 .content {
        width: 100%;
    }

    main#sub_page.product.product_detail section.s02 .content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    main#sub_page.product.product_detail section.s02 .content ul li {
        width: calc(25% - 30px);
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap div {
        font-size: 28px;
    }
    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap p {
        font-size: 20px;
        margin-top: 15px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li {
        font-size: 20px;
        padding-left: 15px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li::before {
        transform: translateY(15px);
    }

    main#sub_page.product.product_detail section.s03 article .wrap .img_wrap {
        overflow-x: auto;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .img_wrap>* {
        min-width: 800px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a p {
        font-size: 18px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content {
        padding-block: 60px 80px;
        padding-inline: 130px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p {
        font-size: 18px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn {
        margin-top: 60px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn a{
        padding: 20px 70px;
        font-size: 20px;
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label {
        font-size: 18px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label p {
        font-size: 18px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap button {
        font-size: 18px
    }

    .table_style table thead tr th,
    .table_style table thead tr td,
    .table_style table tbody tr th,
    .table_style table tbody tr td {
        font-size: 18px
    }
}

@media(max-width: 1024px) {
    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
        font-size: 52px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption p {
        font-size: 20px
    }

    main#main_page section.s01 article .wrap .swiper-controls {
        bottom: 130px
    }

    main#main_page section.s01 article .wrap .swiper-controls .autoplay_progress {
        width: 100px;
        margin: 0 20px 0 13px
    }

    main#main_page section.s01 article .wrap .swiper-controls .pagination {
        gap: 20px
    }

    main#main_page section.s01 article .wrap .swiper-controls .pagination .swiper-pagination-bullet {
        font-size: 16px
    }

    main#main_page section:not(.s01) {
        padding-bottom: 100px
    }

    main#main_page section:not(.s01).padding_top {
        padding-top: 100px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap h2 {
        font-size: 42px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap p {
        font-size: 22px;
        margin-top: 20px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap span {
        font-size: 20px;
        margin-top: 30px
    }

    main#main_page section:not(.s01) article .wrap .top_wrap {
        gap: 30px;
        margin-bottom: 50px
    }

    main#main_page section:not(.s01) article .wrap .more {
        font-size: 16px;
        padding: 13px 30px
    }

    main#main_page section.s02 article .bg_glow {
        width: 500px;
        height: 500px;
        left: -200px;
        top: -300px
    }

    main#main_page section.s02 article .wrap figure {
        gap: 60px;
        flex-wrap: wrap
    }

    main#main_page section.s02 article .wrap figure .img_wrap {
        width: 100%;
        min-width: unset
    }

    main#main_page section.s03 article .wrap ul {
        gap: 20px
    }

    main#main_page section.s03 article .wrap ul li {
        width: 100%
    }

    main#main_page section.s03 article .wrap ul li figure {
        min-height: unset;
        padding: 50px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text {
        margin-bottom: 60px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text p {
        font-size: 32px;
        margin-bottom: 25px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text span {
        font-size: 18px
    }

    main#main_page section.s03 article .bg_glow {
        right: -200px;
        top: unset;
        bottom: -200px
    }

    main#main_page section.s04 article .top_wrap .title p {
        font-size: 18px
    }

    main#main_page section.s04 article .top_wrap .title h2 {
        font-size: 32px
    }

    main#main_page section.s04 article .wrap ul {
        gap: 30px
    }

    main#main_page section.s04 article .wrap ul li {
        width: calc(50% - 15px)
    }

    main#main_page section.s04 article .wrap ul li figure .img_wrap {
        border-radius: 15px;
        margin-bottom: 30px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption p {
        font-size: 32px;
        margin-bottom: 20px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption span {
        font-size: 18px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption .more {
        margin-top: 30px
    }

    main#main_page section.s04 article .bg_glow {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -300px
    }

    main#sub_page section {
        padding-bottom: 60px
    }

    main#sub_page section.padding_top {
        padding-top: 60px
    }

    main#sub_page section:nth-last-of-type(1) {
        padding-bottom: 140px
    }

    main#sub_page section article .wrap .title_wrap h2 {
        font-size: 32px;
        margin-bottom: 10px
    }

    main#sub_page .title_wrap .marker_icon {
        width: 26px;
        min-width: 26px;
    }

    main#sub_page section article .wrap .title_wrap p {
        font-size: 24px
    }

    main#sub_page section article .wrap .title_wrap span {
        font-size: 18px
    }

    main#sub_page section article .wrap .title_wrap span strong.fs_up {
        font-size: 20px;
    }

    main#sub_page section article .wrap .title_wrap .bar {
        width: 35px;
        min-width: 35px;
        height: 7px
    }

    main#sub_page section article .wrap .title_wrap.margin_bottom {
        margin-bottom: 60px
    }

    main#sub_page section.s01 {
        padding-top: 140px
    }

    main#sub_page section.s01 article .wrap .top_wrap {
        margin-bottom: 40px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.home {
        margin-bottom: 1px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path>ul>li.arrow {
        margin-bottom: 1px
    }

    main#sub_page section.s01 article .wrap .img_wrap {
        height: 300px;
        border-radius: 40px
    }

    main#sub_page section.s02 article .bg_glow.glow_1 {
        width: 400px;
        height: 400px;
        right: -200px;
        top: -300px
    }

    main#sub_page.about.vision section.s02 article .wrap ul {
        margin-top: 100px;
        gap: 20px
    }

    main#sub_page.about.vision section.s02 article .wrap ul li {
        width: calc(50% - 10px)
    }

    main#sub_page.about.vision section.s02 article .wrap ul li figure .img_wrap {
        width: 100px;
        height: 100px
    }

    main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption {
        margin-top: 30px
    }

    main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption p {
        font-size: 42px;
        margin-bottom: 20px
    }

    main#sub_page.about.vision section.s02 article .wrap ul li figure figcaption span {
        font-size: 16px
    }

    main#sub_page.about.vision section.s03 article .wrap ul {
        gap: 30px
    }

    main#sub_page.about.vision section.s03 article .wrap ul li {
        width: calc(50% - 15px)
    }

    main#sub_page.about.vision section.s03 article .wrap ul li figure {
        padding: 80px 20px
    }

    main#sub_page.about.vision section.s03 article .wrap ul li figure figcaption p {
        font-size: 32px;
        margin-bottom: 30px
    }

    main#sub_page.about.vision section.s03 article .wrap ul li figure figcaption span {
        font-size: 16px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap {
        margin-top: 100px;
        overflow-x: auto;
        padding-bottom: 10px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap img {
        min-width: 1000px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .info_text {
        margin-top: 40px;
        font-size: 16px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content {
        margin-bottom: 100px;
        gap: 30px;
        flex-wrap: wrap
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap {
        max-width: 100%
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 32px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap {
        max-width: 100%
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap p {
        font-size: 16px;
        margin-bottom: 30px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li {
        margin-bottom: 30px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box {
        margin-bottom: 30px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul li {
        height: 130px;
        padding: 20px;
        font-size: 16px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a {
        width: 200px;
        gap: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a span {
        font-size: 16px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a .icon {
        width: 18px;
        min-width: 18px
    }

    main#sub_page.about.location section.s02 article .wrap .content .map {
        height: 380px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box {
        margin-top: 25px;
        gap: 30px;
        padding: 50px 50px;
        flex-wrap: wrap
    }

    main#sub_page.about.location section.s02 article .wrap .content .box p {
        max-width: 100%;
        font-size: 26px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl {
        max-width: 100%
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd {
        font-size: 16px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd a {
        gap: 10px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd a strong {
        width: 40px;
        min-width: 40px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content {
        gap: 60px;
        flex-wrap: wrap;
        padding-left: 10%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap {
        max-width: 100%;
        width: 100%;
        border-radius: 50px 50px 0 50px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap {
        max-width: 100%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc {
        gap: 40px;
        padding-bottom: 50px;
        padding-left: 30px;
        margin-bottom: 50px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc .year {
        font-size: 22px;
        max-width: 80px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul {
        max-width: calc(100% - 40px - 80px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li {
        gap: 30px;
        margin-bottom: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li .month {
        font-size: 22px;
        max-width: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl {
        width: calc(100% - 30px - 30px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd {
        font-size: 16px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line {
        left: 3%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle {
        width: 8px;
        height: 8px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle span {
        width: 40px;
        height: 40px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap {
        /* gap: 60px;
        flex-wrap: wrap */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap {
        /* max-width: 100% */
        /* margin-bottom: 20px; */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul {}

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li {
        width: calc(50% - 10px);
        /* margin-bottom: 20px; */
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li a {
        font-size: 22px;
        padding: 25px 15px;
        border-radius: 15px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .table_style {
        margin: 30px 0 60px;
    }


    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap {
        max-width: 100%
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul {
        gap: 50px 20px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li {
        width: calc(100% / 4 - 20px * 3 / 4);
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure .img_wrap {
        padding: 20px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption {
        margin-top: 20px;
    }
    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption p{
        font-size: 16px;
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content {
        gap: 40px;
        flex-wrap: wrap
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap {
        max-width: 100%
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 38px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap {
        max-width: 100%;
        margin-bottom: 80px;
        padding-bottom: 80px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure figcaption p {
        font-size: 16px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .title p {
        font-size: 22px;
        margin-bottom: 20px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul {
        gap: 15px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li {
        width: calc(50% - 7.5px)
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure {
        padding: 30px;
        gap: 30px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure .img_wrap {
        width: 45px;
        min-width: 45px;
        height: 45px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption p {
        font-size: 18px;
        margin-bottom: 10px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption span {
        font-size: 16px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .message {
        font-size: 16px;
        margin-top: 15px
    }

    main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap {
        margin-bottom: 60px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap {
        gap: 50px;
        flex-wrap: wrap
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap {
        width: calc(50% - 15px);
        border-radius: 15px;
        margin-bottom: 0
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap {
        max-width: 100%
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li {
        margin-bottom: 50px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dt {
        font-size: 26px;
        margin-bottom: 20px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd {
        font-size: 16px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content,
    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content {
        margin-top: 40px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
        font-size: 16px;
        padding: 18px 20px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul {
        gap: 30px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li {
        width: calc(50% - 15px);
        padding: 30px;
        font-size: 16px
    }

    /* 서동군 */
    main#sub_page.product.list_page section.s02 article .wrap .content ul {
        gap: 20px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li {
        width: calc(50% - 10px);
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a {
        gap: 30px;
        padding: 20px 20px 40px 20px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap p {
        font-size: 18px;
    }

    main#sub_page.product.product_detail .back_btn {
        margin-top: 60px;
    }

    main#sub_page.product.product_detail .back_btn a{
        padding: 20px 70px;
        font-size: 18px;
    }

    main#sub_page.product.product_detail section.s02 {
        background-color: rgba(188, 188, 188, .1);
    }

    main#sub_page.product.product_detail section.s02 .content {
        width: 100%;
    }

    main#sub_page.product.product_detail section.s02 .content ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    main#sub_page.product.product_detail section.s02 .content ul li {
        width: calc(33% - 8px);
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap div {
        font-size: 24px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap p {
        font-size: 18px;
        margin-top: 15px;
    }
    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li {
        font-size: 18px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li::before {
        transform: translateY(13px);
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a p {
        font-size: 16px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content {
        padding-block: 60px 80px;
        padding-inline: 10px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p {
        font-size: 16px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn {
        margin-top: 60px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn a{
        padding: 20px 70px;
        font-size: 18px;
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label {
        font-size: 16px;
        padding: 20px 40px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label p {
        width: 80px;
        min-width: 80px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap {
        padding: 20px 40px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label p {
        font-size: 16px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a span {
        font-size: 14px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap a .icon {
        min-width: 20px;
        width: 20px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap {
        margin-top: 30px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap button {
        padding: 15px 70px;
        font-size: 16px
    }

    .table_style table thead tr th,
    .table_style table thead tr td,
    .table_style table tbody tr th,
    .table_style table tbody tr td {
        padding: 20px 10px;
        font-size: 16px
    }
}

@media(max-width: 767px) {
    main#main_page section.s01 {
        height: 800px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
        font-size: 38px;
        margin-bottom: 25px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption p {
        font-size: 18px
    }

    main#main_page section.s01 article .wrap .swiper-controls {
        bottom: 110px
    }

    main#main_page section.s01 article .wrap .swiper-controls .pagination .swiper-pagination-bullet {
        font-size: 15px
    }

    main#main_page section:not(.s01) {
        padding-bottom: 80px
    }

    main#main_page section:not(.s01).padding_top {
        padding-top: 80px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap h2 {
        font-size: 36px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap p {
        font-size: 20px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap span {
        font-size: 16px
    }

    main#main_page section:not(.s01) article .wrap .top_wrap {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px
    }

    main#main_page section:not(.s01) article .wrap .more {
        font-size: 15px;
        padding: 13px 30px
    }

    main#main_page section.s02 article .bg_glow {
        width: 400px;
        height: 400px
    }

    main#main_page section.s02 article .wrap figure {
        gap: 40px
    }

    main#main_page section.s03 article .wrap ul li figure {
        padding: 40px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text {
        margin-bottom: 40px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text p {
        font-size: 26px;
        margin-bottom: 20px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text span {
        font-size: 17px
    }

    main#main_page section.s03 article .bg_glow {
        width: 600px;
        height: 600px;
        right: -200px;
        top: unset;
        bottom: -200px
    }

    main#main_page section.s04 article .top_wrap .title p {
        font-size: 17px
    }

    main#main_page section.s04 article .top_wrap .title h2 {
        font-size: 26px
    }

    main#main_page section.s04 article .wrap ul {
        gap: 60px
    }

    main#main_page section.s04 article .wrap ul li {
        width: calc(100% - 0px)
    }

    main#main_page section.s04 article .wrap ul li figure .img_wrap {
        border-radius: 20px;
        margin-bottom: 25px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption p {
        font-size: 26px;
        margin-bottom: 15px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption span {
        font-size: 17px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption .more {
        margin-top: 25px
    }

    main#main_page section.s04 article .bg_glow {
        width: 500px;
        height: 500px;
        left: -300px;
        top: -200px
    }

    main#sub_page section {
        padding-bottom: 60px
    }

    main#sub_page section.padding_top {
        padding-top: 60px
    }

    main#sub_page section:nth-last-of-type(1) {
        padding-bottom: 120px
    }

    main#sub_page section article .wrap .title_wrap h2 {
        font-size: 28px;
        margin-bottom: 10px
    }

    main#sub_page .title_wrap .marker_icon {
        width: 20px;
        min-width: 20px;
    }

    main#sub_page section article .wrap .title_wrap p {
        font-size: 22px
    }

    main#sub_page section article .wrap .title_wrap span {
        font-size: 16px;
        margin-top: 15px
    }

    main#sub_page section article .wrap .title_wrap span strong.fs_up {
        font-size: 18px;
    }

    main#sub_page section article .wrap .title_wrap .bar {
        width: 30px;
        min-width: 30px;
        height: 6px
    }

    main#sub_page section article .wrap .title_wrap.margin_bottom {
        margin-bottom: 40px
    }

    main#sub_page section.s01 {
        padding-top: 100px
    }

    main#sub_page section.s01 article .wrap .top_wrap {
        margin-bottom: 30px
    }

    main#sub_page section.s01 article .wrap .top_wrap .path {
        display: none
    }

    main#sub_page section.s01 article .wrap .img_wrap {
        height: 240px;
        border-radius: 30px
    }

    main#sub_page section.s02 article .bg_glow.glow_1 {
        width: 300px;
        height: 300px;
        right: -150px;
        top: -200px
    }

    /* 서동군 */
    main#sub_page.about.vision section.s04 article .wrap .img_wrap {
        display: none;
    }

    main#sub_page.about.vision section.s04 article .wrap .img_wrap_m {
        display: block;
    }
    
    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap {
        margin-top: 80px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .info_text {
        margin-top: 30px;
        font-size: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content {
        margin-bottom: 80px;
        gap: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 26px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap p {
        font-size: 15px;
        margin-bottom: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li {
        margin-bottom: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box {
        margin-bottom: 20px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box p {
        margin-bottom: 5px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul {
        gap: 10px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul li {
        height: 100px;
        padding: 15px;
        font-size: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap {
        margin-top: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a {
        width: 180px;
        gap: 15px;
        padding: 13px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a span {
        font-size: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a .icon {
        width: 16px;
        min-width: 16px
    }

    main#sub_page.about.location section.s02 article .wrap .content .map {
        height: 300px;
        border-radius: 15px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box {
        margin-top: 20px;
        gap: 20px;
        padding: 40px;
        border-radius: 15px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box p {
        font-size: 24px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd {
        font-size: 15px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd a {
        gap: 5px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content {
        gap: 50px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap {
        border-radius: 40px 40px 0 40px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap {
        max-width: 100%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc {
        gap: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        margin-bottom: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc .year {
        font-size: 20px;
        max-width: 60px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul {
        max-width: calc(100% - 30px - 60px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li {
        gap: 20px;
        margin-bottom: 20px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li .month {
        font-size: 20px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl {
        width: calc(100% - 30px - 20px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd {
        font-size: 15px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap {
        /* gap: 30px */
        margin-bottom: 25px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul {
        gap: 15px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li {
        width: calc(50% - 7.5px)
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li a {
        font-size: 18px;
        padding: 20px 10px;
        border-radius: 10px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .table_style {
        margin: 30px 0 60px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul {
        gap: 40px 15px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li {
        width: calc(100% / 3 - 15px * 2 / 3);
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure .img_wrap {
        padding: 10px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption {
        margin-top: 15px;
    }
    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li figure figcaption p{
        font-size: 16px;
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content {
        gap: 30px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 30px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap {
        max-width: 100%;
        margin-bottom: 60px;
        padding-bottom: 60px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul {
        gap: 40px 20px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li {
        width: calc(50% - 10px)
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure .img_wrap {
        margin-bottom: 15px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure figcaption p {
        font-size: 15px
    }

    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table colgroup col:nth-of-type(1) {
        display: none
    }

    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table colgroup col:nth-last-of-type(1) {
        width: 15%
    }

    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table thead tr th:nth-of-type(1),
    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table thead tr td:nth-of-type(1),
    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table tbody tr th:nth-of-type(1),
    main#sub_page.board.list_page section.s02 article .wrap .table_wrap table tbody tr td:nth-of-type(1) {
        display: none
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .title p {
        font-size: 20px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul {
        gap: 20px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li {
        width: calc(100% - 0px)
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure {
        border-radius: 10px;
        padding: 25px 30px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption p {
        font-size: 17px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption span {
        font-size: 15px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .message {
        font-size: 15px
    }

    main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap {
        margin-bottom: 40px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap {
        gap: 40px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap {
        gap: 20px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap {
        width: calc(50% - 10px);
        border-radius: 10px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li {
        margin-bottom: 40px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dt {
        font-size: 24px;
        margin-bottom: 15px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd {
        font-size: 15px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content,
    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content {
        margin-top: 30px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap {
        border-radius: 10px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
        font-size: 15px;
        padding: 15px 20px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul {
        gap: 15px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li {
        width: calc(50% - 7.5px);
        padding: 25px;
        font-size: 15px;
        border-radius: 15px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap {
        gap: 20px;
        min-height: 90px;
        flex-wrap: wrap
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap .logo {
        width: 100%;
        min-width: unset;
        max-width: 90px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl dd {
        gap: 5px
    }

    /* 서동군 */
    main#sub_page.product.list_page section.s02 article .wrap .content ul {
        gap: 20px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li {
        width: calc(50% - 10px);
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a {
        gap: 30px;
        padding: 20px 20px 30px 20px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap p {
        font-size: 16px;
    }

    main#sub_page.product.product_detail .back_btn {
        margin-top: 60px;
    }

    main#sub_page.product.product_detail .back_btn a{
        padding: 20px 60px;
        font-size: 16px;
    }

    main#sub_page.product.product_detail section.s02 .content ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    main#sub_page.product.product_detail section.s02 .content ul li {
        width: calc(33% - 9px);
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap div {
        font-size: 22px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap p {
        font-size: 16px;
        margin-top: 15px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li {
        font-size: 16px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li::before {
        transform: translateY(11px);
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .table_wrap table thead tr th:nth-of-type(3) {
        width: 20%;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a p {
        font-size: 15px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content {
        padding-block: 40px;
        padding-inline: 10px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p {
        font-size: 15px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn {
        margin-top: 60px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn a{
        padding: 20px 60px;
        font-size: 16px;
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap {
        width: calc(100% - 0px)
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label {
        font-size: 15px;
        padding: 20px 30px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label p {
        width: 80px;
        min-width: 80px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea {
        height: 200px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap {
        gap: 13px;
        padding: 20px 30px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label .icon {
        width: 23px;
        min-width: 23px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label p {
        font-size: 15px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap {
        margin-top: 25px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap button {
        font-size: 15px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box {
        padding: 40px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box p {
        font-size: 16px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box p:has(strong) {
        margin-top: 15px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box h5 {
        font-size: 20px
    }

    .table_style table thead tr th,
    .table_style table thead tr td,
    .table_style table tbody tr th,
    .table_style table tbody tr td {
        padding: 20px 10px;
        font-size: 15px
    }

    .table_style table thead tr th a[download] img,
    .table_style table thead tr td a[download] img,
    .table_style table tbody tr th a[download] img,
    .table_style table tbody tr td a[download] img {
        min-width: 18px;
        width: 18px
    }
}

@media(max-width: 450px) {
    main#main_page section.s01 {
        height: 600px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    main#main_page section.s01 article .wrap .swiper .swiper-wrapper .swiper-slide figure figcaption p {
        font-size: 16px
    }

    main#main_page section.s01 article .wrap .swiper-controls {
        bottom: 100px
    }

    main#main_page section.s01 article .wrap .swiper-controls .autoplay_button {
        width: 25px;
        height: 25px;
        min-width: 25px
    }

    main#main_page section.s01 article .wrap .swiper-controls .autoplay_button>div img {
        height: 9px
    }

    main#main_page section:not(.s01) {
        padding-bottom: 80px
    }

    main#main_page section:not(.s01).padding_top {
        padding-top: 80px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap h2 {
        font-size: 28px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap p {
        font-size: 18px;
        margin-top: 15px
    }

    main#main_page section:not(.s01) article .wrap .title_wrap span {
        font-size: 14px;
        margin-top: 20px
    }

    main#main_page section:not(.s01) article .wrap .top_wrap {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px
    }

    main#main_page section:not(.s01) article .wrap .top_wrap .title_wrap {
        width: 100%
    }

    main#main_page section:not(.s01) article .wrap .more {
        font-size: 14px;
        padding: 10px 25px
    }

    main#main_page section.s02 article .bg_glow {
        width: 400px;
        height: 400px
    }

    main#main_page section.s02 article .wrap figure {
        gap: 30px
    }

    main#main_page section.s02 article .wrap figure .img_wrap {
        border-radius: 15px 15px 0 15px
    }

    main#main_page section.s03 article .wrap ul li figure {
        border-radius: 15px;
        padding: 30px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text {
        margin-bottom: 30px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text p {
        font-size: 22px;
        margin-bottom: 15px
    }

    main#main_page section.s03 article .wrap ul li figure figcaption .text span {
        font-size: 16px
    }

    main#main_page section.s03 article .bg_glow {
        width: 500px;
        height: 500px;
        right: -200px;
        top: unset;
        bottom: -200px
    }

    main#main_page section.s04 article .top_wrap .title p {
        font-size: 16px;
        margin-bottom: 10px
    }

    main#main_page section.s04 article .top_wrap .title h2 {
        font-size: 22px
    }

    main#main_page section.s04 article .wrap ul {
        gap: 40px
    }

    main#main_page section.s04 article .wrap ul li {
        width: calc(100% - 0px)
    }

    main#main_page section.s04 article .wrap ul li figure .img_wrap {
        border-radius: 10px;
        margin-bottom: 20px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption p {
        font-size: 22px;
        margin-bottom: 10px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption span {
        font-size: 16px
    }

    main#main_page section.s04 article .wrap ul li figure figcaption .more {
        margin-top: 20px
    }

    main#main_page section.s04 article .bg_glow {
        width: 300px;
        height: 300px;
        left: -200px;
        top: -150px
    }

    main#sub_page section {
        padding-bottom: 40px;
    }

    main#sub_page section.padding_top {
        padding-top: 40px;
    }

    main#sub_page section:nth-last-of-type(1) {
        padding-bottom: 80px
    }

    main#sub_page section article .wrap .title_wrap h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    main#sub_page .title_wrap .marker_icon {
        width: 18px;
        min-width: 18px;
    }

    main#sub_page section article .wrap .title_wrap p {
        font-size: 18px
    }

    main#sub_page section article .wrap .title_wrap span {
        font-size: 14px
    }

    main#sub_page section article .wrap .title_wrap span strong.fs_up {
        font-size: 16px;
    }

    main#sub_page section article .wrap .title_wrap .bar {
        width: 25px;
        min-width: 25px;
        height: 5px
    }

    main#sub_page section article .wrap .title_wrap.margin_bottom {
        margin-bottom: 30px
    }

    main#sub_page section.s01 {
        padding-top: 100px;
    }

    main#sub_page section.s01 article .wrap .top_wrap {
        margin-bottom: 20px
    }

    main#sub_page section.s01 article .wrap .img_wrap {
        height: 180px;
        border-radius: 20px
    }

    main#sub_page section.s02 article .bg_glow.glow_1 {
        width: 200px;
        height: 200px;
        right: -100px;
        top: -150px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap {
        margin-top: 60px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .img_wrap img {
        min-width: 800px
    }

    main#sub_page.about.organization section.s02 article .wrap .content .info_text {
        margin-top: 20px;
        font-size: 14px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content {
        margin-bottom: 60px;
        gap: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 22px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap p {
        font-size: 14px;
        margin-bottom: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .img_box li {
        margin-bottom: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box {
        margin-bottom: 15px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box p {
        margin-bottom: 5px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul {
        gap: 10px;
        flex-wrap: wrap
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .color_box ul li {
        height: 80px;
        font-size: 14px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap {
        margin-top: 10px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a {
        width: 100%;
        gap: 10px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a span {
        font-size: 14px
    }

    main#sub_page.about.ci section.s02 article .wrap .content_wrap .content .right_wrap .button_wrap a .icon {
        width: 14px;
        min-width: 14px
    }

    main#sub_page.about.location section.s02 article .wrap .content .map {
        height: 240px;
        border-radius: 10px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box {
        gap: 15px;
        padding: 30px;
        border-radius: 10px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box p {
        font-size: 20px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd {
        font-size: 14px;
        margin-bottom: 8px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd a {
        gap: 10px
    }

    main#sub_page.about.location section.s02 article .wrap .content .box dl dd a strong {
        width: 30px;
        min-width: 30px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content {
        gap: 40px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .img_wrap {
        border-radius: 20px 20px 0 20px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc {
        gap: 20px;
        padding-bottom: 30px;
        padding-left: 15px;
        margin-bottom: 30px;
        flex-wrap: wrap
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc .year {
        font-size: 18px;
        max-width: 100%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul {
        max-width: 100%
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li {
        gap: 15px;
        margin-bottom: 15px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li .month {
        font-size: 18px;
        max-width: 25px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl {
        width: calc(100% - 25px - 15px)
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .history_content .right_wrap .desc ul li dl dd {
        font-size: 14px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle {
        width: 5px;
        height: 5px
    }

    main#sub_page.about.history section.s02 article .wrap .history_wrap .line .fill .circle span {
        width: 30px;
        height: 30px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap {
        /* gap: 20px */
        margin-bottom: 20px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul {
        gap: 10px;
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .left_wrap ul li a {
        font-size: 16px;
        padding: 17px 10px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul {
        gap: 30px 15px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .right_wrap .swiper .swiper-wrapper .swiper-slide ul li {
        width: calc(100% / 2 - 15px * 1 / 2);
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content {
        gap: 20px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .left_wrap p {
        font-size: 26px
    }

    main#sub_page.about.cert section.s02 article .wrap .content_wrap .table_style {
        margin: 20px 0 40px;
        table{
            thead,tbody{
                tr{
                    td,th{
                        padding: 15px;
                        &.left{
                            padding-left: 30px;
                        }
                    }
                }
            }
        }
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap {
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul {
        gap: 30px 20px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li {
        width: calc(100% - 0px)
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure .img_wrap {
        margin-bottom: 15px
    }

    main#sub_page.about.client section.s02 article .wrap .content_wrap .content .right_wrap ul li figure figcaption p {
        font-size: 14px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .title p {
        font-size: 18px;
        margin-bottom: 15px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure {
        border-radius: 10px;
        padding: 20px 25px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure .img_wrap {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption p {
        font-size: 16px;
        margin-bottom: 8px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content ul li figure figcaption span {
        font-size: 14px
    }

    main#sub_page.technology.list_page.type_01 section.s03 article .wrap .content .message {
        font-size: 14px;
        margin-top: 10px
    }

    main#sub_page.technology.list_page.type_01 section.s04 article .wrap .img_wrap {
        margin-bottom: 30px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap {
        gap: 30px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap {
        gap: 20px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .left_wrap .img_wrap {
        width: calc(100% - 0px)
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li {
        margin-bottom: 30px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dt {
        font-size: 20px;
        margin-bottom: 10px
    }

    main#sub_page.technology.list_page.type_02 section.s03 article .wrap .right_wrap ul li dl dd {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 3px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content,
    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content {
        margin-top: 25px
    }

    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table thead tr td,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr th,
    main#sub_page.technology.list_page.type_03 section.s03 article .wrap .content .table_wrap table tbody tr td {
        font-size: 14px;
        padding: 15px 15px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul {
        gap: 20px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li {
        width: calc(100% - 0px);
        padding: 25px;
        font-size: 14px;
        border-radius: 10px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap {
        gap: 15px;
        margin-bottom: 15px;
        min-height: unset
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .top_wrap .logo {
        min-width: 80px;
        max-width: 80px;
        height: 45px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .box .center_wrap dl dd {
        gap: 5px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap {
        padding: 15px 0 0;
        margin-top: 15px
    }

    main#sub_page.technology.list_page.type_03 section.s04 article .wrap .content ul li .bottom_wrap p {
        margin-bottom: 8px
    }

    /* 서동군 */
    main#sub_page.product.list_page section.s02 article .wrap .content ul {
        gap: 10px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li {
        width: calc(50% - 5px);
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a {
        gap: 20px;
        padding: 10px 10px 20px 10px;
    }

    main#sub_page.product.list_page section.s02 article .wrap .content ul li a .bottm_wrap p {
        font-size: 14px;
    }

    main#sub_page.product.product_detail .back_btn {
        margin-top: 40px;
    }

    main#sub_page.product.product_detail .back_btn a{
        padding: 20px 60px;
        font-size: 14px;
    }

    main#sub_page.product.product_detail section.s02 .content ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    main#sub_page.product.product_detail section.s02 .content ul li {
        width: calc(50% - 5px);
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap div {
        font-size: 18px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap p {
        font-size: 14px;
        margin-top: 15px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li {
        padding-left: 10px;
        font-size: 14px;
    }

    main#sub_page.product.product_detail section.s03 article .wrap .title_wrap ul li::before {
        transform: translateY(9px);
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .table_wrap table thead tr th:nth-of-type(3) {
        width: 30%;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .download_wrap a p {
        font-size: 15px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content {
        padding-block: 30px;
        padding-inline: 10px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .content p {
        font-size: 15px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn {
        margin-top: 40px;
    }

    main#sub_page.board.list_page.notice_detail section.s02 article .wrap .content_wrap .back_btn a{
        padding: 20px 60px;
        font-size: 14px;
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label {
        gap: 15px;
        flex-wrap: wrap;
        font-size: 14px;
        padding: 20px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label p {
        width: 100%;
        font-size: 16px;
        min-width: unset
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .label_wrap label textarea {
        height: 200px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap {
        gap: 20px;
        padding: 20px;
        flex-wrap: wrap
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label {
        gap: 10px;
        width: 100%
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label .icon {
        width: 23px;
        min-width: 23px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .form_wrap .privacy_wrap label p {
        font-size: 14px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap {
        margin-top: 20px
    }

    main#sub_page.contact.inquiry section.s02 article .wrap form .button_wrap button {
        padding: 15px 60px;
        font-size: 14px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box {
        padding: 30px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box h2 {
        font-size: 22px;
        margin-bottom: 15px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box p {
        font-size: 14px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box p:has(strong) {
        margin-top: 10px
    }

    main#sub_page.member.privacy section.s02 article .wrap .box h5 {
        font-size: 18px
    }

    .table_style table thead tr th,
    .table_style table thead tr td,
    .table_style table tbody tr th,
    .table_style table tbody tr td {
        padding: 18px 10px;
        font-size: 14px
    }

    .table_style table thead tr th a[download] img,
    .table_style table thead tr td a[download] img,
    .table_style table tbody tr th a[download] img,
    .table_style table tbody tr td a[download] img {
        min-width: 16px;
        width: 16px
    }
}