@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-thin.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-light.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-demilight.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-demilight.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-regular.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-medium.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-bold.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('/skin/font/notokr/notokr-black.woff2') format('woff2'),
         url('/skin/font/notokr/notokr-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.body-layout {
    padding-top: 90px;
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    letter-spacing: -0.035em;
    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;
}

p {
    line-height: 1.65;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #005aab;
    border-color: #005aab;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #fff;
    background-color: #035299;
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* ---------- navbar ---------- */
.navbar-inverse {
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 14%);
}
.navbar-brand img {
    height: 40px;
    margin-top: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 35px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.05em;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #0069c7;
    background: rgba(0,0,0,0);
}
.navbar-inverse .divider-vertical,
.navbar-inverse .divider-vertical+li,   
.navbar-inverse .navbar-nav > li > a .caret {
    display: none;
}
.navbar .dropdown-menu {
    padding: 0;
    text-align: center;
    border: none;
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;
}
.navbar .dropdown-menu > li > a {
    padding: 12px 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0069c7;
}

.navbar-inverse .navbar-toggle {
	margin: 22px 15px 21px;
    background: #0069c7;
    border: none;
	border-radius: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, 
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           
	color:#999999;                
	font-size:14px;               
	padding:0px 0px 0px 0px;      
	margin:0px 0px 0px 0px;       
	text-align:center;           
}

/* ---------- footer ---------- */
.footer_copy .text-center {
    padding: 40px 0  18px;
    color: #a7a7a7;
    text-align: left;
    background-color: #2f2f2f;
}
.footer_copy .text-center ul {
    margin: 0;
    padding: 0;
}
.footer_copy .text-center ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    list-style: none;
    line-height: 21px;
}

.footer_copy .text-center ul li:first-child {
    font-weight: 500;
    color: #eee;
}
.footer_copy .text-center ul li.copy {
    margin-top: 5px;
    font-size: 11px;
    color: #787878;
    letter-spacing: 0;
}



h1.intro_span{
	background-color:none;        
	color:#ffffff;                
	font-size:36px;               
	padding:0px 0px 0px 0px;      
	margin:10px 10px 10px 10px;
}

p.intro_span{
	background-color:none;        
	color:#ffffff;                
	font-size:14px;               
	padding:0px 0px 0px 0px;      
	margin:10px 10px 10px 10px;
}

.flex-caption span.intro-title{
	background:none;        
	color:#ffffff;                
	font-size:36px;               
	padding:0px 0px 0px 0px;      
	margin:10px 10px 10px 10px;
}
.flex-caption span.intro-text{
	background:none;        
	color:#ffffff;                
	font-size:14px;               
	padding:0px 0px 0px 0px;      
	margin:10px 10px 10px 10px;
}

.navbar-inverse+br,
.topmarginLay_a,
.footer-social-layout {
    display: none;
}

.container_contents {
    width: 100%;
    padding: 0;
}

.intro-html-layout {
    padding: 0;
}

.root_daum_roughmap {
    width: 100% !important;
}

.mainPage h2 {
    margin: 0 0 70px;
    font-size: 44px;
    font-weight: 500;
    color: #111;
    text-align: center;
    letter-spacing: -0.065em;
}
.mainPage h2 .en {
    display: block;
    margin-top: 17px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0668c1;
}

/* ---------- slide ---------- */
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin: 0px 4px;
    background-color: #fff;
    border-width: 2px;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 2px 6px;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0px 3px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 20px;
    transition: all 0.15s ease-in-out 0s;
}
#mainCarousel .carousel-inner .item {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators {
    bottom: 30px;
}
#mainCarousel .carousel-caption {
    top: 50%;
    bottom: auto;
    text-shadow: none;
    transform: translateY(-50%);
    text-shadow: 0 0 20px rgb(0 0 0 / 26%);
    text-shadow: 2px 2px 6px rgb(0 0 0 / 40%), 2px 2px 16px rgb(0 0 0 / 50%);
}
#mainCarousel .carousel-caption .en {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    color: #97ceff;
    color: #7dd5ff;
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 35px;
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -0.055em;
}
#mainCarousel .carousel-caption p {
    font-size: 26px;
    letter-spacing: -0.055em;
}

.carousel-control {
    width: 10%;
    background: rgba(0,0,0,0) !important;
}

/* ---------- mainpage ---------- */
.mainPage #section2 {
    padding: 120px 0 135px;
    background: url('/skin/img/main/main_bg.png') no-repeat center bottom;
}
.mainPage .biz-feild {
    display: flex;
    margin: 0 -5px;
}
.mainPage .biz-feild > .item {
    width: 20%;
    padding: 0 7px;
}
.mainPage .biz-feild a {
    text-align: center;
    text-decoration: none;
}
.mainPage .biz-feild .w_img {
    position: relative;
    background: #000;
    overflow: hidden;
}
.mainPage .biz-feild .w_img::before,
.mainPage .biz-feild .w_img::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.4s;
    z-index: 100;
}
.mainPage .biz-feild .w_img::before {
    top: 0;
    left: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
.mainPage .biz-feild .w_img::after {
    right: 0;
    bottom: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.mainPage .biz-feild .w_img img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.mainPage .biz-feild .w_img i {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 15px 20px rgb(0 0 0 / 80%);
    transform: translate(-50%,-50%);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
    background: #0069c7;
    border-radius: 50%;
    opacity: 0;
}
.mainPage .biz-feild .tit {
    margin: 25px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    text-align: center;
    letter-spacing: -0.055em;
}
.mainPage .biz-feild a:hover .w_img::before,
.mainPage .biz-feild a:hover .w_img::after {
    width: 100%;
    height: 100%;
    border-color: #0069c7;
}
.mainPage .biz-feild a:hover .w_img i {
    opacity: 1;
}
.mainPage .biz-feild a:hover .w_img img {
    transform: scale(1.1);
    opacity: 0.55;
}

/*************** subpage  ***************/
/* ---------- sub ----------*/
.container.sub-layout {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 260px;
    position: relative;
    color: #fff;
   background: #333 url(/skin/img/sub/bg_sub_top_2210.jpg) no-repeat center / cover;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.3;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.subPage > .pageTop h2 {
    margin: -15px 0 0;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -0.04em;
    text-shadow: 2px 2px 40px rgb(0 0 0 / 40%);
}

/* Breadcrumb */
.subPage .breadcrumb {
    position: absolute;
    margin: 86px 0 0 !important;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    letter-spacing: -0.02em;
}
.subPage .breadcrumb > li+li:before {
    content: "\f054";
    padding: 0 5px;
    font-size: 10px;
    font-family: 'FontAwesome';
}
.pageTop .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 0;
    left: -10px;
    position: absolute;
    font-family: 'FontAwesome';
}

.subPage > .contents {
    padding: 90px 0 150px;
}

.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 120px;
}

