@charset "utf-8";
@import url('https://webfontworld.github.io/sunn/SUIT.css');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'SUIT' !important;background:#fff;color: #222120;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
img{width: 100%;}
h1, h2, h3, h4, h5, h6 {font-family: 'SUIT';}
h1{font-size: 2.5rem;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'SUIT';font-size:1rem;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'SUIT';font-size:1rem}
select {margin:0;}
p {margin:0;padding:0;word-break:keep-all; word-wrap: break-word;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 2px #afdb9b;
-moz-box-shadow:0 0 2px #afdb9b;
box-shadow:0 0 2px #afdb9b;
border:1px solid #54B22C !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */

.centerbox{
  width: 70vw;
  margin: 0 auto;
}
#wrapper{
  min-height: 82vh;
}
#container_title{
  display: none;
}

/* 헤더 */
#hd{
  background-color: #fff;
  width: 100%;
  height: 200px;
}
#hd_wrapper .centerbox{
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo{
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo a{
  width: 130px;
  display: inline-block;
}
.gnb_wrap{
  height: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#hd_wrapper .centerbox .menu{
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}
#hd_wrapper .centerbox .menu a:hover{
  font-weight: 800;
  color: #1A3365;
}

.mobile_hd{
  display: none;
  height: 60px;
  box-sizing: border-box;
}
.mobile_hd .centerbox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_hd input[id="ham"]{
  display: none;
}
.mobile_hd label[for="ham"]{
  top: 30px;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-right: 20px;
  z-index: 99;
}
.mobile_hd label[for="ham"] span, .mobile_hd label[for="ham"] span::before, .mobile_hd label[for="ham"] span::after{
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  background: #000;
  transition: 0.2s;
  position: absolute;
  border-radius: 1px;  
}
.mobile_hd label[for="ham"] span::before{
  bottom: 10px;
}
.mobile_hd label[for="ham"] span::after{
  top: 10px;
}
#ham:checked ~ label[for="ham"] span::after{
  top: 0;
  transform: rotate(-45deg);
}
#ham:checked ~ label[for="ham"] span{
  background-color: rgba(0, 0, 0, 0);
}
#ham:checked ~ label[for="ham"] span::before{
  bottom: 0;
  transform: rotate(45deg);
}
#ham:checked ~ #nav{
  top: 60px;
  transition: all 0.4s;
  display: block;
}
#nav{
  left: 0;
  position: absolute;
  width: 100%;
  height: 50vh;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
#nav .menu{
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nav .menu li{
  margin-bottom: 25px;
}

/* 푸터 */
footer{
  width: 100%;
  color: #615C5C;
  font-size: 0.9rem;
  font-weight: 400;
  height: 250px;
}
.f_gnb{
  height: 45px;
  background-color: #615C5C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
}
.f_gnb ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.f_gnb ul li{
  padding: 0 20px;
  line-height: 0.9rem;
}
.f_gnb ul li:nth-child(2){
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.f_gnb a{
  color: #fff;
  font-weight: 400;
}
.f_gnb a:hover{
  font-weight: 700;
}
footer .centerbox{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer > ul{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer .centerbox ul li{
  margin-bottom: 3px;
}
footer > p{
  text-align: center;
  font-weight: 600;
  font-size: .8rem;
}
footer .iscity_cs b, footer .iscity_bank b{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .iscity_cs .cstell{
  font-weight: 700;
  font-size: 35px;
}
footer .iscity_bank{
  font-weight: 400;
}

/* 퀵메뉴 */
#quick_menu{
  width: 100px;
  position: fixed;
  right: 0;
  top: 250px;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
#quick_menu ul{
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
#quick_menu ul li a{
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#quick_menu .kakao{
  background-color: #000;
}
#quick_menu .telegram{
  background-color: #14A1E5;
}
#quick_menu .call{
  background-color: #55d747;
}
#quick_menu ul li a .quick_icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.icon_hover{
  display: none;
}
#quick_menu ul li a:hover{
  background-color: #1A3365;
  color: #fff;
}
#quick_menu .top{
  border-radius: 0 0 0 10px;
  height: 40px;
  background-color: #1A3365;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quick_menu .top div{
  display: flex;
  align-items: center;
}
#quick_menu .top div img{
  width: 15px;
  margin-right: 5px;
}
#quick_menu .top:hover{
  background-color: #000;
}

