@charset "utf-8";
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* 주요색상 */
:root {
    --page-point-color: #0068b6;
    --page-point-color-light: #0080cb;
    --page-point-color-thick: #00467a;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Pretendard','notokr', sans-serif;
    letter-spacing: -0.015em;
    color: #222;
}

a,
button {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.6em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
    border-radius: 5px;
    letter-spacing: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #fff;
    background-color: var(--page-point-color-thick);
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* 인트로 페이지 */
.intro_page {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000;
    z-index: 9999;
}
.intro_page_inner {
    top: 38%;
    left: 50%;
    position: absolute;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);

    width: 100%; 
}
.intro_page .intro_bg {
    width: 100%;
    height: 100%;
    background: url(/public/img/slide/slide02.jpg) no-repeat center / cover;
    animation-name: intBg;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 2s;
    transition-delay: 2s;
    opacity: 0;
}
.intro_page .intro_bg::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.7;
}
.intro_text img,
.intro_text h3,
.intro_text p {
    animation-name: opa;
    animation-fill-mode: both;
    transition-delay: 2s;
    opacity: 0;
}
.intro_text img {
    animation-delay: 1s;
}
.intro_text h3 {
    margin: 60px 0 55px;
    font-size: 72px;
    font-weight: 700;

    margin: 60px 0 30px;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #ffffff;
    background: linear-gradient(to right, #6cdcff, #6cdcff, #45ff6e, #f8ff30);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;


    animation-name: fadeInUp;
    animation-delay: 3.5s;
}
.intro_text p {
    font-size: 25px;
    font-weight: 500;
    font-size: 51px;
    /* font-size: 53px; */
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.5;

    animation-delay: 4.5s;
}
.time {
    animation-duration:2s;
}
.mainPage {
    display: none;
}

@keyframes opa {
	0% {opacity: 0;}
	to {opacity: 1;}
}
@keyframes intBg {
	0% {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

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

/* 상단 메뉴 */
.navbar-inverse {
    height: 115px;
    position: fixed;
    margin-bottom: 0;
    background: transparent;
    border-bottom: none;
    transition: all ease-in-out .15s;
}
.navbar.bg-colored {
    height: 80px;
    background: rgb(0,104,182);
    background: linear-gradient(90deg, rgba(0,104,182,1) 0%, rgba(0,128,203,1) 60%, rgba(110,193,78,1) 80%, rgba(255,179,63,1) 100%);
    background: linear-gradient(90deg, #0061A9, #0080CB, #73C262);
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

.navbar-inverse .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-inverse .container > div {
    flex: 1 1 auto;
}

.navbar-inverse .navbar-brand img {
    height: 55px;
    margin-top: -20px;
    transition: all ease-in-out .15s;
}
.navbar.bg-colored .navbar-brand img {
    height: 45px;
    margin-top: -13px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    bottom: 19px;
    width: 0;
    height: 1px;
    position: absolute;
    background: #fff;
    transform: translateX(-50%);
    transition: all 0.35s;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background:none;
}

.navbar.bg-colored .navbar-nav > li > a:hover,
.navbar.bg-colored .navbar-nav > li > a:focus,
.navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:25px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#fff;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#fff;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .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 {
        left: 50%;
        right: auto;
        padding: 0;
        text-align: center;
        background: rgba(0,0,0,0.85);
        border: none;
        border-radius: 0;
        transform: translate(-50%, 0);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: var(--page-point-color);
    }
    .navbar-inverse .navbar-nav > li > a:hover::after,
    .navbar-inverse .navbar-nav > li > a:focus::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
       width: calc(100% - 60px);
    }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 38px 30px 22px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:60px;height:6px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 4px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:60px;height:6px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow: 0 0 50px rgb(0 0 0 / 30%);}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #222;color: #c1c1c1;}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:22px;letter-spacing: 0;font-weight: 300;}
#site footer .footer-info .container {
    position: relative;
}
#site footer .footer-info .logo img {
    height: 55px;
    margin-top: 2px;
    filter: brightness(1.2);
}
#site footer .footer-info .info {
    padding-left: 20px;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    margin-bottom: 2px;
}
#site footer .footer-info ul li.copy {
    margin-top: 6px;
    font-size: 13px;
    color: #777;
    letter-spacing: 0;
}
#site footer .footer-info .prohibit {
    right: 0;
    bottom: -10px;
    position: absolute;
    font-size: 14px;
    /* letter-spacing: 0.01em; */
    font-weight: 300;
    color: #bbb;
}
#site footer .footer-info .prohibit span {
    font-family: 'notokr', sans-serif;
}

