@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=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: 'G-Market-Sans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Aritaburi';
    src: url('/public/font/AritaDotumKR-Bold.ttf') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Aritaburi';
    src: url('/public/font/AritaDotumKR-Thin.ttf') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Aritaburi';
    src: url('/public/font/AritaDotumKR-Light.ttf') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Aritaburi';
    src: url('/public/font/AritaDotumKR-Medium.ttf') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Aritaburi';
    src: url('/public/font/AritaDotumKR-SemiBold.ttf') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'G-Market-Sans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'G-Market-Sans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* #site {
    font-family: "Aritaburi", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
} */
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 90px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

b,
strong {
    font-weight: 700;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #e12e39;
    --page-point-color2: #3a9de5;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {

    .navbar-inverse+.agreement_container,
    .navbar-inverse+.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container,
.find_container {
    padding: 200px 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    padding: 0 15px;
}

@media (min-width: 1530px) {
    .container {
        width: 1200px;
    }
}
/* 랜딩페이지 */
.landing01{}
[class*=landing0]{margin-bottom: 40px;}
[class*=landing0] img{
    width : 100%;
}
.foot-link{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #1e5bc6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.foot-link:hover{
    color : #fff;
}
.foot-link span{}
.foot-link p{}
/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 80px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}


/* 상단 메뉴 */
@media(min-width:768px) {

    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid transparent;
    }

    .navbar-inverse.opened .container {
        border-bottom: 1px solid #ddd;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }

    .navbar-inverse .navbar-collapse {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 91px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        height: 0;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.3s ease;
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-right>li>a {
        min-width: 180px;
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav::before,
.navbar-inverse .navbar-nav::after {
    display: none;
}

.navbar-inverse .navbar-nav li a {
    position: relative;
    /*font-family: 'G-Market-Sans';*/
}

.navbar-inverse .navbar-nav .dropdown {
    position: relative;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

@media (min-width:768px) {
    .navbar-inverse .navbar-nav li .dropdown-menu {
        animation: menuOpen 0.5s ease;
    }
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav li .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    padding: 5px 0;
    font-size: 17px;
    color: #777;
    font-weight: 500;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: transparent;
    color: #333;
    font-weight: 700;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    color: #333;
    padding: 35px 0;
    letter-spacing: 0;
    font-weight: 700;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #333;
}

.navbar-inverse .navbar-nav .dropdown.open>a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.navbar-inverse .navbar-nav .open:hover>a:after {
    content: '';
    width: calc(100% - 20px);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
    transition: all .3s ease;
}

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

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 640px;
    /* background-image: unset !important; */
}

#mainCarousel .carousel-inner .item:nth-child(1) {
    /* background: #e1ffff; */
}

#mainCarousel .carousel-inner .item:nth-child(2) {}

#mainCarousel .carousel-inner .item:nth-child(3) {}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff1f1 30%, transparent);
}

#mainCarousel .carousel-inner .item:nth-child(2)::before {
    background: linear-gradient(90deg, #ebf2fd 20%, transparent);
}

#mainCarousel .carousel-inner .item:nth-child(3)::before {
    background: linear-gradient(90deg, #f4f4f4 20%, transparent);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    width: 100%;
    left: unset;
    right: unset;
}

.carousel-caption>h1,
.carousel-caption>p {
    display: none;
}

.main-banner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    padding: 0 15px;
    align-items: center;
    margin: 0 auto;
}

.main-banner .banner-tit {
    text-align: left;
    color: #fff;
    text-shadow: none;
}

.main-banner .banner-tit span {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    /*font-family: 'G-Market-Sans';*/
    letter-spacing: 0;
    padding-left: 5px;
    color: #000;
}

.main-banner .banner-tit h1 {}

.main-banner .img-box {
    width: 400px;
    display: none;
}

.main-banner .img-box img {
    object-fit: contain;
    width: 100%;
}

#mainCarousel .carousel-inner .item:nth-child(3) .main-banner .img-box {
    width: 170px;
    display: unset;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.35;
    color: #000;
    font-weight: 700;
    font-size: 68px;
    /*font-family: 'G-Market-Sans';*/
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
}

.carousel-control,
.carousel-indicators {}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 10px;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 !important;
    top: unset;
}

.carousel-control .glyphicon-chevron-right {
    right: clamp(50px, 7.8vw, 260px);
}

.carousel-control .glyphicon-chevron-left {
    left: clamp(50px, 7.8vw, 260px) !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    left: unset;
    right: 10px;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons) !important;
    font-variation-settings:
        'FILL' 0,
        'wght' 100,
        'GRAD' 0,
        'opsz' 24
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons) !important;
    font-variation-settings:
        'FILL' 0,
        'wght' 100,
        'GRAD' 0,
        'opsz' 24
}

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

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 3px;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 60px;
}

/* 메인 페이지 */

.floating {
    position: absolute;
    top: 377px;
    left: 50px;
    /* transform: translateY(-50%); */
    width: 135px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1), 0 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.floating .floating-btn {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: var(--page-point-color);
    height: 40px;
    position: relative;
    border-radius: 0 0 15px 15px;
}

.floating .floating-btn:hover {
    background: #b51821;
}

.floating .floating-btn>.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50px;
    height: 26px;
}

.floating .floating-btn.down {
    border-radius: 15px 15px 0 0;
}

.floating .floating-btn>span {
    color: #fff;
    font-size: 40px;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24
}

.floating .info {
    background: #fff;
    border: 1px solid #e7cdcf;
}

.floating .info .box {
    padding: 20px 0;
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.floating .info .box::before {
    content: "\f652";
    display: block;
    font-family: "Material Symbols Outlined";
    border-radius: 50%;
    color: #d82b35;
    font-weight: 400;
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 7px;
}

.floating .info .box:nth-child(2)::before {
    content: "\e858";
}

.floating .info .box:last-child {}

.floating .info .box img {
    margin: 0px auto 12px;
    display: none;
}

.floating .info .box dl {
    margin: 0;
    text-align: center;
    /*font-family: 'G-Market-Sans';*/
}

.floating .info .box dl dt {
    font-size: 20px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;
    font-weight: 700;
}

.floating .info .box dl dd {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.034em;
    /*font-family: 'G-Market-Sans';*/
}

.floating .info .box dl dd small {
    font-size: 13px;
    letter-spacing: -0.06em;
    display: block;
    margin-top: 1px;
}

.floating .info .box:first-child dl dd {
    font-size: 15px;
    letter-spacing: 0;
}

.floating .info .box:first-child::after {
    content: '';
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background: #e7cdcf;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mainpage {}

.mainpage section {
    padding: 100px 0 120px;
}

.mainpage #main02 {
    background: #f6f6f6;
    padding-bottom: 100px;
}

.mainpage #main03 {}

.main-tit {
    margin-bottom: 40px;
}

.main-tit h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.034em;
    /*font-family: 'G-Market-Sans';*/
}

.main-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.main-process .m-pro {
    padding: 25px 25px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.main-process .m-pro:hover {
    color: #fff;
    background: var(--page-point-color);
    box-shadow: none;
}

.main-process .m-pro:hover h4 small,
.main-process .m-pro:hover span {
    color: #fff;
}

.main-process .m-pro-tit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0 20px 5px;
    height: 160px;
}

.main-process .m-pro-tit h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}

.main-process .m-pro-tit h4 small {
    color: #333;
    display: block;
    margin-top: 12px;
    font-size: 16px;
    text-shadow: none;
    line-height: 1.3;
    opacity: 0.8;
    font-weight: 500;
}

.main-process .m-pro-tit span {
    font-size: 48px;
    color: var(--page-point-color);
    font-variation-settings: 'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24;
    margin-top: -5px;
    margin-right: -10px;
}

