#visual {
  position: relative;
  height: 868px;
  overflow: hidden;
  color: #fff;
}
#visual .call {
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
  z-index: 9;
}
#visual .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#visual .item1 {
  background-image: url(../img/main_visual1.jpg);
}
#visual .item2 {
  background-image: url(../img/main_visual2.jpg);
}
#visual .item3 {
  background-image: url(../img/main_visual3.jpg);
}
#visual .item4 {
  background-image: url(../img/main_visual4.jpg);
}
#visual .item5 {
  background-image: url(../img/main_visual5.jpg);
}
#visual .item .wfix {
  position: relative;
  height: 868px;
}
#visual .copy {
  position: absolute;
  top: 90px;
  left: 15px;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#visual .copy .sup {
  display: block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}
#visual .copy .tit {
  display: block;
  margin-top: 20px;
  font-size: 62px;
  font-weight: 300;
  letter-spacing: -0.05em;
}
#visual .copy .tit b {
  font-weight: bold;
}
#visual .item2 .copy {
  left: 50%;
}
#visual .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
}
#visual .pager:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% + 190px);
  background: #004784;
  content: "";
}
#visual .pager .wfix {
  position: relative;
  text-align: center;
  font-size: 0;
}
#visual .pager .inr {
  position: absolute;
  top: 0;
  left: 15px;
  right: 465px;
  height: 70px;
}
#visual .pager .slick-arrow {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 26px;
}
#visual .pager .slick-prev {
  left: 0;
  background-image: url(../img/arw1_left.png);
}
#visual .pager .slick-next {
  right: 0;
  background-image: url(../img/arw1_right.png);
}
#visual .pager .wrap_dots {
  padding: 30px 0;
}
#visual .pager .slick-dots, #visual .pager .slick-dots li, #visual .pager .lst, #visual .pager .lst li {
  display: inline-block;
}
#visual .pager .slick-dots li + li, #visual .pager .lst li + li {
  margin-left: 10px;
}
#visual .pager .slick-dots button, #visual .pager .lst button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
#visual .pager .slick-dots .slick-active button, #visual .pager .lst .slick-active button {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  #visual {
    height: calc(100vh - 80px);
  }
  #visual .call {
    right: 15px;
    font-size: 36px;
  }
  #visual .wfix {
    height: calc(100vh - 80px);
  }
  #visual .copy {
    top: 80px;
    left: 15px;
  }
  #visual .copy .sup {
    font-size: 24px;
  }
  #visual .copy .tit {
    font-size: 52px;
  }
}
@media screen and (max-width: 1024px) {
  #visual, #visual .item .wfix {
    height: 47vw;
  }
  #visual .call {
    display: none;
  }
  #visual .copy {
    top: 30px;
  }
  #visual .copy .sup {
    font-size: 12px;
  }
  #visual .copy .tit {
    display: inline-block;
    margin-top: 7px;
    max-width: 200px;
    font-size: 26px;
    line-height: 1.115;
  }
  #visual .copy .tit br {
    display: none;
    font-size: 0;
  }
  #visual .item2 .copy {
    left: auto;
    right: 15px;
    text-align: right;
  }
  #visual .pager {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #visual, #visual .item .wfix {
    height: 109vw;
  }
  #visual .item1 {
    background-image: url(../img/main_visual1_mo.jpg);
  }
  #visual .item2 {
    background-image: url(../img/main_visual2_mo.jpg);
  }
  #visual .item3 {
    background-image: url(../img/main_visual3_mo.jpg);
  }
  #visual .item4 {
    background-image: url(../img/main_visual4_mo.jpg);
  }
  #visual .item5 {
    background-image: url(../img/main_visual5_mo.jpg);
  }
}

