@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* variables */
:root {
    --gms: 'Material Symbols Outlined';
    /* grade */
    --gradLow: 'GRAD'-25;
    --gradZero: 'GRAD'0;
    --gradHigh: 'GRAD'200;
    --opsz: 'opsz'48;
    /* fill icon */
    --gms100_Fill: 'FILL'1, 'wght'100, var(--opsz);
    --gms200_Fill: 'FILL'1, 'wght'200, var(--opsz);
    --gms300_Fill: 'FILL'1, 'wght'300, var(--opsz);
    --gms400_Fill: 'FILL'1, 'wght'400, var(--opsz);
    --gms500_Fill: 'FILL'1, 'wght'500, var(--opsz);
    --gms600_Fill: 'FILL'1, 'wght'600, var(--opsz);
    --gms700_Fill: 'FILL'1, 'wght'700, var(--opsz);
    /* outlined icon */
    --gms100_Out: 'FILL'0, 'wght'100, var(--opsz);
    --gms200_Out: 'FILL'0, 'wght'200, var(--opsz);
    --gms300_Out: 'FILL'0, 'wght'300, var(--opsz);
    --gms400_Out: 'FILL'0, 'wght'400, var(--opsz);
    --gms500_Out: 'FILL'0, 'wght'500, var(--opsz);
    --gms600_Out: 'FILL'0, 'wght'600, var(--opsz);
    --gms700_Out: 'FILL'0, 'wght'700, var(--opsz);
    /* nav */
    --navHeight: 90px;
}

/* =================================== material symbol =================================== */
.material-symbols-outlined {
    font-variation-settings: var(--gms300_Out), var(--gradZero);
    user-select: none;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'Roboto', 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 17px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #00a7cb;
    border-radius: 50%;
    top: 11px;
}

.li-dash>li:before,
.li-dash>dd:before {
    content: "";
    width: 7px;
    height: 2px;
    background: #bfbfbf;
    top: 12px;
    left: 0px;
}

:is(.li-cir) {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

:is(.li-cir) li {
    display: grid;
    grid-template-columns: min-content auto;
    font-size: 16px;
}

.li-cir li::before {
    content: '';
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 4px;
    background-color: #333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}


:where(.container, .row) {
    position: relative;
}

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

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

.row>* {
    float: inherit;
}

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

.subContent ul {
    padding: 0;
    margin-bottom: 0;
}

#site {
    padding-top: 88px;
}

/* 상단 메뉴 */
#gnb_71 .dropdown-menu > li:first-child{
    display: none;
}
.navbar.navbar-inverse {
    background-color: #fff;
    margin-bottom: 0;
    border-color: #ddd;
}

.navbar-header .navbar-brand {
    padding: 0;
    height: auto;
    margin: 30px 0 28px !important;
}

.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 34px 35px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.nav.navbar-nav>li>a:focus {
    color: #00a7cb !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: #6f6f6f;
    transform: translate(-50%, 0);
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e3e3e3
}

.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.nav.navbar-nav li .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #7f7f7f
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #00a7cb;
    color: #fff;
    font-weight: 500;
    border-color: #00a7cb
}

.navbar-inverse .navbar-nav>li .dropdown-menu::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: -25px;
    background: #00a7cb;
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {

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

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

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

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #fff;
    color: #666;
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 0;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
}

#site footer .footer-info ul li:last-child {
    margin-top: 10px;
    opacity: 0.6;
}

#site footer img {
    margin-top: 10px;
}

/* 슬라이드 공통 */

#mainCarousel .carousel-inner .item {
    height: 700px;
    background-color: #f7f7f7;
}
#main_wrapper #mainCarousel .carousel-inner .item{
    height: 750px;
}
#new_product00 #mainCarousel{
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    background: rgba(0, 0, 0, 0) !important;
    width: 10%;
    opacity: 0.3;
    color: #444;
}
#main_wrapper .carousel-control{
    color: #fff;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #00a7cb;
}

.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-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 45px;
    width: 45px;
    height: 45px;
}

#new_product00 .carousel-indicators {
    bottom: 50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
    border-radius: 50px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-indicators li.active {
    background-color: #03b4db !important;
    box-shadow: none;
}

#main_wrapper .carousel-indicators {
    bottom: 30px;
}

#main_wrapper .carousel-indicators li,
#main_wrapper .carousel-indicators li.active {
    width: 60px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

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

.carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.carousel-caption h1 span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    padding-left: 5px;
}

