@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* 주요색상 */
:root {
    --page-point-color: #0d3d87;
    --page-point-color-hover: #1950c7;
    --page-secondary-color: #de002b;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Nunito', 'notokr', sans-serif;
    letter-spacing: -0.034em;
}

.btn {
    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;
    text-decoration: none;
}

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

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: #333;
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-hover);
    border-color: var(--page-point-color-hover);
}

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

.board_data_view a {
    word-break: break-all;
}

/* 언어 변환 버튼(다국어) */
.menu-top .container {
    position: relative;
}
.box-lang {
    top: 30px;
    right: 15px;
    position: absolute;
    z-index: 999;
}
.box-lang > .curr_lang {
    width: 88px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 30px 0 25px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 60px;
    color: #fff;
    background: #777;
}
.box-lang > .curr_lang::before {
    content: "\eb5a";
    top: 8px;
    left: 9px;
    position: absolute;
    font-size: 15px;
    font-family: "Phosphor-light";
    line-height: 1em;
}
.box-lang > .curr_lang::after {
    content: "\e9fd";
    top: 7px;
    right: 16px;
    position: absolute;
    font-size: 10px;
    font-family: "Phosphor-Fill";
    transition: all 0.3s;
}
.navbar-inverse.bg-colored .box-lang > .curr_lang {
    color: #333;
}
.box-lang .inner {
    top: 29px;
    left: 0;
    width: 100%;
    position: absolute;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.19);
    display: none;
    padding: 7px;
    background: #fff;
    border-radius: 10px;
}
.box-lang .lang button {
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.15px;
    line-height: 1;
    background: #fff;
    border: none;
    text-align: center;
}
.box-lang .lang button.active {
    font-weight: 700;
    color: var(--page-point-color);
}
.box-lang .lang button:hover:not(.active) {
    text-decoration: underline;
    color: #1a3e89;
}
.box-lang > .curr_lang:hover {
    color: #fff;
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    cursor: pointer;
}
.box-lang > .curr_lang:hover::after {
    transform: rotate(180deg);
}
.box-lang > .curr_lang:hover .inner {
    display: block;
}
.navbar.bg-colored .box-lang:hover > .curr_lang {
    color: #fff;
    border-color: var(--page-point-color);
}
.navbar-inverse.bg-colored .box-lang > .curr_lang {
    background: #f2f2f2;
}

.navbar-inverse.bg-colored .box-lang:hover > .curr_lang {
    color: #333;
}

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

/* 상단 메뉴 */
.navbar-inverse{position:fixed;margin-bottom:0;transition: all 0.2s ease-in-out;background: transparent;border: 0;}
.navbar-inverse.bg-colored {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.navbar-inverse .navbar-brand img {
  height: 55px;
  margin-top: 4px;
  filter: grayscale(1) invert(0.7);
}
.navbar-inverse.bg-colored  .navbar-brand img {
    filter: none;
}
.navbar-inverse .navbar-nav > li > a{padding:40px 25px;font-size:17px;font-weight: 400;color: rgba(255, 255, 255, 0.85);letter-spacing: 0;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #9ebeff !important;}
.navbar-inverse.bg-colored .navbar-nav > li > a:hover, .navbar-inverse.bg-colored .navbar-nav > li > a:focus {
    color: #1950c7 !important;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color: #9ebeff;}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle{border:0;padding:18px 0;margin: 15px 15px;margin-left: 0;}
    .navbar-inverse .navbar-toggle .icon-bar{background-color: #a7a7a7;transition:ease-in-out .15s all;opacity:1;position:relative;}
    .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color: #fff;}
    .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color: #a7a7a7;}
    .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:0;
        border: 0;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow:0 4px 8px rgba(0,0,0,.125);
        box-shadow:0 4px 8px rgba(0,0,0,.125);
        animation-fill-mode:both;
        animation-duration:0.4s;
        animation-name:fadeIn;
        background: #043091;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 10px 15px;text-align:center;color: rgba(255, 255, 255, 0.65);/* border-bottom:1px solid rgba(255,255,255,0.11); */font-size: 15px;}
    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {border-bottom:0;}
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        font-weight: 400;
        color: #fff;
        background: transparent;
    }
}

.navbar-right {margin-right:108px;}
.navbar-inverse .navbar-nav > li > a{padding:35px 30px;}
.navbar-inverse.bg-colored .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
}

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

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

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

/* 푸터 */
#site footer{margin-top:0px;color:#ccc;background-color: #2c2d34;}
#site footer .footer-info{padding: 45px 0 40px;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;line-height: 26px;letter-spacing:0;font-weight: 300;}
#site footer .footer-info ul li+li{margin-left:15px}
#site footer .footer-info ul li:first-child {
  font-weight: 500;
  font-size: 15px;
}
#site footer .footer-info ul li.copy {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.03em;
  opacity: 0.5;
}
#site footer .footer-info .info {
  margin-left: -30px;
}
#site footer .footer-info .logo img {
  height: 55px;
  filter: grayscale(1) invert(0.4);
}

