/*@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff')
  format('woff');
  font-weight: normal;
  font-style: normal; }



a {
  text-decoration: none;
  color: black;
}
a.common-btn {
  border: 1px #444 solid;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 1.2em;
  color: #444;
  border-radius: 50px;
}
a.common-btn:hover {
  background-color: #2a6c9f;
  border: 1px #2a6c9f solid;
  color: #fff;
}
body {
  padding-top: 61px;
}
html,
body {
  height: 100%;
}
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*============================================================
    common
============================================================*/
.hide {
  font-size: 0px;
}
.section {
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .section{
    padding:40px;
  }
}

#right_content {
  float: right;
}

p {
  font-size: 1.2em;
  line-height: 150%;
}
.timelinetxt {
  padding-bottom: 30px;
  border-bottom: 1px #ddd solid;
  font-size: 12px;
  color: #777;
}

/**********************
NAVBAR
***********************/
.navbar {
  min-height: 90px;
  text-transform: uppercase;
}

.navbar-default {
  background-color: #fff;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
}

.navbar-brand {
  height: 80px;
  padding: 23px;
}

.navbar-brand img {
  max-height: 35px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 17px;
  color: #222;
  padding: 20px 40px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2a6c9f;
  background-color: transparent;
}
.navbar-default .navbar-nav .dropdown {
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #2a6c9f;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.navbar-default .navbar-nav .dropdown li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
}
.navbar-default .navbar-nav .dropdown:hover {
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav .dropdown li a::before {
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-default .navbar-toggle {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background: #2a6c9f;
}
.collapse {
  display: none;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  border-top-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
.util-menu::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    padding: 15px 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 15px 0;
  }
  .util-menu {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 0;
  }
  .util-menu > div {
    background-color: #333;
  }
  .util-menu ul {
    float: right;
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
  .util-menu li {
    display: inline-block;
    padding: 15px 9px;
    height: 34px;
  }

  .util-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
  }
  .util-menu li a:hover,
  .util li a:focus {
    color: #2a6c9f;
    background: none;
  }
  .until-menu_pc {
    display: none;
  }
}



/*============================================================
    service
============================================================*/
.product {
  padding: 50px 0px;
}
.product .txt {
  display: inline-block;
  text-align: center;
}
.product .txt p {
  margin: 10px 0;
}
.product .detail h2 {
  padding: 10px 0 0;
}
.product .detail p {
  padding: 10px 0 0;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 28px;
}
.product .features-icon {
  font-size: 60px;
  display: block;
  margin-bottom: 55px;
}
.each-features {
  display: inline-block;
  width: 25%;
}
.product .each-features .inner {
  margin-bottom: 20px;
  padding: 50px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product .each-features .inner:hover {
  box-shadow: 10px 17.321px 57px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 17.321px 57px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 10px 17.321px 57px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 10px 17.321px 57px 0px rgba(0, 0, 0, 0.08);
}
.service_icon {
  width: 60px;
  height: 60px;
}
.servicetitle {
  font-weight: 600;
  color: #222;
  margin-top: 20px;
}
/*============================================================
    slider
============================================================*/
.visual {
  height: 70%; /*메인 슬라이드 풀스크린*/
}
.swiper-slide .bg {
  background: url("/base/img/choiweb/images/keyvisual1.jpg") no-repeat
    center;
}
.swiper-slide .img2 {
  background: url("/base/img/choiweb/images/keyvisual2.jpg") no-repeat
    center;
}
.swiper-slide .img3 {
  background: url("/base/img/choiweb/images/keyvisual3.jpg") no-repeat
    center;
}
.swiper-slide .img4 {
  background: url("/base/img/choiweb/images/keyvisual4.jpg") no-repeat
    center;
}

.swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: auto !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-size: cover;
}

.bg {
  animation: scale 20s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.swiper-slide {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.visual .txt {
  text-align: center;
  width: 100%;
  top: 35%;
  color: #fff;
  z-index: 99999;
}
.visual .txt h1 {
  margin-top: -50px;
  font-size: 6em;
  font-weight: 500;
  font-family: "Abril Fatface", cursive;
}
.visual .txt p {
  padding: 20px 0 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .visual .txt h1 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .visual .txt h1 {
    font-size: 3em;
  }
}
/*============================================================
    mouse
============================================================*/
.mouse {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.mouse .mouse-icon {
  display: block;
  width: 25px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
}
.mouse .mouse-wheel {
  position: absolute;
  height: 4px;
  margin: 2px 10px;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  animation-name: mousewheel;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes mousewheel {
  from {
    top: 0;
  }
  to {
    top: 25px;
  }
}


/*============================================================
    메인 스와이퍼 슬라이드
============================================================*/
.swiper {
  width: 100%;
  height: 430px;
  margin-top:25px;
}


.swiper_s { height:auto!important;}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper .img1 {
  background: url("/base/img//main_img1.jpg") no-repeat center;
}

.main-swiper .img2 {
  background: url("/base/img//main_img2.jpg") no-repeat center;
}

.main-swiper .img3 {
  background: url("/base/img//main_img3.jpg") no-repeat center;
}

@media screen and (max-width: 768px) {
  .main-swiper .img1 {
    background: url("/base/img//main_img1.jpg") no-repeat center;
  }
  
  .main-swiper .img2 {
    background: url("/base/img//main_img2.jpg") no-repeat center;
  }
  
  .main-swiper .img3 {
    background: url("/base/img//main_img3.jpg") no-repeat center;
  } 
}

@media screen and (max-width: 490px) {

}


/*============================================================
    전화상담하기
============================================================*/
/*.main_tel_bg{
  background:url('/base/img/main_tel_bg.png') no-repeat;
  height:280px;
  background-size: 170px;
  background-position: 30% 67%;
}*/

.main_tel_titleImg_div{
  width:1000px;
  margin:30px auto;
}

.main_tel_titleImg_div img{
  width:100%;
}

.main_tel_titleBGimg{
   overflow:hidden;
   background-size:80%;
   height:300px;
}

.main_tel_titleImg{
  width:70%;
}

.main_tel_div{
  height:200px;
  text-align:center;
  margin:auto;
  padding-top:80px;
}

.main_tel_title{
  font-family: 'GmarketSansBold';
  text-align:center;
  color:#0580bd;
  font-size:60px;
  margin:0;
}

@media screen and (max-width: 490px){
  .swiper{
    height:150px;
  }

  .main_tel_bg{
    height:140px;
    background-position:center;
  }
  
  .main_tel_div{
    padding-top:20px;
    font-size:12px;
  }
  
  .main_tel_title{
    font-size:30px;
    margin:0 0 5px 0;
  }

  .main_tel_text{
    margin:0 0 4px 0;
  }

  .main_tel_titleImg_div{
    width:98%;
    margin:20px auto;
  }
  
}



/*============================================================
    지점안내
============================================================*/
.branch_section { width:1000px; margin:0 auto; display:none !important;} 
.branch_div { float:left; width:33%; height:60px; }
.branch_div .branch_cont { float:left; }
.branch_clear { clear:both; }

.branch_title{ 
  font-family: 'GmarketSansBold';
  font-size: 22px;
  width: 120px;
  height: 34px;
  background-color: #054e75;
  border-radius: 30px;
  text-align: center;
  padding-top: 3px;
  color: white;
}

.branch_adr {
  width: 37px;
  height: 25px;
  background-color: #0580bd;
  color: white;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
  padding-top:2px;
}
.branch_tel { font-family: 'GmarketSansMedium'; font-size: 21px; margin: 3px 0 0 8px;
}

@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 768px) {
  .branch_section{
    width:98%;
  }

  .branch_div{
    /*height:55px;*/  /*모바일-전화번호 쓰려면 살릴 것*/
    height:32px;
  }

  .branch_title{
    font-size: 14px;
    width: 93%;
    height: 23px;
    margin:0 2%;
  }

  .branch_tel{
    
    font-size: 12px;
    margin: 5px auto 0;
    text-align: center;
    width: 100%;
  }

  /* 전화번호 1단형
  .branch_section{
    width:83%;
  }

  .branch_div {
    clear:both;
    margin:0 auto;
    width:98%;
    height:50px; }*/
}




/*============================================================
    contents
============================================================*/
.features-section-7 {
  position: relative;
}
.right_content {
  float: right;
}
.container-half-right {
  right: 0;
  background-position: top right;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .container-half {
    background-size: contain;
  }
  .section-separator {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .container-half {
    width: 100%;
  }
  .container-half-right,
  .container-half-left {
    position: relative;
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .container-half-right,
  .container-half-left {
    height: 490px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.inner {
  position: relative;
}
@media screen and (max-width: 490px) {
  .container-half-right,
  .container-half-left {
    height: 300px;
  }
}

/*============================================================
    지점 하단 소개글
============================================================*/
.main_intro_pc{
  width:1000px;
  margin:40px 0;
}

.main_intro_mo{
  display:none;
}

@media screen and (max-width: 490px) {
  .main_intro_pc{
    width:98%;
    margin:10px 0;
  }
}

/* 모바일-피씨 이미지 다르게
.main_intro_pc{
  width:1000px;
  margin:40px 0;
}

.main_intro_mo{
  display:none;
}

@media screen and (max-width: 490px) {
  .main_intro_pc{
    display:none;
  }
  
  .main_intro_mo{
    display:block;
    width:98%;
    margin:20px auto;
    padding-top:10px;
  }
}*/

/*============================================================
    메인 하단 3단 스와이퍼 슬라이드
============================================================*/
.swiper3 .swiper-wrapper{
  width:100%;
  height:300px;
}

.swiper3_section{
  width:1000px;
  margin:0 auto;
  text-align:center;
}

.swiper3 { 
  height:auto !important;
  width:30% !important;
  float:left !important;
}

.swiper3_margin{
  margin-right:5% !important;
  margin-left:5% !important;
}

@media screen and (max-width: 1024px) {
  .subbg {

  }
}
@media screen and (max-width: 768px) {
  .swiper3 .swiper-wrapper{
    height:100px;
  }

  .swiper3 .swiper-wrapper .swiper-slide{
    background-size:cover;
  }
  
  .swiper3_section{
    width:98%;
    height:100px;
  }

  .swiper3{
    width:31%;
    margin-top:0;
  }

  .swiper3_margin{
    margin-right:3% !important;
    margin-left:3% !important;
  }

  .swiper3 .swiper-button-next, .swiper3 .swiper-button-prev{
    display:none;
  }
}


/*============================================================
    메인 하단 협력사
============================================================*/
.partner{
  width:1200px;
  margin:0 auto;
  text-align:center;
}

.partner img{
  text-align:center;
  margin:100px auto 50px;
}

@media screen and (max-width: 768px) {
  .partner{
    width:95%;
  }

  .partner img{
    width:100%;
    margin:20px auto;
  }
}



/*============================================================
    contact
============================================================*/
.contact-section .box {
  background: #202224;
  width: 100%;
  height: 150px;
}
.contact-section .box .icon {
  margin-bottom: 20px;
}
.contact-section .box .icon span {
  font-size: 30px;
}

.contact-section .box h3 {
  font-size: 16px;
}
.inner > i {
  font-size: 20px;
}



/*============================================================
    footer
============================================================*/
#footer {
  background-color: #1c1c1c;
}
#footer > div {
  padding: 30px 0;
  text-align: center;
}
.info3box {
  height: auto;
}
#footer a:hover {
  color: #333;
  background-color: #fff;
}
#footer .footer_copyright {
  padding-top: 10px;
  color: #777;
}

#footer .footer_copyright img{
  margin: 30px 0;
  width: 200px;
}

#footer .cont {
  padding: 20px 20px;
  border-right: 1px #2c2c2c solid;
  color: #fff;
  height: 180px;
  margin: 20px 0;
}
#footer .cont:nth-child(3) {
  border-right: 0px #ddd solid;
}
.footertitle {
  font-weight: 600;
  margin-top: 20px;
}
.footerdetail p {
  font-size: 12px;
  color: #ccc;
}
#footer a {
  color: #b3b3b3;
  padding: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50px;
  padding: 10px 20px;
}
.footer_util li {
  padding: 10px 0;
  display: inline-block;
  color: #777;
}
.footer_util a:hover {
  color: #fff;
  border: 1px #fff solid;
}
.footer_util a {
  border: 1px #b3b3b3 solid;
  text-decoration: none;
}
/*============================================================
    top
============================================================*/
#go-btn {
  display:none;
  z-index: 99999;
  position: fixed;
  display: inline-block;
  right: 20px;
}
#go-btn a {
  display:none;
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding-top: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(images/top_arrow.png) no-repeat center;
  background-position: center 10px;
  border-radius: 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