.carousel-caption p {
    font-size: 31px;
    letter-spacing: 0.03em;
    font-weight: 500;
    padding-left: 5px;
    color: #0fcbf5;
}

#mainCarousel .carousel-inner .item:nth-of-type(2) .carousel-caption {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0;
    top: 50%;
}

#mainCarousel .carousel-inner .item:nth-of-type(2) .carousel-caption h1 {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    color: #fff;
}

#mainCarousel .carousel-inner .item:nth-of-type(2) .carousel-caption h1 span {
    margin-bottom: 10px;
}

#mainCarousel .carousel-inner .item:nth-of-type(2) .carousel-caption p {
    font-size: 30px;
    color: #fff;
}

.scroll-down {
    position: absolute;
    right: 200px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #222;
    opacity: 1;

    animation: ubDown 1.8s infinite;
}
@keyframes ubDown{
	50%{transform:translate3d(0, -20%, 0);}
}
.scroll-down span.material-symbols-outlined{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 2px solid #888;
    font-size: 36px;
    padding: 10px;
    margin-bottom: 10px;
}
.scroll-down p{
    font-weight: 700;
}
.scroll-down:is(:hover,:focus) {
    text-decoration: none;
    opacity: 1;
    /* color: var(--brandColor); */
    color: #03b4db;
}

.scroll-down:is(:hover,:focus) span.material-symbols-outlined{
    border-color: #03b4db;
}
/* .scroll-down::after {
    content: "\ead0";
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    font-family: var(--gms);
} */
.carousel-caption h1,
.carousel-caption p {
    opacity: 0;
    display: block;
}

.active .carousel-caption h1,
.active .carousel-caption p {
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.active .carousel-caption p {
    animation-delay: 0.5s;
}

.img-box {
    position: relative;
}

/*main*/
.main_con1 {
    padding: 125px 0 130px;
}

.main_con1 h3 {
    margin: 0 0 70px;
    text-align: center;
    font-size: 53px;
    font-weight: 700;
    color: #111;
    letter-spacing: .2px;
}

.product-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 30px;
}

.main_box {}

.main_box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #333;
    height: 100%;
    transition: all 0.25s ease;
    border: 1px solid #ccc;
    /* background-color: #f7f7f7; */
    border-radius: 10px;
}

.main_box::after {
    content: 'VIEW MORE +';
    display: block;
    margin-top: auto;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0 30px 30px;
    color: #666;
}

.main_box .img-box::after {
    transition: .35s;
    opacity: 0;
    content: '\e147';
    font-family: var(--gms);
    font-weight: 200;
    font-size: 74px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 34, 0.65);
    color: #fff;
    line-height: 0;
}

.main_box:hover .img-box::after {
    opacity: 1;
}

.main_box:hover {
    border-color: #00a7cb;
    background-color: #fff;
    color: #fff;
    box-shadow: 10px 10px 40px rgba(0, 62, 90, 0.1);
}

.main_box:hover :is(dt, dd, small) {
    color: #0090b1;
}

.main_box:hover::after {
    color: #00a7cb;
}

.main_box img {
    transition: all 0.25s ease;
    opacity: .8;
    background: #000;
}

.main_box .img-box {
    aspect-ratio: 3/2;
    background-color: #ccc;
}

.main_box dl {
    margin-bottom: 0;
    padding: 25px 25px 30px;
}

.main_box dl dt {
    font-size: 20px;
    letter-spacing: -0.045em;
    margin-bottom: 15px;
    color: #000;
}

.main_box dl dt small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #000;
    opacity: .5;
}

.main_box dl dd {
    font-size: 14px;
    letter-spacing: -0.04em;
    text-align: justify;
    word-break: break-all;
    line-height: 1.5;
    font-weight: 350;
    color: #444;
}

.main_con2 {
    text-align: center;
    padding: 60px 0 0px;
    background-color: #f7f7f7;
    /* background: #08a2d4 url('/public/img/main/main_con2_bg.png') no-repeat center / cover; */
}

.main_con2 p {
    font-size: 26px;
    letter-spacing: -0.006em;
    font-weight: 500;
    color: rgb(0, 134, 170);
    margin: 0 0 0px;
    font-style: italic;
}

.main_con2 span {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #a2e7ff;
    letter-spacing: -0.03em;
}

.main_con3 {
    padding: 80px 0
}

.main_con3 a {
    padding: 15px;
    background: #898989;
    width: 160px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}

/*sub*/
.subTop {
    width: 100%;
    height: 330px;
    background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}