/* 메인페이지 콘텐츠 */

section#content_1, section#content_4{
  padding: 0;
}
h1{
  color: #1A3365;
  text-align: center;
  text-transform: uppercase;
}
h1 > .icon{
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
h3{
  font-size: 1.1rem;
  font-weight: 600;
}
button{
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  height: 60px;
}

/* 메인 섹션1/배너 */
section#content_1 .banner{
  position: relative;
}
section#content_1 .banner .btn_wr{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 50;
  padding: 0 20px;
}
section#content_1 .banner .btn_wr i.fa.fa-angle-left::before, section#content_1 .banner .btn_wr i.fa.fa-angle-right{
  font-size: 50px;
  color: #fff;
}
#slide-counter{
  display: none;
}
.banner_text{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%,-55%);
  color: #fff;
  z-index: 99;
}
.banner_text p{
  font-size: 1.1rem;
  font-weight: 400;
  word-break: keep-all;
}
.banner_text b{
  display: block;
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* 메인 섹션2 */
section#content_2 .iscity_info{
  display: flex;
  max-height: 350px;
  overflow: hidden;
}
.iscity_info li:first-child{
  width: 30%;
}
.iscity_info li:last-child{
  display: flex;
  align-items: center;
}
section#content_2 h1{
  text-align: left;
  margin-bottom: 20px;
}
.iscity_info li{
  font-size: 1.1rem;
  font-weight: 400;
}
.isinfo_text{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 50px;
}
.iscity_info p{
  margin-left: 20px;
  text-transform: uppercase;
}
.iscity_info li .bold{
  font-weight: 700;
  margin-bottom: 20px;
}

/* 메인 섹션3 */
section#content_3 .centerbox{
  padding: 100px 0 70px;
  text-align: center;
  border-top: #000 1px solid;
}
section#content_3 h1{
  padding-bottom: 20px;
}
.is_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.is_item li{
  width: 19%;
}
.is_item li a{
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  box-sizing: border-box;
}
.is_item li .itemimg_wrap{
  margin-bottom: 25px;
}
.is_item li a:hover{
  box-shadow: none;
}
/* button.blue{
  border: 2px #1A3365 solid;
  background-color: #fff;
}
button.blue a{
  color: #1A3365;
}
button.blue:hover{
  background-color: #1A3365;
}
button.blue:hover a{
  color: #fff;
} */

/* 메인 섹션4 */
section#content_4 .centerbox{
  color: #fff;
  background: url("../img/bgimg_1.jpg") no-repeat;
  background-size: cover;
  padding: 50px 30px;
  text-align: center;
}
section#content_4 .centerbox h1{
  color: #fff;
}
section#content_4 .centerbox p{
  font-size: 1.2rem;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.8rem;
}
button.white{
  border: 2px #fff solid;
  background-color: rgba(255, 255, 255, 0);
}
button.white a{
  color: #fff;
}
button.white:hover{
  background-color: #fff;
}
button.white:hover a{
  color: #222120;
}
/* 메인5 */
div.flow{
  height: 60px;
  display: flex;
  font-size: 1.2rem;
  overflow: hidden;
}
.flow_title{
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: #1A3365;
  color: #fff;
}
.flow_con{
  width: 85%;
  display: flex;
  flex-direction: column;
  animation: flow 10s linear infinite;
}
.flow_con dl{
  height: 60px;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.flow_con dd{
  width:20%;
  border-right: 1px #222120 solid;
}
.flow_con dd:last-child{
  border: 0;
}
.flow_con dd span{
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 20px;
}
.c_blue{
  background-color: #3586FF;
}
.c_red{
  background-color: #FF5252;
}
@keyframes flow{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(0);
  }
  25%{
    transform: translateY(-100%);
  }
  45%{
    transform: translateY(-100%);
  }
  50%{
    transform: translateY(-200%);
  }
  70%{
    transform: translateY(-200%);
  }
  75%{
    transform: translateY(-300%);
  }
  99.9%{
    transform: translateY(-300%);
  }
}