/* 메인 페이지 */
#mainCarousel .carousel-indicators {
  top: 63%;
  right: 10%;
  bottom: auto;
  left: 10%;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}
#mainCarousel .carousel-inner {
}
#mainCarousel .carousel-inner .item {
  height: calc(100vh - 174px);
  height: 100vh;
}
#mainCarousel .carousel-caption {
  top: 44%;
  right: 10%;
  left: 10%;
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}
#mainCarousel .carousel-caption h1 {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0em;
}
#mainCarousel .carousel-caption h1 span {
  display: block;
  margin-top: 20px;
  font-size: 84px;
  font-weight: 600;
}
#mainCarousel .carousel-caption p {
  font-size: 38px;
  line-height: 1.45;
}
[lang="en"] #mainCarousel .carousel-caption p{font-size: 28px;}
[lang="ru"] #mainCarousel .carousel-caption p{font-size: 25px;}
#mainCarousel .carousel-control {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-brand img{margin: 0;}
  .box-lang{
    top: 26px;
    right: 69px;
}
  .box-lang > .curr_lang .hidden-xs{display: block !important;}
 #mainCarousel .carousel-inner .item{height: 450px;}
 #mainCarousel .carousel-caption h1{font-size:24px}
  #mainCarousel .carousel-caption h1 span{font-size:inherit;margin-top: 10px;}
 #mainCarousel .carousel-caption p,
  [lang="en"] #mainCarousel .carousel-caption p,
  [lang="ru"] #mainCarousel .carousel-caption p{font-size:12px;}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

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

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

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

@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

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

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

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

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

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

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

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

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