/* .subTop p{    position: absolute;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin: 0;} */
.subTop h2 {
    position: absolute;
    left: 50%;
    top: 58%;
    margin: 0;
    transform: translate(-50%, -50%);
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.snb {
    padding-right: 50px;
}

.snb h2 {
    display: block;
    position: relative;
    font-size: 26px;
    padding: 40px 0;
    text-align: center;
    background: linear-gradient(292deg, #00a7cb 19%, #898989 100%);
    color: #fff;
    margin-bottom: 15px;
    border-radius: 0 0 25px 25px;
    font-family: 'Poppins', 'notokr';
    letter-spacing: 0em;
    font-weight: 600;
}

.snb ul>li {
    float: none;
    margin: 0;
}

.snb ul>li>a {
    display: block;
    padding: 13px 35px 13px 30px;
    color: #303030;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0;
    transition: all .4s ease;
    background: none;
    border-radius: 0;
    margin-bottom: 4px;
}

.snb ul>li>a:hover {
    background: #F5F5F5;
}

.snb ul>li.active>a {
    border-radius: 0;
    color: #fff;
    background: #6d6d6d;
}

.snb ul>li>a:after {
    content: '＞';
    float: right;
    position: relative;
    right: -20px;
    color: #ccc;
    font-size: 17px;
}

.snb ul>li.active>a:after {
    color: #fff;
    font-weight: bold;
}

.snb ul>li:not(.active)>a {
    border: 1px solid #e0e0e0;
}

.subTitle {
    position: relative;
    margin: 0 0 120px;
    padding-top: 140px;
    text-align: center;
}

.subTitle h2 {
    font-weight: 600;
    font-size: 42px;
    margin: 0;
    letter-spacing: -0.055em;
    display: inline-block;
    position: relative;
}

.subTitle h2 small {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: -0.035em;
    color: #00a7cb;
}

.subTitle h2:after {
    /* content: ''; */
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #00a7cb;
    margin: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.breadcrumb {
    position: absolute;
    list-style: none;
    background-color: transparent;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999;
    right: 15px;
    top: 18px;
    display: none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/";
}

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

.subContent {
    padding-bottom: 110px;
}

.subContent .con p,
.subContent .con dd,
.subContent .con li {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    margin-bottom: 5px;
}

.subContent .con dd,
.subContent .con li {
    margin-bottom: 5px;
}

.subContent .con .blue{
    color: #0a6ba1;
}

.subContent .con .orange{
    color: #ee7f36;
}
.subContent .con {
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px dashed #ddd;
}

.subContent .con p:last-child,
.subContent .con dd:last-child,
.subContent .con li:last-child {
    margin-bottom: 0;
}

.subContent .con:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.subContent h4 {
    font-size: 24px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 35px;
    padding-left: 15px;
    position: relative;
}

.subContent h4:before {
    content: "";
    width: 5px;
    height: 20px;
    background: #00a7cb;
    position: absolute;
    left: 0;
    top: 3px;
}

.subContent h5 {
    font-size: 17px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
}

.subContent *+h5 {
    margin-top: 15px;
}

/*table*/
.subContent .table.table-type03 {
    margin: 0 0 15px;
    border-top: 1px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    border-top: 0 !important;
}

.subContent .table.table-type03 tr th {
    color: #fff;
    background: #1c6295;
    text-align: center;
}

.subContent .table.table-type03 tbody tr th {
    color: #222;
    background-color: #e7f0ff;
}

.subContent .table.table-type03 tr td {
    color: #666;
    text-align: center;
}

.subpage-header {
    padding-top: 80px;
    display: flex;
    align-items: center;
}

.slogan-wrap::after {
    content: '';
    margin: 20px auto 0px;
    display: block;
    width: 1px;
    height: 90px;
    background-color: #ccc;
}

.slogan-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.slogan-wrap::before {
    content: "\e244";
    display: block;
    font-family: var(--gms);
    font-variation-settings: var(--gms500_Fill);
    font-size: 36px;
    line-height: 1;
    color: #00a7cb;
}

.slogan-wrap p {
    /* font-size: 24px; */
    font-size: 22px;
    letter-spacing: -0.006em;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    color: #222;
    margin: 0 0 0px;
}

.process .col-md-2 {
    height: 100%;
}

.arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.arrow::before {
    content: '\e5e1';
    font-family: var(--gms);
    font-variation-settings: var(--gms700_Fill);
    font-size: 54px;
    color: #ffc669;
}

.arrow p {
    font-size: 18px;
    font-weight: 700;
}

/*company*/
.greet-box {
    position: relative;
    margin: 0;
}

#company01 .con1 .img {
    width: 40%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
}

#company01 .con1 .txt {
    width: calc(60% + 50px);
    margin-top: 35px;
    padding: 60px 55px 30px 100px;
    background: #f7f7f7;
    margin-left: -50px;
}

@media(max-width:768px) {

    #company01 .con1 .img,
    #company01 .con1 .txt {
        width: 100%;
    }
}