/* Link */
.subPage .link {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 13px 0;
}
.subPage .link ul {
    display: flex;
    justify-content: center;
}
.subPage .link ul > li {
    /* flex: 1 1 0%; */
    text-align: center;
    margin: 0 25px;
    min-width: 180px;
}
.subPage .link ul > li > a {
    font-size: 17px;
    font-weight: 500;
    background: #fff;
    color: #444;
    letter-spacing: -0.065em;
    line-height: 52px;
    padding: 0px;
    transition: none 0s ease 0s;
    border-radius: 50px;
}
.subPage .link ul > li+li > a::before {
    content: '';
    top: 49%;
    left: -1px;
    height: 19px;
    position: absolute;
    border-left: 1px solid rgb(255 255 255 / 20%);
    transform: translateY(-50%);
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    background: #0069c7;
    color: #fff;
}

.subPage .link ul > li.active > a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    /* bottom: -1px; */
    /* background: #0973d3; */
}
.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {background: #eeeff3;}

.title-lv-1 {
    margin: 0px 0 90px;
    font-size: 42px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.045em;
    line-height: 1em;
    text-align: center;
}
ul+.title-lv-2{
    margin-top: 50px;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.055em;
}
.title-lv-3 {
    color: #005aab;
    margin: 10px 0 17px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-circle > li {
    padding-left: 14px;
    line-height: 1.5;
}
.list-circle > li::before {
    content: '';
    top: 9px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1375cd;
    border-radius: 30px;
}
.list-circle > li+li {
    margin-top: 8px;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    top: -2px;
    left: 0;
    position: absolute;
}
.list-style-1 {
    padding-left: 3px;
}
.list-style-1 > li {
    padding-left: 15px;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1375cd;
    border-radius: 30px;
}
.list-style-1 > li+li {
    margin-top: 10px;
}

.list-no > li {
    flex-basis: 50%;
    margin: 0 0 15px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
}
.list-no > li .no {
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #0660c6;
    border-radius: 30px;
}

.wrap-list-step {
    margin-bottom: 60px;
    padding: 30px 50px;
    border: 1px solid #ddd;
}
.list-step {
    display: flex;
    margin: 0 -25px;
}
.list-step > li {
    flex-basis: 20%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.list-step > li+li::before {
    content: '';
    top: 22px;
    left: -25px;
    width: 50px;
    position: absolute;
    border-top: 1px solid #999;
    z-index: -1;
}
.list-step > li:last-child::after {
    content: "\fb4a";
    top: 9px;
    left: 6px;
    position: absolute;
    color: #999;
    font-size: 19px;
    font-family: 'Phosphor';
}
.list-step > li .inner {
    position: relative;
    padding: 14px 10px;
    color: #fff;
    background: #005aab;
    border-radius: 8px;
    letter-spacing: -0.05em;
}
.list-step > li .desc {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}

table.tb-spec > thead > tr > th,
table.tb-spec > tbody > tr > th,
table.tb-spec > tbody > tr > td {
    padding: 9px 15px;
    font-size: 14px;
    text-align: center;
}
table.tb-spec > tbody > tr > th {
    width: 100px;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
}

table.tb-spec {
    border: none;
    border-top: 2px solid #333;
}

table.tb-spec th, table.tb-spec td {
    border-left: none !important;
    border-right: none !important;
}

table.tb-spec tbody>tr>td {
    color: #333;
    letter-spacing: -0.01em;
    text-align: left;
}

table.tb-style-1 {
    border-top: 2px solid #005aab;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5;
}
table.tb-style-1 > thead > tr > th {
    padding: 12px;
    background: #f7f7f7;
}
table.tb-style-1 > tbody > tr > th {
    text-align: left;
}

.subPage figure {
    text-align: center;
}
.subPage figure figcaption {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
}
.subPage figure .info{
    text-align: left;
    padding: 20px;
    background: #f7f7f7;
    margin-top: 10px;
}
.subPage figure .info dl{
    font-size: 15px;
    margin-bottom: 0;
}
.subPage figure .info dt{
    margin-bottom: 10px;
}
.emphasis, .red {
    color: #ff0000;
}
.emphasis2 {
    color: #707070;
    margin-top: 10px;
    font-size: 15px !important;
}

/* intro01 */
#intro01 .text {
    padding-right: 80px;
}
#intro01 .text h3 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 1.55;
    color: #005aab;
    letter-spacing: -0.045em;
    font-weight: 500;
}
#intro01 .text p {
    margin: 0 0 30px;
    color: #555;
    line-height: 1.7;
}
#intro01 .text p strong {
    color: #005aab;
}
#intro01 .en {
    text-align:
    center;
    margin-top: 75px;
    font-size: 42px;
    color: #ddd;
    letter-spacing: -0.025em;
    font-style: italic;
}
#intro01 .image figcaption {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    color: #444;
}
#intro01 .image figcaption .from {
    font-weight: 600;
}
#intro01 .image figcaption .from .name {
    display: inline-block;
    padding: 4px 0 0 3px;
    font-size: 24px;
    letter-spacing: 3px;
    color: #222;
}

/* intro02 */
.wrap-history {
    position: relative;
}
/* .wrap-history::before {
    content: '';
    top: 15px;
    left: 23%;
    height: 99%;
    position: absolute;
    border-left: 10px solid #f5f5f5;
    border-radius: 30px;
} */
.wrap-history > ul > li {
    display: grid;
    justify-content: flex-end;
    grid-template-columns: 220px 65%;
    /* flex-wrap: wrap; */
}
.wrap-history > ul > li+li {
}