#go-btn a:hover {
  color: #fff;
  background-color: #2a6c9f;
}

.go-top {
  bottom: 20px;
}
.go-sns {
  bottom: 70px;
}

@media screen and (max-width: 490px) {
  #go-btn{
    display:none;
  }
}

/*============================================================
    고정버튼_카카오상담/전화상담 : 모바일
============================================================*/
.fix_btn_mo{
  display:none;
}

@media screen and (max-width: 490px) {

  .fix_btn_mo{
    display:block;
    width:100%;
    position:fixed;
    z-index:99999;
    bottom:0; 
    box-shadow:0 4px 4px 4px black;
  }
  
  .fix_btn_mo a div{
    float:left;
    width:50%;
    height:55px;
    padding-top:17px;
    font-family:'GmarketSansBold';
    font-size:17px;
  }
  
  .fix_btn_mo_ka{
    color:#3c2411;
    background-color:#f8db32;
  }

  .fix_btn_mo img{
    float:left;
    width:25px;
    margin:0 5px 0 24px;
  }
  
  .fix_btn_mo_call{
    color:white;
    background-color:#10337a;
  }

}

/*============================================================
    고정버튼_카카오상담/전화상담 : 피씨
============================================================*/
.fix_btn_pc{
  width:55px;
  position:fixed;
  z-index:99999;
  right:20px;
  bottom:15px;
}

.fix_btn_pc img{
  width:55px;
  margin-bottom:5px;
}

@media screen and (max-width: 490px) {
  .fix_btn_pc{
    display:none;
  }
}