.main-process .img-box {}

.main-process .img-box img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    background: #ccc;
}

.main-review {
    display: grid;
    grid-template-columns: calc(50% - 35px) calc(50% - 35px);
    gap: 70px;
}

.main-review iframe {
    height: 400px;
}

.page-header {
    display: none;
}

.list-review .table_blog {
    margin: 0 !important;
    border-top: 2px solid #333 !important;
}

.list-review .table_blog dd {
    padding: 9.9px 0;
    display: flex;
    gap: 20px;
}

.list-review .table_blog dd .left {width: 200px;}

.list-review .table_blog dd .left a {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
}

.list-review .table_blog dd .left a span {
    width: 100%;
    height: 100%;
}

.list-review .table_blog dd .right {}

.list-review .table_blog dd .right .title {
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-review .table_blog dd .right .title a {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
}

.list-review .table_blog dd .right .title a .subject {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-review .table_blog dd .right .title a .cate {
    /*font-family: 'G-Market-Sans';*/
    background: var(--page-point-color);
    font-size: 14px;
    letter-spacing: 0.034em;
    padding: 5px 7px 4px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 7px;
}

.list-review .table_blog dd .right .info {
    margin: 0;
}

.list-review .table_blog dd .right .text {}

.list-review .table_blog dd .right .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
}

.list-review .table_blog dd .right .info span {
    display: none;
}

.media-review .more-btn {
    display: none;
}

.more-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.more-btn a {
    width: fit-content;
    padding: 7px 15px 5px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    line-height: 2em;
    font-size: 15px;
}

.more-btn a:hover {
    background: #222;
    color: #fff;
    font-weight: 500;
    border-color: #222;
}

.main-university {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 10px;
}

.main-university .img-box img {
    height: 100px;
    object-fit: contain;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}

.main-university .img-box span {
    height: 100px;
    object-fit: contain;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    background: #5b9bd5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    --wght: 300;
}

.main-university .img-box p {
    font-size: 19px;
    margin-top: 12px;
    font-weight: 600;
}

.mainpage #main04 {
    background: #f6f6f6;
}

.main-news {}

.main-news-list {
    display: block;
    margin-bottom: 50px;
}

.main-news-list .type_swiper_s1 {
    width: 100%;
}

.main-news-list .inner {
    background: #fff;
}

.main-news-list .inner .bottom {
    padding: 30px 30px;
}

.main-news-list .inner .cate {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--page-point-color);
    margin-bottom: 8px;
    /*font-family: 'G-Market-Sans';*/
}

.main-news-list .inner .title {
    margin-bottom: 45px;
    /*font-family: 'G-Market-Sans';*/
}

.main-news-list .inner .title a {
    font-size: 29px;
    color: #000;
}

.main-news-list .inner .info {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.main-news-list .inner .info span {
    font-size: 15px;
}

.main-news-list .type_swiper_s1 [class*="swiper-button"]::before {
    top: -25px !important;
}

.main-news-list .swiper-button-next.swiper-button-disabled,
.main-news-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.main-news-list .type_swiper_s1 [class*="swiper-button"]::before {
    opacity: 0.7;
}

.main-qna-list .type_list {
    border-top: 1px solid #333;
}

.main-qna-list .type_list li {
    padding: 19px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.main-qna-list .type_list li .subject {
    font-size: 20px;
    font-weight: 500;
}

.main-qna-list .type_list li .board_status_badge {
    /* background: #fff !important; */
    border-radius: 4px;
    padding: 7px 10px 6px;
    width: 68px;
    text-align: center;
    font-weight: 500;
    /*font-family: 'G-Market-Sans';*/
    font-size: 14px;
}

.main-qna-list .type_list .info {}

.main-qna-list .type_list .info span {
    font-size: 15px;
}

.mainpage #main05 {
    background: #ccc url("/public/img/main/main05Bg.jpg") no-repeat center / cover;
    padding: 120px 0;
    position: relative;
}

.mainpage #main05:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.contact-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .contact {
    color: #fff;
    text-align: center;
    position: relative;
    /*font-family: 'G-Market-Sans';*/
}

.contact-banner .contact span {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.contact-banner .contact p {
    font-size: 52px;
    font-weight: 700;
}

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

.subpage-header {
    position: relative;
    height: 460px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    filter: brightness(0.6);
}
[id^=process] .subpage-header .bg{
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
}
[id^="england0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

[id^="review0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}
[id^="commu0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}
[id^="center0"] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg05.jpg") no-repeat center / cover;
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1em;
    margin-top: 25px;
    /*font-family: 'G-Market-Sans';*/
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eee;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    background: #fff;
    padding: 0;
}

.snb li {
    flex: 1;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    color: #888;
    padding: 22px 15px;
    font-weight: 600;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: var(--page-point-color);
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

.subpage-content {
    padding: 100px 0 0;
}

.subpage-content .con {}

/* 파운데이션 */
.title-h3 {
    margin-bottom: 100px;
}

.title-h3 h3 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    color: #222;
}

#england04 .subpage-content,
#england05 .subpage-content,
[id^=review0] .subpage-content,
[id^=commu0] .subpage-content {
    padding-bottom: 150px;
}

.subpage-content .inner {
    padding: 0 0 100px;
}

.subpage-content .inner:nth-child(2n) {
    background: #f4f4f4;
}

#process05 .subpage-content .inner:nth-child(2n) {
    background: #fff;
}

#process05 .subpage-content .inner+.inner {
    padding-top: 0;
}

#england01.subpage-content .inner02 {}

#england01.subpage-content .inner04 {}

#england01.subpage-content .inner06 {}

.subpage-content .inner+.inner {
    padding-top: 120px;
}

.subpage-content .inner:last-child {
    padding-bottom: 120px;
}

.subpage-content .bbs-area .inner:last-child {
    padding: 0;
}

.sub-h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    width: fit-content;
    position: relative;
    color: #222;
    line-height: 1.45;
    padding-left: 15px;
}

.sub-h4:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 4px;
    height: 24px;
    background: var(--page-point-color);
}

.sub-h4 small {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #555;
    color: var(--page-point-color);
    font-weight: 600;
}

.sub-h4:after {
    position: absolute;
    /* content : ""; */
    right: -13px;
    top: 0;
    width: 9px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
}

.intro-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.intro-box .intro {}

.intro-box .intro p {
    font-size: 22px;
    line-height: 1.6;
}

.intro-box .intro p+p {
    margin-top: 15px;
}

.intro-box .intro p .accent {
    color: var(--page-point-color);
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    display: block;
}

.intro-box .intro .question {
    display: grid;
    font-size: 26px;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 20px;
    /*font-family: 'G-Market-Sans';*/
}

.intro-box .intro .img-box {}

.intro-box .intro .img-box img {}

.inner01 .intro-box .intro.in02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
}

.intro-box .intro.in02 p {
    font-size: 19px;
}

.inner01 .intro-box .intro.in02 .txt-box {
    padding: 35px 40px;
    border: 5px solid #e7e7e7;
}

.table-box {
    margin-top: 60px;
}

.table-box+.table-desc {
    margin-top: 20px;
    font-size: 18px;
    color: var(--page-point-color);
    font-weight: 600;
}

.sub-h4+.table-box {
    margin-top: 0;
}

.location-wrap .inner table td {
    text-align: left;
}

.location-wrap .inner table td:first-child {
    font-weight: 600;
    background: #f6f6f6;
    text-align: center;
}

.table-style01 th:last-child,
.table-style01 td:last-child {
    border-right: 0;
}