.wrap-history > ul :where(.year, .detail){
    padding-bottom: 80px !important;
}
.wrap-history > ul li:last-child :where(.year, .detail){
    padding-bottom: 0 !important;
}
.wrap-history > ul > li .year {
    position: relative;
    margin: 0;
    font-size: 45px;
    font-weight: 500;
    color: #0069c7;
    line-height: 1.2;
    padding-right: 70px;
    letter-spacing: -0.03em;
    border-right: 10px solid #f5f5f5;
}
.wrap-history > ul > li:last-child .year{
    font-size: 34px;
}
.wrap-history > ul > li .year::before {
    content: '';
    top: 23.5px;
    right: 0;
    width: 80px;
    position: absolute;
    border-top: 1px solid #adadad;
}
.wrap-history > ul > li .year::after {
    content: '';
    top: 15px;
    right: -14px;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    border: 2px solid #005aab;
    border-radius: 50px;
}
.wrap-history .detail {
    padding: 13px 0 0 60px;
}
.wrap-history .detail ul > li {
    padding-left: 72px;
    line-height: 1.65;
    color: #555;
}
.wrap-history .detail ul > li+li {
    margin-top: 10px;
}
.wrap-history .detail .month {
    top: -1px;
    left: 0;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.055em;
    color: #222;
}

/* intro03 */
#intro03 #row1 {
    text-align: center;
}
#intro03 #row1 ul {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf2f7;
    padding: 25px;
    letter-spacing: -0.055em;
    margin-top: -10px;
}
#intro03 #row1 ul li {
    font-size: 18px;
    margin: 0 22px;
}
#intro03 #row1 ul li .tit {
    padding-left: 25px;
    color: #005aab;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}
#intro03 #row1 ul li .tit span {
    top: 1px;
    left: 0;
    position: absolute;
    font-size: 22px;
}
#intro03 #row1 h3 {
    margin: 80px 0 45px;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 1em;
    letter-spacing: -0.055em;
    text-align: center;
}
#intro03 #row1 img+img {
    margin-top: 170px;
    margin-bottom: 10px;
}

/* intro04 */
#intro04 p.top {
    text-align: center;
    margin-bottom: 55px;
    margin-top: -35px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #222;
}
ul.list-contact {
    width: 100%;
    margin-top: 38px;
}
ul.list-contact > li {
    display: inline-block;
    font-size: 18px;
}
ul.list-contact > li:not(.addr)+li {
    margin-left: 35px;
}
ul.list-contact > li.addr {
    font-size: 18px;
    font-weight: 400;
    display: flex;
}
ul.list-contact .clearfix {
    margin: 5px 0;
}
ul.list-contact > li.addr span[class^='material'] {
    color: #005aab;
    padding-right: 4px;
    font-size: 30px;
}
ul.list-contact > li .tit {
    display: inline-block;
    padding-right: 9px;
    font-size: 18px;
    font-weight: 600;
    color: #005aab;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/* system */
p.system-top {
    margin: 0 0 45px;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 1em;
    letter-spacing: -0.055em;
    text-align: center;
}

.prod-top {
    text-align: center;
}

.prod-top .system-top {
    margin-bottom: 30px;
}

.prod-top p:not(.system-top) {font-size: 20px;font-weight: 400;letter-spacing: -0.05em;color: #303030;}

p.system-top span {
    color: #005aab;
    font-weight: 600;
}
.box-system {
    display: flex;
    padding: 80px 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 6px 20px -2px rgb(0 0 0 / 8%);
    border: 1px solid #e3e3e3;
}
.box-system > .image {
    width: 75%;
}

#system01 .image img {
    margin-left: 10px;
}
.box-system > .text {
    width: 25%;
    padding-left: 30px;
    text-align: left;
}

#system01 .box-system > .text {
    padding-left: 0;
}
.box-system > .text ul {
    display: inline-block;
    text-align: left;
}

/* system04*/
#system04 #row1 .box .inner {
    /* display: inline-block; */
    display: flex;
    align-items: center;
    padding: 50px 35px;
    box-shadow: 4px 6px 20px -2px rgb(0 0 0 / 8%);
    border: 1px solid #e3e3e3;
}

#system04 #row1 .box .inner p {
    margin-bottom: 20px;
}

#system04 #row1 .box .inner p:last-child {
    margin-bottom: 0;
}

#system04 #row3 p {
    color: #555;
    line-height: 1.8;
}

#system04 #row3 .text {
    padding-right: 40px;
}
#system04 #row2 {
    display: flex;
}
#system04 #row2 .left {
    /* width: 50%; */
    padding-right: 40px;
}

#system04 #row2 .left > .row{
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
}
#system04 #row2 .left > .row::before,
#system04 #row2 .left > .row::after{
    content: none;
}
#system04 #row2 .left > .row > div{
    width: 100%;
    padding: 0;
}
#system04 #row2 .right {
    /* width: 55%; */
    /* margin-left: 5%; */
}
#system04 #row2 .images > div:nth-child(n+3) {
}
#system04 #row2 .images img {
    width: 100%;
}
#system04 #row3 em {
    padding: 0 4px;
    font-size: 0.92em;
    font-weight: 600;
    font-style: normal;
    background: #d3f5ff;
}

/* product */
.box-prod {
    display: flex;
    align-items: center;
    margin-top: 90px;
}
#product01 .box-prod > .item img {
    width: 100%;
}

/* product01 */
#product01 .box-prod {
    align-items: flex-end;
    padding: 0 100px ;
}
#product01 .box-prod > .item {
    padding: 0 30px;
}
#product01 .box-prod > .item:nth-child(1) {
    width: 20%;
}
#product01 .box-prod > .item:nth-child(2) {
    width: 35%;
}
#product01 .box-prod > .item:nth-child(3) {
    width: 45%;
}
#product01 .box-prod > .item table {
    margin-bottom: 20px;
}
#product01 .box-certifi {
    display: flex;
}
#product01 .box-certifi {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
    padding: 70px 120px;
    background: #f5f5f5;
}
#product01 .box-certifi .item {
    display: flex;
    gap: 20px;
}
#product01 .box-certifi .item.left {
    padding-right: 30px;
    flex-basis: 35%;
}
#product01 .box-certifi .item.right {
    flex-basis: 65%;
}
#product01 .box-certifi .item img {
    height: 390px;
    box-shadow: 2px 2px 7px #e0e0e0;
}