#company01 .con1 .txt p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
}

#company01 .con1 .txt p.high {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55
}

#company01 .con1 .txt p.high span {
    display: block;
    color: #00b4cd;
}

.year-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 70px 0 220px;
    position: relative;
}

.year-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: -6px;
    top: 0;
    background: linear-gradient(#00a7cb, white);
}

.year-wrap .li-cir {
    margin-top: 0;
}

.year-wrap .li-cir li {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    grid-template-columns: min-content 100px auto
}

.year-wrap .item {
    position: relative;
    display: grid;
    grid-template-columns: 150px auto;
    gap: 40px;
    padding-left: 65px;
    padding-bottom: 70px;
    /* border-left: 1px solid #dde0e5; */
}

.year-wrap .item h5 {
    position: static;
    margin: 0;
    line-height: 1.25;
    font-size: 34px;
    color: #00a7cb;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.year-wrap .item h5::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 17px;
    box-sizing: content-box;
    display: block;
    aspect-ratio: 1;
    width: 33px;
    height: 1px;
    background-color: #00a7cb;
}

.year-wrap .item h5::after {
    content: '';
    position: absolute;
    top: 10px;
    box-sizing: content-box;
    display: block;
    aspect-ratio: 1;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #00a7cb;
    left: -11px;
}

.location-li {
    border-top: 1px solid #333;
    margin: 40px 0 0;
}

.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px;
    margin: 0;
    font-size: 15px;
    width: 50%;
    float: left;
}

/* 
.location-li li:last-child {
    width: 100%;
    clear: both;
} */
.location-li li a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    background: #00a7cb;
    font-weight: 500;
}

.location-li li a:hover {
    opacity: 0.8;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: 500;
    color: #00a7cb;
    border-radius: 4px;
    font-size: 16px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 13px;
    background: #a5d7e2;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
    font-size: 15px;
}

/*product*/
.color_b {
    color: #00b2d0 !important;
    margin-left: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.color_b:first-child {
    margin-left: 0;
}

[id^="product0"] .con1 img {
    padding: 12px;
    border: 1px solid #e8e8e8;
}

[id^="product0"] .con1 p,
[id^="product0"] .con5 p {
    font-size: 17px;
    font-weight: 350;
    line-height: 1.8;
}

.pro_inner {
    padding-right: 50px;
    padding-left: 10px;
}
.pro_inner+.pro_inner{
    margin-top: 20px;
}
.con .application {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    font-weight: 500;
    font-size: 17px;
}

.application span {
    padding: 3px 15px;
    background: #00a7cb;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    margin-right: 8px;
}

.product .con .clearfix {
    margin-bottom: 60px;
}

.product .con .list02 li {
    padding-left: 100px;
    margin-bottom: 10px;
}

.product .con .list02 li strong {
    position: absolute;
    left: 20px;
    top: -2px;
    font-weight: 500;
    color: #0097b7;
    letter-spacing: -0.035em;
    font-size: 15px;
    border: 1px solid #32b0cc;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    padding: 2px;
    letter-spacing: -0.035em;
}

.product .con .img_bd {
    margin-top: 40px;
}

#product01 .con3 img {
    width: 100%;
    max-width: 380px;
    margin-bottom: 15px;
}

#product01 .con4 ul {
    margin-top: 30px;
}

[id^="new_product"] .subContent .con p.plus-txt{
    margin-bottom: 35px;
    font-size: 22px;
    letter-spacing: -0.006em;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    color: #222;
}
/* #new_product01 .slogan-wrap p {
    font-size: 21px;
} */

[id^="new_product"]:not(#new_product00) img:not(.no-style) {
    padding: 30px 40px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

[id^="new_product"]:not(#new_product00) img.no-style+p {
    margin-top: 30px;
}

#product01 .con4 .table-responsive {
    margin-bottom: 5px;
}

#product03 .con3 img {
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    padding: 40px 90px;
}

#product05 .con2 ul {
    min-height: 120px;
}

#product06 .con2 .col-md-6 img {
    width: 100%;
    max-width: 410px;
}

