<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");

:root {
    /* --gses-color: #067b53; */
    --gses-color: #4a8b2c;
    --gses-color-pale: #e9f0e5;
}

#site {
    padding-top: 177px;
    font-family: "Roboto", "Noto Sans KR", "notokr", sans-serif;
    font-size: 15px;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
}

#site&gt;.container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none !important;
}

/* 상단 메뉴 */
.navbar-inverse {
    z-index: 100;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
    background: #184f9b;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #a8e1ff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #70ceff;
}

.navbar-inverse .navbar-nav&gt;li#gnb_73&gt;a&gt;span {
    display: block;
    font-size: 13px;
}

#mainPopup {
    z-index: 101;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        color: #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        /* background: rgba(0, 0, 0, 0.65); */
        border: none;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
        border-radius: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 12px 20px;
        color: #333;
        text-align: center;
        font-size: 15px;
        border-bottom: 1px solid #eee;
        font-weight: 400;
        letter-spacing: 0em;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li:last-child&gt;a {
        border: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
        /* background: #296ac3; */
        color: #296ac3;
    }

    #btn-switch {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 18px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 100%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: none;
    text-align: left;
    top: 45%;
}

.carousel-caption h1 {
    font-size: 58px;
    position: relative;
    color: #055;
    font-weight: 700;
    word-break: keep-all;
}

.carousel-caption p {
    color: #fff;
    font-size: 34px;
    letter-spacing: -0.034em;
    font-weight: 100;
}

.carousel-caption h1::before {
    content: "";
    display: block;
    width: 100px;
    height: 0px;
    background: #055;
    position: absolute;
    top: -20px;
    left: 0;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

.navbar-inverse .navbar-brand img {
    height: 55px;
    margin-top: -6px;
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #616469;
    color: #e3e4e5;
    padding: 45px 0 45px;
}

footer .footer-text strong {
    font-size: 20px;
    font-weight: 400;
}

footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 12px;
}

footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1;
    padding-right: 15px;
    border-right: 1px solid #8e8e8e;
    margin-bottom: 4px;
    font-size: 15px;
    letter-spacing: -0.015em;
    font-weight: 300;
}

footer .footer-text ul li:last-child {
    border: 0;
}

footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    letter-spacing: 0.034em;
    font-weight: 100;
    opacity: 0.8;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#btn-switch:hover,
#btn-switch:focus {
    color: #ddd;
    background-color: #333;
}

#btn-switch {
    position: relative;
    margin: 20px 0 0;
    padding: 6px 12px;
    font-size: 12px;
    color: #bbb;
    background-color: #555;
    border: none;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 700px;
    /* height: calc( 100vh - 138px); */
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row&gt;div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

.pagination_wrap,
.search_wrap {
    visibility: hidden;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

.navbar-inverse .navbar-right {
    text-align: center;
}

.navbar-inverse .navbar-right {
    width: 100%;
}

.navbar-header {
    margin: 0 auto;
}

.main-top {
    padding: 28px 0;
    background: #fff;
}

.hans-logo {
    position: relative;
    /* height: 30px; */
}

.hans-logo img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
}

.main-content {
    padding-bottom: 100px;
}

.main-content h2 {
    font-size: 38px;
    margin-bottom: 40px;
    padding-bottom: 50px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    letter-spacing: -0.034em;
}

.m-logo-link {
    /* overflow: hidden; */
    /* padding-top: 100px; */
}

/* .m-logo-link li{
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 30px;
}

.m-logo-link li a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.m-logo-link li a img{
	height: 60px;
}

.logo-link li a img{
	height: 60px;
} */

.rel-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.rel-logo img {
    /* height: 40px; */
}

.rel-logo img:nth-child(1n + 2) {
    margin-left: 43px;
}

#section_072b03 {
    padding: 80px 0;
    /* background: #f8f8f8; */
}

#section_072b03 .board_box_list {
    width: calc(100% / 3);
    padding: 0 30px;
    margin: 0;
}

div[class^="board_box_"] .page-header h4 {
    font-size: 25px;
}

#section_072b03 .board_box_list .page-header {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.board_box_list ul li {
    padding: 12px 0;
}

.board_box_list ul li a {
    font-size: 16px;
}

.q-menu {
    padding: 100px 0;
    background: #f2f2f2;
    display: none;
}

.q-menu-inner h5 {
    font-size: 24px;
    margin-bottom: 30px;
}

.q-menu-inner span {
    font-size: 16px;
    text-align: right;
    display: block;
}

.q-menu-inner span i {
    margin-left: 5px;
}

.q-menu-inner a {
    text-decoration: none;
    color: #222;
    transition: all 0.2s;
    border: 5px solid #07367a;
    background: #fff;
    padding: 30px;
    display: block;
}

.q-menu-inner a:hover {
    background: #07367a;
    color: #fff;
}

.q-menu-inner a:hover span i {
    transform: rotate(180deg);
    transition: all 1s;
}

.subtitle {
    position: relative;
    background: url(/public/img/sub/sub-bg.jpg) no-repeat bottom center;
    background-size: cover;
    height: 200px;
}