#process01 .table-style01 td,
#process01 .table-style01 th,
#process04 .inner02 .table-style01 td,
#process04 .inner02 .table-style01 th {
    border: 1px solid #e3e3e3 !important;
}

#process01 .table-style01 th:last-child,
#process01 .table-style01 td:last-child,
#process04 .inner02 .table-style01 th:last-child,
#process04 .inner02 .table-style01 td:last-child {
    border-right: 1px solid #e3e3e3;
}

.table-style01 {
    width: 100%;
    border-top: 2px solid var(--page-point-color);
    position: relative;
}

.table-style01.txt-left td,
.table-style01.txt-left th {
    text-align: center;
}

.table-style01::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    display: none;
}

.table-style01 tr {}

.table-style01 th,
.table-style01 td {
    font-size: 19px;
    font-weight: 400;
    color: #222;
    padding: 18px 15px;
    border: 1px solid #e3e3e3;
    border-left: 0;
    text-align: center;
    line-height: 1.4;
}

.table-style01 th.spec {
    border-top: 4px solid var(--page-point-color);
}

.table-style01 .spec {
    border: 4px solid var(--page-point-color);
    border-bottom: 1px solid #e3e3e3;
    border-top: 0;
}

.table-style01 .spec-bottom {
    border-bottom: 4px solid var(--page-point-color)
}

.table-style01 th {
    font-size: 20px;
    background: #f8f8f8;
    font-weight: 700;
    border-bottom: none;
}

.table-style01 td {
    background: #fff;
}

.dot-list {
    margin-top: 10px;
}

.dot-list li {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
}

.dot-list li+li {
    margin-top: 5px;
}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    aspect-ratio: 1;
    background: #333;
    border-radius: 50%;
}

.foundation-wrap .inner03 {
    /* display: flex; */
    /* gap: 70px; */
    /* align-items: flex-start; */
}

/* 특장점 */

.merit-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 25px;
}

.merit-box .merit {
    gap: inherit;
    padding: 30px;
    background: #f6f6f6;
    border-radius: 2px;
}

.merit .img-box {}

.merit .img-box img {
    object-fit: cover;
    background: #ddd;
    border-radius: 2px;
    min-height: 215px;
}

.caption {
    margin-top: 40px;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    /*font-family: 'G-Market-Sans';*/
}

.merit .txt-box {
    border: aliceblue;
    margin-top: 40px;
    min-height: 170px;
}

.merit .txt-box p {
    font-size: 19px;
    line-height: 1.5;
}
.merit .txt-box p br{
    display : none;
}
.merit .txt-box p+p {
    margin-top: 20px;
}

/* 비교 */
.nav-tabs {
    border: 0;
}

.compare-wrap .compare-box+.compare-box {
    margin-top: 120px;
}

.compare-wrap .nav-btn {
    display: flex;
    align-items: center;
    /*font-family: 'G-Market-Sans';*/
}

.compare-wrap .table-box {
    margin-top: 20px;
}

.compare-wrap .nav-btn .nav-item {}

.compare-wrap .nav-btn .nav-item.active {
    border: 0;
    display: block;
}

.compare-wrap .nav-btn .nav-item {
    margin: 0;
    border: 0;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    display: none;
    text-shadow: 0 0 black;
}

.tab-pane table th,
.tab-pane table td {
    text-align: left;
}

.tab-pane table th {}

.tab-pane table td {}

.table-style01 td ul {}

.table-style01 td ul li {
    font-size: 18px;
}

.table-style01 td ul.bar-list li {
    text-align: left;
}

.table-style01 td ul li+li {
    margin-top: 5px;
}

.process-wrap table td:nth-child(1) {
    font-weight: 600;
    background: #fafafa;
}

.table-style01 td ul li small {
    font-size: 85%;
    color: #555;
}

/* 지원절차 */
.process-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.process-box .process {
    position: relative;
    background: #fff;
    aspect-ratio: 1;
    border-radius: 15px;
    /* color: #fff; */
    box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9e4e4;
}

.process-box .process::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    position: absolute;
    content: "\f1ac";
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    font-family: var(--icons);
    font-size: 72px;
    color: #3b9fe7;
    color: var(--page-point-color);
    font-weight: 600;
    background: #fff4f4;
    border-radius: 50%;
    text-align: center;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

.process-box .process:nth-child(2)::before {
    content: "\f3b2";
}

.process-box .process:nth-child(3)::before {
    content: "\ef2f";
}

.process-box .process:nth-child(4)::before {
    content: "\ef49";
}

.process-box .process::after {
    position: absolute;
    content: "\e5e1";
    right: -39px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--icons);
    font-size: 36px;
    color: #d82b35;
    font-weight: 600;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.process-box .process:last-child::after {
    display: none;
}

.process h6 {
    font-size: 25px;
    font-weight: 600;
    /*font-family: 'G-Market-Sans';*/
    text-align: center;
    padding-top: 175px;
}

.process .pro-in {}

.process .pro-in img {
    background: #ddd;
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: none;
}

.process .pro-in p {
    margin-top: 7px;
    font-size: 19px;
    text-align: center;
}

.process-wrap table td {}

.process-wrap table td .big {
    font-size: 17px;
    font-weight: 600;
}

.bar-list {}

.bar-list li {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
}

.bar-list li+li {
    margin-top: 5px;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 10px;
    width: 5px;
    height: 1px;
    background: #333;
}

/* 강의시설 */
.plant-slide-wrap {}

.plant-slide {}

.plant-slide .slider {
    margin-bottom: 30px;
}
.plant-slide .slider.slider-test{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.plant-slide .slider.slider-test .img-box img{
    height: 400px;
}
.plant-slide .slider .img-box {}

.plant-slide .slider .img-box img {
    width: 100%;
    object-fit: cover;
    height: 650px;
}

.plant-slide .slick-arrow {
    z-index: 999;
}

.plant-slide .slick-next {
    right: 30px;
    width: 40px;
    height: 40px;
}

.plant-slide .slick-prev {
    left: 30px;
}

.plant-slide .slick-prev:before,
.plant-slide .slick-next:before {
    color: #fff;
    font-size: 40px;
    font-family: var(--icons);
}

.plant-slide .slick-next::before {
    content: "\e5e1";
}

.plant-slide .slick-prev::before {
    content: "\e5e0";
}

.plant-slide p {
    font-size: 22px;
    line-height: 1.6;
}

.plant-slide p+p {
    margin-top: 20px;
}

/* 대표 진학 */
.university-wrap {}

.university-wrap .inner06 .sub-h4::after {
    top: unset;
    bottom: 32px;
}

.graduate-box {}

.graduate-box .graduate {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /*font-family: 'G-Market-Sans';*/
}

.graduate-box .graduate p {
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}

.graduate-box .graduate .accent {
    font-size: 26px;
    font-weight: 500;
    text-shadow: 0 0 #333;
    margin-top: 10px;
    display: block;
}

.graduate-box .img-box {
    border: 3px solid #f3f3f3;
    border-radius: 15px;
    padding: 50px;
}

.graduate-box .img-box img {
    object-fit: cover;
}

#england02 .graduate-box .img-box img {
    width: 750px;
}

#england03 .inner02 .graduate-box .img-box {
    border: 0;
    padding: 0;
}

#england03 .inner02 .graduate-box .img-box img {
    width: 400px;
    margin-left: 0;
}

.graduate-box .graduate .txt-box {
    padding: 35px 40px;
    border: 5px solid #e7e7e7;
}

.graduate-box .graduate .txt-box h6 {
    font-size: 25px;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 20px;
}

.graduate-box .graduate .txt-box h6+p {
    font-size: 19px;
    line-height: 1.6;
    font-family: 'Pretendard Variable';
    font-weight: 400;
}