/* product02 */
#product02 .box-prod {
    padding: 0 50px;
}
#product02 .box-prod > .item {
    width: 50%;
    padding: 0 50px;
}

/*  */
.box-text {
    position: relative;
}

.box-text p, .box-text li {
    font-size: 16px;
    color: #555;
}

.box-text h4 {/* position: absolute; *//* left: 50px; *//* top: 30px; */}
.box-text+.box-text {
    margin-top: 48px;
}
.box-text p:last-child {
    margin-bottom: 0;
}
.box-text h5 {
    margin: 0;
    padding: 14px;
    font-size: 18px;
    font-weight: 500;
    background: #dceefe;
    text-align: center;
    color: #005aab;
    letter-spacing: -0.055em;
}

.box-support-wrap {
    display: flex;
}

.box-support-wrap > div {
    padding: 0;
    width: calc(50% - 15px);
    margin: 5px 15px 0;
    border: 1px solid #85b4dd;
    border-radius: 8px;
    overflow: hidden;
}


.box-text h5::before {
    content: '';
}

#business02 .box-support {
    padding: 40px;
}

#business02 .box-support .inner .list-step {
    margin: 19px -20px 0;
}

#business02 .box-support .inner p {
    font-size: 15px;
}
.box-support .inner+.inner {
    margin-top: 30px;
}
.box-support h6 {
    position: relative;
    padding-left: 8px;
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 600;
}

.box-support h6::before {
    content: '';
    width: 3px;
    height: 16px;
    background: #444;
    position: absolute;
    left: 0;
    top: 2px;
}
.box-support ul li {
    font-size: 15px;
}

.box-support ul li a {
    text-decoration: underline;
}

.box-support strong {
    font-weight: 500;
    color: #333;
}

/* business01 */
#business01 .des {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 55px;
    margin-top: -35px;
    color: #222;
}
#business01 #row2 table > thead > tr > th:first-child {
    width: 300px;
}

#business01 #row2 table > tbody > tr > th:first-child {
    text-align: center;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.45;
}

/* business02 */
#business02 .list-step > li {
    flex: 1 1 0;
}
#business02 #row2 .img-wrap {
    padding: 55px 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

/* business04 */
#business04 .img-wrap {margin-top: 40px;}

.img-wrap {
    border: 1px solid #ddd;
    padding: 61px 0;
}

/* business05 */
#business05 .box-biz {
    text-align: center;
    background: #dceefe;
    padding: 35px;
}
#business05 .box-biz .inner {
    display: block;
}
#business05 .box-biz h3 {
    margin: 0 4px 15px;
    font-size: 20px;
    font-weight: 600;
    background: #005aab;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}
#business05 .box-biz ul {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    display: flex;
    width: 100%;
}
#business05 .box-biz ul li {
    font-size: 16px;
    border: 1px  solid #85b4dd;
    border-radius: 8px;
    color: #222;
    flex: 1;
    margin: 0 4px;
    padding: 60px 10px;
    letter-spacing: -0.05em;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 500;
}

/* technology */
.box-certi {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0;
    padding: 60px 70px 30px;
    background: #f6f6f6;
}
.box-certi > .item {
    flex-basis: 25%;
    margin-bottom: 50px;
    padding: 0 20px;
}
.box-certi figure img {
    padding: 13px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.08);
    background: #fff;
}
.box-certi figure figcaption {
    margin-top: 15px;
    font-size: 16px;
}

/* technology02 */
.box-tech+.box-tech {
    margin-top: 60px;
}
.box-tech > .subject h3 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.055em;
    color: #111;
}

.box-tech {
    border: 1px solid #e3e3e3;
    padding: 55px;
    box-shadow: 4px 6px 20px -2px rgb(0 0 0 / 8%);
}

.box-tech > .detail:not(.full) {
    display: flex;
}
.box-tech .text {
    flex-basis: 60%;
    padding-right: 45px;
}

.box-tech .text p {
    color: #555;
}
.box-tech .text h4 {
    margin: 25px 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #005aab;
}
.box-tech .image {
    margin-top: -40px;
    flex-basis: 40%;
    display: flex;
    gap: 10px;
    z-index: -1;
}
.box-tech .image .w_img .border {
    padding: 3px;
    border: 1px solid #ddd
}
#box2.box-tech .image {
    gap: 10px;
}
#box3.box-tech .text {
    flex-basis: 40%;
    /* flex-basis: 60%; */
}

#box3.box-tech .text p {
    line-height: 2;
}

#box3.box-tech .text p .sm {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    margin-left: 25px;
    padding-left: 17px;
    line-height: 1.55em;
}

#box3.box-tech .text p .sm::before {
    content: '**';
    top: 0;
    left: 0;
    position: absolute;
}









#box3.box-tech .text h4 {
    margin-bottom: 10px;
}

#box3.box-tech .detail {
    align-items: center;
}

#box3.box-tech .detail .image {
    margin-top: 0;
}
#box3.box-tech .image {
    flex-basis: 54%;
    /* flex-basis: 48%; */
}
#box3.box-tech .detail .image .w_img {
    display: flex;
    align-items: center;
    gap: 30px;
}
#box3.box-tech .detail .image .w_img img:first-of-type {
    height: 240px;
}
#box3.box-tech .detail .image .w_img img:last-of-type {
    height: 180px;
}

#box4.box-tech .images {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px -5px;
}
#box4.box-tech .images .w_img {
    flex-basis: 25%;
    padding: 5px;
}
#box5.box-tech .inner {
    padding: 30px;
    border: 1px solid #85b4dd;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

#box5.box-tech .bottom .row {
    display: flex;
    margin-top: 40px;
}

#box5.box-tech .bottom .row > div {margin-bottom: 20px;}

#box5.box-tech .inner li {
    font-size: 14px;
    color: #333;
    line-height: 1.55;
}

#box5.box-tech .inner li + li {
    margin-top: 8px;
}
#box5.box-tech h4 {
    margin: -30px -30px 30px;
    padding: 20px 10px;
    font-size: 17px;
    font-weight: 600;
    background: #dceefe;
    text-align: center;
    color: #005aab;
    letter-spacing: -0.055em;
}
#box5.box-tech .w_img {
    margin-top: 30px;
}
#box5.box-tech .left .w_img {
    display: flex;
    gap: 10px;
}
#box5.box-tech figure figcaption {
    color: #333;
}
#box6.box-tech .text {
    flex-basis: 52%;
}
#box6.box-tech .image {
    flex-basis: 48%;
    align-items: center;
}
#box7.box-tech .detail {
    margin-top: 40px;
}

