@charset "UTF-8";
#sub_visual {
  background: url("/img/sub_visual.jpg") no-repeat center/cover;
  width: 100%;
  height: 320px;
}
#sub_visual .inner {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_visual .inner .title {
  text-align: center;
}
#sub_visual .inner .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
  position: relative;
  color: #fff;
  padding: 0 0 20px 0;
}
#sub_visual .inner .title h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sub_visual02 {
  background: url("/img/sub_visual02.jpg") no-repeat center/cover;
  width: 100%;
  height: 320px;
}
#sub_visual02 .inner {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_visual02 .inner .title {
  text-align: center;
}
#sub_visual02 .inner .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
  position: relative;
  color: #fff;
  padding: 0 0 20px 0;
}
#sub_visual02 .inner .title h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#product_list {
  padding: 100px 0 30px;
}
#product_list .inner {
  width: 80%;
  margin: 0 auto;
}
#product_list .inner .title {
  text-align: center;
}
#product_list .inner .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
  margin: 0 0 70px 0;
  position: relative;
}
#product_list .inner .title h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #1F1673;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#product_list .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  transform: none;
}
#product_list .tab-buttons li {
  text-align: center;
}
#product_list .tab-buttons li .tab-button {
  cursor: pointer;
}
#product_list .tab-content {
  display: none;
}
#product_list .tab-content.active-tab {
  display: block;
}
#product_list .tab-content .sub_menu {
  margin: 50px 0 0;
}
#product_list .tab-content .sub_menu ul {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}
#product_list .tab-content .sub_menu ul li {
  margin: 0 15px 0 0;
}
#product_list .tab-content .sub_menu ul li:last-child {
  margin: 0;
}
#product_list .tab-content .sub_menu ul li a {
  color: rgba(0, 0, 0, 0.4);
}
#product_list .tab-content .thum {
  display: flex;
  flex-wrap: wrap;
}
#product_list .tab-content .thum li {
  padding: 27px;
  background: #F5F5F5;
  width: 23.5%;
  margin: 0 2% 70px 0;
}
#product_list .tab-content .thum li:nth-of-type(4n) {
  margin: 0 0 70px 0;
}
#product_list .tab-content .thum li .txt {
  text-align: center;
  margin: 20px 0 0;
}
#product_list .tab-content .thum li .txt strong {
  color: #1F1673;
  border: 2px solid #1F1673;
  border-radius: 20px;
  padding: 3px;
  display: block;
  font-weight: 600;
  margin: 0 20%;
  font-size: 1.125rem;
}
#product_list .tab-content .thum li .txt span {
  font-size: 0.9375em;
  color: #8B8A8A;
  margin: 12px 0 7px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#product_list .tab-content .thum li .txt h3 {
  font-size: 1.25rem;
  margin: 0 0 10px 0;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#product_list .tab-content .thum li .txt p.total {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#product_list .tab-content .thum li .txt .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product_list .tab-content .thum li .txt .more a {
  font-size: 0.9375em;
  color: #8B8A8A;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
}
#product_list .tab-content .thum li .txt .more a:first-child {
  margin: 0 10px 0 0;
}
#product_list .snbSwiper {
  padding: 0 3px;
  box-sizing: border-box;
}
#product_list .snbSwiper .swiper-slide {
  flex: 1 1 9%;
  position: relative;
}
#product_list .snbSwiper .swiper-slide:last-child:after {
  display: none;
}
#product_list .snbSwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #707070;
  transform: translateY(-50%);
}
#product_list .snbSwiper .swiper-slide.active {
  background: #1F1673;
}
#product_list .snbSwiper .swiper-slide.active .text {
  color: #fff;
}
#product_list .snbSwiper .swiper-slide.on .text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#product_list .snbSwiper .swiper-slide a {
  display: block;
  text-align: center;
}
#product_list .snbSwiper .swiper-slide .text {
  margin: 7px 30px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.125rem;
}