.subpage .subtitle h2 {
    text-align: left;
    color: #fff;
    font-size: 38px;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    margin: 0;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-cont {
    margin-bottom: 150px;
}

.sub-cont&gt;.title {
    padding: 60px 0 60px;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
    text-align: center;
    position: relative;
    color: #333;
}

.breadcrumb {
    position: absolute;
    right: 0;
    top: -34px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumb&gt;li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.breadcrumb .active {
    color: #fff;
    font-weight: 500;
}

.vi-wrap {
    margin-top: 150px;
    margin-bottom: 150px;
}

/* #company01 .sub-cont .col-sm-5 {
	width: 50%;
} */

/* #company01 .sub-cont .col-sm-7 {
	width: 50%;
} */

.com-txt {
    padding-top: 20px;
}

.com-txt p {
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: -0.025em;
    line-height: 1.6;
    font-weight: 300;
    padding-left: 60px;
    padding-right: 50px;
    color: #333;
    word-break: keep-all;
}

.com-txt .big-txt {
    font-size: 29px;
    color: #07367a;
    font-weight: 500;
}

.com-txt .big-txt::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    margin: 30px 0 40px;
}

.vi-round {
    /* border: 15px solid #e6eaec; */
    text-align: center;
    color: #07367a;
    border-radius: 100%;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    padding: 69px;
    background: #ebf1ee;
}

.vi-round::after {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #c1d3ca;
    margin: 40px auto;
}

.vi-round h4 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    letter-spacing: -0.034em;
    margin-top: 12px;
}

.vi-inner p {
    margin-top: 50px;
    text-align: center;
    padding: 15px 60px;
    font-size: 18px;
    letter-spacing: -0.034em;
    color: #333;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.4em;
}

.com02-txt-wrap {
    margin: 60px 0 0;
}

.com02-txt {
    word-break: keep-all;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.com02-txt:nth-child(1) {
    border-top: 1px solid #333;
    padding-top: 10px;
}

.com02-txt::after {
    content: "";
    display: block;
    clear: both;
}

.com02-txt h5 {
    float: left;
    width: 18%;
    padding: 12px;
    font-size: 16px;
    line-height: 1.2em;
    position: relative;
    letter-spacing: -0.034em;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin: 0;
}

.com02-txt h5::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

.com02-txt p {
    display: block;
    font-size: 16px;
    letter-spacing: -0.034em;
    padding: 10px 30px;
    position: relative;
    background: #f6f6f6;
    float: right;
    width: 82%;
    margin-bottom: 0;
    line-height: 1.45em;
}

.s-title h4 {
    /* padding-left: 22px; */
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
    color: #3361a1;
    font-weight: 700;
    letter-spacing: -0.034em;
    /* display: inline-block; */
    display: inline-flex;
    align-items: center;
}

.s-title h4+span {
    display: inline-block;
    margin-left: 20px;
    transform: translateY(-2px);
}

.s-title h4::before,
.s-title h4::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #4274bb;
    /* position: absolute; */
    top: 1px;
    border-radius: 2px;
}

.s-title h4::after {
    margin-left: 22px;
}

.s-title h4::before {
    margin-right: 22px;
}

#company02 .se2 .row {
    margin: 0 -10px;
}

#company02 .se2 .row&gt;div {
    padding: 0 10px;
}

.wiwon-box ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.wiwon-box {
    border: 1px solid #c7d9e3;
    padding: 30px 40px;
    height: 290px;
    margin-bottom: 20px;
}

.wiwon-box .name {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.02em;
}

.wiwon-box .name span {
    font-size: 15px;
    font-weight: 400;
    color: #4471ad;
    display: block;
    line-height: 1.4em;
    margin-top: 10px;
}

.wiwon-box ul li {
    letter-spacing: 0.034em;
    position: relative;
    padding-left: 10px;
    color: #444;
    word-break: keep-all;
}

.wiwon-box ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

/* happy01 */
#happy01 .se2 .row&gt;div {
    padding: 0 5px;
}

#happy01 .se2 .row {
    margin: 0 -5px;
}

.happy-center {
    text-align: center;
}

.se {
    margin: 0 0 80px;
}

.happy-box h5 {
    background: #6085c0;
    border-radius: 100%;
    height: 100%;
    width: 155px;
    height: 155px;
    margin: 0 auto;
    color: #fff;
    line-height: 155px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    position: relative;
}

#happy01 .se2 .row&gt;div:nth-child(2) .happy-box h5,
#happy01 .se2 .row&gt;div:nth-child(5) .happy-box h5 {
    background: #459fda;
}

#happy01 .se2 .row&gt;div:nth-child(3) .happy-box h5 {
    background: #37b1bb;
}

#happy01 .se2 .row&gt;div:nth-child(4) .happy-box h5 {
    background: #45b577;
}

.happy-box ul {
    padding: 100px 20px 0;
    height: 270px;
    border: 1px solid #8fbcc6;
    margin-top: -100px;
}

.happy-box ul li {
    font-size: 14px;
    padding: 0 0 5px 4px;
    letter-spacing: -0.054em;
    position: relative;
    line-height: 1.4em;
}

.happy-box ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 3px;
    background: #47abc0;
    position: absolute;
    left: -6px;
    top: 7px;
}

.happy-center strong {
    font-size: 35px;
    margin-bottom: 50px;
    display: block;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.45em;
    text-align: center;
}

.happy-center p {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: 300;
}

#happy01 .se1 .happy-center p::before {
    content: "";
    display: block;
    width: 7px;
    height: 35px;
    background: #21ce77;
    margin: 60px auto 30px;
    border-radius: 4px;
}

.happy-center&gt;a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 15px;
    width: 200px;
    font-size: 16px;
    text-align: center;
    margin: 20px 0 0;
    font-weight: 400;
    background: #31b26a;
}

#happy01 .se3 .happy-center {
    text-align: left;
    border: 1px solid #ccc;
    padding: 30px;
    box-shadow: 5px 5px 0 #e8edf2;
}

#happy01 .se3 .happy-center p {
    font-weight: 400;
    letter-spacing: -0.034em;
    margin-bottom: 0;
    font-size: 16px;
}

.happy-li1 li {
    display: inline-block;
    font-size: 17px;
    margin-right: 2px;
    color: #333;
    padding: 5px 24px;
    border-radius: 2px;
    background: #eee;
}