/* 메인 페이지 */
/* #mainCarousel .carousel-inner .item{height:100vh}
#mainCarousel .carousel-caption {
    top: 48%;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 55px;
    font-size: 72px;
    font-weight: 700;
}
#mainCarousel .carousel-caption p {
    font-size: 25px;
    font-weight: 500;
} */

/* Slick Slider */
.slider.slick-slider {
    margin-bottom: 0;
}
.slick-slide {
    position: relative;
}
.slick-slide img {
    width: 100%;
    height: 100vh;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-initialized .slick-slide::after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #000, transparent);
    opacity: 0.2;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}
.slick-arrow {
    top: 50%;
    bottom: 0;
    width: 10%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    z-index: 100;
    opacity: .5;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow::before {
    content: '';
    padding: 0 5px;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #ccc;
}
.slick-arrow:focus,
.slick-arrow:hover {
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9;
}
.slick-prev {
    right: auto;
    left: 0;
}
.slick-next {
    right: 0;
    left: auto;
}
.slick-prev:before {content: '\f053';}
.slick-next:before {content: '\f054';}
.slick-dots {
    bottom: -50px;
}
.slick-dots {
    bottom: 30%;
}
.slick-dots li,
.slick-dots li button {
    width: 32px;
    height: 8px;
    border-radius: 100px;
}
.slick-dots li {
    margin: 0 4px;
}
.slick-dots li button:before {
    content: '';
    width: 32px;
    height: 8px;
    color: #fff;
    opacity: 0.48;
    border: 1px solid #fff;
    background:#fff;
    border-radius: 100px;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button{
    width: 70px;
}
.slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1;
    width: 70px;
}

#introSlider .carousel-caption {
    top: 47%;
    padding: 0;
    text-align: center;
}
#introSlider .carousel-caption h1 {
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #ffffff;
    background: linear-gradient(to right, #6cdcff, #6cdcff, #45ff6e, #f8ff30);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#introSlider .carousel-caption h1 br {
    display: none;
    
}
#introSlider .carousel-caption {
    right: 10%;
    left: 10%;
}
#introSlider .carousel-caption p {
    font-size: 51px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

@media (max-width: 767px) {
    /* #mainCarousel .carousel-inner .item{height:250px}
    #mainCarousel .carousel-caption h1{font-size:24px}
    #mainCarousel .carousel-caption p{font-size:12px;} */
    .slick-arrow {
        display: none !important;
    }
    .slick-dots {
        bottom: 22%;
    }
    #introSlider .carousel-caption {
        right: 5%;
        left: 5%;
        width: 90%;
        position: relative;
        z-index: 100;
    }
    #introSlider .carousel-caption h1 {
        margin: 0 0 20px;
        font-size: 27px;
    }
    #introSlider .carousel-caption p {
        font-size: 26px;
    }
    #introSlider .slick-slide {
        height: 100vh;
        position: relative;
    }
    #introSlider .slick-slide#slick-slide00 {background: url(/public/img/slide/slide02.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide#slick-slide01 {background: url(/public/img/slide/slide01.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide#slick-slide02 {background: url(/public/img/slide/slide03.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide#slick-slide03 {background: url(/public/img/slide/slide04.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide#slick-slide04 {background: url(/public/img/slide/slide05.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide#slick-slide05 {background: url(/public/img/slide/slide06.jpg)  no-repeat center / cover;}
    #introSlider .slick-slide img {
        position: absolute;
        visibility: hidden;
    }
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

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

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

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

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

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

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
/* Scroll Down 버튼 */
.scrollDown {
    left: 50%;
    bottom: 8%;
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    transform: translateX(-50%);
}
.scrollDown:hover {
    color: #fff;
    cursor: pointer;
}
.scrollDown::after {
    content: '\e313';
    left: 50%;
    bottom: -40px;
    position: absolute;
    font-size: 35px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'wght' 200;
    transform: translateX(-50%);
}