#advantage {
  position: relative;
  height: 270px;
  background: #fff;
  text-align: center;
}
#advantage:before, #advantage:after,
#advantage .kri {
  left: calc(50% + 320px);
}
#advantage:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70px;
  background: #f4f4f4;
  z-index: 3;
  content: "";
}
#advantage:after {
  position: absolute;
  top: 0;
  bottom: 70px;
  right: 0;
  background: #004784;
  content: "";
}
#advantage .wfix {
  position: relative;
}
#advantage .kri {
  position: absolute;
  top: -24px;
  right: 15px;
  height: 224px;
  padding-left: 30px;
  background: #004784;
  color: #fff;
}
#advantage .kri .inr {
  position: relative;
  z-index: 3;
}
#advantage .kri .wrap_tit {
  position: relative;
}
#advantage .kri .wrap_tit:before, #advantage .kri .wrap_tit:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  content: "";
}
#advantage .kri .wrap_tit:before {
  left: 0;
}
#advantage .kri .wrap_tit:after {
  right: 0;
}
#advantage .kri .cont {
  margin-top: 12px;
}
#advantage .lst {
  position: relative;
  width: calc(50% + 320px);
  padding-top: 50px;
  font-size: 0;
  background: #fff;
  box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: left;
}
#advantage .lst li {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  text-align: center;
}
#advantage .lst li + li {
  padding-left: 45px;
}
#advantage .lst li:before {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url(../img/main_ico1.png) 0 0 no-repeat;
  content: "";
}
#advantage .lst li + li:after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #2497cf;
  content: "";
}
#advantage .lst .item1:before {
  background-position: 0 0;
}
#advantage .lst .item2:before {
  background-position: 0 -80px;
}
#advantage .lst .item3:before {
  background-position: 0 -160px;
}
#advantage .lst .item4:before {
  background-position: 0 -240px;
}
#advantage .lst .cont {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 500;
}
#advantage .lst .cont .ib {
  display: block;
}
@media screen and (max-width: 1280px) {
  #advantage {
    height: 240px;
  }
  #advantage:before, #advantage:after,
  #advantage .kri {
    left: calc(50% + 200px);
  }
  #advantage:before {
    height: 40px;
  }
  #advantage:after {
    bottom: 40px;
  }
  #advantage .kri {
    padding-left: 15px;
  }
  #advantage .lst {
    width: calc(50% + 200px);
    padding: 40px 15px 40px 0;
  }
  #advantage .lst li {
    width: 25%;
    padding: 0;
  }
  #advantage .lst li + li {
    padding-left: 0;
  }
  #advantage .lst .cont {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #advantage {
    height: auto;
  }
  #advantage:before, #advantage:after {
    display: none;
  }
  #advantage .wfix {
    padding: 0;
  }
  #advantage .kri {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 15px 15px 20px;
    text-align: center;
  }
  #advantage .kri .wrap_tit:before, #advantage .kri .wrap_tit:after {
    width: calc(50% - 50px);
  }
  #advantage .kri .wrap_tit img {
    width: 95px;
  }
  #advantage .kri .cont img {
    display: none;
  }
  #advantage .kri .cont .mo {
    display: block;
  }
  #advantage .kri .cont .mo .sup {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  #advantage .kri .cont .mo .tit {
    font-size: 22px;
    font-weight: 500;
  }
  #advantage .kri .cont .mo .tit .emph {
    color: #00c0ff;
  }
  #advantage .lst {
    display: flex;
    justify-content: space-around;
    width: auto;
    padding: 26px 0;
    box-shadow: none;
  }
  #advantage .lst li {
    width: auto;
    padding: 10px 0;
  }
  #advantage .lst li:before {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
  #advantage .lst li + li:after {
    display: none;
  }
  #advantage .lst .item2:before {
    background-position: 0 -40px;
  }
  #advantage .lst .item3:before {
    background-position: 0 -80px;
  }
  #advantage .lst .item4:before {
    background-position: 0 -120px;
  }
  #advantage .lst .cont {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #advantage .lst {
    display: block;
  }
  #advantage .lst li {
    width: 50%;
  }
}