.happy-li1 li:last-child {
    margin-right: 0;
}

.happy-center .name {
    font-size: 25px !important;
    font-weight: 500 !important;
    text-align: right;
    color: #073779;
}

.happy-li1 {
    text-align: right;
    margin: 10px 0 0;
}

.happy-inner {
    /* border: 1px solid #ddd; */
    color: #333;
    background: #edf4fa;
    text-align: center;
    padding: 25px 32px;
    position: relative;
    margin-bottom: 30px;
    height: 94px;
    word-break: keep-all;
}

.happy-inner-wrap {
    margin: 0 -20px;
}

.happy-inner-wrap&gt;div:nth-child(1) .happy-inner,
.happy-inner-wrap&gt;div:nth-child(2) .happy-inner,
.happy-inner-wrap&gt;div:nth-child(6) .happy-inner {
    padding-top: 35px;
}

.happy-inner-wrap&gt;.col-sm-4 {
    width: 16.66666666666667%;
    padding: 0 20px;
}

#happy01 .se4 .happy-inner p {
    font-size: 16px;
    margin-bottom: 0;
    color: #002f6e;
}

.happy-inner::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translate(-50%, -50%);
    color: #abc1df;
    font-size: 28px;
}

.happy-inner-wrap .col-sm-4:last-child .happy-inner::before {
    display: none;
}

.s-title h5 {
    padding-left: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.s-title h5::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 5px solid #397ad8;
    position: absolute;
    left: -1px;
    top: 4px;
    border-radius: 50%;
}

.eval-cont {
    padding: 0;
    margin-bottom: 60px;
}

.eval-cont p {
    font-size: 17px;
    letter-spacing: -0.014em;
    margin-bottom: 15px;
}

.eval-cont h6 {
    position: relative;
    font-size: 22px;
    margin: 40px 0 12px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.eval-cont h6::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    display: none;
}

.eval-cont ul li:last-child {
    padding-bottom: 0;
}

.eval-cont ul+p {
    margin-top: 30px;
}

.eval-cont .table-responsive+ul {
    margin-top: 30px;
}

.eval-cont:nth-child(5) table .center-td {
    width: 115px;
}

.eval-cont.process p {
    background: #edf4fa;
    padding: 35px;
    text-align: center;
    color: #002f6e;
}

.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
    padding: 15px;
    vertical-align: middle;
}

.table-style&gt;tbody&gt;tr&gt;th,
.table-style&gt;thead&gt;tr&gt;th {
    border-top: 1px solid #07367a;
    background: #f2f2f2;
    text-align: center;
}

.table-style&gt;thead&gt;tr&gt;th {
    border-top: 1px solid #07367a !important;
}

.table_default&gt;tbody&gt;tr&gt;th {
    background: none;
    color: #222;
}

.evaluation-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 70px;
}

[id^="ex_board"] .evaluation-nav,
#forum02 .evaluation-nav,
#forum02-1 .evaluation-nav,
#forum03 .evaluation-nav,
#forum03-1 .evaluation-nav {
    margin-bottom: 0;
}

.evaluation-nav li {
    width: 200px;
    text-align: center;
    font-size: 20px;
}

.evaluation-nav li a {
    border-radius: 0;
    color: #6a6a6a;
    border: 1px solid #ddd;
}

.evaluation-nav .nav li.active a {
    background: #184f9b;
}

.eval-table {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#evaluation02 .eval-table img {
    width: 100%;
    display: block;
    height: auto;
}

#evaluation02 .eval-caution,
#evaluation03 .eval-caution {
    font-size: 20px;
    margin-top: 20px;
    padding: 20px 0;
    color: white;
    background: #184f9b;
    display: block;
    margin: 0 auto;
    width: 550px;
}

.eval-caution p {
    margin: 0;
}

/* .table&gt;tbody&gt;tr&gt;td{
	text-align: center;
} */

.table&gt;tbody&gt;tr&gt;td ul li {
    padding-left: 15px;
    position: relative;
}

.table&gt;tbody&gt;tr&gt;td ul li::before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.eval-cont ul {
    border: 5px solid #f2f2f2;
    padding: 30px;
}

.eval-cont .table&gt;tbody&gt;tr&gt;td ul {
    border: none;
}

.eval-cont ul li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    padding-bottom: 3px;
}

.eval-cont ul li::before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.eval-cont dl {}

.eval-cont dl dt {
    font-size: 17px;
    letter-spacing: -0.014em;
    margin-bottom: 15px;
    color: #184f9b;
}

.eval-cont dl dd {
    font-size: 17px;
    letter-spacing: -0.014em;
    margin-bottom: 10px;
}

.eval-cont dl dd .table-responsive {
    margin-top: 10px;
}

p.note {
    color: #999;
    font-size: 14px;
    margin-top: -15px;
}

.center-td {
    text-align: center;
}

.logo-link {
    overflow: hidden;
}

.logo-link li {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.logo-link li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.history {
    overflow: hidden;
}

.history::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background: #e4effd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.year-wrap:nth-child(odd) {
    text-align: right;
    padding-left: 0;
    padding-right: 100px;
}

.year-wrap {
    /* overflow: hidden; */
    position: relative;
    width: 50%;
    float: left;
    padding: 35px 100px;
    padding-right: 0;
}

.year-wrap:nth-child(even) {
    margin-top: 140px;
}

.year {
    position: relative;
    margin: 0 0 20px;
    color: #1252a9;
    font-size: 42px;
    letter-spacing: -0.05em;
    font-weight: 300;
    font-style: italic;
}

.area {
    /* float: left; */
    margin-top: 15px;
}

.year-wrap:nth-child(odd) .year:before {
    left: auto;
    right: -90px;
}