.scrollDown::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
}
/* 공통 스타일 */
.mainPage .sec-title {
    margin-bottom: 80px;
    text-align: center;
}
.mainPage .sec-title h3 {
    margin: 0;
    font-size: 58px;
    font-weight: 900;
    color: #222;
    line-height: 1;
    letter-spacing: 0;
}
.mainPage .sec-title p.top {
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    color: #8cd4ff;
    text-shadow: 3px 3px 13px rgb(0 0 0 / 23%);
}
.mainPage a.btn-more {
    min-width: 200px;
    margin-top: 45px;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
    letter-spacing: 0;
    background: #fff;
    border-radius: 5px;
}

#section2  a.btn-more {color: #fff;border-color: #fff;background: transparent;}

#section2 a.btn-more:hover, #section2 a.btn-more:focus {
    background: var(--page-point-color-light);
    border-color: var(--page-point-color-light);
}
.mainPage a.btn-more:hover,
.mainPage a.btn-more:focus {
    color: #fff;
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}
.mainPage > section {
    padding: 150px 0;
}

.mainPage #section1 {
    background: #fff url('/public/img/main/m_section1_bg.png') no-repeat center bottom / cover;
    padding: 110px 0 125px;
}
/* Section1 */
.mainPage #section1 .row {
    display: flex;
    align-items: center;
}
.mainPage #section1 .row > .image {
    width: 58%;
}
.mainPage #section1 .row .text {
    /* width: 60%; */
    text-align: center;
}
.mainPage #section1 .text .en {
    margin: 0 0 40px;
    font-size: 58px;
    font-weight: 800;
    color: #e4e4e4;
    background: linear-gradient(to right, #0062aa, #0683c6, #3fd560, #fddb1d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2em;
    opacity: 0.2;
}
.mainPage #section1 .text h2 {
    margin: 55px 0 0;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.034em;
}

.mainPage #section1 .text img {
}
.mainPage #section1 .text h2 span {
    display: inline-block;
    margin-top: 12px;
    font-size: 40px;
    font-weight: 800;
}
/* Section2 */
.mainPage #section2 {
    background: #152d46;
    background: linear-gradient(135deg, #0f2032, #033d69);
    color: #fff;
}