#organization_area {
  margin: 100px 0;
}
#organization_area .inner {
  width: 80%;
  margin: 0 auto;
}
#organization_area .title {
  width: 85%;
  margin: 0 auto;
}
#organization_area .title .box {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
#organization_area .title .box:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0px;
  left: 0;
}
#organization_area .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
}
#organization_area .title span {
  font-size: 1.875rem;
  margin: 6px 0 0 20px;
}
#organization_area .title p {
  font-size: 1.125rem;
  color: #8B8A8A;
  margin: 10px 0 0;
}
#organization_area figure {
  margin: 50px 0;
}
#organization_area figure img.pc_show {
  display: block;
}
#organization_area figure img.m_show {
  display: none;
}

#about_area {
  padding: 100px 0 150px;
  position: relative;
}
#about_area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background: url("/img/about_bg.jpg") no-repeat center/cover;
}
#about_area .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#about_area .title {
  width: 80%;
  margin: 0 auto;
}
#about_area .title .box {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
#about_area .title .box:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0px;
  left: 0;
}
#about_area .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
}
#about_area .title span {
  font-size: 1.875rem;
  margin: 6px 0 0 20px;
}
#about_area .title p {
  font-size: 1.125rem;
  color: #8B8A8A;
  margin: 10px 0 0;
}
#about_area .txt {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border: 1px solid #ddd;
  padding: 7% 10%;
  background: #fff;
  box-shadow: 2px -3px 7px #ddd;
}
#about_area .txt p {
  font-size: 1.375rem;
  margin: 0 0 30px 0;
  font-weight: 600;
}
#about_area .txt .last_box {
  display: flex;
  align-items: center;
  justify-content: end;
}
#about_area .txt .last_box span {
  font-size: 1.3125rem;
  margin: 0 5% 0 0;
  font-weight: 600;
}

#partners_area {
  padding: 100px 0;
  position: relative;
}
#partners_area .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#partners_area .inner .deps02 {
  margin: 100px 0 0;
}
#partners_area .title .box {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
#partners_area .title .box:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0px;
  left: 0;
}
#partners_area .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
}
#partners_area .title span {
  font-size: 1.875rem;
  margin: 6px 0 0 20px;
}
#partners_area .title p {
  font-size: 1.125rem;
  color: #8B8A8A;
  margin: 10px 0 0;
}
#partners_area .img_box {
  padding: 3% 3% 2%;
  margin: 70px 0 0;
  border: 7px solid #ECECEC;
}
#partners_area .img_box ul {
  display: flex;
  flex-wrap: wrap;
}
#partners_area .img_box ul li {
  width: 19.1%;
  margin: 0 1% 10px 0;
}
#partners_area .img_box ul li:nth-of-type(5n) {
  margin: 0 0 10px 0;
}
#partners_area .img_box ul li img {
  margin: auto;
}

#directions_area {
  padding: 100px 0;
  position: relative;
}
#directions_area .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#directions_area .title .box {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
#directions_area .title .box:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0px;
  left: 0;
}
#directions_area .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
}
#directions_area .title span {
  font-size: 1.875rem;
  margin: 6px 0 0 20px;
}
#directions_area .title p {
  font-size: 1.125rem;
  color: #8B8A8A;
  margin: 10px 0 0;
}
#directions_area .address_box {
  margin: 70px 0 0;
}
#directions_area .address_box .box {
  display: flex;
  align-items: center;
}
#directions_area .address_box .box i {
  display: flex;
  align-items: center;
}
#directions_area .address_box .box i img {
  margin: 0 25px 0 0;
  width: 36px;
}
#directions_area .address_box .box i img[alt=전화번호] {
  width: 30px;
  margin: 0 30px 0 0;
}
#directions_area .address_box .box.box02 {
  margin: 40px 0 30px;
  width: 80%;
  justify-content: space-between;
}
#directions_area .address_box .box.box02 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33%;
}
#directions_area .address_box .box.box02 p:first-child {
  margin: 0 45px 0 0;
}
#directions_area .address_box .box.box02 p:nth-child(2) {
  margin: 0 45px 0 0;
}
#directions_area .address_box b {
  font-size: 1.5625rem;
  margin: 0 25px 0 0;
  font-weight: 600;
}
#directions_area .address_box b.block {
  display: block;
}
#directions_area .address_box b.none {
  display: none;
}
#directions_area .address_box span {
  font-size: 1.25rem;
  color: #707070;
}
#directions_area .map_area .root_daum_roughmap_landing {
  width: 100% !important;
}
#directions_area .traffic_box b {
  font-weight: 600;
  font-size: 1.5625rem;
}
#directions_area .traffic_box span {
  font-size: 1.25rem;
}
#directions_area .traffic_box strong {
  font-weight: 600;
  margin: 0 10px 0 0;
}
#directions_area .traffic_box .d01 {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#directions_area .traffic_box .d01 b {
  margin: 0 5.5% 0 0;
  padding: 0 0 0 55px;
  background: url("/img/directions_con01.png") no-repeat left center/36px auto;
  display: inline-block;
}
#directions_area .traffic_box .d02 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
#directions_area .traffic_box .d02 b {
  margin: 0 4% 0 0;
  display: inline-block;
  padding: 0 0 0 55px;
  background: url("/img/directions_con02.png") no-repeat left center/36px auto;
}
#directions_area .traffic_box .d02 span:first-child {
  margin: 0 20px 0 0;
}

