@charset "utf-8";

/* ===============
	CONTACT 영역
=============== */
/* CONTACT : 01메인비주얼 */
section.contact01 {
  background: #293035 url("../img/bg-contact-banner.png") no-repeat;
  background-size: cover;
  background-position: 50%;
}
section.contact01 .row {
  margin: 0;
}
section.contact01 .col-xl-12 {
  padding: 0;
}
section.contact01 h4 {
  padding-top: 75px;
  margin-bottom: 85px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  line-height: 58px;
  text-align: center;
}
/* 캐러젤(반응형타입) */
#carouselTy1 {
  margin-bottom: 85px;
}
#carouselTy1 .carousel-item {
  margin: 0;
  text-align: center;
}
#carouselTy1 .carousel-item p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#carouselTy1 .carousel-item p + span {
  display: block;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  word-break: keep-all;
}
#carouselTy1 .carousel-item .btn-basic {
  display: block;
  width: 260px;
  padding: 14px 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
#carouselTy1 .carousel-item .btn-basic span {
  display: inline;
  padding-right: 15px;
  background: url("../img/icon/icon-contact-arr.png") no-repeat top 11px right;
  font-size: 20px;
  font-weight: 400;
  color: #0d3f98;
  line-height: 22px;
}
.item-support img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
.item-shopping img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
.item-as img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
#carouselTy1 .carousel-control-prev,
#carouselTy1 .carousel-control-next {
  display: none;
}

/* CONTACT : 02주소영역 */
section.contact02 {
  background: #0d3f98;
}
section.contact02 .container {
  padding: 0;
}
section.contact02 .row {
  margin: 0;
}
section.contact01 .col-xl-12 {
  padding: 0;
}
section.contact02 ul {
  display: table;
  width: 100%;
  height: 250px;
  table-layout: fixed;
}
section.contact02 ul li {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: url("../img/bar-contact.png") no-repeat center left;
}
section.contact02 ul li:first-child {
  background: none;
}
section.contact02 ul li p {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
section.contact02 ul li:first-child p {
  padding-bottom: 10px;
}
section.contact02 ul li span {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
  word-break: keep-all;
}
section.contact02 ul li:first-child span {
  padding-bottom: 0px;
}
section.contact02 ul li a {
  color: #fff;
}

/* CONTACT : 03지도영역 */
section.contact03 .row {
  margin: 0;
}
section.contact03 .col-xl-12 {
  padding: 0;
}
section.contact03 img {
  width: 100%;
}
section.contact03 img.web-map {
  display: block;
}
section.contact03 img.mobile-map {
  display: none;
}

/*--- CommunityList ---*/
/* Commu-list - 배너 */
.sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
  background: url(../img/bg-commu-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 63px;
}
.sec1.Commu-list .banner .img1 .carousel-caption .title1 {
  color: #0d3f98;
}
.sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2.12rem;
  line-height: 36px;
}
.sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.87rem;
  font-size: 3.5rem;
  line-height: 3.62rem;
}

/*COMMUNITY - N0300.html*/
.commu-con1 .carousel-caption {
  margin-top: 150px;
}

.commu-con2 {
  content: "";
  width: 100%;
}
.commu-con2 .commu-con2-tit {
  margin-top: 90px;
  display: block;
  border-bottom: 2px solid #222;
  box-sizing: border-box;
  overflow: hidden;
}
.commu-con2 .commu-con2-tit h1 {
  font-size: 20px;
  display: inline-block;
  float: left;
  margin: 21px 0;
}
.commu-con2 .commu-con2-tit h1 span {
  font-weight: bold;
  color: #0d3f98;
  font-size: 18px;
}
.commu-con2 .commu-con2-tit select {
  float: right;
  margin: 10px 0;
  width: 200px;
  height: 46px;
  /*text-indent:20px;*/
  font-size: 18px;
  line-height: 20px;
  color: #222;
  border-color: #ccc;
  background: url("../img/commu-list-select-arr.png") no-repeat right 20px
    center; /* 네이티브 화살표 대체 */
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;

  padding: 10px 20px;
}
.commu-con2 .commu-con2-tit select::-ms-expand {
  display: none; /* 네이티브 화살표 감추기 */
}
.commu-con2 .commu-con2-inner {
  margin-top: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.commu-con2 .commu-con2-inner .item {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: table;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  border: 1px solid #d5dce3;
}
.commu-con2 .commu-con2-inner .item:last-child {
  margin-bottom: 0px;
}
.commu-con2 .commu-con2-inner .item .commu-con2-img {
  display: table-cell;
  vertical-align: middle;
}
.commu-con2 .commu-con2-inner .item .commu-con2-txt {
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
}
.commu-con2 .commu-con2-inner .item .commu-con2-txt h3.con2-tit {
  font-size: 20px;
  line-height: 22px;
  color: #222;
  font-weight: bold;
  word-wrap: break-word;
  word-break: keep-all;
}
.commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-txt {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  color: #777;
}
.commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-subTxt {
  font-size: 14px;
  line-height: 17px;
  margin-top: 24px;
  color: #222;
  background: url("../img/commu-list-icon.png") no-repeat left center;
  padding-left: 20px;
}
.commu-con2 .page {
  text-align: center;
  margin: 50px 0 100px;
  padding: 0 1px;
}
.commu-con2 .page nav {
  display: inline-block;
}
.commu-con2 .page nav .pagination .page-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  margin-left: -1px;
  line-height: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 0;
}
.commu-con2 .page nav .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0d3f98;
  border-color: #0d3f98;
}
.commu-con2 .page nav .pagination > li > a {
  margin: 0 5px;
}
.commu-con2 .page nav .pagination .page-link > span > img {
  vertical-align: top;
}