#section2 .sec-title h3 {
    color: #fff;
}
.mainPage .box-biz .tit {
    margin: 20px 0 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.mainPage .box-biz img {
    box-shadow: 5px 11px 13px rgb(0 0 0 / 23%);
}
/* Section3 */
.mainPage .board-area .page-header {
    display: none;
}
.mainPage .board-area .row {
    margin: 0 -15px;
}
.mainPage .board-area .row > div {
    padding: 0 20px;
}
.mainPage .board-area .board_box_blog2 {
    padding: 0;
}
.mainPage .board-area .board_box_blog2 .inner {
    border: none;
}
.mainPage .board-area .board_box_blog2 .inner .top a .thumb {
    height: auto;
    padding-top: 65%;
    transition: all ease .4s;
    transform: scale(1);
}

.mainPage .board-area .board_box_blog2 .inner .top a {
    background: #000;
}
.mainPage .board-area .board_box_blog2 .inner:hover .top a .thumb {transform: scale(1.15);opacity: 0.5;}
.mainPage .board-area .board_box_blog2 .inner .bottom {
    padding: 20px 0 0;
}
.mainPage .board-area .board_box_blog2 .inner .bottom .title {
    padding: 0;
}
.mainPage .board-area .board_box_blog2 .inner .bottom .title a {
    font-size: 20px;
    text-decoration: none;
    transition: none;
    font-weight: 500;
    color: #333;
}
.mainPage .board-area .board_box_blog2 .inner:hover .bottom .title a,
.mainPage .board-area .board_box_blog2 .inner .bottom .title a:hover,
.mainPage .board-area .board_box_blog2 .inner .bottom .title a:focus {
    color: var(--page-point-color);
}
.mainPage .board-area .board_box_blog2 .cate {
    margin: 0 1px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #0080cb;
    letter-spacing: 0.02em;
    background: transparent;
}
.mainPage .board-area .board_box_blog2 .subject {
    display: block;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: -0.02em;
    /* padding-right: 40px; */
    color: #333;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    margin: 210px 0 70px;
    text-align: center;
}
.subPage > .pageTop h1 {
    margin: 0;
    font-size: 65px;
    font-weight: 900;
    color: #222;
    line-height: 1;
    text-transform: uppercase;
}

.subPage > .contents section {
    padding: 100px 0 110px;
}

.subPage > .contents section:first-child {
    padding-top: 0;
}
.subPage > .contents section:last-child {
    padding-bottom: 150px;
}

.subPage .sec-title .tit {
    margin: 0 0 40px;
    padding-left: 60px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.subPage .sec-title .tit::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 3px;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}

/* Ocean P&E (페이지) */
.wrap-about > .ci {
    /* width: 50%; */
}
.wrap-about > .ci img {
    padding: 80px 80px 80px 0px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 140px 90px 170px;
}
.wrap-about > .text {
    /* width: 42%; */
    padding-left: 50px;
}
.wrap-about {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.wrap-about .list-info > li {
    padding-left: 50%;
    padding-top: 28px;
    border-top: 1px solid #ddd;
}

.wrap-about .list-info {
    color: #555;
}
.wrap-about .list-info > li+li {
    margin-top: 50px;
}
.wrap-about .list-info > li:first-child {
    font-weight: 500;
}
.wrap-about .list-info > li .no {
    top: 17px;
    left: 0px;
    position: absolute;
    font-size: 50px;
    font-weight: 800;
    color: #dfdfdf;
    line-height: 1em;
}
.wrap-about .list-info > li .tit-sub {
    margin: 2px 0 0;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    left: 85px;
    color: #333;
}
.wrap-about .list-info > li .tit-sm {
    top: -1px;
    position: relative;
    margin-right: 3px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    border-radius: 3px;
    color: #555;
    letter-spacing: 0;
    border: 1px solid #ddd;
}
.wrap-about .list-info > li .tit-sm-2 {
    font-size: 15px;
    font-weight: 600;
}

.wrap-about .list-info > li .tit-sm-2 {
    display: inline-block;
    width: 60px;
}
.wrap-about .list-info > li strong {
    color: var(--page-point-color-light);
}
.wrap-about .list-info > li a {
    color: var(--page-point-color-light);
    text-decoration: underline;
    transition: none;
}
.wrap-about .list-info > li a:hover,
.wrap-about .list-info > li a:focus {
    color: var(--page-point-color-thick);
}
.wrap-about .list-info ul li+li {
    margin-top: 4px;
}
#oceanpne #section1 {
    background: #f5f5f5;
    padding-top: 100px;
}

#oceanpne #section2 .row:not(.sec-title) .col-md-12 {
    display: flex;
    align-items: center;
}
#oceanpne #section2 p.lg {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
}
#oceanpne #section2 p.lg em {
    font-style: normal;
    color: var(--page-point-color-light);
    font-weight: 700;
}
#oceanpne #section3 {
    position: relative;
    background: #fff url(/public/img/sub/oceanpne_bg_section3.jpg) no-repeat center / cover;
    color: #fff;
    padding-bottom: 110px;
}

#oceanpne #section3 .sec-title .tit::before {
    background: #fff;
}
#oceanpne #section3::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.25;
}
#oceanpne #section3 .text{
    text-align: center;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    padding: 80px;
    border-radius: 10px;
    box-shadow: 11px 10px 30px rgb(0 0 0 / 15%);
}
#oceanpne #section3 h3.lg {
    margin: 0 0 10px;
    letter-spacing: -0.05em;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
}
#oceanpne #section3 h3.lg+p {
    font-weight: 500;
    font-size: 18px;
    color: #8cd4ff;
}
#oceanpne #section3 .bottom {
    margin-top: 40px;
}
#oceanpne #section3 .bottom p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #f0f0f0;
}
#oceanpne #section3 a.btn {
    width: 220px;
    height: 60px;
    position: relative;
    margin-top: 20px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    background: rgb(0,104,182);
    background: linear-gradient(90deg, rgba(0,104,182,1) 0%, rgba(0,128,203,1) 60%, rgba(110,193,78,1) 80%, rgba(255,179,63,1) 100%);
    background: transparent;
    border: 1px solid var(--page-point-color-light);
    border-radius: 5px;
    background: var(--page-point-color-light);
}

#oceanpne #section3 a.btn:hover, #oceanpne #section3 a.btn:focus {
    background: var(--page-point-color-thick);
    border-color: var(--page-point-color-thick);
}
#oceanpne #section3 a.btn::before {
    content: '';
    top: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    background: #fff;
    transition: all ease .3s;
    border-radius: 3px;
    visibility: hidden;
}
#oceanpne #section3 a.btn:hover::before,
#oceanpne #section3 a.btn:focus::before {
    width: 0;
}
#oceanpne #section3 a.btn .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}
#oceanpne #section3 a.btn:hover .inner,
#oceanpne #section3 a.btn:focus .inner {
    color: #fff;
}