#box6.box-tech .detail .image {
    margin-top: 0;
}
#box7.box-tech .images {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* */
.support-top {
    margin: -40px 0 70px;
    font-size: 32px;
    font-weight: 400;
    color: #005aab;
    letter-spacing: -0.025em;
    text-align: center;
}
.support-top span {
    color: #00b050;
}
.box-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 120px;
}
.box-link > .item a {
    width: 240px;
    display: inline-block;
    padding: 22px;
    border: 1px solid #ddd;
}
.box-link > .item a:hover {
    border-color: #005aab;
}
.box-link > .item img {
    max-height: 36px;
}

/*  */
#privacy pre {
    padding: 40px;
    font-size: 15px;
    font-family: 'notokr', sans-serif;
    line-height: 1.5em;
    word-break: keep-all;
    white-space: pre-wrap;
    background: #Fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

/* Btn, pagination */
#btnNew {
    background: #333;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    padding: 10px 15px;
}
.input-group .input-group-btn button, .input-group .input-group-btn input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.dh-margin-top {
    margin: 50px -15px 0;
}
.subPage>.contents .dh-view-box .row+.row {
    margin-top: 0;
}
.dh-view-box>.row>.page-header {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 2px 20px 0;
    border-top: 2px solid #333;
}

.dh-view-box {
    margin-top: 0;
}
.dh-view-box>.row>.page-header h4 {text-align: left;margin: 40px 0;font-size: 26px;letter-spacing: -0.055em;color: #222;text-align: center;}
.dh-view-box>.row>.dh-view-info {
	display:none;
}

.dh-view-box.dh-margin-topx2 > .row:nth-child(2) .dh-attach + div {
    padding: 20px 20px 90px!important;
}
.dh-view-box .dh-attach h6 {
    padding: 8px 5px;
    margin-top: 15px;
}

.dh-view-box .dh-attach h6 b {
    font-size: 13px;
    color: #333;
}
.dh-view-box .btn-group a {
    border-radius: 0px;
    box-shadow: none;
    padding: 7px 13px;
}
.dh-line ~ .col-xs-12 {
    padding: 0;
}
.dh-line ~ div.col-xs-12 {
    margin-top: 15px;
    margin-bottom: 0;
}
.dhb-txt-box {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 20px 0;
}
.dhb-txt-box:first-child {
    border-top: 1px solid #333;
}
.img-thumbnail {
    padding: 0;
    border-radius: 0 !important;
    border: 0;
}
.dhb-txt-list {
    border-right: 1px solid #eee;
}

.dhb-txt-list .btnRead h4 {
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: -0.034em;
    color: #000;
}
.dhb-txt-list .row > div:nth-child(2) {
    padding-left: 30px;
}
.dhb-txt-list .row > div:nth-child(2) h5 a {
    font-size: 16px;
    font-weight: 400;
}
.dhb-txt-box .text-right h5 em {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.dhb-txt-box .text-right h5 em strong {
    font-weight: 500;
    margin-left: 5px;
}
.dhb-txt-box .text-right h6 {
    font-size: 13px;
    font-weight: 400;
}
form#insertForm > h2 {
    margin: 0 0 30px;
    letter-spacing: -0.06em;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    text-align: center;
}
form#insertForm > .text-right {
    float: right;
}
.form-horizontal .control-label {
    width: 15%;
}
.text-danger {
    margin-top: 10px;
    color: #c90000;
    font-size: 14px;
}
.form-horizontal .form-group .text-center, #media_center .form-group:last-child > div {
    width: 100%;
    margin: 0;
    text-align: center;
}

button.btn.btn-lg.btn-default {
    min-width: 180px !important;
}

.btn-group, .btn-group-vertical {
    height: 40px;
}

.btn {
    padding: 10px 12px;
}
.form-control {
    height: 42px;
    font-size: 15px;
    border-radius: 0;
}
label.error {
    font-weight: 400;
    margin-top: 7px;
    color: #d90000 !important;
}

/* */
.dh-board > .dhb-txt-box-type-b {
    width: 33.3%;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dh-board > .dhb-txt-box-type-b .row {
    border: 1px solid #ddd;
    margin: 0 20px 60px;
}
.dh-board > .dhb-txt-box-type-b .row:hover,
.dh-board > .dhb-txt-box-type-b .row:focus {
    border-color: #0069c7;
}

.dh-board > .dhb-txt-box-type-b .row:hover, .dh-board > .dhb-txt-box-type-b .row:focus {}
.dh-board > .dhb-txt-box-type-b .dhb-txt-box-type-b-img-layout {
    padding: 0;
}
.dh-board > .dhb-txt-box-type-b .thumb-hidden {
    height: 240px;
    max-height: 240px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.dh-board > .dhb-txt-box-type-b .thumb-hidden > a > img {
    height: 100%;
}
.dh-board > .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout {
    padding: 0;
}
.dh-board > .dhb-txt-box-type-b h4 {
    width: auto;
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
}

.dh-board > .dhb-txt-box-type-b h4 strong {
    font-weight: 500;
    letter-spacing: -0.045em;
}
.dh-board > .dhb-txt-box-type-b .txt-box-footer {
    display: none;
}

/* */
form#mod_type_formForm {
    margin: 0 auto;
    padding: 60px 120px 200px;
    border: 1px solid #ddd;
    box-shadow: 4px 6px 20px -2px rgb(0 0 0 / 8%);
}

.q_number div h3 i {
    display: none;
}
.form-group::after {
    content: '';
    display: block;
    clear: both;
}
form#mod_type_formForm .btn-primary,
button.btn.btn-lg.btn-default {
    background: #005aab;
    color: #fff;
    border: 1px solid #005aab;
    max-width: 180px;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    margin: 10px 0 0;
    transition: 0.15s;
    width: 300px;
    float: none !important;
}
form#mod_type_formForm .btn-primary:hover,
form#mod_type_formForm .btn-primary:focus,
button.btn.btn-lg.btn-default:hover,
button.btn.btn-lg.btn-default:focus {
    background: #004787;
    color: #fff;
}
form#mod_type_formForm label {
    font-size: 16px;
    margin: 5px 0;
    float: left;
    width: 20%;
}
form#mod_type_formForm .form-control {
    margin-top: -30px;
    border-radius: 0px;
    box-shadow: none;
    min-height: 42px;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    border-color: #d3d3d3;
    float: right;
    width: 80%;
}
form#mod_type_formForm .form-control:focus {
    border-color: #111;
}
form#mod_type_formForm label[for='mail_agree'] {
    font-size: 14px;
    width: 100%;
}
.q_number:last-child {
    margin: -138px 0 0 30px;
    text-align: right;
}
.q_number:last-child .checkbox {
    float: none !important;
    padding-right: 40px;
}
.q_number:last-child .checkbox  a {
    color: #005aab;
    text-decoration: underline;
}
.q_number .checkbox input[type=checkbox] {
    margin-top: 4px;
}