.year:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -90px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #5c82b8;
    width: 60px;
}

.year-wrap:nth-child(odd) .year:after {
    left: auto;
    right: -120px;
}

.year:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #0e75d2;
    border-radius: 50%;
    background: #fff;
}

.area p {
    font-size: 16px;
    letter-spacing: -0.034em;
    word-break: keep-all;
}

.area strong {
    margin-left: 7px;
    margin-right: 20px;
    letter-spacing: 0em;
    font-size: 18px;
    float: left;
}

.year-wrap:nth-child(odd) .area strong {
    float: right;
    margin-left: 20px;
    margin-right: 3px;
}

/* AI ESG */
#al_esg .sub-cont {
    margin-bottom: 0;
}

#al_esg .sub-cont&gt;.title {
    margin-bottom: 0;
    padding: 0;
}

#al_esg iframe {
    width: 100vw;
    height: 100vh;
    margin-left: -20px;
    border: none;
}

/* ESG 전문가과정 */
.ex-page .subtitle {
    background-image: url(/public/img/sub/sub-bg-executive01.jpg);
}

.ex-page .subtitle&gt;.container {
    position: relative;
}

.ex-page .subtitle&gt;.container::before {
    content: "";
    top: -60px;
    left: 92px;
    width: 230px;
    height: 239px;
    position: absolute;
    background: url(/public/img/sub/sub-bg-logo-executive01.png) no-repeat;
}

.ex-page .subtitle h2 {
    top: 62px;
}

.ex-page .subtitle h2 .kor {
    display: block;
    margin-right: 5px;
    font-size: 25px;
    font-weight: 500;
    text-align: right;
    letter-spacing: -0.04em;
}

.ex-page .subtitle h2 .eng {
    font-size: 47px;
    font-family: "DM Serif Display", serif;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.ex-page .esgtitle {
    font-family: "NanumSquare", sans-serif !important;
}

.ex-page .esgtitle .container {
    display: flex;
}

.ex-page .esgtitle .container::before,
.ex-page .esgtitle .container::after {
    display: none;
}

.ex-page .esgtitle .top {
    background-color: var(--gses-color);
}

.ex-page .esgtitle .top&gt;div {
    height: 45px;
    align-items: center;
}

.ex-page .esgtitle .top p {
    opacity: 0.5;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 2.115vw;
    font-size: 1vw;
    color: #fff;
}

.ex-page .esgtitle .bottom {
    height: 155px;
    background: var(--gses-color-pale);
    color: var(--gses-color);
}

.ex-page .esgtitle .bottom&gt;div {
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.ex-page .esgtitle .bottom h2 {
    line-height: 1;
    margin: 0 0 13px -7px;
}

.ex-page .esgtitle .bottom h2 b {
    font-weight: 800;
    font-size: 94px;
    line-height: 1;
}

.ex-page .esgtitle .bottom h2 span {
    font-weight: 400;
    font-size: 50px;
    margin-left: 13px;
}

.ex-page .esgtitle .bottom p {
    display: flex;
    flex-direction: column;
    gap: 22px 0;
    align-items: flex-end;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 17px;
}

.ex-page .esgtitle .bottom p img {
    width: 60px;
}

#ex_board05.ex-page .esgtitle {
    background: url(/public/img/sub/ex_board05-top.jpg);
}

#ex_board05.ex-page .esgtitle .top {
    background: none;
}

#ex_board05.ex-page .esgtitle .top .container {
    align-items: flex-end;
}

#ex_board05.ex-page .esgtitle .top p {
    opacity: 1;
    letter-spacing: 0.02em;
}

#ex_board05.ex-page .esgtitle .top p small {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#ex_board05.ex-page .esgtitle .bottom {
    background: none;
}

#ex_board05.ex-page .esgtitle .bottom h2 {
    display: flex;
    align-items: center;
}

#ex_board05.ex-page .esgtitle .bottom h2 b {
    font-size: 106px;
}

#ex_board05.ex-page .esgtitle .bottom h2 .des {}

#ex_board05.ex-page .esgtitle .bottom h2 .des&gt;small {
    letter-spacing: 0.05em;
    display: block;
    color: #4a8b2c;
    font-size: 29px;
}

#ex_board05.ex-page .esgtitle .bottom h2 .des&gt;span {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.063em;
}

#ex_board05.ex-page .esgtitle .bottom p {
    gap: 10px 0;
}

#ex_board05.ex-page .esgtitle .bottom p img {
    width: 77px;
    margin: 0 auto;
}

#ex_board05.ex-page .esgtitle .bottom p span {
    font-weight: 400;
}

#ex_board07 .esgtitle .bottom {
    height: 200px;
}

#ex_board07 .img-responsive {
    width: 45px;
}

#ex_board07 .esgtitle .bottom&gt;div {
    height: 100%;
    display: flex;
    gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

#ex_board07 .esgtitle .container::after {
    display: block;
    content: "";
    position: absolute;
    width: 400px;
    height: 100%;
    right: 15px;
    background: url("/public/img/sub/sub-bg-ex-board07.png");
    background-repeat: no-repeat;
}

#ex_board07 .esgtitle .bottom h2 {
    font-size: 62px;
    margin: 0;
    font-weight: 900;
}

#ex_board07 .esgtitle .bottom h2 b {
    font-weight: 800;
    font-size: 94px;
    line-height: 1;
}

#ex_board07 .esgtitle .bottom span {
    font-weight: 700;
    font-size: 27px;
    margin-left: 3px;
    line-height: 27px;
}

#ex_board07.ex-page .esgtitle .bottom span&gt;small {
    letter-spacing: 0.05em;
    margin-left: 10px;
}

#ex_board07 .esgtitle .bottom p {
    display: flex;
    flex-direction: column;
    gap: 22px 0;
    align-items: flex-end;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 17px;
}