.example-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#england02 .inner03 .example-box .example {
    background: #f6f6f6;
}

#england03 .example-box .example {
    background: #f6f6f6;
}

.example-box .example {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 60px;
    /* background: #f4f6f9; */
    background: #fff;
    border-radius: 10px;
    align-items: center;
}

.example-box .example .media-box {}

.example-box .example .media-box iframe {
    height: 220px !important;
}

.example-box .example .media-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: #ccc;
}

.example .txt-box {
    padding: 40px 40px 40px 0;
}

.example .txt-box .ex-tit {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    /*font-family: 'G-Market-Sans';*/
    text-shadow: 0 0 black;
}

.example .txt-box .desc {}

.example .txt-box .desc p {
    font-size: 19px;
    line-height: 1.6;
}
.example .txt-box .desc p br{
    display : none;
}
.vedio .example-box {
    gap: 0;
    border-top: 2px solid #333;
}

.vedio .example-box .example {
    grid-template-columns: 400px 1fr;
    gap: 60px;
    padding: 20px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.university-wrap .link-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.university-wrap .link-box a {
    width: 300px;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 17px 10px 17px 30px;
    font-weight: 500;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid #ddd;
}

.university-wrap .link-box a:hover {
    background: #222;
    color: #fff;
}

.university-wrap .link-box a span {
    font-size: 30px;
}

.university-wrap table td {
    /* text-align: left; */
}

.university-wrap table th {}

.board-link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.board-link .board {
    border: 1px solid #ddd;
}

.board-link .board .img-box {
    position: relative;
    overflow: hidden
}

.board-link .board .img-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3); */
    transition: all 0.2s ease-in-out
}

.board-link .board .img-box:hover:before {
    background: rgba(0, 0, 0, 0);
}

.board-link .board .img-box img {
    width: 100%;
    height: 250px;
    background: #ccc;
    object-fit: cover;
}

.board-link .board .txt-box {
    padding: 30px 10px 20px;
    text-align: center;
    background: #fff;
    transition: all 0.2s ease;
}

.board-link .board .txt-box h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.board-link .board .txt-box h6 small {
    font-size: 17px;
    text-shadow: none;
    margin-top: 10px;
    display: block;
    color: unset;
}

.board-link .board:hover {
    border-color: #e54561;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.board-link .board:hover .txt-box {
    background: #e54561;
}

.board-link .board:hover .txt-box h6 {
    color: #fff;
}

.question-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.question-box .question {}

.question-box .question h5 {
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid var(--page-point-color);
    font-size: 25px;
}

.question-box .question .answer {
    padding: 30px 30px;
    background: #f8f8f8;
}

.question-box .question .answer p {
    font-size: 19px;
    line-height: 1.6;
}

.question-box .question .answer p+p {
    margin-top: 30px;
}

/* 진학가능전공 */
#england04 .category_wrap {
    display: none;
}

.category_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.category_wrap ul {
    display: flex;
    gap: 30px;
}

.category_wrap ul li {
    position: relative;
    margin: 0 !important;
}

.category_wrap ul li+li::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 7px;
    width: 4px;
    aspect-ratio: 1;
    background: #ccc;
    border-radius: 50%;
}

.category_wrap ul li a {
    padding: 0;
    border: 0;
    font-size: 19px;
    /*font-family: 'G-Market-Sans';*/
    font-weight: 600;
}

.category_wrap ul li.on a {}

.category_wrap ul li a:hover {
    color: var(--page-point-color);
}

#england04 #bbsArea .board_list_list col.writer_col,
#england04 #bbsArea .board_list_list col.regdate_col {
    width: 0 !important;
}

#england04 #bbsArea .board_list_list col.cate_col {
    width: 200px !important;
}

.bbs-categori-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.bbs-categori-box .b-cate {
    border: 1px solid #ddd;
}

.bbs-categori-box .b-cate img {
    width: 100%;
    height: 180px;
    background: #ccc;
    object-fit: cover;
    filter: grayscale(0.3);
}

.bbs-categori-box .b-cate p {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 14px;
    transition: all 0.3s ease;
}

.bbs-categori-box .b-cate:hover {
    border-color: var(--page-point-color);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.bbs-categori-box .b-cate:hover p {
    background: var(--page-point-color);
    color: #fff;
}

/* 교육기간 소개 */
.greet-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    align-items: center;
}

.greet-box .img-box {}

.greet-box .img-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.greet-box h5 {
    font-size: 32px;
    font-weight: 500;
    color: #111;
    /*font-family: 'G-Market-Sans';*/
    margin-bottom: 30px;
}

.greet-box h5 small {
    display: block;
    margin-bottom: 10px;
    color: var(--page-point-color2);
}

.greet-box .txt-box {
}

.greet-box .txt-box p {
    font-size: 18px;
    line-height: 1.7;
}

.greet-box .txt-box p+p {
    margin-top: 25px;
}

.history-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: self-start;
}

.history-box .his-tit {
    display: flex;
    align-items: center;
    background: var(--page-point-color);
    padding: 85px 40px 30px;
    border-radius: 15px;
    /*font-family: 'G-Market-Sans';*/
}

.history-box .his-tit h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.history-box .history {
    position: relative;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.history-box .history::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
}

.timeline {
    display: grid;
    grid-template-columns: 134px 1fr;
}

.timeline p {
    font-size: 33px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    /*font-family: 'G-Market-Sans';*/
}

.timeline p:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 13px;
    width: 13px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--page-point-color);
    background: var(--page-point-color);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.timeline ul {
    padding-top: 7px;
}

.timeline ul li {
    display: grid;
    gap: 5px;
    font-size: 18px;
    color: #666;
}

.timeline ul li+li {
    margin-top: 5px;
}

.timeline ul li span {
    color: #222;
    font-weight: 500;
    text-shadow: 0 0 black;
}

.team-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 25px;
}

.team-box .team {
    padding: 30px;
    background: #f6f6f6;
    border-radius: 2px;
}

.team-box .team .img-box {
    margin-bottom: 40px;
}

.team-box .team .img-box img {
    object-fit: cover;
    background: #ddd;
    border-radius: 2px;
    min-height: 210px;
}

.team-box .team h6 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 0 black;
    /*font-family: 'G-Market-Sans';*/
}

.team-box .team .txt-box {}

.team-box .team .txt-box p {
    font-size: 18px;
    line-height: 1.5;
}

.team-box .team .txt-box p+p {
    margin-top: 20px;
}

.team-box .team .img-box p.small {
    text-align: center;
    padding-top: 40px;
    /*font-family: 'G-Market-Sans';*/
    font-size: 18px;
    color: #666;
}

.team-box .team .img-box p.small+.caption {
    margin-top: 2px;
}

.company-box {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.company-box .img-box {}

.company-box .img-box img {
    width: 100%;
    /* height: 350px; */
    background: #ccc;
}

.company-box .txt-box {}

.company-box .txt-box p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.company-box .txt-box p+p {
    margin-top: 30px;
}

.company-box .txt-box p img {
    margin-left: auto;
}

.location-wrap .inner {}

.location-wrap .wrap_map {
    height: 520px !important;
}

.location-info {
    margin-top: 30px;
}

.location-info .info {}

.location-info .info h6 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
    position: relative;
    width: fit-content;
    padding-left: 28px;
}

.location-info .info h6::before {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 30px;
    border: 5px solid #f7d4d6;
    position: absolute;
    top: 6px;
    left: 0;
    background: var(--page-point-color);
}

.location-info .info h6:after {
    position: absolute;
    content: "";
    right: -8px;
    top: -1px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 4px 4px var(--page-point-color2);
    display: none;
}