/*COMMUNITY-view*/
.commu-view-con2 {
  text-align: center;
  margin-top: 100px;
}
.commu-view-con2 .commu-view-con2-tit {
  border-bottom: 2px solid #222;
  box-sizing: border-box;
  overflow: hidden;
}
.commu-view-con2 .commu-view-con2-tit h1 {
  float: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 23px;
  display: inline-block;
  word-wrap: break-word;
  word-break: keep-all;
}
.commu-view-con2 .commu-view-con2-tit-ul {
  float: right;
  display: inline-block;
}
.commu-view-con2 .commu-view-con2-tit-ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d3d3d3;
  font-size: 14px;
  line-height: 16px;
}
.commu-view-con2 .commu-view-con2-tit-ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.commu-view-con2 .commu-view-con2-tit-ul li b {
  margin-right: 12px;
}
.commu-view-con2 .commu-view-con2-inner {
  max-width: 700px;
  margin: 50px auto 0;
}
.commu-view-con2 .commu-view-con2-inner img {
  width: 100%;
}
.commu-view-con2 .commu-view-con2-inner p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  word-break: keep-all;
  margin: 0 auto;
  color: #222;
}
.commu-view-con2 .commu-view-con2-inner h2 {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 40px;
}
.btnArea {
  text-align: right;
  padding: 50px 0;
  border-top: 1px solid #d3d3d3;
}
.btnArea .bButton {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 48px;
  border-radius: 3px;
  background: #0d3f98;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
.btnArea .bButton::before {
  content: none;
}
.commu-view-con3 {
  margin-bottom: 100px;
}
.commu-view-con3 b {
  margin-right: 20px;
}
.commu-view-con3 i {
  font-style: normal;
}
.commu-view-con3 .view-con3-prev {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #d3d3d3;
}
.commu-view-con3 .view-con3-after {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #222;
}

/*Support*/
/*support banner*/
.sec1.support .banner .carousel .carousel-inner {
  overflow: inherit;
}
.sec1.support .banner .carousel .carousel-inner .carousel-item .img1 {
  background: url(../img/bg-support-banner.png) no-repeat 70% 50%;
  background-size: cover;
}
.sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption {
  padding-top: 75px;
}
.sec1.support .banner_caption1 {
  padding-top: 0;
  text-align: left;
}
.sec1.support .banner .img1 .carousel-caption .title1 {
  color: #0d3f98;
}
.sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2.12rem;
  line-height: 36px;
}
.sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.87rem;
  font-size: 3.5rem;
  line-height: 3.62rem;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.sec1.support .banner_caption1 p {
  margin-bottom: 33px;
  width: 100%;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 26px;
  line-height: 40px;
}
/*support banner - search*/
.sec1.support .banner_caption1 .search-wrap {
  width: 590px;
  height: 58px;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../img/support-search-bg.png") no-repeat;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.sec1.support .banner_caption1 .sup-con1-search {
  border: none;
  width: calc(100% - 94px);
  height: 50px;
  margin-left: 21px;
  outline: none;
  font-size: 26px;
  color: #777;
  opacity: 0.5;
  font-weight: 500;
}
.sec1.support .banner_caption1 .search-wrap .search {
  text-align: right;
  float: right;
  outline: none;
}
.sec1.support .banner_caption1 .search-wrap .search::placeholder {
  font-size: 18px;
  color: #777;
}
.sec1.support .banner_caption1 .search-wrap .search img {
  height: 56px;
  margin: 1px 0;
}
/*support-cont*/
.showcase .support-cont {
  text-align: center;
  margin-top: 75px;
}
.showcase .sup-con .banner_caption1 {
  margin-top: 40px;
  text-align: left;
  display: none;
}
.showcase .sup-con .banner_caption1 p {
  margin-bottom: 33px;
  width: 100%;
}
/*support banner - search*/
.showcase .sup-con .banner_caption1 .search-wrap {
  width: 590px;
  height: 58px;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../img/support-search-bg.png") no-repeat;
}
.showcase .sup-con .banner_caption1 .sup-con1-search {
  border: none;
  width: calc(100% - 94px);
  height: 50px;
  margin-top: 3px;
  margin-left: 21px;
  outline: none;
}
.showcase .sup-con .banner_caption1 .search-wrap .search {
  text-align: right;
  float: right;
  outline: none;
}
.showcase .sup-con .banner_caption1 .search-wrap .search::placeholder {
  font-size: 18px;
  color: #777;
}
.showcase .sup-con .banner_caption1 .search-wrap .search img {
  height: 56px;
  margin: 1px 0;
}
.showcase .support-cont .sup-con2-tit {
  font-size: 34px;
  line-height: 36px;
  color: #0d3f98;
  font-weight: bold;
  margin-bottom: 80px;
}
/*support-top-tab*/
.showcase .support-cont .sup-top-tab {
  width: 100%;
  display: block;
  margin-bottom: 110px;
}
.showcase .support-cont .sup-top-tab .btn-group {
  padding-top: 106px;
  margin-right: 5.7%;
  width: 230px;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton {
  display: inline-block;
  width: auto;
  height: 48px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  color: #222;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 20px 0 23px;
  border: none;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton.btn-default {
  background-color: #fff;
  color: #222;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton.btn-primary {
  background: #0d3f98;
  color: #fff;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton.btn-primary .hidden-xs {
  background: url(../img/btn/btn_right_wh.png) no-repeat right center;
  background-size: 5px;
  padding-right: 12px;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton:hover {
  background: #0d3f98;
  color: #fff;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton:hover .hidden-xs {
  background: url(../img/btn/btn_right_wh.png) no-repeat right center;
  background-size: 5px;
  padding-right: 12px;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton:focus {
  background: #0d3f98;
  color: #fff;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton:focus .hidden-xs {
  background: url(../img/btn/btn_right_wh.png) no-repeat right center;
  background-size: 5px;
  padding-right: 12px;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton::before {
  content: none;
}
.showcase .support-cont .sup-top-tab .btn-group .bButton .hidden-xs {
  background: url(../img/btn/btn_right_black.png) no-repeat right center;
  background-size: 5px;
  padding-right: 12px;
  display: block;
}
.showcase .support-cont .sup-top-tab .btn-group.sup-icon1 {
  background: url(../img/icon/support-icon1.png) no-repeat bottom 70px center;
}
.showcase .support-cont .sup-top-tab .btn-group.sup-icon2 {
  background: url(../img/icon/support-icon2.png) no-repeat bottom 70px center;
}
.showcase .support-cont .sup-top-tab .btn-group.sup-icon3 {
  background: url(../img/icon/support-icon3.png) no-repeat bottom 70px center;
}
/*support-tab-in-tab*/
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab {
  width: 100%;
  display: block;
  margin-bottom: 110px;
  font-size: 0;
}
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group {
  margin-right: 4px;
}
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group:last-child {
  margin-right: 0;
}
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab {
  display: inline-block;
  width: auto;
  height: 100px;
  background: #e1e1e1;
  text-align: center;
  color: #222;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 80px;
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab.btn-default { 
  background-color: #e1e1e1;
  color: #222;
}
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab.btn-primary { 
  background: #0d3f98;
  color: #fff;
}
/*
.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab:hover{
    background: #0d3f98;
    color: #fff;
    }

.showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab:focus{
    background: #0d3f98;
    color: #fff;
}
*/

/*tab-in-content*/
.showcase .sup-con2-inner .tab-content.tab-in-content {
  text-align: left;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane {
  margin-bottom: 40px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h1 {
  font-size: 28px;
  line-height: 30px;
  color: #222;
  margin-bottom: 30px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h2 {
  font-size: 22px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 {
  border: 2px solid #ccc;
  padding: 43px 65px;
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down { 
  display: table-cell;
  vertical-align: middle;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .ver-num {
  font-size: 30px;
  line-height: 32px;
  color: #0d3f98;
  font-weight: 500;
  margin-bottom: 10px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .down-date {
  font-size: 18px;
  line-height: 20px;
  color: #777;
  margin-bottom: 19px;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .down-date span {
  color: #ff0000;
  display: inline-block;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down b {
  font-size: 24px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn { 
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn .bButton {
  width: auto;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 15px;
  font-weight: 500;
  padding: 16px 80px;
  border: none;
}
.showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn .bButton::before {
  content: none;
}
/*support 페이징*/
.showcase .sup-con2-inner .page {
  text-align: center;
  margin: 50px 0 100px;
  padding: 0 1px;
}
.showcase .sup-con2-inner .page nav {
  display: inline-block;
}
.showcase .sup-con2-inner .page nav .pagination .page-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  margin-left: -1px;
  line-height: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 0;
}
.showcase .sup-con2-inner .page nav .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0d3f98;
  border-color: #0d3f98;
}
.showcase .sup-con2-inner nav .pagination > li > a {
  margin: 0 5px;
}
.showcase .sup-con2-inner nav .pagination .page-link > span > img {
  vertical-align: top;
}

.support-cont .tab-content > .active {
  display: block;
  visibility: visible;
}
.support-cont .fade.in {
  opacity: 1;
}
/*--------coummunity_osk---------*/
.commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-txt {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  /* suport tab */
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab {
    padding: 0 23px;
  }
}
@media (max-width: 1200px) {
  /* CONTACT : 01메인비주얼 */
  /* 캐러젤(반응형타입) */
  #carouselTy1 .carousel-item p {
    font-size: 22px;
  }
  #carouselTy1 .carousel-item p + span {
    font-size: 16px;
    line-height: 26px;
  }
  #carouselTy1 .carousel-item .btn-basic {
    width: 100%;
  }

  /* CONTACT : 02주소영역 */
  section.contact02 ul li p {
    font-size: 22px;
  }
  section.contact02 ul li span {
    font-size: 18px;
  }

  /*커뮤니티*/
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -950px !important;
  }
}
/*커뮤니티 미디어 추가*/
@media (max-width: 1100px) {
  /*commu-view*/
  .commu-view-con2 .commu-view-con2-tit h1 {
    float: none;
    display: block;
    padding-bottom: 10px;
  }
  .commu-view-con2 .commu-view-con2-tit ul {
    float: none;
    display: block;
    margin-bottom: 35px;
  }
}
/*커뮤니티 미디어 추가*/
@media (max-width: 1000px) {
  /*commu-view*/
  /*.commu-con2 .commu-con2-inner .item{display: block;padding: 30px 0;}
    .commu-con2 .commu-con2-inner .item .commu-con2-img{display: block;text-align: center;}
    .commu-con2 .commu-con2-inner .item .commu-con2-txt{display: block;margin-top: 30px;}
    .commu-con2 .commu-con2-inner .item .commu-con2-txt:last-child{padding-bottom: 30px;}*/
}
/*support 추가*/
@media (max-width: 930px) {
  .sec1.support .banner .carousel .carousel-inner .carousel-item .img1 {
    height: 420px !important;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .img1 {
    background: url(../img/bg-support-mobile-banner.png) no-repeat right center;
    background-position: top !important;
    background-size: cover;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption {
    padding-top: 120px;
    padding-right: 170px;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
    font-size: 46px;
    line-height: 48px;
    font-weight: 400;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 500;
  }
  .sec1.support .banner_caption1 {
    display: none;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab {
    margin-bottom: 46px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h1 {
    font-size: 26px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h2 {
    font-size: 18px;
  }
  .showcase .support-cont {
    margin-top: 100px;
  }
  .showcase .sup-con .banner_caption1 {
    display: block;
  }
  .showcase .sup-con .banner_caption1 p {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 45px;
  }
  .showcase .sup-con .banner_caption1 .search-wrap {
    width: 620px;
    background-size: 620px 58px;
  }
  .showcase .sup-con .banner_caption1 .sup-con1-search {
    font-size: 26px;
    color: #777;
    opacity: 0.5;
    font-weight: 500;
  }
  .showcase .support-cont .sup-top-tab .btn-group {
    width: 29%;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group {
    width: 33%;
    margin-bottom:4px;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab {
    padding: 0 15px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 {
    padding: 27px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn .bButton { 
    padding: 14px 30px;
  }
}
/*커뮤니티 미디어 추가*/
@media (max-width: 900px) {
  /*commu-view*/
  .btnArea .bButton {
    width: 100%;
  }
  .showcase .support-cont .sup-top-tab .btn-group .bButton {
    font-size: 20px;
    line-height: 22px;
    padding: 0 20px 0 23px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down { 
    padding-right: 20px;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -977px !important;
  }
}
/*support*/
@media (max-width: 733px) {
  .showcase .sup-con .banner_caption1 p .dpn {
    display: none;
  }
  .showcase .sup-con2-inner .page .page-item.dpn7 {
    display: none;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab {
    font-size: 26px;
    line-height: 28px;
  }
}
/*커뮤니티 미디어 추가*/
@media (max-width: 720px) {
  /*commu*/
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -498px !important;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .img1 {
    height: 210px !important;
    background-position: right !important;
    background: url(../img/bg-support-mobile-banner.png) no-repeat;
    background-size: contain;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
    font-size: 24px;
    line-height: 26px;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption { 
    padding-top: 45px;
    padding-right: 30px;
  }
  .sec1.support .banner_caption1 {
    display: block;
  }
  .sec1.support .banner_caption1 p {
    margin-bottom: 23px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: -0.05em;
  }
  .sec1.support .banner_caption1 .search-wrap {
    width: 310px;
    background-size: 310px 29px;
    height: 29px;
  }
  .sec1.support .sup-con .banner_caption1 p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 23px;
  }
  .sec1.support .banner_caption1 .sup-con1-search {
    font-size: 13px;
    height: 25px;
    color: #777;
    opacity: 0.5;
    font-weight: 500;
    margin-top: 1.5px;
  }
  .sec1.support .banner_caption1 .search-wrap .search {
    text-align: right;
    float: right;
    outline: none;
  }
  .sec1.support .banner_caption1 .search-wrap .search img {
    height: 29px;
  }
  .showcase .sup-con .banner_caption1 {
    display: none;
  }
  .showcase .sup-con .banner_caption1 p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 23px;
  }
  .showcase .sup-con .banner_caption1 p .dpn {
    display: block;
  }
  .showcase .sup-con .banner_caption1 .search-wrap {
    width: 310px;
    background-size: 310px 29px;
    height: 29px;
  }
  .showcase .sup-con .banner_caption1 .sup-con1-search {
    font-size: 13px;
    height: 25px;
  }
  .showcase .sup-con .banner_caption1 .search-wrap .search img {
    height: 29px;
  }
  .showcase .support-cont {
    margin-top: 50px;
  }
  .showcase .support-cont .sup-con2-tit {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .showcase .support-cont .sup-top-tab .btn-group {
    width: 90px;
    padding-top: 73px;
    margin-right: 2.85%;
  }
  .showcase .support-cont .sup-top-tab .btn-group .bButton {
    font-size: 10px;
    line-height: 12px;
    height: 24px;
    padding: 0;
    padding-right: 7px;
  }
  .showcase .support-cont .sup-top-tab .btn-group .bButton.btn-primary .hidden-xs {
    background-size: 3px;
    padding-right: 6px;
  }
  .showcase .support-cont .sup-top-tab .btn-group .bButton .hidden-xs {
    background-size: 3px;
    padding-right: 6px;
  }
  .showcase .support-cont .sup-top-tab .btn-group.sup-icon1 {
    background: url(../img/icon/support-icon1.png) no-repeat bottom 40px center;
    background-size: 70%;
  }
  .showcase .support-cont .sup-top-tab .btn-group.sup-icon2 {
    background-size: 36% !important;
    background: url(../img/icon/support-icon2.png) no-repeat bottom 40px center;
  }
  .showcase .support-cont .sup-top-tab .btn-group.sup-icon3 {
    background: url(../img/icon/support-icon3.png) no-repeat bottom 40px center;
    background-size: 48% !important;
  }
  .showcase .support-cont .sup-top-tab {
    margin-bottom: 50px;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab {
    font-size: 13px;
    line-height: 15px;
    height: 50px;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab {
    margin-bottom: 23px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h1 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane h2 {
    font-size: 12px;
  }
  /*
    .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group{
        width: 15%;
        margin-right: 2px;
    }
*/
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .ver-num {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .down-date {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 9px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down b {
    font-size: 13px;
    line-height: 15px;
  }
  .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn .bButton {
    font-size: 10px;
    line-height: 12px;
    height: 24px;
    padding: 6px 15px;
  }
  /*--------coummunity_osk---------*/
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    height: 210px;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    padding: 0;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption { 
    padding-top: 75.5px;
    top: 0;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
  .commu-con2 .commu-con2-tit {
    margin-top: 45px;
  }
  .commu-con2 .commu-con2-tit select {
    margin: 5px 0;
    width: 100px;
    height: 23px;
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
    text-indent: 0px;
    background: url(../img/commu-list-select-arr.png) no-repeat 95% center;
  }
  .commu-con2 .commu-con2-tit h1 {
    font-size: 14px;
    margin: 10px 0;
  }
  .commu-con2 .commu-con2-tit h1 span {
    font-size: 13px;
  }
  .commu-con2 .commu-con2-inner {
    margin-top: 25px;
  }
  .commu-con2 .commu-con2-inner .item {
    padding: 0;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-img {
    display: inline-block;
    width: 101px;
    height: 101px;
    margin: 0;
    float: left;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-txt {
    padding: 0 15px;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-txt h3.con2-tit {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-txt {
    font-size: 13px;
    line-height: 17px;
    margin-top: 9px;
    -webkit-line-clamp: 2;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-subTxt {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    background-position: left bottom;
    background-size: contain;
    padding-left: 15px;
  }

  .sec1 .banner .carousel .carousel-inner .carousel-item .carousel-caption {
    padding-top: 3.25rem !important;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
    text-shadow: 0px 0px 4px #ffffff80;
  }

  .commu-view-con2 {
    margin-top: 50px;
  }
  .commu-view-con2 .commu-view-con2-tit h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .commu-view-con2 .commu-view-con2-tit-ul li {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 15px;
  }
  .commu-view-con2 .commu-view-con2-tit-ul li b {
    margin-right: 6px;
  }
  .commu-view-con2 ul.commu-view-con2-tit-ul {
    margin-bottom: 10px;
  }
  .commu-view-con2 .commu-view-con2-inner {
    margin: 25px auto 0;
  }
  .commu-view-con2 .commu-view-con2-inner p {
    font-size: 13px;
    line-height: 29px;
  }
  .commu-view-con2 .commu-view-con2-inner h2 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
  }
  .btnArea {
    padding: 25px -0px;
  }
  .commu-view-con3 {
    margin-bottom: 50px;
  }
  .btnArea .bButton {
    line-height: 3.5rem;
  }
  .commu-view-con3 .view-con3-prev,
  .commu-view-con3 .view-con3-after {
    padding: 9px 0;
  }
  .commu-con2 .page {
    margin: 25px 0 50px;
  }
}
/*support*/
@media (max-width: 674px) {
  /*commu*/
  .sec1.Commu-list .banner .carVVVousel .carousel-inner .carousel-item .img1 {
    background-position: right -530px center !important;
  }
  .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group {
    width: calc(33% - 8px);
  }
  /*.showcase .container{padding: 0 30px;}
    .showcase .sup-con .banner_caption1 .search-wrap{
        width: 80%;
        position: relative;
        overflow: inherit;
    }
    .showcase .sup-con .banner_caption1 .sup-con1-search{
        font-size: 1.3rem;
    }
    .showcase .sup-con .banner_caption1 .search-wrap .search{
        padding-left: 5px;
        float: none;
        position: absolute;
        right: -23px
    }
    .showcase .support-cont .sup-top-tab .btn-group .bButton{
        padding: 5px 20px 5px 23px;
        border-radius: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group{
        width: calc(33% - 8px);
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2{
        display: block;
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down{
        display: block;
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .ver-num{
        margin-bottom: 7px;
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .support-down .down-date{
        margin-bottom: 12px;
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn{
        display: block;
        text-align: left;
        margin-top: 32px;
    }
    .showcase .sup-con2-inner .tab-content.tab-in-content .tab-pane .sup-con2 .sup-btn .bButton{
        width: 100%;
    } */
}
/*커뮤니티 미디어 추가*/
@media (max-width: 530px) {
  /*commu-view*/
  .commu-con2 .page nav .pagination .page-item.dpn {
    display: none;
  }
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -529px !important;
  }
}

/*support*/
@media (max-width: 480px) {
  .showcase .sup-con2-inner .page .page-item.dpn4 {
    display: none;
  }
  .G8-price-ex-table {
    font-size: 10px;
  }
  /*.sec1.support .banner .carousel .carousel-inner .carousel-item .img1{
        min-height: 417px;
        background-position: 78% 50% !important;
    }
    .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption{
        padding-top: 155px;
        padding-right: 25px;
    }
    .showcase .support-cont{
        margin-top: 80px;
    }
    .showcase .support-cont .sup-con2-tit{
        margin-bottom: 5px;
    }
    .showcase .support-cont .sup-top-tab{
        margin-bottom: 70px;
    }
    .showcase .support-cont .sup-top-tab .btn-group{       
        width: 100%;
        margin-top: 30px;
    }
    .showcase .support-cont .sup-top-tab .btn-group.sup-icon1{
        margin-top: 0;
    }
    .showcase .support-cont .sup-top-tab .btn-group .bButton{
        max-width: 220px;
        margin: 0 auto;
    }
    .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group{
        width: 100%;
    }
    .showcase .sup-con2-inner .tab-content .sup-tab-in-tab .btn-group .in-tab{
        height: 50px;
        margin-top: 10px;
        border-radius: 6px;
    }*/
}
/*support*/
@media (max-width: 430px) {
  /*commu-view*/
  .commu-view-con2 .commu-view-con2-tit h1 {
    text-align: left;
  }
  .commu-view-con2 ul.commu-view-con2-tit-ul {
    margin-bottom: 20px;
  }
  .commu-view-con2 .commu-view-con2-tit-ul li {
    display: block;
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
  }
  /*.commu-con2 .commu-con2-tit select{width: 150px;}*/
}
/*커뮤니티 미디어 추가*/
@media (max-width: 400px) {
  /*commu-view*/
  .commu-view-con2 .commu-view-con2-tit h1 {
    text-align: left;
  }
  .commu-view-con2 ul.commu-view-con2-tit-ul {
    margin-bottom: 20px;
  }
  .commu-view-con2 .commu-view-con2-tit-ul li {
    display: block;
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
  }
  /*.commu-con2 .commu-con2-tit select{width: 150px;}*/
  .sec1.Commu-list .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -606px !important;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position: top !important;
    background-size: cover;
  }
  .sec1.support .banner_caption1 {
    display: none;
  }
  .showcase .sup-con .banner_caption1 {
    display: block;
  }
  .sec1.support .banner .carousel .carousel-inner .carousel-item .carousel-caption {
    padding-right: 65px;
  }
}
/*커뮤니티 미디어 추가*/
@media (max-width: 360px) {
  .showcase .sup-con .banner_caption1 .search-wrap {
    width: 100%;
    background-size: 100% 30px;
    height: 30px;
  }
  .showcase .sup-con .banner_caption1 .sup-con1-search::placeholder {
    line-height: 13px;
    font-size: 11px;
  }
  .showcase .support-cont .sup-top-tab .btn-group {
    width: 30%;
  }
}
@media (max-width: 350px) {
  .commu-con2 .commu-con2-inner .item .commu-con2-txt p.con2-subTxt {
    background-size: 12px 12px;
  }
  .commu-con2 .commu-con2-inner .item .commu-con2-txt {
    padding: 0 11px;
  }
}

@media (min-width: 768px) {
  /* ===============
	CONTACT 영역
=============== */
  /* CONTACT : 01메인비주얼 */
  /* show 3 items */
  #carouselTy1 .carousel-inner .active,
  #carouselTy1 .carousel-inner .active + .carousel-item,
  #carouselTy1 .carousel-inner .active + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }

  #carouselTy1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #carouselTy1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  #carouselTy1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }

  #carouselTy1 .carousel-inner .carousel-item-next,
  #carouselTy1 .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  #carouselTy1 .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  #carouselTy1 .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #carouselTy1 .carousel-item-next.carousel-item-left + .carousel-item,
  #carouselTy1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  #carouselTy1 .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  #carouselTy1 .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #carouselTy1 .carousel-item-prev.carousel-item-right + .carousel-item,
  #carouselTy1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  #carouselTy1 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (max-width: 720px) {
  /* ===============
	CONTACT 영역
=============== */
  /* CONTACT : 01메인비주얼 */
  section.contact01 {
    background: #293035 url("../img/bg-contact-banner-m.png") no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  section.contact01 h4 {
    padding-top: 32px;
    margin-bottom: 32px;
    font-size: 30px;
  }
  /* 캐러젤(반응형타입) */
  #carouselTy1 {
    margin-bottom: 50px;
  }
  #carouselTy1 .carousel-item {
    margin-right: -100%;
  }
  #carouselTy1 .carousel-control-prev {
    display: block;
    top: 40px;
    width: 18px;
    height: 32px;
    background: url("../img/btn/btn_left_wh.png") no-repeat center;
    background-size: 16px 28px;
    opacity: 1;
  }
  #carouselTy1 .carousel-control-next {
    display: block;
    top: 40px;
    width: 18px;
    height: 32px;
    background: url("../img/btn/btn_right_wh.png") no-repeat center;
    background-size: 16px 28px;
    opacity: 1;
  }
  #carouselTy1 .carousel-item p {
    margin-bottom: 3px;
    font-size: 20px;
  }
  #carouselTy1 .carousel-item p + span {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  #carouselTy1 .carousel-item .btn-basic {
    padding: 8px 0;
  }
  #carouselTy1 .carousel-item .btn-basic span {
    background-position: top 7px right;
    font-size: 14px;
    line-height: 22px;
  }
  .item-support img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .item-shopping img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .item-as img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  /* CONTACT : 02주소영역 */
  section.contact02 ul {
    display: block;
    height: auto;
  }
  section.contact02 ul li {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: none;
    border-bottom: 1px solid #5679b7;
  }
  section.contact02 ul li p {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }
  section.contact02 ul li:first-child p {
    padding-bottom: 5px;
  }
  section.contact02 ul li span {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }
  section.contact02 ul li:first-child span {
    padding-bottom: 5px;
  }

  /* CONTACT : 03지도영역 */
  section.contact03 img.web-map {
    display: none;
  }
  section.contact03 img.mobile-map {
    display: block;
  }
}

/* 추가 사항 ---------------------------- */
/* 디아콘 몰 서비스 준비중 안내 */
.preparing {
  text-align: center;
  padding: 200px 0;
}
.preparing::before {
  content: "";
  display: inline-block;
  width: 315px;
  height: 195px;
  background: url(../img/service_preparing.png) no-repeat center;
  background-size: 315px 195px;
  margin-bottom: 30px;
}
.preparing .tit {
  font-size: 30px;
  color: #222;
  line-height: 45px;
}
.preparing .desc {
  font-size: 20px;
  color: #777;
  line-height: 28px;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .preparing {
    padding: 100px 0;
  }
  .preparing::before {
    width: 210px;
    height: 130px;
    background-size: 210px 130px;
    margin-bottom: 10px;
  }
  .preparing .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .preparing .desc {
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
  }
}

/* 디아콘 몰 */
.custom-mall-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom-mall-container h1 {
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  border-radius: 5px;
}
.custom-mall-container .mall-step-div {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.custom-mall-container .mall-step {
  background: #0d3f98;
  color: #fff;
  padding: 0 10px 4px 10px;
  margin-right: 5px;
  border-radius: 20px;
}
.custom-mall-container .mall-step-img {
  width: 100%;
  border: 1px solid #797979;
  margin-top: 10px;
  padding: 10px;
}

/*---------------- 고객지원 ----------------*/
/* (탭)고객센터 */
.custom-service-center-tab .ver-num {
  color: #333 !important;
  margin-bottom: 0px !important;
}
.custom-service-center-tab .explanation {
  font-size: 20px;
  color: #777777;
  margin-bottom: 10px;
}
.custom-service-center-tab .center-tel-num {
  font-size: 40px;
  font-weight: bold;
  color: #006eb5;
}
.custom-service-center-tab .center-tel-num > div {
  height: 50px;
}
.custom-service-center-tab .center-address {
  font-size: 20px;
  color: #777777;
  margin-top: 20px;
}
.custom-service-center-tab .working-time {
  margin-top: 20px;
  width: 155px;
}
.custom-service-center-tab .working-time div {
  width: 100%;
  text-align: center;
  background: #006eb5;
  color: #fff;
  margin-bottom: 3px;
  border-radius: 3px;
}
.custom-service-center-tab .working-time span {
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #eee;
  margin: 0 10px 2px 0;
}
.custom-service-center-tab .working-time span:nth-last-child(1),
.custom-service-center-tab .working-time span:nth-last-child(3) {
  color: #fe4c7e;
}
.custom-service-center-tab .working-time-explanation {
  color: #777777;
}
@media (max-width: 720px) {
  .custom-service-center-tab .explanation {
    font-size: 13px;
  }
  .custom-service-center-tab .center-tel-num {
    font-size: 20px;
  }
  .custom-service-center-tab .center-tel-num > div {
    height: 25px;
  }
  .custom-service-center-tab .center-address {
    font-size: 13px;
  }
}

/* P8 > (탭)사용법영상 */
.support-cont .custom-support-prod-edu-div {
  width: 80%;
  margin: auto;
  margin-bottom:30px;
}
.support-cont .custom-support-prod-edu-div div{
  color:#aaa !important;
  font-size: 0.8rem;
}
.support-cont .custom-support-prod-edu-div h1{
  margin-bottom: 5px !important;
  padding: 13px 20px;
  background: #e1e1e1;
  border-radius: 5px;
}
.support-cont .custom-support-prod-edu-video-div {
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
}
.support-cont .custom-support-prod-edu-video-div video {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media (max-width: 1000px) {
  .support-cont .custom-support-prod-edu-div {
    width: 100%;
  }
  .support-cont .custom-support-prod-edu-div h1{
    padding: 10px 15px;
  }
}

/*---------------- 교육신청 ----------------*/
.custom-edu-container {
  padding: 50px 3.25rem !important;
}
.custom-edu-container h1 {
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  border-radius: 5px;
}
.custom-edu-container .edu-month-move-btn {
  display: inline-block;
  background: #2C3E50;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
}
.custom-edu-container .edu-req-btn {
  display: inline-block;
  background: #4b86d6;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
}
.custom-edu-container .custom-fullcalendar .fc-scrollgrid-section-header .fc-col-header-cell { 
  background:#f0f0f0 !important;
}
.custom-edu-container .custom-fullcalendar .fc-scrollgrid-section-header .fc-day-sat,
.custom-edu-container .custom-fullcalendar .fc-scrollgrid-section-header .fc-day-sun {
  color:red !important;
}
.custom-edu-container .custom-fullcalendar .fc-daygrid-body .fc-day-sat .fc-daygrid-day-number,
.custom-edu-container .custom-fullcalendar .fc-daygrid-body .fc-day-sun .fc-daygrid-day-number {
  color:red !important;
}
.custom-edu-container .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  font-size: 18px;
}
.custom-edu-container .custom-fullcalendar .fc-daygrid-event-harness { 
  cursor: pointer; 
}
@media (max-width: 600px) {
  .custom-edu-container {
    padding: 50px 0px !important;
  }
}

/*---------------- 체험신청 ----------------*/
/* expr-apply-banner 배너 */
.sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
  background: url(../img/expr-apply-bg01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 63px;
}
.sec1.expr-apply-banner .banner .img1 .carousel-caption .title1 {
  color: #0d3f98;
}
.sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2.12rem;
  line-height: 36px;
}
.sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1.87rem;
  font-size: 3.5rem;
  line-height: 3.62rem;
}
@media (max-width: 1200px) {
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -883px !important;
  }
}
@media (max-width: 900px) {
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -977px !important;
  }
}
@media (max-width: 720px) {
  /*commu*/
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -398px !important;
  }
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    height: 210px;
  }
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    padding: 0;
  }
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption { 
    padding-top: 75.5px;
    top: 0;
  }
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 > span {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .carousel-caption .title1 h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 674px) {
  /*commu*/
  .sec1.expr-apply-banner .banner .carVVVousel .carousel-inner .carousel-item .img1 {
    background-position: right -530px center !important;
  }
}
@media (max-width: 530px) {
  .sec1.expr-apply-banner .banner .carousel .carousel-inner .carousel-item .img1 {
    background-position-x: -500px !important;
  }
}

/* 공통 */
.custom-expr-apply, 
.custom-expr-apply-form {
  max-width:1200px;
  padding:50px 100px;
}
.custom-expr-apply .orange,
.custom-expr-apply-form .orange, 
.custom-expr-apply-complete .orange {
  color:#DB512C !important;
}
.custom-expr-apply .section-div, 
.custom-expr-apply .section-header,
.custom-expr-apply-form .section-div, 
.custom-expr-apply-form .section-header  {
  width:100%;	
}
.custom-expr-apply .section-header,
.custom-expr-apply-form .section-header {
  text-align: center;
  padding: 15px 0;
  background: #223D97;
  border-radius:0 25px 0 25px;
  font-size: 1.5rem;
  font-weight: 500;
  color:#fff;
}
.custom-expr-apply .section-body,
.custom-expr-apply-form .section-body {
  width:100%;
  font-weight: 500;
}
.custom-expr-apply .btn-div,
.custom-expr-apply-form .btn-div {
  width:100%;
  text-align: center;
}
.custom-expr-apply .btn-div .btn-move:focus,
.custom-expr-apply .btn-div .btn-move:focus-visible,
.custom-expr-apply-form .btn-div .btn-save:focus,
.custom-expr-apply-form .btn-div .btn-save:focus-visible {
  outline: none;
}
.custom-expr-apply .btn-div .btn-move,
.custom-expr-apply-form .btn-div .btn-save {
  display: inline-block;
  width:70%;
  padding:15px 0;
  margin-top:40px;
  font-size: 30px;
  color:#fff;
  background:#278FC4;
  border:3px solid #E5EFFF;
  border-radius: 45px;
}
@media (max-width: 900px) {
  .custom-expr-apply,
  .custom-expr-apply-form {
    padding: 20px 10px !important;
  }
  .custom-expr-apply .section-body,
  .custom-expr-apply-form .section-body {
    padding: 20px 0px !important;
  }
  .custom-expr-apply .btn-div .btn-move,
  .custom-expr-apply-form .btn-div .btn-save {
    width:70%;
    padding:15px 0;
    margin-top:20px;
    font-size: 16px;
  }
}

/* 체험신청안내 */
.custom-expr-apply .section-header.promostion {
  background: #E15C33 !important;
}
.custom-expr-apply .section-body {
  padding: 40px 50px;
}
.custom-expr-apply .section-body.con1 > div {
  background: #FFF3EF;
  padding:25px;
  font-size: 18px;
}
.custom-expr-apply .section-body.con2 .step,
.custom-expr-apply .section-body.con2 .arrow {
  display: flex;
  align-items: center;
  width:100%;
}
.custom-expr-apply .section-body.con2 .step {
  border-radius: 45px;
  background:#F6F6F6;
}
.custom-expr-apply .section-body.con2 .arrow {
  color:#278FC4;
  font-size: 20px;
}
.custom-expr-apply .section-body.con2 .step .title,
.custom-expr-apply .section-body.con2 .arrow div {
  width:26%;
  text-align: center;
}
.custom-expr-apply .section-body.con2 .step .title {
  border-radius: 45px;
  color:#fff;
  padding:15px 0 18px 0;
  font-size: 20px;
  margin-right: 15px;
}
.custom-expr-apply .section-body.con2 .step .body {
  font-size: 18px;
}
.custom-expr-apply .section-body.con2 .step .title .p-num {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.custom-expr-apply .section-body.con2 .step.step1 .title {
  background: #9ED0EA;
}
.custom-expr-apply .section-body.con2 .step.step2 .title {
  background: #53AEDD;
}
.custom-expr-apply .section-body.con2 .step.step3 .title {
  background: #278FC4;
}
.custom-expr-apply .section-body.con2 .step.step4 .title {
  background: #1F80A4;
}
.custom-expr-apply .section-body.con2 .step.step5 .title {
  background: #1B6A93;
}
.custom-expr-apply .section-body.con2 .step.step6 .title {
  background: #155170;
}
.custom-expr-apply .section-body.con3 {
  font-size: 500;
}
.custom-expr-apply .section-body.con3 .title {
  display: flex;
  align-items: center;
  color:#3D90C9;
  font-size: 20px;
}
.custom-expr-apply .section-body.con3 .title img {
  width:30px;
  margin-right:5px;
}
.custom-expr-apply .section-body.con3 .body {
  background:#F6F6F6;
  line-height: 30px;
  padding: 20px;
  margin-bottom:40px;
}
.custom-expr-apply .section-body.con3 .body > div{
  display: flex;
}
.custom-expr-apply .section-body.con3 .body > div > span:first-child {
  margin-right:5px;
}
.custom-expr-apply .section-body.con4 .title {
  width: fit-content;
  color:#3D90C9;
  border:1px solid #3D90C9;
  border-radius: 35px;
  padding:15px 40px;
  font-size: 20px;
}
.custom-expr-apply .section-body.con4 .body {
  padding: 20px;
  margin-bottom:30px;
  font-size: 18px;
}
.custom-expr-apply .section-body.con4 .body > div {
  display: flex;
}
.custom-expr-apply .section-body.con4 .body > div > span:first-child {
  margin-right:5px;
}
@media (max-width: 900px) {
  .custom-expr-apply .section-body.con1 > div {
    padding:10px;
    font-size: 14px;
  }
  .custom-expr-apply .section-body.con2 .step .title {
    padding: 10px 0 13px 0;
    font-size: 13px;
    margin-right: 5px;
  }
  .custom-expr-apply .section-body.con2 .step .body {
    font-size: 11px;
  }
  .custom-expr-apply .section-body.con4 .title {
    padding: 5px 35px;
    font-size: 18px;
  }
  .custom-expr-apply .section-body.con4 .body {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .custom-expr-apply .mw-display-b {
    display: block !important;
  }
}

/* 체험신청서작성 */
.custom-expr-apply-form .section-body {
  padding: 40px 20px;
}
.custom-expr-apply-form .section-body .title {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.custom-expr-apply-form .section-body .title > div {
  background: #0D3F98;
  width:5px;
  border-radius: 5px;
  margin-right: 6px;
  height:21px;
}
.custom-expr-apply-form .section-body label {
  cursor: pointer;
}
.custom-expr-apply-form .section-body td > label,
.custom-expr-apply-form .section-body .terms-check label {
  margin:0 10px 0 0;
}
.custom-expr-apply-form .section-body input[type="radio"] {
  border: max(1px, 0.1em) solid #C5D3ED;
  width: 16px;
  height: 16px;
  margin: 0 3px 5px 0;
}
.custom-expr-apply-form .section-body input[type="radio"] {
  border-radius: 50%;
}
.custom-expr-apply-form .section-body input[type="radio"]:hover {
  box-shadow: 0 0 0 max(3px, 0.2em) lightgray;
  cursor: pointer;
}
.custom-expr-apply-form .section-body input[type="radio"]:checked {
  border: 0.3em solid #007bff;
}
.custom-expr-apply-form .section-body input[type="checkbox"] {
  display: none;
}
.custom-expr-apply-form .section-body .checkbox-label {
  border: max(1px, 0.1em) solid #C5D3ED;
  width: 16px;
  height: 16px;
  margin: 0 3px -2px 0;
}
.custom-expr-apply-form .section-body input[type="checkbox"]:checked + label::after{
  content: '✔';
  font-size: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  display: block;
  margin: -4px 0px 0px 0;
}
.custom-expr-apply-form .section-body table {
  margin-top:15px;
  width:100%;
}
.custom-expr-apply-form .section-body table,
.custom-expr-apply-form .section-body table th,
.custom-expr-apply-form .section-body table td {
  border-top:1px solid #C5D3ED;
  border-bottom:1px solid #C5D3ED;
  border-collapse: collapse;
}
.custom-expr-apply-form .section-body table th {
  font-weight: 500;
  padding:15px;
}
.custom-expr-apply-form .section-body table th.line-two-p {
  padding:3px 15px;
}
.custom-expr-apply-form .section-body table td {
  padding:5px 15px;
}
.custom-expr-apply-form .section-body table th {
  background:#E0E7F4;
}
.custom-expr-apply-form .section-body table th .th-expln {
  font-size: 14px;
  color:#999;
}
.custom-expr-apply-form .section-body table th div {
  display: flex;
  align-items: center;
}
.custom-expr-apply-form .section-body table .fas {
  color: red;
  font-size: 7px;
  margin-right: 4px;
}
.custom-expr-apply-form .section-body table input[type="text"],
.custom-expr-apply-form .section-body table input[type="date"],
.custom-expr-apply-form .section-body table textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #F7F7F7;
  height: 30px;
  padding-left: 5px;
}
.custom-expr-apply-form .section-body table input[type="text"]:focus,
.custom-expr-apply-form .section-body table input[type="date"]:focus,
.custom-expr-apply-form .section-body table textarea:focus {
  outline: 1px solid #ddd;
}
.custom-expr-apply-form .section-body table input[type="date"] {
  width: 140px;
  text-align: center;
}
.custom-expr-apply-form .section-body table textarea {
  height: 80px;
  resize: none;
}
.custom-expr-apply-form .section-body table .input-hp-num {
  width: 50px !important;
  text-align: center !important;
  padding: 0 !important;
}
.custom-expr-apply .section-body .terms,
.custom-expr-apply-form .section-body .terms {
  width:100%;
  margin-top:20px;
  height:100px;
  padding:10px;
  overflow-y:auto; 
  border:2px solid #C5D3ED;
  color:#333;
}
.custom-expr-apply .section-body .terms {
  height:300px;
}
.custom-expr-apply-form .section-body .terms .step1-1 {
  margin-left: 5px; 
}

.custom-expr-apply-form .section-body .terms .step1-1::before {
  content: "- ";
}

.custom-expr-apply-form .section-body .terms .step1-2 {
  margin-left: 5px; 
}

.custom-expr-apply-form .section-body .terms .step2-1 {
  margin-left: 10px; 
}

.custom-expr-apply-form .section-body .terms .step2-1::before {
  content: "· ";
}

.custom-expr-apply-form .section-body .terms .step2-2 {
  margin-left: 22px; 
}
.custom-expr-apply-form .section-body .terms-check {
  width:100%;
  text-align: center;
  margin-top:10px;
}
@media (max-width: 900px) {
  .custom-expr-apply-form .mw-display-b {
    display: block !important;
  }
  .custom-expr-apply-form .section-body table .mw-hide {
    display: none;
  }
  .custom-expr-apply-form .section-body table th {
    width:35%;
    padding: 5px;
  }
  .custom-expr-apply-form .section-body table th .th-expln {
    font-size: 11px;
  }
  .custom-expr-apply-form .section-body table th.line-two-p {
    padding: 3px 5px;
  }
  .custom-expr-apply-form .section-body table td {
    padding:5px;	  
  }
  .custom-expr-apply-form .section-body table td label.w255 {
    width: auto !important;
  }
}

/* 체험신청완료, 체험프로그램정보없음 */
.custom-expr-apply-complete {
  padding: 40px 20px;
}
.custom-expr-apply-complete .custom-card {
  max-width: 800px;
  padding: 40px 20px;
  background: #f4f5ff;
  text-align: center;
  border-radius: 10px;
  margin:0 auto;
}
.custom-expr-apply-complete .custom-card .icon { 
  font-size:60px; 
  margin-bottom:20px; 
}
.custom-expr-apply-complete .custom-card .fa-check-circle {
  color:#223D97;
}
.custom-expr-apply-complete .custom-card .fa-exclamation-circle {
  color:#f15a5a;
}
.custom-expr-apply-complete .custom-card h1 {
  color:#278FC4;
}
.custom-expr-apply-complete .custom-card div {
  margin-top:45px;
  font-size: 18px;
}