#ex_board07 .esgtitle .bottom p img {
    width: 60px;
}

#executive01 .sub-cont&gt;.title {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

#executive01 .row+.row {
    margin-top: 60px;
}

#executive01 .row1+.row4 {
    margin-top: 0;
}

#executive01 .row1 .box-text {
    position: relative;
    margin-top: 120px;
    margin-bottom: 130px;
}

/* #executive01 .row1 .box-text::before,
#executive01 .row1 .box-text::after {
    content: '';
    display: block;
    width: 7px;
    height: 30px;
    background: #21ce77;
    margin: 30px auto;
    border-radius: 4px;
} */
#executive01 .row1 h4 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.45em;
    text-align: center;
}

#executive01 .row1 h4 em {
    font-weight: 500;
    font-style: normal;
    /* color: #45b577; */
    color: var(--gses-color);
}

#executive01 .row1 p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    text-align: center;
}

#executive01 .row1 .host {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#executive01 .row1 .host&gt;.item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#executive01 .row1 .host&gt;.item+.item {
    margin-left: 25px;
}

#executive01 .row1 .host&gt;.item h5 {
    position: relative;
    margin: 0 32px 0 0;
    font-size: 18px;
}

#executive01 .row1 .host&gt;.item h5::after {
    content: "";
    top: 2px;
    right: -14px;
    height: 17px;
    position: absolute;
    border-left: 1px solid #555;
}

#executive01 .row1 .host&gt;.item ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#executive01 .row1 .host&gt;.item ul li+li {
    margin-left: 20px;
}

/* #executive01 .row1 p.sm {
    margin-bottom: 3px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
} */
#executive01 .row4 h5 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 400;
    color: #07367a;
    letter-spacing: -0.04em;
    line-height: 1.5em;
}

#executive01 .row4 p {
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.025em;
    line-height: 1.8;
    word-break: keep-all;
}

#executive01 .row4 .from {
    float: right;
    display: inline-flex;
    align-items: flex-end;
    text-align: right;
}

#executive01 .row4 .from&gt;.name {
    margin: 0 15px 0 10px;
    font-size: 22px;
    letter-spacing: 0.2em;
}

#executive01 .row4 .from&gt;span {
    line-height: 1em;
}

#executive01 .row4 hr {
    margin: 60px 0;
    border-color: #ddd;
}

/* #executive01 .row5 .s-title &gt; span {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 500;
} */
#executive01 .wrap-speaker {
    margin: 0 -30px;
}

#executive01 .speaker {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 20px;
}

#executive01 .speaker .inner {
    display: flex;
}

#executive01 .speaker .text {
    flex-basis: 70%;
    padding-right: 30px;
    padding-left: 12px;
}

#executive01 .speaker .text&gt;.tit {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 600;
    /* color: #2e7f56; */
    color: var(--gses-color);
    letter-spacing: -0.03em;
    text-indent: -12px;
    line-height: 1.2;
}

#executive01 .speaker .text&gt;.tit small {
    color: inherit;
}

#executive01 .speaker .text&gt;.name {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
}

#executive01 .speaker .text&gt;.name .position {
    font-size: 17px;
    font-weight: 400;
    color: #555;
}

#executive01 .speaker .text ul&gt;li::before {
    content: "- ";
}

#executive01 .speaker .picture {
    flex-basis: 30%;
}

table.table-curriculum&gt;thead&gt;tr&gt;th,
table.table-curriculum&gt;tbody&gt;tr&gt;th,
table.table-curriculum&gt;tbody&gt;tr&gt;td {
    text-align: center;
}

table.table-curriculum&gt;thead&gt;tr&gt;th {
    width: 37%;
    color: #fff;
    /* background: #45b577; */
    background: var(--gses-color);
    border-top: none;
    border-bottom: none;
}

table.table-curriculum&gt;thead&gt;tr&gt;th:first-child {
    width: 26%;
}

table.table-curriculum&gt;tbody&gt;tr&gt;th {
    font-weight: 700;
    color: #055;
}

.bg-color,
table.table-curriculum&gt;tbody&gt;tr:not(:first-child):not(:last-child)&gt;td[colspan],
table.table-curriculum&gt;tbody&gt;tr.colored&gt;th {
    background: #f2f6f5;
}

table.table-curriculum&gt;tbody&gt;tr&gt;td .sm {
    font-weight: 300;
}

#executive01 .table-responsive+p.notice {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

#executive01 .wrap-guide {
    width: 100%;
    padding: 35px;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0 #e8edf2;
}

@media (min-width: 768px) {
    #executive01 ul.list-guide {
        /* display: flex; */
        /* flex-wrap: wrap; */
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

#executive01 ul.list-guide&gt;li {
    position: relative;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 95px);
    padding: 4px 0 0 95px;
    font-size: 16.5px;
}

#executive01 ul.list-guide&gt;li:nth-child(n + 3) {
    margin-top: 30px;
}

#executive01 ul.list-guide&gt;li h5 {
    top: 0;
    left: 0;
    width: 75px;
    position: absolute;
    margin: 0;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.034em;
    text-align: center;
    /* background: #45b577; */
    background-color: var(--gses-color);
}

#executive01 ul.list-guide&gt;li .sm {
    font-size: 90%;
}

#executive01 ul.list-guide&gt;li li+li {
    margin-top: 3px;
}

#executive01 ul.list-guide&gt;li li::before {
    content: "- ";
}

#executive01 ul.list-guide&gt;li .notice {
    display: block;
    margin-top: 3px;
    padding-left: 10px;
    font-size: 92%;
}

#executive01 .box-inquiry {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    /* background: #e5f0e8; */
    background: var(--gses-color-pale);
}