.custom_section {
  margin: 100px 0;
}
.custom_section .inner {
  width: 80%;
  margin: 0 auto;
}

#board_area {
  margin: 100px 0;
}
#board_area .inner {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  #directions_area .address_box .box.box02 {
    width: 72%;
  }
}
@media (max-width: 1440px) {
  #product_list .tab-content .thum li {
    width: 32%;
    margin: 0 2% 50px 0;
  }
  #product_list .tab-content .thum li:nth-of-type(2n) {
    margin: 0 2% 50px 0;
  }
  #product_list .tab-content .thum li:nth-of-type(3n) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1360px) {
  #directions_area .address_box .box.box02 {
    width: 85%;
  }
}
@media (max-width: 1280px) {
  #sub_visual, #sub_visual02 {
    height: 200px;
  }
  #sub_visual .inner .title h3, #sub_visual02 .inner .title h3 {
    padding: 0 0 10px 0;
    font-size: 2.125rem;
  }
  #product_list .inner .title h3 {
    font-size: 2.2rem;
    margin: 0 0 50px 0;
  }
  #product_list .inner .title h3:after {
    height: 30px;
    bottom: -30px;
  }
  #product_list .snbSwiper .swiper-slide .text {
    font-size: 1rem;
    padding: 5px 0;
  }
  #product_list .tab-content .thum li .txt strong {
    font-size: 1rem;
  }
  #product_list .tab-content .thum li .txt h3 {
    font-size: 1.1rem;
    margin: 0 0 5px 0;
  }
  #product_list .tab-content .thum li .txt p.total {
    font-size: 1.3rem;
  }
  #organization_area .title h3 {
    padding: 0 0 10px 0;
    font-size: 2.125rem;
  }
  #organization_area .title span {
    font-size: 1.375rem;
    margin: 0px 0 0 15px;
  }
  #organization_area .title .box {
    padding: 10px 0 0;
  }
  #organization_area .title p {
    font-size: 1rem;
    margin: 0;
  }
  #about_area .title {
    width: 90%;
  }
  #about_area .title h3 {
    padding: 0 0 10px 0;
    font-size: 2.125rem;
  }
  #about_area .title span {
    font-size: 1.375rem;
    margin: 0px 0 0 15px;
  }
  #about_area .title .box {
    padding: 10px 0 0;
  }
  #about_area .title p {
    font-size: 1rem;
    margin: 0;
  }
  #about_area .txt {
    padding: 7% 5%;
  }
  #about_area .txt p {
    font-size: 1rem;
  }
  #about_area .txt .last_box figure {
    width: 70px;
  }
  #about_area .txt .last_box span {
    font-size: 1.1rem;
  }
  #partners_area .title .box h3 {
    font-size: 2.125rem;
  }
  #partners_area .title .box span {
    font-size: 1.375rem;
    margin: 0px 0 0 15px;
  }
  #partners_area .title p {
    font-size: 1rem;
  }
  #partners_area .img_box {
    padding: 4% 4% 3%;
  }
  #partners_area .img_box ul li {
    width: 24.2%;
  }
  #partners_area .img_box ul li:nth-of-type(3n) {
    margin: 0 1% 10px 0;
  }
  #partners_area .img_box ul li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
  #directions_area .title .box h3 {
    font-size: 2.125rem;
  }
  #directions_area .title .box span {
    font-size: 1.375rem;
    margin: 0px 0 0 15px;
  }
  #directions_area .title p {
    font-size: 1rem;
  }
  #directions_area .address_box b {
    margin: 0 15px 0 0;
    font-size: 1.2rem;
  }
  #directions_area .address_box span {
    font-size: 1rem;
  }
  #directions_area .address_box .box i img {
    margin: 0px 20px 0 0;
    width: 23px;
  }
  #directions_area .address_box .box i img[alt=전화번호] {
    width: 20px;
    margin: 0 20px 0 0;
  }
  #directions_area .address_box .box.box02 {
    margin: 20px 0 30px;
    width: 68%;
  }
  #directions_area .map_area .root_daum_roughmap .wrap_map {
    height: 350px !important;
  }
  #directions_area .traffic_box span {
    font-size: 1rem;
  }
  #directions_area .traffic_box b {
    font-size: 1.2rem;
  }
  #directions_area .traffic_box .d01 b {
    padding: 0 0 0 35px;
    background: url("/img/directions_con01.png") no-repeat left center/23px auto;
  }
  #directions_area .traffic_box .d02 b {
    padding: 0 0 0 35px;
    background: url("/img/directions_con02.png") no-repeat left center/23px auto;
  }
}
@media (max-width: 1114px) {
  #directions_area .address_box .box.box02 {
    width: 78%;
  }
}
@media (max-width: 1024px) {
  .custom_section {
    margin: 50px 0;
  }
  .custom_section .inner {
    width: 90%;
  }
  #board_area .inner {
    width: 90%;
  }
  #product_list .inner {
    overflow: hidden;
    width: 90%;
  }
  #product_list .tab-content .thum li {
    padding: 18px;
  }
  #product_list .tab-content .thum li .txt .more a {
    padding: 5px 20px;
  }
  #product_list .tab-buttons {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
  }
  #product_list .snbSwiper .swiper-slide {
    width: auto !important;
    flex: auto;
  }
  #organization_area .inner {
    width: 90%;
  }
  #about_area .inner {
    width: 90%;
  }
  #partners_area .inner {
    width: 90%;
  }
  #directions_area .inner {
    width: 90%;
  }
  #directions_area .address_box .box.box02 {
    flex-direction: column;
    align-items: start;
  }
  #directions_area .address_box .box.box02 p {
    width: auto;
  }
  #directions_area .address_box .box.box02 p:first-child {
    margin: 0 0 20px 0;
  }
  #directions_area .traffic_box span {
    display: block;
  }
}
@media (max-width: 768px) {
  #board_area {
    margin: 70px 0;
  }
  #product_list {
    padding: 70px 0 20px;
  }
  #product_list .tab-content .thum {
    margin: 30px 0 0;
  }
  #product_list .tab-content .thum li {
    width: 49%;
  }
  #product_list .tab-content .thum li:nth-of-type(3n) {
    margin: 0 2% 50px 0;
  }
  #product_list .tab-content .thum li:nth-of-type(2n) {
    margin: 0 0 50px 0;
  }
  #organization_area {
    margin: 70px 0;
  }
  #organization_area figure img.pc_show {
    display: none;
  }
  #organization_area figure img.m_show {
    display: block;
  }
  #about_area {
    padding: 70px 0 100px;
  }
  #about_area:after {
    height: 72%;
  }
  #about_area .title {
    width: 100%;
  }
  #about_area .txt {
    margin: 30px 0 0;
  }
  #partners_area {
    padding: 70px 0;
  }
  #partners_area .inner .deps02 {
    margin: 70px 0 0;
  }
  #partners_area .img_box {
    padding: 5% 5% 3%;
  }
  #partners_area .img_box ul li {
    width: 32.6%;
    margin: 0 1% 15px 0;
  }
  #partners_area .img_box ul li:nth-of-type(4n) {
    margin: 0 1% 15px 0;
  }
  #partners_area .img_box ul li:nth-of-type(3n) {
    margin: 0 0 15px 0;
  }
  #partners_area .img_box ul li:nth-of-type(5n) {
    margin: 0 1% 15px 0;
  }
  #directions_area {
    padding: 70px 0;
  }
  #directions_area .address_box {
    margin: 30px 0 0;
  }
  #directions_area .address_box .box {
    align-items: start;
  }
  #directions_area .address_box b.none {
    display: block;
    color: #000;
  }
  #directions_area .address_box b.block {
    display: none;
  }
  #directions_area .traffic_box .d01 {
    flex-direction: column;
    align-items: start;
  }
  #directions_area .traffic_box .d02 {
    flex-direction: column;
    align-items: start;
  }
  #directions_area .traffic_box span {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 480px) {
  #sub_visual, #sub_visual02 {
    height: 155px;
  }
  #sub_visual .inner .title h3, #sub_visual02 .inner .title h3 {
    font-size: 1.7rem;
  }
  #sub_visual .inner .title h3:after, #sub_visual02 .inner .title h3:after {
    width: 35px;
  }
  #product_list {
    padding: 50px 0;
  }
  #product_list .inner .title h3 {
    font-size: 1.8rem;
  }
  #product_list .inner .title h3:after {
    height: 25px;
  }
  #product_list .snbSwiper .swiper-slide .text {
    padding: 0;
    margin: 7px 15px;
  }
  #product_list .tab-content .thum li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #product_list .tab-content .thum li:nth-of-type(2n), #product_list .tab-content .thum li:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  #product_list .tab-content .thum li:last-child {
    margin: 0;
  }
  #organization_area .title .box:after {
    width: 70px;
  }
  #organization_area .title h3 {
    padding: 0;
    font-size: 1.5rem;
  }
  #organization_area .title span {
    font-size: 1rem;
    margin: 2px 0 0 10px;
  }
  #organization_area figure {
    margin: 30px 0 0;
  }
  #about_area:after {
    height: 72%;
  }
  #about_area .title .box:after {
    width: 70px;
  }
  #about_area .title h3 {
    padding: 0;
    font-size: 1.5rem;
  }
  #about_area .title span {
    font-size: 1rem;
    margin: 2px 0 0 10px;
  }
  #about_area .txt .last_box figure {
    width: 40px;
  }
  #about_area .txt .last_box span {
    font-size: 1rem;
  }
  #partners_area .inner .deps02 .box {
    flex-direction: column;
    align-items: start;
  }
  #partners_area .inner .deps02 .box span {
    margin: 2px 0 0 0px;
  }
  #partners_area .title .box:after {
    width: 70px;
  }
  #partners_area .title .box h3 {
    font-size: 2.125rem;
  }
  #partners_area .title .box span {
    font-size: 1rem;
    margin: 2px 0 0 10px;
  }
  #partners_area .img_box {
    margin: 30px 0 0;
  }
  #directions_area .title .box:after {
    width: 70px;
  }
  #directions_area .title .box h3 {
    font-size: 2.125rem;
  }
  #directions_area .title .box span {
    font-size: 1rem;
    margin: 2px 0 0 10px;
  }
  #directions_area .map_area .root_daum_roughmap .wrap_map {
    height: 250px !important;
  }
  #directions_area .address_box b {
    font-size: 1rem;
  }
  #directions_area .address_box .box.box01 span {
    width: 100%;
  }
  #directions_area .address_box .box.box02 {
    width: 100%;
  }
  #directions_area .traffic_box b {
    font-size: 1rem;
  }
  #directions_area .traffic_box .d01 {
    padding: 30px 0 20px;
  }
  #directions_area .traffic_box .d02 {
    padding: 20px 0;
  }
}
@media (max-width: 414px) {
  #about_area .title .box {
    flex-direction: column;
    align-items: start;
  }
  #about_area .title span {
    margin: 2px 0 0 0px;
  }
}/*# sourceMappingURL=sub.css.map */