#premium {
  padding: 100px 0 96px;
  background: #f4f4f4;
}
#premium .wfix {
  overflow: hidden;
}
#premium .title {
  position: relative;
  float: left;
  width: 350px;
}
#premium .title .sup {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
#premium .title img {
  margin-top: 14px;
}
#premium .title .pager {
  position: absolute;
  left: 72px;
  bottom: 0;
  background: #1f66b0;
  font-size: 0;
}
#premium .title .pager:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #fff;
  opacity: 0.2;
  content: "";
}
#premium .title .slick-arrow {
  display: inline-block;
  width: 70px;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: 0.2s;
}
@media screen and (min-width: 1200px) {
  #premium .title .slick-arrow:hover {
    opacity: 1;
  }
}
#premium .title .slick-prev {
  background-image: url(../img/arw2_left.png);
}
#premium .title .slick-next {
  margin-left: 1px;
  background-image: url(../img/arw2_right.png);
}
#premium .wrap_cont {
  overflow: hidden;
}
#premium .slider {
  margin: 0 -15px;
}
#premium .item {
  padding: 0 15px;
}
#premium .img {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}
#premium .img .inr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  font-size: 0;
}
#premium .img .num {
  display: inline-block;
  margin-right: 6px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
}
#premium .img .imgcut {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
#premium .cont {
  margin-top: 26px;
}
#premium .cont .tit {
  display: block;
  font-size: 26px;
  color: #004784;
  font-weight: 500;
}
#premium .cont p {
  margin-top: 6px;
  font-size: 24px;
  line-height: 1.2;
}
#premium .cont .ib {
  display: block;
}
@media screen and (max-width: 1024px) {
  #premium {
    padding: 50px 0;
  }
  #premium .wfix {
    padding: 0;
  }
  #premium .title {
    float: none;
    width: 222px;
    height: 70px;
    margin: 0 auto;
    background: url(../img/main_premium_tit_mo.png) 50% 50% no-repeat;
    background-size: 222px auto;
  }
  #premium .title .sup, #premium .title img, #premium .title .pager {
    display: none;
  }
  #premium .wrap_cont {
    margin-top: 25px;
  }
  #premium .slider {
    margin: 0;
    padding-left: 7px;
  }
  #premium .slick-slide {
    width: 25vw;
  }
  #premium .item {
    padding: 0 8px;
  }
  #premium .img {
    box-shadow: none;
  }
  #premium .img img {
    width: 100%;
  }
  #premium .img .inr {
    padding: 0 5px;
  }
  #premium .img .num {
    font-size: 15px;
    line-height: 24px;
  }
  #premium .img .imgcut {
    bottom: 5px;
    font-size: 8px;
  }
  #premium .cont {
    margin-top: 12px;
  }
  #premium .cont .tit {
    font-size: 17px;
  }
  #premium .cont p {
    margin-top: 3px;
    font-size: 15px;
  }
  #premium .cont .ib {
    display: inline;
  }
}
@media screen and (max-width: 800px) {
  #premium .slider {
    margin-right: -8px;
  }
  #premium .slick-slide {
    width: auto;
  }
}