.location-info .info ul {}

.location-info .info ul li {
    font-size: 21px;
    padding-left: 20px;
    font-weight: 500;
}

.location-info .info ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 3px;
    background: #666;
    position: absolute;
    top: 12px;
    left: 5px;
}

.location-info .info:nth-child(1) ul li {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

.location-info .info:nth-child(1) ul li::before {
    display: none;
}

.location-info .info ul li+li {
    margin-top: 10px;
}

.location-info .info+.info {
    margin-top: 60px;
}

.location-info .info .table-box {
    margin: 0;
}

.location-info .info:nth-child(2) {
    display: none;
}

.location-info .info:nth-child(1) {
    grid-column: 1 / span 3;
}

.map-video {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    margin-top: 60px;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

/* ppt4번 내용 간격설정 하단 padding : 위 오른쪽 아래 왼쪽  순서입니다. */
#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 365px 1fr;
    gap: 60px;
    padding: 30px 20px 30px 0;
}

.table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {
    display: block;
}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 186px;
    object-fit: cover;
}

#bbsArea .table_blog .right {
    width: unset;
}

#bbsArea .table_blog .right .title {
}

#bbsArea .table_blog .right .title a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    /*font-family: 'G-Market-Sans';*/
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#bbsArea .table_blog .right .title a > span{
        max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#bbsArea .table_blog .right .title a .badge {
    background: var(--page-point-color);
    font-size: 14px;
    letter-spacing: 0.034em;
    padding: 6px 7px 6px;
    border-radius: 2px;
    margin-bottom: 4px;
    min-width: 50px;
}

#bbsArea .table_blog .right .info {
    font-size: 14px;
}

#bbsArea #review01 .table_blog .right .info,
#bbsArea #review03 .table_blog .right .info {
    display: none;
}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 4/3;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: left;
    padding: 0;
    margin-top: 20px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title .badge {
    background: transparent;
    font-size: 16px;
    color: var(--page-point-color);
    padding: 0;
    font-weight: 600;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    margin-top: 2px;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size: 20px;
    font-weight: 700;
}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}

/* 비디오 게시판 */
#bbsArea .table_video {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

#bbsArea .table_video::before,
#bbsArea .table_video::after {
    display: none;
}

#bbsArea .board_video_list dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .board_video_list dd {}

#bbsArea .board_video_list .inner {
    border: 0;
}

#bbsArea .board_video_list .inner .top {}

#bbsArea .board_video_list .inner .top a {}

#bbsArea .board_video_list .inner .top a span {
    aspect-ratio: 16/9;
    height: auto;
}

#bbsArea .board_video_list .inner .bottom {
    text-align: left;
    padding: 0;
    margin-top: 15px;
}

#bbsArea .tboard_video_list .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .board_video_list .inner .bottom .title .badge {
    background: var(--page-point-color)
}

#bbsArea .board_video_list .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .board_video_list .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;
    font-size: 20px;
    font-weight: 600;
}

:where(.table_video, .table_blog2) .inner .bottom .title {
    padding: 0;
    margin: 0;
}

#bbsArea .board_video_list .inner .bottom .info {
    display: none;
}

#bbsArea .board_video_list .inner .bottom .info span {}


/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea #commu02.board_list_list col.writer_col,
#bbsArea #commu02.board_list_list col.regdate_col {
    width: 0 !important;
}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .table_default thead tr th {
    font-size: 18px;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {
    font-weight: 400;
}

#bbsArea .board_list_list tbody td {}

#bbsArea .table_default tbody td span.badge {
    margin-top: -5px;
    background: var(--page-point-color2);
    border-radius: 1px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    border-radius: 2px;
}

#bbsArea .table_default tbody td span.badge a {}

#bbsArea .table_default tbody th,
#bbsArea .table_default tbody td {
    font-size: 16px;
    padding: 20px 15px;
    color: #777;
}

.table_default .status_badge {
    padding: 7px 10px 7px;
    min-width: 70px;
    display: inline-block;
}

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

.board-a {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-a a {
    width: 160px;
    text-align: center;
    padding: 8px 12px;
    font-size: 17px;
    background: var(--page-point-color);
    color: #fff;
    font-weight: 500;
}

/* 현황게시판 */
.table.table_default tr td,
.table.table_default tr th {
    font-size: 17px;
    padding: 20px 15px;
}

.table.table_default tr th {}

.table.table_default tr td {
    font-size: 16px;
    padding: 15px;
}

/* 주문폼 */

.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.034em;
    font-weight: 600;
}
.board_data_view .header_wrap .info{
    display : none;
}
#bbsArea .board_wrapper {}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
    padding: 20px 20px;
    width: 180px;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap {
    margin-bottom: 0;
}
.university-wrap #bbsArea .search_wrap select,
.university-wrap #bbsArea .search_wrap input,
.university-wrap #bbsArea .search_wrap #search_btn{
    display : none;
}
.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

.search_wrap .btn {
    background-color: #333;
    border-color: #333;
}

.search_wrap .btn:hover,
.search_wrap .btn:focus {
    background: #000;
    border-color: #000;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #252726;
    color: #fff;
}

footer li {
    font-size: 15px;
    color: #a9a9a9;
    letter-spacing: 0;
    line-height: 1.6;
}

footer li:first-child {
    color: #eee;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 5px;
}

footer li.copy {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}