/* 메인 추가 스타일 */
#quickLink {
  overflow: hidden;
  /* background: #17419c url('/public/img/main/pt.png') repeat center; */
  z-index: 100;
}
/* 768px 이상일때 */
#carousel-link #quickLink {
  bottom: 150px;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.wrap-link {
  margin: 0;
  background: #17419c;
}
.wrap-link > .link {
  padding: 0;
}
.wrap-link > .link1 {box-shadow: -15px 0 15px -2px rgba(0, 0, 0, 0.3);}
.wrap-link > .link4 {box-shadow: 15px 0 15px -2px rgba(0, 0, 0, 0.3);}
.wrap-link a {
  float: left;
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  padding: 30px 35px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.wrap-link > .link2 a {background: rgba(255, 255, 255, 0.3);}
.wrap-link > .link3 a {background: rgba(255, 255, 255, 0.2);}
.wrap-link > .link4 a {background: rgba(255, 255, 255, 0.1);}
.wrap-link a::before {
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--page-point-color);
  transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.wrap-link a:hover::before {
  left: 0;
}
.wrap-link a::after {
  content: '\e5e1';
  top: 50%;
  right: 35px;
  position: absolute;
  font-size: 120%;
  font-weight: 400;
  font-family: 'Material Symbols Outlined';
  text-align: center;
  transform: translateY(-50%);
  transition: all ease .15s;
  opacity: 0.8;
}
.wrap-link .link .inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-link .link .icon {
  display: inline-flex;
}
.wrap-link .link .icon > * {
  font-size: 42px;
  font-weight: 300;
}
.wrap-link .link .txt {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 400px;
    position: relative;
    color: #fff;
    background: #333 url('/public/img/sub/bg_subTop.jpg') no-repeat center / cover;
    z-index: -1;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.subPage > .pageTop .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .inner {
    top: 55%;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    transform: translate(-50%,-50%);
    /* text-shadow: 2px 2px 15px rgba(0,0,0,0.3); */
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: left;
    padding-left: 15px;
}
.subPage > .pageTop h1 {padding-left: 15px;}

/* Link */
.subPage .link {
    background: rgba(29, 51, 117, 0.85);
    margin-top: -54px;
    text-align: center;
}
.subPage .link ul {
    display: flex;
    justify-content: center;
}
.subPage .link ul li {
    flex: 1 1 0%;
}
.subPage .link ul li + li::before {
    content: '';
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: absolute;
}
.subPage .link ul > li > a {
    height: 54px;
    /* padding: 16px 0; */
    font-size: 17px;
    font-weight: 500;
    color: #edf2ff;
    letter-spacing: 0.01em;
    transition: color .3s, background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    color: #333;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
}
.subPage .link ul > li.active > a {
    color: #222;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
}

.subPage > .contents section {
    padding: 120px 0 150px;
}
.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 120px;
}

.title-lv-1 {
    margin: 0 0 100px;
    font-size: 38px;
    font-weight: 700;
    color: #222;
    line-height: 1;
    text-align: left;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 50px;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
}
.title-lv-2::before {
    content: '';
    top: 4px;
    left: 0;
    width: 3px;
    height: 26px;
    position: absolute;
    background: #333;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li+li {
    margin-top: 3px;
}
.list-style-1 > li::before {
    content: '';
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 10px;
}

/* 인사말 (페이지) */
.wrap-greet {
  display: flex;
  flex-direction: row-reverse;
}
.wrap-greet .image {
    width: 40%;
}
.wrap-greet .text {
  padding: 10px 150px 50px 15px;
  width: 60%;
}
.wrap-greet .text h3 {
  margin: 0 0 35px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.034em;
  line-height: 1.5em;
  color: #0d2c6f;
}
.wrap-greet .text p {
  margin: 15px 0 0;
  font-size: 20px;
  color: #333;
}

/* 회사소개 (페이지) */
.wrap-about-us {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrap-about-us .text {margin-bottom: 50px;}
.wrap-about-us .text h3 {
  margin: 0 0 60px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3em;
  text-indent: 1em;
}
.wrap-about-us .text .tit {
  /* width: 70px; */
  display: inline-block;
  padding: 7px 10px 6px;
  /* padding: 7px 0 6px; */
font-size: 28px;
  /* font-weight: 500; */
  color: #fff;
  line-height: 1em;
  text-align: center;
  background: #d40025;
  border-radius: 2px;
  font-weight: 800;
}
[lang="en"] .wrap-about-us .text .tit,
[lang="ru"] .wrap-about-us .text .tit{width: auto;text-align: left;}

.wrap-about-us .text .color-b{color: var(--page-point-color);font-weight: 900;}

.wrap-about-us .text p {
  font-size: 17px;
}
.wrap-about-us .text p.lg {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  /* color: var(--page-point-color); */
  letter-spacing: -0.034em;
}
[lang="en"] .wrap-about-us .text p.lg,
[lang="ru"] .wrap-about-us .text p.lg{}
[lang="en"] .wrap-about-us .text p.lg + h4,
[lang="ru"] .wrap-about-us .text p.lg+h4{margin-top: 30px;}
.wrap-about-us img{border: 1px solid #ddd}
[lang="en"] .wrap-about-us img,
[lang="ru"] .wrap-about-us img{padding: 30px;}

/* 연혁 (페이지) */
.wrap-history {
  position: relative;
  display: flex;
  gap: 10%;
}
.history-img {
    width: 30%;
}

.history-block {
    /* width: 70%; */
    flex: 1;
}
.wrap-history .history-block::before {
  content: '';
  top: 15px;
  height: 98%;
  position: absolute;
  border-left: 5px solid #eee;
}
.wrap-history ul > li {
  padding: 0 0 0 80px;
  display: flex;
  gap: 30px;
}
.wrap-history ul > li+li {
  margin-top: 15px;
}
.wrap-history ul > li:nth-child(even) {
  /* margin-left: 0; */
  /* padding: 0 60px 0 0; */
  /* text-align: right; */
}
.wrap-history ul > li::before {
  content: '';
  top: 18px;
  left: 0;
  width: 60px;
  position: absolute;
  border-top: 1px solid #ddd;
}
.wrap-history ul > li:nth-child(even)::before {
  /* right: 0; */
  /* left: auto; */
}
.wrap-history ul > li .date {
  position: relative;
  margin: 9px 0 9px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.03em;
  min-width: 110px;
}
.wrap-history ul > li .date::before,
.wrap-history ul > li .date::after {
  content: '';
  position: absolute;
}
.wrap-history ul > li .date::before {
  top: 2px;
  left: -85px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #002b6d;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.22);
}
.wrap-history ul > li:nth-child(even) .date::before {
  /* right: -69px; */
  /* left: auto; */
}
.wrap-history ul > li .detail p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
  font-size: 24px;
  padding-top: 7px;
}
.wrap-history ul > li .detail p:first-child{padding-top: 0}
.wrap-history ul > li .detail p+p {
  margin-top: 5px;
}

/* 호강의 경쟁력 (페이지) */
.box-advantage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
.box-advantage > .item {
  padding: 0 0 0 30px;
  border-left: 2px dotted #e6eaf1;
  position: relative;
}
.box-advantage > .item::before {
    content: '';
    display: block;
    width: 3px;
    height: 28px;
    background: #718cc7;
    position: absolute;
    left: -2px;
}
.box-advantage .no {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  color: var(--page-point-color);
  line-height: 1em;
}
.box-advantage .icon {
  width: 100px;
  height: 100px;
  color: #001d56;
  background: #e7f0ff;
  border-radius: 50px;
  margin: 0 0 50px;
}
.box-advantage .icon > * {
  padding-top: 18px;
  padding-left: 25px;
  font-size: 80px;
  font-weight: 300;
}
.box-advantage .detail .tit {
  font-weight: 600;
}
[lang="en"] .box-advantage .detail .tit,
[lang="ru"] .box-advantage .detail .tit {
  font-weight: 700;
  display: block;
  height: 50px;
  line-height: 1.3;
  font-size: 19px;
}
.box-advantage .detail .des{text-indent: 1em;display: block;}
.box-advantage .detail p {
  margin: 0;
  font-size: 18px;
}

/* 찾아오는 길 (페이지) */
.box-contact {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 40px; */
}
.box-contact > .map {
  flex-basis: 75%;
}
.box-contact > .map iframe {
  /* height: 100%; */
}
.box-contact > .info {
  flex-basis: 25%;
  width: 40%;
  margin: 0 0 90px;
}
.box-contact > .info .name {
  margin: 0 0 100px;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  border-top: 3px solid #333;
}
.box-contact ul > li+li {
  margin-top: 60px;
}
.box-contact ul > li .tit {
  position: relative;
  margin: 0 0 12px;
  padding-left: 5px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0;
}
.box-contact ul > li .tit::before {
  content: '';
  top: 1px;
  left: 0;
  width: 4px;
  height: 4px;
  position: absolute;
  background: var(--page-secondary-color);
  border-radius: 30px;
}
.box-contact ul > li span {
  display: block;
}
.box-contact ul > li span+span {
  margin-top: 1px;
}
.box-contact ul > li.contact span {
  font-size: 17px;
}
.box-contact ul > li.contact i {
  width: 60px;
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}

/* 제품소개 (페이지) */
.box-prod > .item {
  /* display: grid; */
  /* grid-template-columns: 200px auto; */
  /* gap: 60px; */
}
.box-prod > .item+.item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 3px dotted #eee;
}
.box-prod .tit {
  position: relative;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  gap: 15px;
  line-height: 1;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.box-prod .tit img{margin: 0;height: 37px;}
#products .box-prod .tit img{margin: 0;height: 60px;}
.box-prod .tit::before {
  content: '';
  top: -2px;
  left: 0;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #999;
  display: none;
}
.box-prod .detail {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 100px;
}
.box-prod .detail .image{
    width: 290px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.box-prod .detail .image img{
    margin: 0;
    /* border: 1px solid #ddd; */
}
.box-prod .detail .text{
    flex: 1;
}
.box-prod .detail p {
  font-size: 20px;
  line-height: 1.6;
  text-indent: 1em;
}
.box-prod .detail p:last-child {
  margin-bottom: 0;
}
.box-prod p+ul {padding-top: 10px;}
.box-prod ul > li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-size: 20px;
  line-height: 1.6;
  text-indent: 1em;
}
.box-prod ul > li+li {
  margin-top: 20px;
}
.box-prod ul > li .tit-sub {
  top: 5px;
  position: relative;
  min-width: 120px;
  display: inline-block;
  font-size: 27px;
  font-weight: 500;
  line-height: 1em;
  border-radius: 50px;
  padding-top: 10px;
  color: #d40025;
}
.box-prod[lang="en"] ul > li .tit-sub,
.box-prod[lang="ru"] ul > li .tit-sub{min-width: 200px;}
.box-prod ul > li .tit-sub:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #eb4865;
    margin-bottom: 10px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search_wrap {
  margin-top: 80px;
  margin-bottom: 0;
}
.board_wrapper .table.table_default {
  border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
  border-color: #e6e6e6;
  font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: 400;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    font-size: 15px;
    color: #777;
}
.table.table_default tr td.subject {
  position: relative;
  padding: 20px 15px;
  line-height: 1em;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 17px;
}
.table.table_default tbody .subject .badge {
  top: 17px;
  position: absolute;
  padding: 5px 6px 2px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: #606060;
  border: none;
  border-radius: 1px;
  font-size: 13px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 65px;
}

.board_data_view {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}
.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 11px 0 11px;
}

/* 카테고리 */
.category_wrap {
    margin-bottom: 60px;
}
.category_wrap ul {
    width: 100%;
    display: flex;
    text-align: center;
    border-bottom: 2px solid #eee;
    gap: 30px;
}
.category_wrap ul li a {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0;
    border: 0;
}
.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: var(--page-point-color);
}
.category_wrap ul li:not(.on) a:hover,
.category_wrap ul li:not(.on) a:focus {
    color: #222;
}
.category_wrap ul li.on a:before, .category_wrap ul li.on a:hover:before, .category_wrap ul li.on a:focus:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
    position: absolute;
    bottom: -2px;
}
/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

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

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

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 220px;
  font-weight: 600;
  color: #333;
  background: #f6f6f6;
  font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}