/* Business (페이지) */
#business .sec-title p.top {
    margin: 0 0 120px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
#business .sec-title p.top em {
    font-style: normal;
    color: #0080cb;
    font-weight: 600;
}
.wrap-biz .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrap-biz .row+.row {
    margin-top: 100px;
}
.wrap-biz .row > .text {
    padding-left: 50px;
}
.wrap-biz .row:nth-child(even) > .text {
    padding-left: 40px;
}
.wrap-biz .tit {
    position: relative;
    display: inline-block;
    margin: 20px 0 45px;
    font-size: 42px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.wrap-biz p {
    font-size: 18px;
    font-weight: 300;
    color: #444;
}

.wrap-biz p strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
    line-height: 1.45;
    color: #111;
}
 .wrap-biz .tit::after {
    /* content: ''; */
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: -15px;
    border-radius: 3px;
}
.wrap-biz a.btn {
    position: relative;
    margin-top: 50px;
    font-size: 13px;
    font-weight: 500;
    color: var(--page-point-color);
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    text-transform: uppercase;
    border: 1px solid var(--page-point-color);
    padding: 10px 18px;
    border-radius: 5px;
}

.wrap-biz a.btn::after {
    content: '\e145';
    font-family: 'Material Symbols Outlined';
    font-size: 23px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    color: var(--page-point-color);
    margin-right: -10px;
    line-height: 1.2;
}

.wrap-biz a.btn:hover, 
.wrap-biz a.btn:focus{
    color:#fff;
        background: var(--page-point-color);
    border-color: var(--page-point-color);
}
.wrap-biz a.btn:hover::after, .wrap-biz a.btn:focus::after {
    color: #fff;
}
/* Portfolio (게시판) */
#portfolio  .contents > section:first-child{
    padding-top: 0;
}
/* Contact (주문폼) */
.wrap-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
}
.wrap-contact > .left {
    /* padding-right: 60px; */
}
.wrap-contact > .right {
    /* padding-left: 30px; */
}

.wrap-contact > .right iframe {
    background: #f3f3f3;
}
.wrap-contact .tit {
    margin: 0 0 45px;
    font-size: 44px;
    font-weight: 300;
    color: #2f2f2f;
}
.wrap-contact ul li {
    margin-bottom: 15px;
    padding-top: 28px;
    padding-left: 65px;
    font-size: 19px;
}

.wrap-contact ul li > span:not([class^='material']) {
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 65px;
    letter-spacing: 0.5px;
    color: var(--page-point-color-light);
}
.wrap-contact ul li span[class^='material'] {
    top: 7px;
    left: 0;
    position: absolute;
    background: var(--page-point-color);
    font-size: 26px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* .wrap-contact ul li a {
    transition: none;
}
.wrap-contact ul li a:hover,
.wrap-contact ul li a:focus {
    color: var(--page-point-color-thick);
} */
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48
}
#contact #section2 {
    background: #f5f5f5;
}
#contact #section2 h2 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.wrap-form {
    padding: 90px 100px 70px;
    /* padding: 70px 100px; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 11px 10px 30px rgb(0 0 0 / 5%);
}
.wrap-form .board_wrapper .table.board_write_table {
    border: none;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr :where(th,td) {
    width: 100%;
    display: block;
    padding: 0;
    border: none;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr {
    width: 50%;
    float: left;
    border: 0;
    padding: 0 10px 22px;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_2,
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_6,
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_agree {
    width: 100%;
}

.wrap-form .board_wrapper .table.board_write_table tbody tr#item_3,
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_4,
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_5 {
    width: 33.333%;
}

.wrap-form .board_wrapper .table.board_write_table tbody tr#item_agree {
    padding-bottom: 0;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr th {
    margin-bottom: 8px;
    padding-left: 10px;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr td .text-muted {
    display: none;
}
.wrap-form .board_wrapper  .table.board_write_table tbody tr td .form-control {
    width: 100%;
    height: 44px;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_captcha td {
    display: flex !important;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_captcha td #captcha {
    height: 42px;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_captcha td #wr_captcha {
    margin-top: 0 !important;
    margin-left: 8px;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_agree th {
    display: none;
}
.wrap-form .board_wrapper .table.board_write_table tbody tr#item_agree td {
    margin-top: 15px;
    text-align: right;
}
.wrap-form .board_wrapper .text-center .btn {
    min-width: 180px;
    margin-left: 0;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    border-color: #e6e6e6;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #999;
}
.table.table_default tr td.subject {
    position: relative;
}
.table.table_default thead th {
    font-weight: 600;
    color: #222;
    background: #fff;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject .badge {
    top: 15px;
    position: absolute;
    padding: 4px 6px 3px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    background: var(--page-point-color);
    border: none;
    border-radius: 0;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
    padding-left: 62px;
}
.board_data_view {
    border-top: none;
    border-bottom: none;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: none;
}
.board_data_view .header_wrap .title {
    padding: 30px 5px 5px;
    font-size: 34px;
    font-weight: 700;
    color: #222;
    line-height: 1.3em;
    border-bottom: none;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 12px 0 20px;
}
.board_data_view .header_wrap .info span {
    font-size: 13px;
    color: #909090;
}
.board_data_view p {
    font-size: 18px;
}
/* 카테고리 */
.category_wrap {
    margin: 0 0 90px;
    position: relative;
}