/* 상품상세페이지 */
.detail_center{
  width: 40%;
  margin: 0 auto;
}
.detail_center img{
  width: 100%;
}
.cs_connect{
  background-color: #1A3365;
  margin-bottom: 30px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs_connect a{
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.sound_only{
  display: none;
}

/* 반응형 */
@media screen and (max-width: 1210px){
  .centerbox{
    width: 80vw;
  }
}
@media screen and (max-width: 1024px){
  #hd_wrapper .centerbox{
    width: 90%;
  }
  .iscity_info li{
    font-size: 1rem;
  }
  .isinfo_text h1{
    font-size: 2rem;
  }
  .is_item li p{
    font-size: 0.8rem;
  }
  div.flow, .flow_con dl{
    height: 50px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px){
  #hd_wrapper .centerbox .menu{
    font-size: 0.8rem;
  }
  .banner_text b{
    font-size: 3rem;
  }
  .iscity_info li:first-child{
    width: 67%;
  }
  .isinfo_text{
    padding-left: 20px;
  }
  .cs_connect a{
    font-size: 1.5rem;
  }
}
/* 모바일 */
@media screen and (max-width: 500px) {
  #hd{
    height: 60px;
  }
  #logo{
    height: 60px;
  }
  #logo a{
    width: 90px;
  }
  h1 {
    font-size: 1.6rem;
  }
  h1 > .icon{
    width: 30px;
    height: 30px;
  }
  .centerbox, .detail_center{
    width: 90%;
  }
  button{
    transform: scale(0.9);
  }
  #hd_wrapper{
    display: none;
  }
  .mobile_hd{
    display: block;
  }
  #logo a{
    width: 80px;
  }
  #quick_menu{
    transform: scale(0.6);
    z-index: 10;
    top: 60%;
    right: -20px;
  }
  /* 푸터 */
  footer{
    height: auto;
  }
  .f_gnb a{
    font-size: 0.8rem;
  }
  footer .centerbox{
    flex-direction: column;
  }
  .footer_logo{
    width: 80px;
    margin-bottom: 30px;
  }
  footer .iscity_cs{
    margin: 20px 0;
  }
  /* 메인 */
  section#content_1 .banner .btn_wr{
    padding: 0 10px;
  }
  section#content_1 .banner .btn_wr i.fa.fa-angle-left::before, section#content_1 .banner .btn_wr i.fa.fa-angle-right{
    font-size: 30px;
  }
  .owl-carousel .owl-item{
    height: 300px !important;
  }
  .owl-carousel .owl-item img{
    width: 210% !important;
  }
  .banner_text{
    left: 35%;
    transform: translate(-30%,-55%);
    color: #fff;
    z-index: 80;
    width: 80%;
  }
  .banner_text p{
    font-size: 0.9rem;
    font-weight: 400;
  }
  .banner_text b{
    display: block;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  section#content_2 .iscity_info{
    flex-direction: column;
    max-height: 1000px;
  }
  .iscity_info li:first-child{
    width: 100%;
  }
  .iscity_info li:last-child{
    justify-content: center;
  }
  section#content_2 h1{
    text-align: center;
  }
  .iscity_info li{
    font-size: 1rem;
    font-weight: 400;
  }
  .isinfo_text{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0;
    padding: 20px;
  }
  .iscity_info p{
    margin-left: 0;
  }
  .iscity_info li .bold{
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  section#content_3 .centerbox{
    padding: 70px 0;
    text-align: center;
    border-top: #000 1px solid;
  }
  .is_item{
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .is_item li{
    width: 48%;
    margin-bottom: 20px;
  }
  section#content_4 h1{
    font-size: 1.4rem;
  }
  section#content_4 .centerbox p{
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6rem;
  }
  div.flow{
    height: 30px;
    display: flex;
    font-size: 0.8rem;
    overflow: hidden;
  }
  .flow_title{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: #1A3365;
    color: #fff;
  }
  .flow_con{
    width: 80%;
    display: flex;
    flex-direction: column;
    /* animation: flow 5s linear infinite forwards; */
  }
  .flow_con dl{
    height: 30px;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .flow_none{
    display: none;
  }
  .flow_con dd{
    width:33%;
    border-right: 1px #222120 solid;
  }
  .flow_con
  .flow_con dd:last-child{
    border: 0;
  }
  .flow_con dd span{
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
  }
}