.form-control {
  letter-spacing: -0.03em;
  font-size: 15px;
}

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

/* 로그인 */
.login_wrapper, #find_idpw {
    background: #f5f5f5;
}
.member_wrapper {
    padding: 180px 0 120px;
}
.login_wrapper .member_wrapper,
#find_idpw .member_wrapper {
    max-width: 600px;
    margin: 120px auto;
    padding: 45px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.10);
}
.login_wrapper .member_wrapper h1,
#find_idpw .member_wrapper h1 {
    padding-bottom: 0;
    border-bottom: none;
}

/* 교정견적신청 (주문폼) */
#quote_form .board_wrapper .table.board_write_table tbody tr:not(#item_captcha) td .form-control {
  width: 100%;
}
/*************** 서브 끝 *****************/
/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 30px;
}
#quickLink .container{padding: 0;}
.wrap-link > .link{box-shadow: none !important;}

#site footer .footer-info .info {
  margin-left: 0px;
  margin-top: 20px;
}
.subPage > .pageTop {
  height: 260px;
}
.subPage > .pageTop h1, .subPage > .pageTop h2 {
  margin: 0;
  font-size: 30px;
}
.subPage .link ul > li > a {
  font-size: 14px;
  padding: 10px 0;
}
.subPage .link ul > li.active > a {
  font-size: 14px;
}
.title-lv-1 {
  margin: 0 0 60px;
  font-size: 26px;
}
.wrap-greet {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrap-greet .image{width: 100%}
.wrap-greet .text{width: 100%;padding: 0 15px;}

.wrap-greet .text h3 {
  margin: 0 0 27px;
  font-size: 23px;
}
.wrap-greet .text p {
  margin: 15px 0 0;
  font-size: 16px;
  color: #333;
}
.wrap-about-us .text .tit {
  font-size: 20px;
}
.wrap-about-us .text p.lg {
  font-size: 17px;
}
.wrap-history {
  position: relative;
  display: flex;
  gap: 10%;
  flex-direction: column;
}
.history-img {
  width: 100%;
  margin-bottom: 30px;
}
.wrap-history ul > li {
  padding: 0 0 0 80px;
  display: flex;
  gap: 0px;
  flex-direction: column;
}

.wrap-history ul > li .detail p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
  font-size: 17px;
}
.box-advantage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.box-advantage .detail p {
  margin: 0;
  font-size: 14px;
}
.box-prod .detail {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.box-prod ul > li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 1em;
  flex-direction: column;
}
.box-contact > .info {
  flex-basis: 25%;
  width: 100%;
  margin: 0 0 40px;
}
.box-contact > .info .name {
  margin: 0 0 20px;
}
.box-contact ul > li+li {
  margin-top: 20px;
}
.box-contact ul > li.contact span {
  font-size: 15px;
}
    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px}
    .table.table_default tbody .subject span > .badge + a{padding-left:54px}
    .board_data_view .header_wrap{padding:0}
    .board_data_view .header_wrap .title{padding:25px 5px 23px;font-size:20px}
    .board_data_view .header_wrap .info{padding:8px 0}
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_data_view .contents_wrap{padding:40px 15px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput input {width:100%;}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}
    #find_idpw .member_wrapper,
    .login_wrapper .member_wrapper{margin:15px auto;padding:30px 20px}
    #find_idpw .member_wrapper h1,
    .login_wrapper .member_wrapper h1{margin:10px 0 15px;font-size:32px}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .box-lang {
        top: 38px;
        right: 30px;
    }
    .navbar .container{width:100%;padding:0 15px}
    .container>.navbar-header{width:100%;padding:20px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;height:auto;display:inline-block;margin:0 auto !important;padding:0 !important}
    .navbar-inverse .navbar-right{float:none !important;width:100%;display:inline-flex;margin-right:0}
    .navbar-inverse .navbar-nav>li{flex:1 1 auto;margin-bottom:-7px}
    .navbar-inverse .navbar-nav>li>a{padding:25px 15px;text-align:center}
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

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

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */

}
/************ 모바일 최적화 끝 ************/