/*  */
.filter-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px auto 70px;
    padding: 0 15px;
    width: 500px;
}
.filter-items > a {
    flex: 1 1 0%;
    padding: 0 0 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: none;
    margin: 0;
    position: relative;
}
.filter-items > a.on {
    font-weight: 500;
}
.filter-items > a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -1px;
    transition: all 0.35s;
    left: 0;
    background: #ffaf42;
}
.filter-items > a.on::after,
.filter-items > a:hover::after {
    left: 3px;
    width: calc(100% - 6px);
}
.filter-items .filter-label {
    margin: 0;
    padding: 0;
    color: #aaa;
    background: transparent;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.filter-items > a:not(.on):hover .filter-label {
    color: #333;
}
.filter-items > a.on .filter-label {
    color: #000;
}
.filter-items > a:not(.on):hover {
    color: #333;
    background: transparent;
}

/* Pagination */
.pagination>.disabled>a {
    border-radius: 0 !important;
}
.pagination>li>a,
.pagination>li>span {
    padding: 6px 15px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: transparent;
    border: none;
    color: #005aab;
    margin: 0;
    padding-top: 8px;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    margin: 0;
}
.dh-board * a {
    color: #000;
}
.dh-board>.table-hover {
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #333;
    margin: 0;
}

.dh-board>.table-hover tbody tr td {
    border-bottom: 1px solid #e3e3e3;
    padding: 14px 0;
}

.dh-board>.table-hover tbody tr td.subject a:hover {
    text-decoration: underline;
}

.table-hover>tbody>tr:hover {
    background: #fff;
}

.dh-board>.table-hover thead tr th {
    background: #f8f8f8;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px 8px;
    font-size: 15px;
    color: #555;
}
.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    color: #333;
    padding:  15px 8px;
}
.table > tbody > tr > td strong {
    font-weight: 400;
    font-size: 16px;
    padding:  12px 8px;
}

/* login */
.login-layout {
    max-width: 1170px;
    margin: 0 auto;
}
.login-layout .panel {
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
    border: none;
}
.login-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
}
.login-layout .btn-warning {
    background: #41577d;
    border-radius: 0px;
    border: 1px solid #41577d;
    box-shadow: none;
    padding: 8px 0;
}
.board-area > #insertForm {
    background: #fafafa;
    padding: 50px 80px;
}