#floor {
  padding: 100px 0;
  background: #004784;
}
#floor .wrap_tit {
  font-size: 0;
  line-height: 1;
}
#floor .wrap_tit .title {
  position: relative;
  color: #fff;
}
#floor .wrap_tit .sup {
  display: block;
  font-size: 28px;
}
#floor .wrap_tit .tit {
  display: block;
  margin-top: 7px;
  font-size: 36px;
  font-weight: 500;
}
#floor .wrap_tit .arrows {
  position: absolute;
  top: 0;
  right: 0;
  background: #006dcb;
}
#floor .wrap_tit .arrows:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #fff;
  opacity: 0.2;
  content: "";
}
#floor .wrap_tit .arrows .slick-arrow {
  display: inline-block;
  width: 70px;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: 0.2s;
}
@media screen and (min-width: 1200px) {
  #floor .wrap_tit .arrows .slick-arrow:hover {
    opacity: 1;
  }
}
#floor .wrap_tit .arrows .slick-prev {
  background-image: url(../img/arw2_left.png);
}
#floor .wrap_tit .arrows .slick-next {
  margin-left: 1px;
  background-image: url(../img/arw2_right.png);
}
#floor .wrap_tit .wrap_tab_floor {
  position: relative;
  margin-top: 30px;
  padding: 0 77px;
}
#floor .wrap_tit .wrap_tab_floor .arrow {
  position: absolute;
  top: 0;
  width: 72px;
  height: 60px;
  border: 2px solid #006dcb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#floor .wrap_tit .wrap_tab_floor .tab_prev {
  left: 0;
  background-image: url(../img/arw5_left.png);
}
#floor .wrap_tit .wrap_tab_floor .tab_next {
  right: 0;
  background-image: url(../img/arw5_right.png);
}
#floor .wrap_tit .tab_floor {
  margin: 0 -2px;
  text-align: center;
}
#floor .wrap_tit .tab_floor .item {
  display: inline-block;
  padding: 0 2px;
}
#floor .wrap_tit .tab_floor .pg {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #006dcb;
  color: #73beff;
  font-size: 19px;
  font-weight: bold;
}
#floor .wrap_tit .tab_floor .slick-current .pg {
  background-color: #fff;
  color: #004784;
}
#floor .wrap_slider {
  overflow: hidden;
  margin-top: 30px;
}
#floor .wrap_slider .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
#floor .wrap_slider .item {
  padding: 0 20px;
}
#floor .wrap_slider .inr {
  position: relative;
  padding: 54px 30px 0;
  background: #fff;
}
#floor .wrap_slider .tit {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #004784;
  text-align: center;
}
#floor .wrap_slider img {
  padding: 57px 0;
}
#floor .wrap_slider .more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 145px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: url(../img/arw3_right.png) calc(100% - 20px) 50% no-repeat #005095;
}
#floor .wrap_slider .slick-current .more {
  display: block;
}
@media screen and (max-width: 1024px) {
  #floor {
    padding: 50px 0;
  }
  #floor .wfix {
    padding: 0;
  }
  #floor .wrap_tit {
    text-align: center;
  }
  #floor .wrap_tit .title {
    padding: 0 15px;
  }
  #floor .wrap_tit .sup {
    font-size: 15px;
    line-height: 1.2;
  }
  #floor .wrap_tit .tit {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.1;
  }
  #floor .wrap_tit .arrows {
    display: none;
  }
  #floor .wrap_tit .wrap_tab_floor {
    margin-top: 20px;
    padding: 0 0 0 15px;
  }
  #floor .wrap_tit .wrap_tab_floor .arrow {
    display: none;
  }
  #floor .wrap_tit .tab_floor {
    margin: 0;
  }
  #floor .wrap_tit .tab_floor .slick-slide {
    width: 62px;
  }
  #floor .wrap_tit .tab_floor .item {
    padding: 0;
  }
  #floor .wrap_tit .tab_floor .slick-slide:not(.slick-current) .item {
    border-left: 1px solid #e5e5e5;
  }
  #floor .wrap_tit .tab_floor .pg {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    background: #fff;
    color: #222;
    font-weight: 500;
  }
  #floor .wrap_tit .tab_floor .slick-current .pg {
    background-color: #006dcb;
    color: #fff;
  }
  #floor .wrap_slider {
    margin: 20px 15px 0;
  }
  #floor .wrap_slider .slick-list {
    margin: 0;
  }
  #floor .wrap_slider .item {
    padding: 0;
  }
  #floor .wrap_slider .inr {
    padding: 80px 6px 110px;
  }
  #floor .wrap_slider .tit {
    top: 18px;
    font-size: 30px;
    font-weight: 400;
    color: #0b2240;
  }
  #floor .wrap_slider img {
    margin: 0 auto;
    padding: 0 4.4vw;
  }
  #floor .wrap_slider .slick-current .more {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 30px;
    width: 120px;
    padding: 0;
    margin-left: -60px;
    line-height: 40px;
    font-size: 14px;
    background-image: none;
    text-align: center;
  }
}