footer .footer-wrap {
    padding: 40px 0;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 7px 15px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.footer-info li.login a:hover {
    border-color: #555;
    background: #555;
}

.footer-info li.clear-fix {
    width: 100%;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

footer .footer-info {
    padding: 50px 0;
}

.footer-info ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
} */
/* 반응형 */

@media (max-width: 767px) {
    .list-review .table_blog dd .right .title a .subject {
        max-width: 400px;
    }
    .carousel-control {
        font-size: 14px;
    }

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

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

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        box-shadow: none;
        background: transparent;
        display: block;
        padding-top: 25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:1199px) {
    .navbar-brand {
        height: 50px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 0;
        min-width: 120px;
    }

    .navbar-inverse .navbar-nav .open:hover>a:after {
        content: '';
        width: calc(100% - 15px);
    }

    #site {
        padding-top: 61px;
    }

    #navbar-bg {
        top: 61px;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 3px 0;
        font-size: 13px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        padding-top: 15px;
    }

    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    .main-banner .banner-tit span {
        margin-bottom: 10px;
        font-size: 20px;
        padding-left: 5px;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }

    .main-banner {
        padding: 0 80px;
    }

    .carousel-control .glyphicon-chevron-left {
        left: 25px !important;
    }

    .carousel-control .glyphicon-chevron-right {
        right: 25px;
    }

    .floating {
        top: 377px;
        width: 90px;
    }

    .floating .floating-btn>span {
        font-size: 20px;
    }

    .floating .floating-btn {
        height: 20px;
    }

    .floating .info .box::before {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .floating .info .box dl dt {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .floating .info .box:first-child dl dd {
        font-size: 9px;
    }

    .floating .info .box dl dd {
        font-size: 9px;
    }

    .floating .info .box dl dd small {
        font-size: 8px;
    }

    .floating .info .box {
        padding: 10px 0;
        min-height: unset;
    }

    .main-process {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .process-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .process-box .process {
        aspect-ratio: unset;
        border-radius: 15px;
        padding: 30px;
    }

    .process-box .process::after {
        display: none;
    }

    .process h6 {
        font-size: 20px;
        padding-top: 85px;
    }

    .process-box .process::before {
        width: 70px;
        height: 70px;
        left: 50%;
        top: 25px;
        font-size: 45px;
    }
}

@media (max-width:991px) {
    .list-review .table_blog dd .left a {
        display: block;
        /* width: 160px; */
        aspect-ratio: 16 / 9;
    }
    #center03 .map-video {
        grid-template-columns: 1fr;
    }

    #center03 .map-video iframe {
        width: 100%;
        height: unset;
        aspect-ratio: 16/9;
    }

    .location-info .info h6::before {
        width: 14px;
        aspect-ratio: 1;
        border: 4px solid #f7d4d6;
        top: 4px;
        left: 0;
    }

    .location-info .info h6 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .location-info .info+.info {
        margin-top: 30px;
    }

    .location-info .info:nth-child(1) ul li {
        font-size: 15px;
    }

    .location-info {
        margin-top: 20px;
    }

    .location-wrap .wrap_map {
        height: 320px !important;
    }

    .table.table_default tbody .subject a {
        font-size: 14px;
    }

    #bbsArea .table_default thead tr th {
        font-size: 14px;
        padding: 10px 10px;
    }

    #bbsArea .table_default tbody th,
    #bbsArea .table_default tbody td {
        font-size: 13px;
        padding: 10px 10px;
        color: #777;
    }

    .bbs-categori-box .b-cate p {
        font-size: 13px;
        padding: 5px;
    }

    .bbs-categori-box .b-cate img {
        height: 130px;
    }

    .bbs-categori-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    .table-style01 td ul li {
        font-size: 15px;
    }

    .process-wrap table td .big {
        font-size: clamp(12px, 1.41vw, 14px);
    }

    .dot-list li::before {
        top: 7px;
        width: 3px;
    }

    .dot-list li {
        font-size: 15px;
        padding-left: 8px;
    }

    .table-style01 th,
    .table-style01 td {
        font-size: 14px;
        padding: 8px 10px;
    }

    .table-style01 th {
        font-size: 15px;
    }

    .table-box {
        margin-top: 30px;
    }

    .intro-box .intro p .accent {
        font-size: 15px;
        margin-top: 4px;
    }

    .subpage-content .inner+.inner {
        padding-top: 70px;
    }

    .intro-box .intro.in02 p {
        font-size: 14px;
    }

    .intro-box .intro .question {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .inner01 .intro-box .intro.in02 .txt-box {
        padding: 20px 30px;
        border: 3px solid #e7e7e7;
    }

    .intro-box .intro p {
        font-size: 15px;
    }

    .sub-h4:before {
        width: 3px;
        height: 15px;
        top: 7px;
    }

    .sub-h4 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .title-h3 {
        margin-bottom: 40px;
    }

    .title-h3 h3 {
        font-size: clamp(27px, 4.01vw, 40px);
    }

    .subpage-content {
        padding: 70px 0 0;
    }

    .snb a {
        font-size: 14px;
        padding: 14px 10px;
    }

    .subpage-title h2 {
        font-size: clamp(28px, 4.01vw, 40px);
        margin-top: 0;
    }

    .subpage-header {
        height: 300px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left {
        left: 15px !important;
    }

    .carousel-control .glyphicon-chevron-right {
        right: 15px;
    }

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 20px 0;
        min-width: 90px;
    }

    .navbar-brand {
        height: 40px;
    }

    .main-banner .banner-tit span {
        margin-bottom: 5px;
        font-size: clamp(18px, 2.01vw, 20px);
    }

    .carousel-caption h1 {
        font-size: clamp(24px, 4.01vw, 40px);
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .mainpage section {
        padding: 80px 0 100px;
    }

    .main-process .m-pro {
        padding: 15px;
    }

    .main-process .m-pro-tit h4 {
        font-size: 22px;
    }

    .main-process .m-pro-tit span {
        font-size: 30px;
        margin-top: 0;
        margin-right: 7px;
    }

    .main-process .m-pro-tit {
        padding: 10px 0 10px 5px;
        height: 120px;
    }

    .main-process .m-pro-tit h4 small {
        margin-top: 7px;
        font-size: 14px;
    }

    .main-process .img-box img {
        height: 175px;
    }

    .main-review {
        grid-template-columns: 100%;
        gap: 50px;
    }

    .main-tit h3 {
        font-size: clamp(24px, 4.01vw, 40px);
    }

    .main-tit {
        margin-bottom: 30px;
    }

    .table_blog .left {
        width: 210px;
        height: 100%;
    }

    .list-review .table_blog dd .right .title a .cate {
        font-size: 11px;
        padding: 3px 5px 3px;
        margin-bottom: 5px;
    }

    .list-review .table_blog dd .right .title a {
        font-size: 16px;
    }

    .list-review .table_blog dd .right .text p {
        font-size: 13px;
    }

    .more-btn a {
        padding: 6px 15px;
        font-size: 16px;
        gap: 9px;
        font-size: 14px;
    }

    .more-btn a span {
        font-size: 17px;
    }

    .main-university {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 10px;
    }

    .main-university .img-box p {
        font-size: 15px;
        margin-top: 5px;
    }

    .main-news-list .inner .bottom {
        padding: 20px;
    }

    .main-news-list .inner .cate {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .main-news-list .inner .title a {
        font-size: 18px;
    }

    .main-news-list .inner .title {
        margin-bottom: 30px;
    }

    .main-news-list .inner .info {
        padding-top: 8px;
    }

    .type_swiper_s1 .bottom .info {
        margin-top: 5px;
        gap: 7px;
    }

    .main-news-list .inner .info span {
        font-size: 11px;
    }

    .main-qna-list .type_list li {
        padding: 14px 0;
    }

    .main-qna-list .type_list li .subject {
        font-size: 15px;
    }

    .main-qna-list .type_list li .board_status_badge {
        border-radius: 4px;
        padding: 5px 6px 5px;
        width: 50px;
        font-size: 11px;
    }

    .main-qna-list .type_list .info span {
        font-size: 11px;
    }

    .mainpage #main05 {
        padding: 75px 0;
    }

    .contact-banner .contact span {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .contact-banner .contact p {
        font-size: 35px;
    }

    .floating {
        top: 240px;
    }

    footer .footer-wrap {
        padding: 30px 0;
    }

    footer li:first-child {
        font-size: 14px;
        margin-bottom: 4px;
    }

    footer li {
        font-size: 11px;
    }

    footer li.copy {
        margin-top: 10px;
        font-size: 9px;
    }

    .footer-info li.login a {
        padding: 3px 8px 3px;
        font-size: 11px;
    }

    .merit-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
    }

    .merit-box .merit {
        padding: 20px;
    }

    .merit .img-box img {
        min-height: 180px;
    }

    .caption {
        margin-top: 18px;
        font-size: 20px;
    }

    .merit .txt-box {
        margin-top: 20px;
        min-height: 155px;
    }

    .merit .txt-box p {
        font-size: 15px;
        line-height: 1.5;
    }

    .merit .txt-box p+p {
        margin-top: 15px;
    }

    .compare-wrap .nav-btn .nav-item {
        font-size: 16px;
    }

    .plant-slide .slider .img-box img {
        height: 350px;
    }

    .plant-slide .slider {
        margin-bottom: 15px;
    }

    .plant-slide p {
        font-size: 16px;
        line-height: 1.6;
    }

    .plant-slide p+p {
        margin-top: 15px;
    }

    .graduate-box .graduate p {
        font-size: 15px;
    }

    .graduate-box .graduate .accent {
        font-size: 16px;
        margin-top: 5px;
    }

    .graduate-box .graduate {
        gap: 15px;
    }

    .graduate-box .img-box {
        padding: 15px;
    }

    .example-box .example {
        grid-template-columns: 0.5fr 1fr;
        gap: 30px;
    }

    .example-box .example .media-box {
        height: 100%;
    }

    .example-box .example .media-box img {
        height: 180px;
    }

    .example .txt-box {
        padding: 5px 20px 20px 20px;
    }

    .example .txt-box .ex-tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .example .txt-box .desc p {
        font-size: 14px;
    }

    .vedio .example-box .example {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 20px;
    }

    .example-box .example .media-box iframe {
        height: unset;
        aspect-ratio: 16 / 9;
        height: auto !important;
    }

    #england01 .example .txt-box {
        padding: 0 20px 00;
    }

    .university-wrap .link-box a {
        width: fit-content;
        font-size: 12px;
        gap: 10px;
        padding: 8px 8px 8px 10px;
    }

    .university-wrap .link-box a span {
        font-size: 20px;
    }

    .board-link {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .board-link .board .img-box img {
        height: 200px;
    }

    .board-link .board .txt-box {
        padding: 10px;
    }

    .board-link .board .txt-box h6 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .board-link .board .txt-box h6 small {
        font-size: 13px;
        margin-top: 6px;
    }

    .sub-h4 small {
        margin-bottom: 3px;
        font-size: 13px;
    }

    .question-box .question h5 {
        padding: 0 0 15px;
        font-size: 17px;
    }

    .question-box .question .answer {
        padding: 18px;
    }

    .question-box .question .answer p {
        font-size: 15px;
    }

    .question-box .question .answer p+p {
        margin-top: 10px;
    }

    .table-box+.table-desc {
        margin-top: 15px;
        font-size: 14px;
    }

    .category_wrap ul li a {
        font-size: 15px;
    }

    .category_wrap ul {
        gap: 15px;
    }

    .category_wrap ul li+li::before {
        left: -8px;
        top: 5px;
        width: 3px;
    }

    #bbsArea .table_blog dd {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 15px;
    }

    #bbsArea .table_blog .left a span {
        height: unset;
        aspect-ratio: 16 / 9;
    }

    #bbsArea .table_blog .right .title a {
        font-size: 18px;
    }

    #bbsArea .table_blog .right .title a .badge {
        font-size: 11px;
        padding: 4px 4px 4px;
        margin-bottom: 4px;
        min-width: 38px;
    }

    #bbsArea .table_blog .right .info {
        font-size: 11px;
    }

    #bbsArea .table_blog .right .text p {
        font-size: 15px;
    }

    #bbsArea .table_video {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    #bbsArea .board_video_list .inner .bottom .title a span {
        font-size: 14px;
    }

    #bbsArea .board_video_list .inner .top a span {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .greet-box {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .greet-box h5 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .greet-box h5 small {
        margin-bottom: 5px;
    }

    .greet-box .txt-box p {
        font-size: 16px;
    }

    .greet-box .txt-box p+p {
        margin-top: 20px;
    }

    .history-box {
        grid-template-columns: 1fr;
        gap: 0;
        align-items: self-start;
    }

    .timeline p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .timeline p:before {
        left: -23px;
        top: 9px;
        width: 9px;
    }

    .timeline {
        grid-template-columns: 100px 1fr;
    }

    .timeline ul li {
        gap: 5px;
        font-size: 15px;
    }

    .history-box .history {
        gap: 30px;
    }

    .history-box .history+.history {
        margin-top: 30px;
    }

    .team-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .team-box .team {
        padding: 15px;
    }

    .team-box .team .img-box img {
        min-height: unset;
        height: 170px;
        width: 100%;
    }

    .team-box .team .img-box p.small {
        padding-top: 25px;
        font-size: 16px;
    }

    .team-box .team .txt-box p {
        font-size: 15px;
        line-height: 1.5;
    }

    .company-box .img-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        background: #ccc;
    }

    .company-box {
        gap: 35px;
    }

    .company-box .txt-box p {
        font-size: 15px;
    }

    .company-box .txt-box p+p {
        margin-top: 20px;
    }

    .company-box .txt-box p img {
        margin-left: auto;
        height: 65px;
    }
    #bbsArea .table_blog .right{
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    #mainCarousel .carousel-inner .item:nth-child(3) .main-banner .img-box {
        width: 170px;
        display: unset;
    }

    .greet-box .img-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    #bbsArea .table_blog2 .inner .bottom .title a span {
        font-size: 15px;
    }

    #bbsArea .table_blog2 .inner .bottom .title .badge {
        font-size: 12px;
    }

    #bbsArea .table_blog2 .inner .bottom {
        margin-top: 10px;
    }

    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    #bbsArea .board_wrapper {
        overflow-x: auto;
    }
    #bbsArea .board_wrapper.board_blog2_view{
        overflow: unset;
    }
    #bbsArea .board_list_list table {
        min-width: 600px;
    }

    #bbsArea .board_list_list col.num_col {
        width: 60px !important;
    }

    .table-style01 .spec {
        border: 2px solid var(--page-point-color);
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3;
    }

    .table-style01 td ul li+li {
        margin-top: 2px;
    }

    .table-style01 td ul li {
        font-size: 12px;
    }

    .table-style01 .spec-bottom {
        border-bottom: 2px solid var(--page-point-color);
    }

    .table-style01 th.spec {
        border-top: 2px solid var(--page-point-color);
    }

    #process03 .table-style01 col:nth-child(1),
    #process03 .table-style01 col:nth-child(2),
    #process03 .table-style01 col:nth-child(3) {
        width: auto !important;
    }

    .table-style01 th,
    .table-style01 td {
        font-size: 12px;
        padding: 5px 5px;
    }

    .subpage-content .inner:last-child {
        padding-bottom: 70px;
    }

    .table-box {
        overflow-x: auto;
    }

    .table-style01 {
        min-width: 300px;
    }

    .intro-box .intro.in02 p {
        font-size: 13px;
    }

    .intro-box .intro .question {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .sub-h4:before {
        width: 2px;
        height: 12px;
        top: 7px;
    }

    .sub-h4 {
        font-size: 20px;
        margin-bottom: 12px;
        padding-left: 7px;
    }

    .snb a {
        font-size: 11px;
        padding: 11px 5px;
    }

    .subpage-header {
        height: 220px;
    }

    .type_swiper_s1 [class*="swiper-button"] {
        display: none;
    }

    .navbar-inverse {
        padding: 8px 0;
    }

    .navbar-brand {
        height: 40px;
        margin-left: 15px !important;
        margin-top: 4px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 9px 24px;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 6px 24px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        padding-top: 5px;
    }

    .list-review .table_blog dd {
        display: flex;
        gap: 20px;
    }

    .main-review iframe {
        width: 100%;
        margin: 0 auto;
        height: auto;
        aspect-ratio: 16/9;
        min-height: 200px;
    }

    .main-university {
        grid-template-columns: repeat(3, 1fr);
    }

    .graduate-box .graduate .txt-box {
        padding: 20px 20px;
        border: 3px solid #e7e7e7;
    }

    .graduate-box .graduate .txt-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .graduate-box .graduate .txt-box h6+p {
        font-size: 14px;
    }

    .table_default .status_badge {
        padding: 7px 5px 7px;
        min-width: 55px;
        font-size: 11px;
    }
}