.promotion_detail ul {
    margin: 50px 0 0;
    padding: 0;
}
.promotion_detail ul > li {
    display: flex;
    align-items: center;
}
.promotion_detail ul > li+li {
    margin-top: 4px;
}
.promotion_detail ul > li .tit {
    flex-basis: 18%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #0368c3;
    border-radius: 6px;
}
.promotion_detail ul > li .detail {
    flex-basis: 88%;
    margin-left: 10px;
    padding: 14px 12px;
}
.form-privacy .rule{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    color: #888;
    line-height: 1.7;
    font-size: 14px;
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.form-privacy .rule b{
    margin-bottom: 7px;
    color: #888;
}
.form-caption{
    margin-bottom: 0;
    font-size: 15px;
}
.footer-con{
    display:flex;
}
.footer-login {
    margin-left: auto;
}

.footer-login a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 5px;
    height: 35px;
    color: #aaa;
    border: 1px solid #4a4a4a;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}
/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    p{line-height:1.55em}
    .body-layout{padding-top:75px;font-size:15px}


    .navbar-brand img {
        height: 35px;
        margin-top: 7px;
    }
    .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > li > a{padding:10px 20px;font-size:16px;text-align:left;border-top:1px solid #eee}
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover{color:#0069c7}
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover{color:#fff !important;background:#0069c7;border:none;border-top-color:#eee}
    .navbar-nav .open .dropdown-menu{padding:10px 0;background:#f8f8f8}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li {
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px 25px;
        color: #333;
        border: none;
        background: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{font-weight:600;color:#000}

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-caption {
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption .en {
        font-size: 12px;
    }
    #mainCarousel .carousel-caption h1 {
        margin: 0 0 25px;
        font-size: 40px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel-control {
        display: none;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 12px;
        height: 12px;
    }
    .mainPage #section2 {
        padding: 60px 0 80px;
    }
    .mainPage h2 {
        margin: 0 0 50px;
        font-size: 38px;
    }
    .mainPage h2 .en {
        margin-top: 15px;
        font-size: 12px;
    }
    .mainPage .biz-feild {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainPage .biz-feild > .item {
        width: 50%;
    }
    .mainPage .biz-feild > .item:nth-child(n+3) {
        margin-top: 15px;
    }
    .mainPage .biz-feild .tit {
        margin: 15px 0 0;
        font-size: 17px;
    }

    .footer_copy .text-center {
        padding: 25px 0;
    }
    .footer-con {
        display: block;
    }
    .footer-con+br {
        display: none;
    }
    .footer_copy .text-center ul li {
        margin-right: 10px;
        font-size: 11px;
        line-height: 18px;
    }
    .footer_copy .text-center ul li.copy {
        font-size: 10px;
    }
    .footer-login {
        position: absolute;
        right: 20px;
        bottom: 25px;
    }
    .footer-login a {
        height: 32px;
        margin: 20px 0 0;
        padding: 0 20px;
        font-size: 10px;
    }

    .subPage > .pageTop {
        height: 180px;
    }
    .subPage > .pageTop h2 {
        font-size: 40px;
    }
    .subPage .breadcrumb {
        margin: 70px 0 0 !important;
        font-size: 12px;
    }
    .subPage .link ul {
        flex-wrap: wrap;
        justify-content: left;
    }
    .subPage .link ul > li {
        min-width: auto;
        flex-basis: 50%;
        margin: 0;
    }
    .subPage .link ul > li > a {
        font-size: 15px;
        line-height: 42px;
    }
    .subPage > .contents {
        padding: 60px 0 80px;
    }
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 34px;
    }
    .title-lv-2 {
        margin: 0 0 20px;
        font-size: 25px;
    }
    ul+.title-lv-2 {
        margin-top: 35px;
    }
    .title-lv-3 {
        margin: 5px 0 12px;
        font-size: 19px;
    }
    .subPage > .contents .row:not(.page-title)+.row {
        margin-top: 60px;
    }
    .list-no > li {
        margin: 0 0 10px;
    }
    table.tb-style-1 > thead > tr > th,
    table.tb-style-1 > tbody > tr > th,
    table.tb-style-1 > tbody > tr > td {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.4;
    }
    table.tb-style-1 > thead > tr > th {
        padding: 10px;
    }

    #intro01 .text {
        padding-right: 15px;
    }
    #intro01 .text h3 {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 1.35;
    }
    #intro01 .en {
        margin-top: 50px;
        font-size: 34px;
    }
    .wrap-history::before {
        content: '';
        top: 22px;
        left: 0;
        height: 99%;
        position: absolute;
        border-left: 8px solid #f5f5f5;
    }
    .wrap-history > ul > li {
        display: block;
    }
    .wrap-history > ul > li .year {
        padding: 0 0 15px 35px !important;
        font-size: 35px;
        border-right: none;
    }
    .wrap-history > ul > li .year::before {
        right: auto;
        left: -3px;
        width: 35px;
    }
    .wrap-history > ul > li .year::after {
        right: auto;
        top: 17px;
        left: -3px;
        width: 15px;
        height: 15px;
    }
    .wrap-history .detail {
        padding: 0 0 40px 15px !important;
    }
    .wrap-history .detail ul > li {
        padding-left: 10px;
    }
    .wrap-history .detail .month {
        position: static;
        display: block;
        font-size: 15px;
    }
    #intro03 #row1 ul {
        display: block;
        padding: 20px 30px;
    }
    #intro03 #row1 ul li {
        font-size: 17px;
        margin: 10px 0;
    }
    #intro03 #row1 h3 {
        margin: 50px 0 20px;
        font-size: 26px;
    }
    #intro03 #row1 img+img {
        margin-top: 70px;
        margin-bottom: 0;
    }
    #intro04 p.top {
        margin-bottom: 40px;
        font-size: 18px;
    }
    #intro04 .root_daum_roughmap {
        height: 300px;
    }
    ul.list-contact {
        margin-top: 28px;
    }
    ul.list-contact > li {
        font-size: 17px;
    }
    ul.list-contact > li.addr {
        display: block;
        font-size: 17px;
    }
    ul.list-contact > li .tit {
        display: block;
        padding: 0 0 5px;
        font-size: 17px;
    }
    .box-system {
        display: block;
        padding: 30px 15px;
    }
    .box-system > .image {
        width: 100%;
        margin-bottom: 30px;
    }
    #system01 .image img {
        margin: 0 auto;
    }
    .box-system > .text {
        width: 100%;
        padding-left: 0;
    }
    p.system-top {
        margin: 0 0 30px;
        font-size: 19px;
    }
    .prod-top .system-top {
        margin-bottom: 20px;
        line-height: 1.3em;
    }
    .prod-top p:not(.system-top) {
        font-size: 18px;
    }
    .subPage figure figcaption {
        margin-top: 12px;
        font-size: 14px;
    }
    .subPage figure .info dl {
        font-size: 14px;
    }
    #system04 #row1 .box .inner {
        display: block;
        padding: 30px 15px;
    }
    #system04 #row2 {
        display: block;
    }
    #system04 #row2 .left {
        padding-right: 15px;
        padding-bottom: 30px;
    }
    #system04 #row3 .text {
        padding-bottom: 30px;
        padding-right: 12px;
    }
    .box-prod {
        display: block;
        margin-top: 50px;
    }
    #product01 .box-prod {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
    }
    #product01 .box-prod > .item {
        flex-basis: 100%;
        padding: 0;
    }
    #product01 .box-prod > .item:nth-child(1) {
        flex-basis: 38%;
        padding: 0 20px 0 15px;
    }
    #product01 .box-prod > .item:nth-child(2) {
        flex-basis: 62%;
        padding: 0 15px 0 20px;
    }
    #product01 .box-prod > .item:nth-child(3) {
        margin-top: 30px;
    }
    #product01 .box-certifi {
        display: inline-block;
        margin-top: 40px;
        padding: 20px 30px;
    }
    #product01 .box-certifi .item.left {
        padding-right: 0;
        padding-bottom: 20px;
    }
    #product01 .box-certifi .item img {
        height: 190px;
    }
    #product02 .box-prod {
        padding: 0;
    }
    #product02 .box-prod > .item {
        width: 100%;
        padding: 0;
    }
    #product02 .box-prod > .item:nth-child(1) {
        padding-bottom: 30px;
    }
    #business01 .des {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .box-text+.box-text {
        margin-top: 32px;
    }
    .box-text p,
    .box-text li {
        font-size: 15px;
    }
    .list-circle > li+li {
        margin-top: 5px;
    }
    .emphasis2 {
        margin-top: 7px;
        font-size: 14px !important;
    }
    #business01 #row2 table > tbody > tr > th:first-child {
        font-size: 14px;
    }
    .wrap-list-step {
        margin-bottom: 40px;
        padding: 20px;
    }
    .list-step {
        display: block;
        margin: 0;
    }
    .list-step > li {
        padding: 0;
        font-size: 15px;
    }
    .list-step > li+li {
        margin-top: 15px;
    }
    .list-step > li+li::before {
        top: -15px;
        left: 50%;
        height: 50%;
        border-top: none;
        border-left: 1px solid #999;
    }
    .list-step > li:last-child::after {
        top: -18px;
        left: 42.5%;
        transform: rotate(90deg) translateY(-50%);
    }
    .list-step > li .inner {
        padding: 12px 10px;
    }
    .box-support-wrap {
        display: block;
        padding: 0 15px;
    }
    .box-support-wrap > div {
        width: 100%;
        margin: 0;
    }
    .box-support-wrap > div+div {
        margin-top: 15px;
    }
    .box-text h5 {
        font-size: 17px;
    }
    #business02 .box-support {
        padding: 25px 20px;
    }
    .box-support .inner+.inner {
        margin-top: 25px;
    }
    #business02 .box-support .inner .list-step {
        margin: 0;
    }
    #business02 .list-step > li+li {
        margin-top: 20px;
    }
    #business02 .list-step > li+li::before {
        height: 50%;
    }
    .img-wrap {
        padding: 15px !important;
    }
    #business04 .img-wrap {
        margin-top: 30px;
    }
    #business05 .box-biz {
        padding: 20px;
    }
    #business05 .box-biz h3 {
        padding: 17px;
        font-size: 17px;
    }
    #business05 .box-biz ul {
        display: block;
    }
    #business05 .box-biz ul li {
        font-size: 15px;
        margin: 0;
        padding: 15px 10px;
    }
    #business05 .box-biz ul li+li {
        margin-top: 8px;
    }
    .box-certi {
        margin: 40px 0 0;
        padding: 20px 5px;
    }
    .box-certi > .item {
        flex-basis: 50%;
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .box-certi figure img {
        padding: 8px;
    }
    .box-certi figure  figcaption {
        font-size: 13px;
    }
    .box-tech {
        padding: 20px;
    }
    .box-tech+.box-tech {
        margin-top: 40px;
    }
    .box-tech > .subject h3 {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 1.3em;
    }
    .box-tech > .detail:not(.full) {
        display: block;
    }
    .box-tech .text {
        padding-right: 0;
    }
    .box-tech .text h4 {
        margin: 20px 0 8px;
        font-size: 17px;
    }
    .box-tech .image {
        margin-top: 30px;
    }
    #box3.box-tech .text p {
        line-height: 1.8;
    }
    .box-tech .image {
        display: block;
    }
    #box3.box-tech .detail .image {
        margin-top: 30px;
    }
    #box3.box-tech .detail .image .w_img {
        display: block;
    }
    #box3.box-tech .detail .image .w_img img+img {
        margin-top: 20px;
    }
    #box4.box-tech .images .w_img {
        flex-basis: 50%;
    }
    #box5.box-tech .bottom .row {
        display: grid;
        margin-top: 30px;
    }
    #box5.box-tech .inner {
        padding: 20px;
    }
    #box5.box-tech h4 {
        margin: -20px -20px 20px;
        padding: 15px 10px;
        font-size: 15px;
        line-height: 1.3em;
    }
    #box6.box-tech .detail .image {
        margin-top: 30px;
    }
    #box7.box-tech .images {
        display: block;
    }
    #box7.box-tech .images .w_img {
        margin-top: 20px;
    }
    .dh-board > .dhb-txt-box-type-b {
        width: 100%;
    }
    .dh-board > .dhb-txt-box-type-b .row {
        margin: 0 0 30px;
    }
    .dh-view-box>.row>.page-header h4 {
        margin: 25px 0;
    }
    .support-top {
        margin: -30px 0 40px;
        font-size: 24px;
        word-break: keep-all;
    }
    .box-link {
        margin-top: 60px;
    }
    .box-link {
        display: block;
        margin-top: 60px;
        text-align: center;
    }
    .box-link > .item a {
        width: 220px;
        padding: 18px;
    }
    .box-link > .item img {
        max-height: 32px;
    }
    .board-area > #insertForm {
        padding: 20px;
    }
    .form-horizontal .control-label {
        width: auto;
    }
    form#mod_type_formForm {
        padding: 20px 0;
    }
    .q_number div h3 {
        float: unset !important;
        display: block;
        margin-top: 10px;
        margin-bottom: 8px !important;
        font-size: 15px;
    }
    form#mod_type_formForm .form-control {
        margin-top: 0;
        width: 100%;
        min-height: 34px;
    }
    .q_number input {
        margin: 0 0 10px 0;
    }
    .q_number textarea {
        height: 200px;
    }
    .form-privacy {
        padding: 0 15px 20px;
    }
    .form-caption {
        font-size: 14px;
    }

    .bbs-list-index-layout table > thead > tr > th.hits,
    .bbs-list-index-layout table > tbody > tr > td.hits,
    .bbs-list-index-layout table > thead > tr > th.writer,
    .bbs-list-index-layout table > tbody > tr > td.writer {display: none;}
    .board-area .table > thead > tr > th,
    .board-area .table > tbody > tr > th,
    .board-area .table > tfoot > tr > th,
    .board-area .table > thead > tr > td,
    .board-area .table > tbody > tr > td,
    .board-area .table > tfoot > tr > td{padding:8px;font-size:12px}
    .board-area .table > tbody > tr > td strong{font-size:12px;padding:0}
    .board-area .table > thead > tr > th{padding:10px;font-size:13px}
    .dh-view-box > .row > .page-header{padding:0}
    .dh-view-box > .row > .page-header h4{font-size:17px;line-height:1.5em}
    .dhb-txt-list{border-right:none}
    .dhb-txt-list .row > div:nth-child(2){padding-left:15px}
    .dhb-txt-list .btnRead h4{font-size:18px}
    .dhb-txt-list .row > div:nth-child(2) h5 a{font-size:15px}
    .dhb-txt-box .text-right{display:flex;align-items:center;justify-content:space-between;text-align:left}

    form#mailForm{padding:30px 20px 10px}
    form#mailForm label{width:100%;margin:0 0 3px;font-size:15px}
    form#mailForm .form-control{width:100%}
    form#mailForm label[for='mail_agree']{font-size:12px}
    form#mailForm label[for=mail_agree] input[type=checkbox]{margin-top:1px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #box3.box-tech .detail .image .w_img {
        flex-wrap: wrap;
    }
}
/************ 모바일 최적화 끝 ************/