#executive01 .box-inquiry&gt;h4 {
    top: 18px;
    left: 45px;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
}

#executive01 .box-inquiry ul {
    position: relative;
    margin: 0;
    padding-left: 150px;
}

#executive01 .box-inquiry ul::before {
    content: "";
    top: 3px;
    left: 105px;
    height: 90%;
    position: absolute;
    border-left: 1px solid #999;
}

#executive01 .box-inquiry ul&gt;li {
    display: inline-block;
}

#executive01 .box-inquiry ul&gt;li+li {
    margin-left: 50px;
}

#executive01 .box-inquiry ul&gt;li h5 {
    margin: 0 0 8px;
    font-size: 17px;
}

#executive01 .box-inquiry ul&gt;li img {
    margin-bottom: 12px;
}

#executive01 .box-inquiry ul&gt;li span {
    font-size: 16px;
}

#executive01 .box-inquiry ul&gt;li span+span {
    margin-left: 12px;
}

#executive01 .box-inquiry ul&gt;li span i {
    font-weight: 600;
    font-style: normal;
    color: #45b577;
}

#executive01 .wrap-btn {
    text-align: center;
    margin-top: 80px;
}

#executive01 .btn-download {
    position: relative;
    margin: 0 20px;
    padding: 16px 35px;
    padding-right: 65px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
}

#executive01 .btn-download::after {
    content: "";
    top: 20px;
    right: 30px;
    width: 18px;
    height: 16px;
    position: absolute;
    background: url(/public/img/sub/icon-download.png) no-repeat;
}

#executive01 .btn-download:hover {
    color: #fff;
    /* background: #31b26a; */
    background: var(--gses-color);
    /* border-color: #31b26a; */
    border-color: var(--gses-color);
}

#executive01 .btn-download:hover::after {
    background-image: url(/public/img/sub/icon-download-wt.png);
}

h4.bbs-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.sub-video-wrap .table_video {
    margin: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}

.sub-video-wrap .table_video dd {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.sub-video-wrap .table_video dd+dd {
    border-top: 1px solid #ccc;
}

.sub-video-wrap .table_video dd .inner {
    display: flex;
    padding: 20px 15px;
    border: 0;
}

.sub-video-wrap .table_video dd .inner .top {
    width: 15%;
}

.sub-video-wrap .table_video dd .inner .bottom {
    width: 85%;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.sub-video-wrap .table_video dd .bottom .title {
    flex: 1;
}

.sub-video-wrap .table_video dd .inner .top a .thumb {
    display: block;
    height: auto;
    padding-top: calc(1080 / 1920 * 100%);
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
}

.sub-video-wrap .table_video dd .bottom .info {
    margin-bottom: 0;
    font-size: 15px;
}

.sub-video-wrap .table_video dd .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_video dd .inner .top {
    border: 1px solid #ccc;
}

.table_video dd .inner .bottom {
    padding: 20px 0 0 0;
}

.table_video dd .inner .bottom .title {
    padding: 0;
}

/* 관련 팝업 */
#main_popup_12 {
    border: none;
}

#main_popup_12 .main_popup_contents {
    padding: 0;
}

#main_popup_12 .main_popup_contents:hover {
    cursor: pointer;
}

#main_popup_12 .main_popup_contents .top {
    padding: 30px;
    color: #fff;
    background: #45b577;
}

#main_popup_12 .main_popup_contents h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
}

#main_popup_12 .main_popup_contents h3 span {
    font-size: 32px;
    font-weight: 600;
}

#main_popup_12 .main_popup_contents .bottom {
    padding: 30px;
    background: #f8f8f8;
}

#main_popup_12 .main_popup_contents h4 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 17px;
    color: #2aa15f;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
}

#main_popup_12 .main_popup_contents .bottom&gt;ul&gt;li+li {
    margin-top: 5px;
}

#main_popup_12 .main_popup_contents .bottom&gt;ul&gt;li::before {
    content: "- ";
}

#main_popup_12 .main_popup_contents .bottom&gt;ul ul {
    padding-left: 12px;
}

#main_popup_12 .main_popup_contents .bottom&gt;ul ul h5 {
    margin: 10px 0 6px;
    font-size: 15px;
}

#main_popup_12 .main_popup_contents .bottom&gt;ul ul span+span {
    padding-left: 8px;
}

#main_popup_12 .main_popup_contents .bottom&gt;ul ul span i {
    font-weight: 600;
    font-style: normal;
    color: #45b577;
}