#product06 .con2 img {
    margin-bottom: 20px;
}

/* board */
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}

.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
}

.board_wrapper .table.board_write_table tbody tr td {
    padding: 15px 15px;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 16px;
    letter-spacing: -0.034em;
}

.board_wrapper .table.board_write_table>tbody>tr>td,
.board_wrapper .table.board_write_table>tbody>tr>th,
.board_wrapper .table.board_write_table>tfoot>tr>td,
.board_wrapper .table.board_write_table>tfoot>tr>th,
.board_wrapper .table.board_write_table>thead>tr>td,
.board_wrapper .table.board_write_table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #00a9ce;
}


/* btn */
.btn.btn-primary {
    background-color: #00a7cb;
    border: 1px solid #00a7cb;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0098b9;
    border: 1px solid #0098b9;
    color: #fff
}

.btn.btn-dark {
    background-color: #444;
    border: 1px solid #444;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #303030;
    border: 1px solid #303030
}

#reply {
    display: none;
}

.board_data_view .header_wrap .title::before {
    display: none;
}

@media (max-width:767px) {
    #site {
        padding-top: 60px;
    }

    .navbar-header .navbar-brand {
        width: 200px;
        margin: 20px 0px 20px 10px !important;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

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

    .nav.navbar-nav>li>a {
        border-top: 1px solid #ddd;
        padding: 15px 25px;
    }

    .nav.navbar-nav li .dropdown-menu {
        position: relative;
    }

    .navbar-inverse .navbar-nav>li .dropdown-menu::after {
        width: 6px;
        height: 6px;
        left: 12px;
        top: -29px;
        transform: translateX(0%);
    }

    .nav.navbar-nav li .dropdown-menu li a {
        text-align: left;

    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #eee;
    }

    #main_wrapper {
        margin-top: -60px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    #mainCarousel .carousel-inner .item {
        height: 100vh;
    }

    #mainCarousel .carousel-inner .item::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: #000;
        opacity: .5;
    }

    #mainCarousel .carousel-inner .item:nth-child(1) {
        background-position: 70%;
    }

    #mainCarousel .carousel-inner .item:nth-child(2) {
        background-position: 50%;
    }

    #mainCarousel .carousel-inner .item:nth-child(3) {
        background-position: 73%;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        text-align: center;
    }

    #mainCarousel .carousel-inner .item .carousel-caption p {
        text-align: center;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        top: 91.5%;
    }

    .main_con1 h3 {
        font-size: 36px;
    }

    .main_con1 {
        padding: 75px 0 90px;
    }

    .main_con2 {
        padding: 50px 0;
    }

    .main_con2 p {
        font-size: 30px;
    }

    .main_con2 span {
        font-size: 18px;
    }

    .subContent {
        padding-bottom: 70px;
    }

    .subTop {
        height: 200px;
    }

    .subTop h2 {
        font-size: 40px;
    }

    .subTitle {
        margin: 0 0 50px;
        padding-top: 80px;
    }

    .subTitle h2 {
        font-size: 36px;
    }

    #company01 .con1 .txt {
        padding: 15px;
        margin-top: 30px;
        margin-left: 0;

    }

    .history:after {
        top: 10px;
    }

    .history .timeline .year {
        font-size: 28px;
    }

    .history .timeline .year:after {
        display: none;
    }

    .history .timeline .year:before {
        top: 10px;
    }

    .history .timeline .li_issue {
        padding-top: 0;
    }

    .location-li {
        display: flex;
        flex-wrap: wrap;
    }

    .location-li li {
        padding: 15px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .location-li span {
        margin-right: 10px;
        min-width: 120px;
    }

    .location-li span i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .pro_inner {
        padding: 15px 0 0 0;
    }

    [id^="product0"] .con .application {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .application span {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #product05 .con2 ul {
        min-height: auto;
    }

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

    #site footer .footer-info ul {
        padding: 15px 0 0;
    }

    .board_wrapper .table.board_write_table .input-group,
    .board_wrapper .table.board_write_table .form-control {
        min-width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        min-width: 100%;
        width: 100%;
    }

    #inquiry .btn-secondary {
        width: 50%;
    }

    #inquiry .btn-primary {
        width: 50%;
    }

    .board_wrapper .text-center .btn+.btn {
        margin-left: 0px;
    }

    #research .num {
        display: none;
    }

    #research colgroup {
        display: none;
    }

    .search_wrap .write_btn_wrap {
        margin-top: 0;
    }
}