@media (max-width:576px) {
    .main-qna-list .type_list .info{
        display: none;
    }
    .list-review .table_blog dd .right .title a .subject {
        max-width: 300px;
    }
    .category_wrap ul li+li::before {
        left: -6px;
        top: 4px;
        width: 2px;
    }

    .category_wrap ul {
        gap: 10px;
        flex-flow: wrap;
    }

    .carousel-control {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .carousel-control.right {
        left: unset;
        right: 0;
    }

    .main-banner {
        padding: 0px 30px;
    }

    .carousel-control .glyphicon-chevron-left {
        left: 0 !important;
    }

    .carousel-control .glyphicon {
        width: 30px;
        height: 30px;
    }

    .carousel-control .glyphicon-chevron-right {
        right: 0;
    }

    .greet-box .txt-box p {
        font-size: 15px;
    }

    .greet-box h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .timeline ul {
        padding-top: 4px;
    }

    .timeline ul li {
        font-size: 14px;
    }

    .timeline p:before {
        left: -23px;
        top: 7px;
        width: 9px;
    }

    .timeline {
        grid-template-columns: 70px 1fr;
    }

    .timeline p {
        font-size: 18px;
    }

    .team-box {
        grid-template-columns: 1fr;
        gap: 50px 20px;
    }

    .team-box .team .img-box {
        margin-bottom: 20px;
    }

    #bbsArea .table_video {
        grid-template-columns: 1fr;
    }

    .category_wrap ul li a {
        font-size: 14px;
    }

    .board-link .board .txt-box h6 small {
        font-size: 13px;
        margin-top: 5px;
    }

    .board-link .board .txt-box h6 {
        font-size: 18px;
    }

    .board-link {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .board-link .board .img-box img {
        height: unset;
    }

    .example .txt-box .desc p {
        font-size: 16px;
    }

    #england01 .example .txt-box {
        padding: 0 20px 20px;
    }

    .example .txt-box .ex-tit {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .example-box .example {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .graduate-box .graduate .accent {
        font-size: 14px;
    }

    .plant-slide .slider .img-box img {
        height: 260px;
    }

    .process-box {
        gap: 10px;
    }

    .table-style01 td ul.bar-list li {
        padding-left: 9px;
    }

    .bar-list li::before {
        left: 2px;
        top: 7px;
        width: 4px;
        height: 1px;
    }

    .process .pro-in p {
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
    }

    .process-box .process::before {
        width: 50px;
        height: 50px;
        top: 15px;
        font-size: 32px;
    }

    .process h6 {
        font-size: 16px;
        padding-top: 60px;
    }

    .process-box .process {
        border-radius: 15px;
        padding: 15px;
    }

    .snb a {
        font-size: 14px;
        padding: 10px 2px;
        line-height: 1.2;
    }

    .snb a:after {
        display: none !important;
    }

    .merit .txt-box {
        margin-top: 20px;
        min-height: unset;
    }

    .merit .txt-box p {
        font-size: 16px;
        line-height: 1.5;
    }

    .caption {
        margin-top: 12px;
        font-size: 22px;
    }

    .merit-box {
        grid-template-columns: 1fr;
        gap: 60px 20px;
    }

    .subpage-header {
        height: 188px;
    }

    .subpage-content .inner+.inner {
        padding-top: 55px;
    }

    .dot-list li::before {
        top: 7px;
        width: 3px;
    }

    .dot-list li {
        font-size: 16px;
        padding-left: 6px;
    }

    .intro-box .intro p .accent {
        font-size: 17px;
        margin-top: 3px;
    }

    .intro-box .intro p {
        font-size: 17px;
    }

    .subpage-content .inner {
        padding: 0 0 60px;
    }

    .intro-box .intro.in02 p {
        font-size: 14px;
    }

    .intro-box .intro .question {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .inner01 .intro-box .intro.in02 .txt-box {
        padding: 15px 10px;
    }

    .intro-box {
        gap: 0;
    }

    #mainCarousel .carousel-inner .item {
        height: 260px;
    }

    .mainpage section {
        padding: 70px 0 75px;
    }

    .floating {
        display: none;
    }

    .main-process .m-pro-tit h4 {
        font-size: 22px;
    }

    .main-process .m-pro-tit h4 small {
        margin-top: 4px;
        font-size: 13px;
    }

    .main-process .m-pro-tit span {
        font-size: 30px;
        margin-top: 2px;
        margin-right: 7px;
    }

    .main-process .m-pro-tit {
        padding: 10px 0 10px 5px;
        height: 85px;
    }

    .main-process .img-box img {
        height: unset;
    }

    .list-review .table_blog dd {
        gap: 15px;
        flex-direction: column;
        padding: 20px 0;
    }

    .table_blog .left {
        width: 210px;
        height: 100%;
        padding: 0;
    }

    .list-review .table_blog dd .right .title a {
        font-size: 18px;
    }

    .list-review .table_blog dd .right .title a .cate {
        font-size: 15px;
        padding: 4px 9px 4px;
        margin-bottom: 10px;
    }

    .list-review .table_blog dd .right .text p {
        font-size: 14px;
    }

    .mainpage #main02 {
        background: #f6f6f6;
        padding-bottom: 75px;
    }

    .main-university {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-university .img-box img {
        height: 70px;
        padding: 14px;
    }

    .main-news-list .inner .bottom {
        padding: 15px;
    }

    .main-news-list .inner .cate {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .main-news-list .inner .title {
        margin-bottom: 20px;
    }

    .main-news-list .inner .title a {
        font-size: 17px;
    }

    .type_swiper_s1 .bottom .info {
        margin-top: 3px;
        gap: 5px;
    }

    .main-news-list .inner .info span {
        font-size: 11px;
    }

    .main-qna-list .type_list li .subject {
        font-size: 14px;
    }

    .main-qna-list .type_list .info span {
        font-size: 10px;
    }

    .type_list .info span {
        margin-left: 1px;
    }

    .main-qna-list .type_list li .board_status_badge {
        border-radius: 4px;
        padding: 4px 3px 4px;
        width: 38px;
        font-size: 8px;
        min-width: unset;
    }

    .contact-banner .contact span {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .contact-banner .contact p {
        font-size: 24px;
    }

    .mainpage #main05 {
        padding: 75px 0;
    }

    footer li:first-child {
        font-size: 13px;
        margin-bottom: 5px;
    }

    footer li {
        font-size: 11px;
    }

    footer li.copy {
        margin-top: 9px;
        font-size: 10px;
    }

    .footer-info li.login a {
        padding: 1px 8px 3px;
        font-size: 9px;
    }

    #mainCarousel .carousel-inner .item:nth-child(3) .main-banner .img-box {
        width: 87px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-process {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .list-review .table_blog dd .left {
        width: 100%;
    }

    .snb ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-info li.login {
        bottom: -20px;
    }

    .example-box .example .media-box img {
        height: unset;
        aspect-ratio: 4/3;
    }

    #england02 .example .txt-box {
        padding: 20px;
        padding-top: 5px;
    }

    #england03 .inner02 .graduate-box .img-box img {
        margin: 0 auto;
    }

    .location-info .info ul li {
        font-size: 15px;
        padding-left: 10px;
    }

    .location-info .info ul li::before {
        width: 6px;
        height: 2px;
        top: 7px;
        left: 9px;
    }

    [id^=commu0] #bbsArea .board_wrapper col.num_col {
        width: 0 !important;
    }

    [id^=commu0] #bbsArea .board_wrapper col.cate_col {
        width: 80px !important;
    }

    [id^=commu0] #bbsArea .board_wrapper col.subject_col {
        width: 170px !important;
    }

    [id^=commu0] #bbsArea .board_wrapper col.writer_col {
        width: 0 !important;
    }

    [id^=commu0] #bbsArea .board_wrapper col.regate_col {
        width: 0 !important;
    }

    [id^=commu0] #bbsArea .board_wrapper col.status_col {
        width: 80px !important;
    }

    [id^=commu0] #bbsArea .board_list_list table {
        min-width: 300px;
    }

    #bbsArea .board_list_list col.regdate_col {
        width: 0 !important;
    }
}
.contents_inner > *{
    line-height: 2.3;
}