/* 모바일 최적화 */
@media (max-width: 767px) {
    #site {
        padding-top: 150px;
    }

    /* 게시판 */
    .board_wrapper .table colgroup,
    .board_wrapper .table.table_default tr .num,
    .board_wrapper .table.table_default tr .regdate,
    .board_wrapper .table.table_default tr .hits {
        display: none;
    }

    .board_wrapper .table .table-style&gt;tbody&gt;tr&gt;th {
        width: auto;
    }

    .board_wrapper .table.table_default tr .subject {
        width: 70%;
    }

    .board_wrapper .table.table_default tr .writer {
        width: 30%;
    }

    /* .table-responsive */
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .table-responsive::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .table-responsive::-webkit-scrollbar:horizontal {
        height: 5px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        border: 1px solid #ffffff;
    }

    .table-responsive::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    /* 주문폼 */
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control {
        width: 100%;
        vertical-align: middle;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* 주무폼 라디오 버튼 */
    .radio-inline {
        margin-top: 0 !important;
    }

    #section_072b03 {
        padding: 50px 0;
    }

    #section_072b03 .board_box_list {
        width: 100%;
    }

    #section_072b03 .board_box_list:nth-child(2) {
        margin-top: 50px;
    }

    .m-logo-link {
        padding-top: 0;
    }

    .rel-logo {
        /* height: 300px; */
        /* flex-direction: column; */
    }

    .rel-logo img:nth-child(1n + 2) {
        margin-left: 0px;
    }

    .com-txt p {
        padding: 0;
    }

    .com02-txt h5 {
        width: 25%;
    }

    .com02-txt p {
        width: 75%;
    }

    .wiwon-box {
        padding: 25px 25px 50px;
        height: auto;
    }

    .history::before {
        display: none;
    }

    .history .year-wrap {
        width: 100%;
        text-align: left;
        padding: 0px;
    }

    .year {
        text-align: center;
    }

    .year-wrap .area {
        text-align: center;
    }

    .year-wrap .area strong {
        margin-top: 15px;
        float: left;
        margin-left: 0px;
        width: 100%;
    }

    .evaluation-nav {
        width: 100%;
    }

    .evaluation-nav li {
        width: 50%;
    }

    .nav-pills {
        width: 100%;
    }

    .nav-pills&gt;li+li {
        margin-left: 0;
    }

    #evaluation02 .eval-caution,
    #evaluation03 .eval-caution {
        width: 100%;
    }

    .subpage .subtitle h2 {
        text-align: center;
        margin: 0;
        position: static;
        transform: translateX(0%);
        line-height: 5;
    }

    .happy-box ul li {
        font-size: 18px;
        word-break: keep-all;
    }

    .happy-center a {
        width: 100%;
    }

    .happy-center .name {
        margin-top: 30px;
        text-align: center;
    }

    .happy-li1 li {
        width: 100%;
        text-align: center;
    }

    .happy-inner-wrap {
        margin: 0;
    }

    .happy-inner-wrap&gt;.col-sm-4 {
        width: auto;
    }

    .happy-inner {
        padding: 20px !important;
    }

    .happy-inner p {
        line-height: 3;
    }

    .happy-inner::before {
        transform: rotate(90deg) translateX(-50%);
        top: auto;
        right: 50%;
        bottom: -35px;
        color: #abc1df;
        font-size: 20px;
    }

    footer .footer-text ul li {
        line-height: 1.5;
        border-right: 0px;
    }

    footer .footer-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #al_esg iframe {
        height: 150vh;
        margin-left: -15px;
    }

    .ex-page .subtitle&gt;.container::before {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.5;
    }

    .ex-page .subtitle h2 {
        padding-top: 55px;
        line-height: 1;
    }

    .ex-page .subtitle h2 .kor {
        margin-right: 0;
        font-size: 20px;
        text-align: center;
    }

    .ex-page .subtitle h2 .eng {
        font-size: 28px;
        white-space: nowrap;
    }

    #executive01 .row1 .box-text::before,
    #executive01 .row1 .box-text::after {
        margin: 30px auto;
    }

    #executive01 .row1 .host {
        flex-wrap: wrap;
    }

    #executive01 .row1 .host&gt;.item {
        flex-basis: 100%;
        flex-wrap: wrap;
    }

    #executive01 .row1 .host&gt;.item+.item {
        margin-top: 20px;
        margin-left: 0;
    }

    #executive01 .row1 .host&gt;.item h5 {
        margin: 0 0 10px 0;
        font-size: 17px;
    }

    #executive01 .row1 .host&gt;.item h5::after {
        display: none;
    }

    #executive01 .row1 .host&gt;.item ul {
        flex-basis: 100%;
    }

    #executive01 .row4 .from img {
        width: 75px;
    }

    #executive01 .wrap-speaker {
        margin: 0 -15px;
    }

    #executive01 .speaker {
        padding: 0 15px !important;
    }

    #executive01 .speaker .inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #executive01 .speaker .text,
    #executive01 .speaker .picture {
        flex-basis: 100%;
        padding: 0;
    }

    #executive01 .speaker .picture {
        padding: 0 80px 30px;
    }

    #executive01 .speaker .text&gt;.tit {
        font-size: 19px;
        text-indent: 0;
        word-break: keep-all;
    }

    #executive01 .wrap-guide {
        padding: 20px;
    }

    #executive01 ul.list-guide&gt;li {
        flex-basis: 100%;
        padding: 0;
        font-size: 14px;
    }

    #executive01 ul.list-guide&gt;li+li {
        margin-top: 15px;
    }

    #executive01 ul.list-guide&gt;li h5 {
        position: static;
        margin-bottom: 5px;
    }

    #executive01 .box-inquiry&gt;h4 {
        position: static;
        margin: 0;
    }

    #executive01 .box-inquiry ul {
        padding: 20px 0 0 0;
    }

    #executive01 .box-inquiry ul::before {
        display: none;
    }

    #executive01 .box-inquiry ul&gt;li+li {
        margin-top: 15px;
        margin-left: 0;
    }

    #executive01 .box-inquiry ul&gt;li span {
        display: block;
        margin-left: 0 !important;
    }

    #executive01 .wrap-btn {
        margin-top: 50px;
    }

    #executive01 .btn-download {
        width: 100%;
        display: inline-block;
        margin: 10px 0;
    }

    .sub-video-wrap .table_video dd .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .table_video dd .inner .top a:before {
        font-size: 22px !important;
    }

    .sub-video-wrap .table_video dd .inner .top {
        width: 30%;
    }

    .sub-video-wrap .table_video dd .inner .bottom {
        width: 70%;
        padding-left: 20px;
        padding-right: 15px;
    }

    .sub-video-wrap .table_video dd .info {
        display: none;
    }

    .table_video dd .inner .bottom .title a {
        font-weight: 400;
        font-size: 16px;
    }

    .main_popup_contents {
        padding: 10px;
    }

    .main_popup_contents img {
        width: 100%;
        height: auto;
    }

    #ex_board05.ex-page .esgtitle {
        background: none;
    }

    #ex_board05.ex-page .esgtitle .top {
        background: url(/public/img/sub/ex_board05_mob_bg_top.jpg) center / 100%;
    }

    #ex_board05.ex-page .esgtitle .top .container {}

    #ex_board05.ex-page .esgtitle .top p {
        opacity: 0;
    }

    #ex_board05.ex-page .esgtitle .top p small {}

    #ex_board05.ex-page .esgtitle .bottom {
        background: #e5efe4;
        height: auto;
        padding: 50px 0 15px;
        position: relative;
        overflow: hidden;
    }

    #ex_board05.ex-page .esgtitle .bottom&gt;div {
        display: block;
    }

    #ex_board05.ex-page .esgtitle .bottom::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 230px;
        height: 230px;
        background: url(/public/img/sub/ex_board05_mob_bg.png) no-repeat center / cover;
    }

    #ex_board05.ex-page .esgtitle .bottom h2 {
        margin: 0 0 35px;
    }

    #ex_board05.ex-page .esgtitle .bottom h2 b {
        font-size: 73px;
    }

    #ex_board05.ex-page .esgtitle .bottom h2 .des {
        font-size: inherit;
    }

    #ex_board05.ex-page .esgtitle .bottom h2 .des&gt;small {
        font-size: 21px;
    }

    #ex_board05.ex-page .esgtitle .bottom h2 .des&gt;span {
        font-size: 29px;
    }

    #ex_board05.ex-page .esgtitle .bottom p {
        margin: 0;
    }

    #ex_board05.ex-page .esgtitle .bottom p img {
        display: none;
    }

    #ex_board05.ex-page .esgtitle .bottom p span {}
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr td {
    color: #777;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}

.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 0;
}