.category_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    /* padding: 0 10%; */
}

.category_wrap ul > li {
    flex: 1;
    position: relative;
}
.category_wrap li+li {
    margin-left: -1px;
}
.category_wrap li a {
    position: relative;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    transition: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.category_wrap li::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #d3d3d3;
    position: absolute;
    right: 0;
    bottom: 23px;
}
.category_wrap li a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    /* height: 4px; */
    position: absolute;
}
.category_wrap li a:where(:hover,:focus),
.category_wrap li.on :where(a, a:hover, a:focus) {
    z-index: 1;
    background: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff;
}
/* .category_wrap li a:where(:hover,:focus)::after,
.category_wrap li.on :where(a, a:hover, a:focus)::after{
    background: linear-gradient(90deg, rgba(0,104,182,1) 0%, rgba(0,128,203,1) 60%, rgb(92 205 49) 88%, rgba(255,179,63,1) 100%);
    background: var(--page-point-color-light);
} */

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: var(--page-point-color);
}

.board_wrapper .text-center {
    margin-bottom: 0;
}

#reply_list span {
    font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 16px;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table {
    border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 700;
    color: #222;
    background: #fff;
    padding-left: 10px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 8px;
}
.form-control {
    font-size: 15px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    margin-top: 10px !important;
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: #0a79cb;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
.board_wrapper .text-center #list_btn {
    display: none;
}