#location {
  padding: 94px 0 140px;
  background: #f4f4f4;
}
#location .wrap_tit {
  text-align: center;
}
#location .wrap_tit .tit {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#location .wrap_tit .tit b {
  font-weight: 500;
  color: #0c6693;
}
#location .wrap_tit .desc {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.44;
}
#location .maps {
  display: flex;
  justify-content: space-between;
  margin: 50px -20px 0;
}
#location .maps .item {
  display: flex;
  width: 50%;
  padding: 0 20px;
}
#location .maps .inr {
  width: 100%;
  border: 2px solid #004784;
  box-shadow: 0 0 20px rgba(0, 71, 132, 0.2);
  background: #fff;
}
#location .maps .root_daum_roughmap {
  width: 100%;
}
#location .maps .wrap_map {
  height: 380px;
}
#location .maps .wrap_cont {
  position: relative;
  padding: 40px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.2;
}
#location .maps .wrap_cont .tit {
  float: left;
  margin-right: 40px;
  color: #006dcb;
}
#location .maps .wrap_cont .cont {
  padding-right: 180px;
  overflow: hidden;
}
#location .maps .wrap_cont .link {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 164px;
  margin-top: -29px;
  background: #004784;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #location .maps {
    margin: 50px -10px 0;
  }
  #location .maps .item {
    padding: 0 10px;
  }
  #location .maps .wrap_cont {
    padding: 30px 20px;
    font-size: 20px;
    overflow: hidden;
  }
  #location .maps .wrap_cont .tit {
    margin-right: 30px;
  }
  #location .maps .wrap_cont .cont {
    padding-right: 120px;
  }
  #location .maps .wrap_cont .address {
    display: block;
    max-width: 250px;
  }
  #location .maps .wrap_cont .link {
    right: 20px;
    width: 104px;
    font-size: 16px;
    line-height: 48px;
    margin-top: -24px;
  }
}
@media screen and (max-width: 1024px) {
  #location {
    padding: 50px 0 40px;
  }
  #location .wrap_tit .tit {
    font-size: 20px;
  }
  #location .wrap_tit .desc {
    font-size: 15px;
  }
  #location .maps {
    margin: 25px 0 0;
  }
  #location .maps .inr {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 71, 132, 0.2);
    border-width: 1px;
  }
  #location .maps .wrap_map {
    height: 40vw;
  }
  #location .maps .wrap_cont {
    display: flex;
    flex-grow: 1;
    width: 100%;
    align-items: center;
    padding: 18px 18px 20px;
    font-size: 15px;
  }
  #location .maps .wrap_cont .tit {
    float: none;
    margin-right: 20px;
  }
  #location .maps .wrap_cont .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    flex-grow: 1;
  }
  #location .maps .wrap_cont .address {
    max-width: none;
  }
  #location .maps .wrap_cont .link {
    position: relative;
    top: auto;
    right: auto;
    width: 77px;
    line-height: 32px;
    margin-top: 0;
    margin-left: 12px;
    font-size: 14px;
    flex-shrink: 0;
  }
  #location .maps .wrap_cont .link em {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #location .maps {
    display: block;
  }
  #location .maps .item {
    display: block;
    width: auto;
    padding: 0;
  }
  #location .maps .item + .item {
    margin-top: 15px;
  }
  #location .maps .wrap_map {
    height: 60vw;
  }
}

#notice {
  background: #fff;
  border-top: 2px solid #eee;
}
#notice .wfix {
  position: relative;
  padding: 23px 15px;
}
#notice .tit {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
}
#notice .slider {
  overflow: hidden;
  padding-right: 80px;
}
#notice .item .link {
  display: inline-block;
  max-width: 50%;
}
#notice .item .date {
  float: right;
}
#notice .arrows {
  position: absolute;
  top: 5px;
  right: 8px;
}
#notice .arrows .slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0.35;
  transition: 0.2s;
}
#notice .arrows .slick-prev {
  background-image: url(../img/arw4_top.png);
}
#notice .arrows .slick-next {
  background-image: url(../img/arw4_bottom.png);
}
@media screen and (min-width: 1280px) {
  #notice .arrows .slick-arrow:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  #notice {
    border-top-width: 1px;
    line-height: 40px;
  }
  #notice .wfix {
    padding: 0 15px;
  }
  #notice .tit {
    margin-right: 11px;
    font-size: 15px;
  }
  #notice .slider {
    padding-right: 0;
  }
  #notice .slick-vertical .slick-slide {
    border: none;
  }
  #notice .item .link {
    display: block;
    max-width: none;
    font-size: 15px;
  }
  #notice .item .date {
    display: none;
  }
}