.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
}

.table_video dd .inner,
.table_blog2 dd .inner {
    border: 0;
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 15px 0;
}

/* board 추가 css end */

/* 2025 new 전문가 */
.executive .subpage-header {
    font-family: "NanumSquare", sans-serif !important;
}

.executive .subpage-header .container {
    display: flex;
}

.executive .subpage-header .container::before,
.executive .subpage-header .container::after {
    display: none;
}

.executive .subpage-header .top {
    background-color: var(--gses-color);
}

.executive .subpage-header .top&gt;div {
    height: 45px;
    align-items: center;
}

.executive .subpage-header .top p {
    opacity: 0.5;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 2.115vw;
    font-size: 1vw;
    color: #fff;
}

.executive .subpage-header .bottom {
    height: 155px;
}

.executive .subpage-header .bottom&gt;div {
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.executive .subpage-header .bottom h2 {
    line-height: 1;
    margin: 0 0 13px -7px;
}

.executive .subpage-header .bottom h2 b {
    font-weight: 800;
    font-size: 94px;
    line-height: 1;
}

.executive .subpage-header .bottom h2 span {
    font-weight: 400;
    font-size: 50px;
    margin-left: 13px;
}

.executive .subpage-header .bottom p {
    display: flex;
    flex-direction: column;
    gap: 22px 0;
    align-items: flex-end;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 17px;
}

.executive .subpage-header .bottom p img {
    width: 60px;
}

.executive.fifth .subpage-header {
    background: url(/public/img/sub/ex/fifth.jpg) no-repeat center / cover;
}

.executive.fifth#ex_board10 .subpage-header {
    background: url(/public/img/sub/ex/ten.jpg) no-repeat center / cover;
}

.executive.fifth .subpage-header .bottom {
    height: 248px;
}

.executive.fifth .subpage-header .bottom img {
    position: absolute;
    right: 15px;
    top: 20px;
    filter: brightness(10) drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
    width: clamp(50px, 10vw, 90px);
}

.executive.fifth .subpage-header .bottom&gt;div {
    height: 100%;
    display: flex;
    gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    color: #fff;
}

.executive.fifth .subpage-header .bottom h2 {
    font-size: clamp(52px, 10vw, 64px);
    margin: 0;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.executive.fifth#ex_board10 .subpage-header .bottom h2 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Pretendard Variable';
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-shadow: 1.5px 1.5px 1.5px rgb(28, 201, 131);
}

.executive.fifth#ex_board10 .subpage-header .bottom h2 b {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.executive.fifth#ex_board10 .subpage-header .bottom img {
    width: clamp(96px, 11vw, 212px);
    filter: drop-shadow(1.5px 1.5px 1.5px rgb(28, 201, 131));
}

.executive.fifth#ex_board10 .subpage-header .bottom span {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Pretendard Variable';
    text-shadow: 1.5px 1.5px 1.5px rgb(28, 201, 131);
}

.executive.fifth .subpage-header .bottom h2 b {
    font-weight: 800;
    font-size: 94px;
    line-height: 1;
}

.executive.fifth .subpage-header .bottom span {
    font-weight: 700;
    font-size: clamp(20px, 3vw, 26px);
    margin-left: 3px;
    line-height: 27px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.executive.fifth .subpage-header .bottom span&gt;small {
    letter-spacing: -0.025em;
    margin-left: 10px;
}

.executive.fifth:not(#ex_board10) .subpage-header .bottom p {
    display: flex;
    flex-direction: column;
    gap: 22px 0;
    align-items: flex-end;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 17px;
}

.executive.fifth#ex_board10 .subpage-header .bottom p {
    display: block;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Pretendard Variable';
    letter-spacing: -0.03em;
}

.executive.fifth#ex_board10 .subpage-header .bottom p b {
    font-size: 40px;
    letter-spacing: -0.03em;
}

.executive.fifth .subpage-header .bottom p img {
    width: 60px;
}</pre></body></html>