/* 블로그B 게시판 */
.table_blog2 > dd{
    /* padding: 0 20px; */
    margin-bottom: 60px;
}
:where(.table_video, .table_blog2, .table_pd) .inner {
    position: relative;
    border: none;
    border-radius: 10px;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover .bottom {
    border-color: var(--page-point-color-light);
}
:where(.table_video, .table_blog2, .table_pd) .inner:hover .bottom a {
    color: var(--page-point-color);
    color: #000;
}
:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: var(--page-point-color);
    color: #000;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    height: auto;
    padding-top: 66%;
    transition: all ease .4s;
    transform: scale(1);
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a {
    background: #000;
}
:where(.table_video, .table_blog2, .table_pd) .inner:hover .top a .thumb {
    transform: scale(1.15);
    opacity: 0.5;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 25px 2px 5px;
    border-top: none;
}
:where(.table_video, .table_blog2) .inner .bottom .title {
    margin-bottom: 18px;
    padding: 0;
}

:where(.table_video, .table_blog2) .inner .bottom .info {
    display: none;
}
:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    display: block;
    margin-top: 3px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: -0.015em;
    padding-right: 30px;
}
:where(.table_video, .table_blog2, .table_pd) .bottom .info span {
    padding: 0;
}
:where(.table_video, .table_blog2, .table_pd) .bottom .info .writer {
    display: none;
}
:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #0080cb;
    letter-spacing: 0.02em;
    background: transparent;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{font-size:15px}
    p{line-height:1.5em}

    .intro_page_inner {
        top: 39%;
        padding: 0 15px;
    }
    .intro_logo img {
        height: 80px;
    }
    .intro_text h3 {
        margin: 40px 0 20px;
        font-size: 27px;
    }
    .intro_text p {
        font-size: 26px;
    }

    .navbar.open {
        background: rgb(0,104,182);
        background: linear-gradient(90deg, rgba(0,104,182,1) 0%, rgba(0,128,203,1) 60%, rgba(110,193,78,1) 80%, rgba(255,179,63,1) 100%);
        background: linear-gradient(90deg, #0061A9, #0080CB, #73C262);
        box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    }
    .navbar-inverse .container {
        display: block;
    }
    .navbar-inverse .navbar-brand img {
        height: 45px;
        margin-top: 4px;
    }
    .navbar.bg-colored .navbar-brand img {
        height: 40px;
        margin-top: 5px;
    }
    .navbar-inverse .navbar-collapse {
        background: #fff;
    }
    .navbar-inverse .navbar-nav{margin:10px -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:16px;color:#333}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:var(--page-point-color) !important}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff !important;background:var(--page-point-color) !important}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}


    .scrollDown {
        bottom: 5%;
        font-size: 11px;
    }
    .scrollDown::after {
        font-size: 33px;
    }
    .mainPage > section {
        padding: 70px 0;
    }
    .mainPage a.btn-more {
        min-width: 180px;
        margin-top: 32px;
        padding: 15px 12px;
        font-size: 14px;
    }
    .mainPage .sec-title {
        margin-bottom: 50px;
    }
    .mainPage .sec-title h3 {
        font-size: 46px;
        font-weight: 800;
    }
    .mainPage .sec-title p.top {
        margin: 30px 0 0;
        font-size: 22px;
        line-height: 1.6;
    }
    
    .mainPage #section1 {
        padding: 60px 0 75px;
    }
    .mainPage #section1 .text h2 {
        margin: 40px 0 0;
        font-size: 22px;
    }
    .mainPage #section1 .text h2 span {
        font-size: 35px;
    }
    .mainPage .box-biz > div:nth-child(odd) {
        padding-right: 7.5px;
    }
    .mainPage .box-biz > div:nth-child(even) {
        padding-left: 7.5px;
    }
    .mainPage .box-biz .tit {
        margin: 15px 0 25px;
        font-size: 17px;
    }
    .mainPage .board-area .row > div {
        padding: 0 15px;
    }
    .mainPage .board-area .row > div+div {
        margin-top: 30px;
    }
    .mainPage .board-area .board_box_blog2 {
        margin-bottom: 10px !important;
    }
    .mainPage .board-area .board_box_blog2 .inner .bottom {
        padding: 15px 0 0;
    }
    .mainPage .board-area .board_box_blog2 .inner .bottom .title a {
        font-size: 18px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }
    #site footer .footer-info .logo img {
        height: 40px;
        margin: 0 0 15px;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 10px;
        line-height: 20px;
    }
    #site footer .footer-info ul li.copy {
        margin-top: 4px;
        font-size: 11px;
    }
    #site footer .footer-info .prohibit {
        position: static;
        margin-top: 10px;
        font-size: 12px;
    }

    .subPage > .contents section {
        padding: 60px 0 80px;
    }
    .subPage > .contents section:last-child {
        padding-bottom: 100px;
    }
    .subPage > .pageTop {
        margin: 150px 0 50px;
    }
    .subPage > .pageTop h1 {
        font-size: 50px;
        font-weight: 800;
    }
    #oceanpne #section1 {
        padding-top: 60px;
    }
    .subPage .sec-title .tit {
        margin: 0 0 30px;
        padding-left: 50px;
        font-size: 25px;
    }
    .subPage .sec-title .tit::before {
        width: 35px;
    }
    .wrap-about > .ci img {
        padding: 60px 30px 70px;
    }
    .wrap-about > .text {
        width: 100%;
        padding: 30px 15px 0 15px;
    }
    .wrap-about .list-info > li {
        padding-left: 5px;
        padding-top: 70px;
    }
    .wrap-about .list-info > li .no {
        font-size: 40px;
    }
    .wrap-about .list-info > li .tit-sub {
        top: 25px;
        left: 70px;
        font-size: 20px;
    }
    #oceanpne #section2 .row:not(.sec-title) .col-md-12 {
        display: block;
    }
    #oceanpne #section2 p.lg {
        margin-top: 35px;
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
    }
    #oceanpne #section3 {
        padding-bottom: 80px;
    }
    #oceanpne #section3 .text {
        width: 92%;
        margin-left: 4%;
        padding: 40px 20px;
    }
    #oceanpne #section3 h3.lg {
        font-size: 32px;
        line-height: 1.25;
    }
    #oceanpne #section3 h3.lg+p {
        font-size: 17px;
    }
    #oceanpne #section3 .bottom {
        margin-top: 30px;
    }
    #oceanpne #section3 .bottom p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.6;
    }
    #oceanpne #section3 a.btn {
        width: 200px;
        height: 55px;
        margin-top: 15px;
        font-size: 19px;
    }
    #business .sec-title p.top {
        margin: 0 0 70px;
        font-size: 23px;
    }
    .wrap-biz .row+.row {
        margin-top: 60px;
    }
    .wrap-biz .row > .text {
        padding-top: 15px;
        padding-left: 15px !important;
    }
    .wrap-biz .tit {
        margin: 20px 0 30px;
        font-size: 30px;
    }
    .wrap-biz p {
        font-size: 16px;
    }
    .wrap-biz p strong {
        font-size: 19px;
    }
    .wrap-biz a.btn {
        width: 160px;
        margin-top: 30px;
        padding: 8px 18px;
    }
    .wrap-contact .tit {
        margin: 0 0 30px;
        font-size: 34px;
    }
    .wrap-contact ul li {
        margin-bottom: 10px;
        padding-top: 26px;
        padding-left: 52px;
        font-size: 17px;
    }
    .wrap-contact ul li span[class^='material'] {
        font-size: 24px;
        padding: 8px;
    }
    .wrap-contact ul li > span:not([class^='material']) {
        left: 52px;
    }
    .wrap-contact > .right {
        width: 100%;
        padding-top: 30px;
    }
    .wrap-contact iframe {
        height: 300px;
    }
    #contact #section2 h2 {
        margin: 0 0 40px;
        font-size: 36px;
    }
    .wrap-form {
        padding: 30px 10px 40px;
    }
    .table.table_responsive tbody tr th {
        padding: 0 12px!important;
    }
    .board_wrapper .table.board_write_table tbody tr th,
    .board_wrapper .table.board_write_table tbody tr td {
        font-size: 15px;
    }
    #wr_captcha {
        width: 185px;
    }
    .wrap-form .board_wrapper .table.board_write_table tbody tr#item_agree td {
        margin-top: 10px;
        padding-left: 2px;
        text-align: left;
    }
    .wrap-form .board_wrapper .text-center .btn.btn-lg {
        width: auto;
        margin-top: 35px !important;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:11px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px}
    .table.table_default tbody .subject span > .badge + a{padding-left:55px}
    .board_data_view .header_wrap .title{padding:20px 5px 5px;font-size:22px}
    .board_data_view .header_wrap .info{padding:10px 0;}
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:12px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:100px;padding-bottom:100px}

    .category_wrap {
        margin-bottom: 50px;
    }
    .category_wrap ul > li:first-child {
        flex-basis: 100%;
    }
    .category_wrap ul > li {
        flex-basis: 48%;
    }
    .category_wrap li a {
        padding: 12px;
        font-size: 15px;
    }
    .table_blog2 > dd {
        width: 100%;
        margin-bottom: 20px;
    }
    :where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
        font-size: 17px;
        padding-right: 0;
    }
    
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .wrap-about .list-info > li .tit-sub {
        top: 70px;
        left: 0;
    }
    #oceanpne #section2 .row:not(.sec-title) .col-md-12 {
        display: block;
    }
    #oceanpne #section2 p.lg {
        text-align: center;
        margin-top: 30px;
    }
    .wrap-form {
        padding: 60px 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 768px) and (max-width: 1355px) {
    #introSlider .carousel-caption {
        right: 5%;
        left: 5%;
    }
    #introSlider .carousel-caption p,
    .intro_text p {
        font-size: 41px;
    }
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .wrap-contact > .left {
        width: 36%;
    }
    .wrap-contact > .right {
        width: 64%;
    }
}
@media (min-width: 1399px) { /* Extra large devices (col-lg-*) */
    .container {
        width: 1170px;
    }
}
@media (min-width: 1400px) { /* Extra large devices (col-lg-*) */
    .container {
        width: 1300px;
    }
}
/************ 모바일 최적화 끝 ************/