@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap"); /* NotoSans google font */

/*********************************************************************************************************************
                                                   common
*********************************************************************************************************************/
html,
body {
   width: 100%;
}
body {
   min-width: 320px;
   font-size: 14pt;
   font-family: "Noto Sans KR", sans-serif;
   font-weight: 400;
   background-color: #fff;
   line-height: 1;
}
select,
input {
   font-family: "Noto Sans KR";
}
header,
nav,
section,
footer {
   max-width: 1920px;
   margin: 0 auto;
   width: 100%;
}
.foten_full {
   max-width: 100%;
   margin: 0 auto;
   text-align: center;
}
.foten_sub {
   width: 100%;
   min-height: 600px;
   margin: 0 auto;
}
.foten {
   width: 1200px;
   margin: 0 auto;
   text-align: center;
}
.ft_monav {
   display: none;
}

/*********************************************************************************************************************
                                                   header
*********************************************************************************************************************/
.ft_hd {
   width: 100%;
   text-align: right;
}
.ft_hd:after {
   content: "";
   display: block;
   clear: both;
}
.ft_hd .ft_shopping {
   display: block;
   width: 120px;
   height: 36px;
   margin-left: 10px;
   background: #f06936;
   border-radius: 0 0 36px 36px;
   text-align: center;
   float: right;
}
.ft_hd .ft_shopping > p {
   padding: 8px 0 0;
   font-size: 20px;
   font-weight: bold;
   color: #fff;
}
.ft_hd .ft_hdwrap {
   float: right;
}
.ft_hd .ft_hdlist {
   display: inline-block;
   position: relative;
   height: 70px;
}
.ft_hd .ft_hdinner {
   display: block;
   width: 74px;
   height: 100%;
   text-align: center;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdbg {
   position: absolute;
   top: 0;
   width: 100%;
   height: 0;
   background: #ffc76a;
   border-radius: 0 0 37px 37px;
   z-index: -1;
   transition: all 0.3s ease-in-out;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdtext {
   position: absolute;
   top: -100%;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   margin-top: 11px;
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   transition: all 0.3s ease-in-out;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_icon {
   position: absolute;
   top: 10px;
   left: 50%;
   transform: translateX(-50%);
   margin: 0 auto;
   transition: all 0.3s ease-in-out;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdcart {
   background: url("../images/main_cartB.png") no-repeat center center;
   background-size: cover;
   width: 24px;
   height: 24px;
}

.ft_hd .ft_hdlist .ft_hdinner .ft_hdshop {
   background: url("../images/main_shopB.png") no-repeat center center;
   background-size: cover;
   width: 24px;
   height: 24px;
}

.ft_hd .ft_hdlist .ft_hdinner .ft_hdlogin {
   background: url("../images/main_loginB.png") no-repeat center center;
   background-size: cover;
   width: 21px;
   height: 25px;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdreg {
   background: url("../images/main_regB.png") no-repeat center center;
   background-size: cover;
   width: 27px;
   height: 25px;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdintra {
   background: url("../images/main_intraB.png") no-repeat center center;
   background-size: cover;
   width: 26px;
   height: 24px;
}
.ft_hd .ft_hdlist .ft_hdinner .ft_hdcafe {
   background: url("../images/main_cafeB.png") no-repeat center center;
   background-size: cover;
   width: 31px;
   height: 27px;
}
.ft_hd .ft_hdlist:hover {
   height: 70px;
}
.ft_hd .ft_hdlist:hover .ft_hdbg {
   height: 70px;
}
.ft_hd .ft_hdlist:hover .ft_hdtext {
   top: 0;
   color: #fff;
}
.ft_hd .ft_hdlist:hover .ft_icon {
   top: 35px;
}
.ft_hd .ft_hdlist:hover .ft_hdcart {
   background: url("../images/main_cartW.png") no-repeat center center;
}
.ft_hd .ft_hdlist:hover .ft_hdlogin {
   background: url("../images/main_loginW.png") no-repeat center center;
}
.ft_hd .ft_hdlist:hover .ft_hdshop {
   background: url("../images/main_shopW.png") no-repeat center center;
}
.ft_hd .ft_hdlist:hover .ft_hdreg {
   background: url("../images/main_regW.png") no-repeat center center;
}
.ft_hd .ft_hdlist:hover .ft_hdintra {
   background: url("../images/main_intraW.png") no-repeat center center;
}
.ft_hd .ft_hdlist:hover .ft_hdcafe {
   background: url("../images/main_cafeW.png") no-repeat center center;
}
/*********************************************************************************************************************
                                                     nav
*********************************************************************************************************************/
.nav {
   position: relative;
}
.ft_mologo {
   display: none;
}
.subnav_bg {
   display: none;
   position: absolute;
   top: 75px;
   width: 100%;
   height: 60px;
   background: #ffc159;
   opacity: 0;
   z-index: 2;
}
.Snav_incategory div {
   display: none;
}
.ft_nav {
   width: 100%;
   text-align: center;
   font-size: 0;
}
.ft_nav .ft_logo {
   display: inline-block;
   width: 20%;
   text-align: left;
   vertical-align: text-bottom;
}
.ft_nav .ft_logo img {
   margin-bottom: 20px;
}
.ft_nav .ft_navwrap {
   display: inline-block;
   width: 80%;
   vertical-align: text-bottom;
   text-align: right;
}
.ft_nav .ft_navlist {
   display: inline-block;
   position: relative;
   vertical-align: text-top;
   text-align: right;
}
.ft_nav .ft_navlist > a {
   display: inline-block;
   padding: 20px;
   font-size: 20px;
   font-weight: 500;
   color: #030303;
}
.ft_nav .ft_subnav {
   position: absolute;
   top: 60px;
   height: 0;
   padding: 0 10px;
   transform: translateY(10px);
   opacity: 0;
   z-index: -1;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
}
.ft_nav .ft_subnav.active {
   height: 100%;
   opacity: 1;
   transform: translateY(0);
   z-index: 3;
}
.ft_nav .ft_navlist .ft_subnav01 {
   left: 0;
   width: 720px;
   text-align: left;
}
.ft_nav .ft_navlist .ft_subnav02 {
   left: 0;
   width: 460px;
   text-align: left;
}
.ft_nav .ft_navlist .ft_subnav03 {
   left: 0;
   width: 460px;
   text-align: left;
}
.ft_nav .ft_navlist .ft_subnav04 {
   width: 460px;
   text-align: left;
}
.ft_nav .ft_navlist .ft_subnav05 {
   right: -210px;
   width: 770px;
   text-align: right;
}
.ft_nav .ft_navlist .ft_subnav06 {
   right: 0;
   width: 620px;
   text-align: right;
}
.ft_nav .ft_navlist .ft_subnav07 {
   right: 0;
   width: 720px;
   text-align: right;
}
.ft_nav .ft_subnav .ft_subnav_list {
   display: inline-block;
   padding: 0 10px;
}
.ft_nav .ft_subnav .ft_subnav_list > a {
   display: block;
   font-size: 18px;
   font-weight: 400;
   color: #2b2a2a;
   line-height: 61px;
}

/*****************subpage nav*****************/
.foten:after {
   content: "";
   display: block;
   clear: both;
}
.ft_sidenav {
   float: left;
   width: 260px;
   padding-bottom: 100px;
}
.sn_titwrap {
   text-align: center;
   background: #272b44;
}
.sn_titinner {
   padding: 65px 55px 45px;
}
.sn_titinner .sn_titbar {
   width: 30px;
   height: 2px;
   margin: 0 auto 35px auto;
   background: #fff;
}
.sn_titinner .sn_tittext {
   font-size: 26px;
   color: #fff;
   font-weight: 500;
}
.sn_navwrap .ft_subnav {
   padding: 15px 0;
}
.sn_navwrap .ft_subnav_list {
   text-align: left;
   padding-left: 15px;
   border-bottom: 1px solid #e2e2e2;
}
.sn_navwrap .ft_subnav_list:last-child {
   border: none;
}
.sn_navwrap .ft_subnav_list > a {
   font-size: 18px;
   font-weight: lighter;
   color: #363636;
   line-height: 60px;
}
.sub_cont {
   float: left;
   width: 900px;
   margin: 0 0 0 40px;
   padding: 50px 0 100px;
   text-align: center;
}
.sub_cont:after {
   clear: both;
   display: block;
   content: "";
}
.sub_cont > h1,
.sub_mypage > h1,
.sub_mypage h1.mp_title {
   margin: 50px auto;
   font-size: 34px;
   text-align: center;
   padding-bottom: 30px;
   border-bottom: 1px solid #e4e4e4;
   color: #393939;
}
.sub_cont .ct_h5 {
   font-size: 14px;
   font-weight: 400;
   color: #282828;
   line-height: 22px;
}
.txt_justi {
   text-align: justify;
}
.sub_cont .ct_h5 span {
   font-weight: 800;
}
.sub_mypage h1.mp_title {
   margin-top: 0px;
}
.sub_cont > h1,
.sub_mypage h1.mp_title {
   text-align: left;
   font-weight: 500;
}
.sub_board {
   text-align: left;
}
.sub_mypage {
   max-width: 1800px;
   margin: 0 auto;
   padding: 60px 10px;
   text-align: center;
}
.sub_mypage:after {
   clear: both;
   display: block;
   content: "";
}
.s_mainImg {
   height: 300px;
   background: url("../images/sub_mainbg.png") no-repeat 67% center;
   text-align: center;
}
.s_mainImg span {
   font-size: 50px;
   color: #fff;
   text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
   vertical-align: middle;
   line-height: 280px;
}
.s_midNav {
   max-width: 1200px;
   background: #ffbf56;
   height: 80px;
   margin: -40px auto;
   border-radius: 3px;
   text-align: left;
   padding: 0 25px;
}
.s_midNav .Snav_home {
   display: inline-block;
}
.s_midNav .Snav_home a {
   display: inline-block;
   width: 32px;
   height: 32px;
   text-indent: -9999px;
   background: url("../images/iconnav_home.png") no-repeat center;
   background-size: cover;
   vertical-align: middle;
}
.s_midNav > div {
   position: relative;
   padding-right: 30px;
}
.s_midNav > div:after {
   content: "";
   display: inline-block;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 2px;
   height: 40px;
   background: #fff;
}
.s_midNav .Snav_topcategory {
   display: inline-block;
}
.s_midNav .Snav_topcategory select,
.s_midNav .Snav_incategory select {
   border: 0px;
   color: #fff;
   font-size: 18px;
   padding: 0 30px;
   width: 200px;
   line-height: 80px;
   cursor: pointer;
   background: url(../images/subnav_arrow.png) no-repeat right center #ffbf56;
   border-radius: 0; /* 아이폰 사파리 보더 없애기 */
   -webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none; /* 화살표 없애기 for firefox*/
   appearance: none; /* 화살표 없애기 공통*/
}
.s_midNav .snav_bar {
   display: inline-block;
   padding: 0 25px;
   color: #fff;
   border-right: 1px solid #fff;
   height: 32px;
}
.s_midNav .Snav_incategory {
   display: inline-block;
}
.s_midNav .Snav_topcategory select::-ms-expand,
.s_midNav .Snav_incategory select::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
#sodr_list {
   margin-top: 10px;
}
#sodr_list th,
#sodr_list td {
   padding: 13px;
}
.s13_ul {
   list-style: none;
   width: 100%;
}
.s13_ul:after {
   clear: both;
   display: block;
   content: "";
}
.s13_ul li {
   width: 50%;
   text-align: center;
   float: left;
   margin-bottom: 40px;
}
.s13_ul li img {
}
.s13_ul li p {
   font-size: 20px;
   font-weight: bold;
   margin: 8px;
   color: #444;
}

/*********************************************************************************************************************
                                                   section
*********************************************************************************************************************/
.banner_slide {
   display: block;
   width: 100%;
   height: 560px;
}
.banner_slide01 {
   background: url("../images/main_banner.png") no-repeat center center;
}
.banner_slide02 {
   background: url("../images/main_banner.png") no-repeat center center;
}
.banner_slide03 {
   background: url("../images/main_banner.png") no-repeat center center;
}
.foten.ft_section_nav {
   position: relative;
   margin-top: -54px;
   z-index: 2;
}
.ft_scnav_bg {
   position: relative;
   background: #ffc159;
   border-radius: 60px;
   text-align: left;
   box-shadow: 2.9px 4.1px 12.7px 0.3px rgba(0, 0, 0, 0.05);
   font-size: 0;
}
.ft_scnav .ft_scnav_icon {
   display: inline-block;
   width: 80px;
   padding: 15px 0 15px 0;
   margin: 0 auto;
   text-align: center;
   vertical-align: middle;
}
.ft_scnav .ft_scnav_btn {
   width: 42px;
   margin: 0 27px 0 50px;
   padding: 20px 0;
   cursor: pointer;
}
.ft_scnav .ft_scnav_block {
   width: 3px;
   margin: 0 auto;
}
.ft_scnav .ft_scnav_btn > p {
   display: inline-block;
   width: 42px;
   height: 42px;
   margin-right: 3px;
   margin-bottom: 3px;
   background: url(../images/menu.png) no-repeat center center;
}
.ft_scnav .ft_scnav_block > p {
   background: url("../images/menu_block.png") no-repeat center center;
   width: 2px;
   height: 32px;
   margin: 0 auto;
}
.ft_scnav .ft_scnav_icon > a > span {
   display: block;
   height: 40px;
   margin: 0 auto 10px auto;
}
.ft_scnav .ft_scnav_icon > a > div {
   overflow: hidden;
}
.ft_scnav .ft_scnav_icon > a > div > p {
   font-size: 14px;
   color: #ffffff;
   letter-spacing: -1px;
}
.ft_scnav .ft_scnav_icon > a > div > p.active {
   animation: switch 0.3s ease-in-out forwards;
}
@keyframes switch {
   0% {
      transform: translateY(0);
      color: #fff;
   }
   50% {
      transform: translateY(20px);
      color: #fff;
   }
   51% {
      color: #000;
   }
   100% {
      transform: translateY(0);
      color: #000;
   }
}
.ft_scnav .ft_scnav_icon01 > a > span {
   background: url("../images/menuicon_01.png") no-repeat center center;
   width: 30px;
}
.ft_scnav .ft_scnav_icon02 > a > span {
   background: url("../images/menuicon_02.png") no-repeat center center;
   width: 46px;
}
.ft_scnav .ft_scnav_icon03 > a > span {
   background: url("../images/menuicon_03.png") no-repeat center center;
   width: 40px;
}
.ft_scnav .ft_scnav_icon04 > a > span {
   background: url("../images/menuicon_04.png") no-repeat center center;
   width: 37px;
}
.ft_scnav .ft_scnav_icon05 > a > span {
   background: url("../images/menuicon_13.png") no-repeat center center;
   width: 36px;
}
.ft_scnav .ft_scnav_icon06 > a > span {
   background: url("../images/menuicon_06.png") no-repeat center center;
   width: 36px;
}
.ft_scnav .ft_scnav_icon07 > a > span {
   background: url("../images/menuicon_07.png") no-repeat center center;
   width: 31px;
}
.ft_scnav .ft_scnav_icon08 > a > span {
   background: url("../images/menuicon_08.png") no-repeat center center;
   width: 30px;
}
.ft_scnav .ft_scnav_icon09 > a > span {
   background: url("../images/menuicon_09.png") no-repeat center center;
   width: 33px;
}
.ft_scnav .ft_scnav_icon10 > a > span {
   background: url("../images/menuicon_10.png") no-repeat center center;
   width: 38px;
}
.ft_scnav .ft_scnav_icon11 > a > span {
   background: url("../images/menuicon_11.png") no-repeat center center;
   width: 32px;
}
.ft_scnav .ft_scnav_icon12 > a > span {
   background: url("../images/menuicon_12.png") no-repeat center center;
   width: 28px;
}
.ft_scnav .ft_scnav_icon14 > a > span {
   background: url("../images/menuicon_14.png") no-repeat center center;
   width: 65px;
}
.ft_scnav .ft_scnav_notice {
   display: inline-block;
   position: absolute;
   top: 0;
   right: -1px;
   width: 108px;
   height: 108px;
   border-radius: 54px;
   background: #fff;
   text-align: left;
   overflow: hidden;
   transition: all 0.4s ease-in-out;
}
.ft_scnav .ft_scnav_notice .ft_notice_iconwrap {
   display: inline-block;
   cursor: pointer;
}
.ft_scnav .ft_scnav_notice .ft_monotice_iconwrap {
   display: none;
}
.ft_scnav .ft_scnav_notice > div {
   display: block;
   width: 100%;
   height: 100%;
   text-align: left;
}
.ft_scnav .ft_scnav_notice > div > div {
   display: inline-block;
   vertical-align: middle;
}
.ft_scnav .ft_scnav_notice .ft_notice_cap {
   background: url("../images/cap.png") no-repeat center center;
   width: 108px;
   height: 108px;
}

.ft_scnav .ft_scnav_notice.active {
   width: 91%;
   padding-left: 25px;
   text-align: left;
}
.ft_scnav .ft_scnav_notice.active .ft_notice_textwrap {
   -webkit-animation: notice 0.5s ease-in-out;
   animation: notice 0.5s ease-in-out;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;
   opacity: 0;
}
@keyframes notice {
   0% {
      -webkit-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
   }
   40% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
   }
   70% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
   }
}
@-webkit-keyframes notice {
   0% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
   }
   40% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
   }
   70% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
   }
}
@media screen and (max-width: 1200) {
   .ft_scnav .ft_scnav_notice.active .ft_notice_textwrap {
      -webkit-animation: none;
      animation: none;
   }
}
.ft_scnav .ft_notice_textwrap p {
   display: inline-block;
   vertical-align: middle;
}
.ft_scnav .ft_notice_textwrap > a {
   vertical-align: middle;
}
.ft_scnav .ft_notice_textwrap .ft_notice_tit {
   margin: 0 20px;
   font-size: 26px;
   font-weight: bold;
   color: #3e3e3e;
}
.ft_scnav .ft_notice_textwrap .ft_notice_text {
   margin: 0 10px;
   font-size: 24px;
   font-weight: normal;
   color: #030303;
}
.ft_scnav .ft_notice_textwrap .ft_notice_new {
   width: 51px;
   text-align: center;
   line-height: 21px;
   vertical-align: middle;
   font-size: 12px;
   border-radius: 11px;
   background: #f06936;
   color: #030303;
   margin-right: 52px;
}
.ft_scnav .ft_notice_textwrap .ft_notice_day {
   margin-right: 85px;
   font-size: 24px;
   color: #030303;
}
.ft_scnav .ft_notice_textwrap .ft_notice_more {
   font-size: 15.5px;
   color: #f06936;
   vertical-align: middle;
}
.ft_scnav .ft_notice_textwrap .ft_monotice_more {
   display: none;
}
.ft_scnav .ft_monotice_textwrap {
   display: inline-block;
   font-size: 0;
   vertical-align: middle;
}
.ft_product {
   position: relative;
   margin-top: 90px;
}
.ft_product .ft_pd_titwrap {
   margin-bottom: 46px;
}
.ft_product .ft_pd_titwrap > h2 {
   display: inline-block;
   position: relative;
   font-size: 30px;
   font-weight: bold;
   letter-spacing: 0.9px;
   color: #323232;
}
.ft_product .ft_pd_titwrap > h2:after {
   content: "";
   display: block;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 8px;
   background: #d8d8d8;
   z-index: -1;
}
.ft_product .swiper-slide .pd_item {
   display: block;
   /*border: 2px solid #cdcdcd;*/
}
.ft_product .swiper-slide .pd_item:hover {
   /*border: solid 2px #f06936;*/
}
.ft_product .swiper-slide .pd_img {
   position: relative;
   height: 220px;
   max-height: 220px;
   overflow: hidden;
}
.ft_product .swiper-slide .pd_img > img {
   width: 100%;
}
.ft_product .swiper-slide .pd_text {
   margin-top: 15px;
   font-size: 18px;
   font-weight: 300;
   color: #292929;
}
.ft_intro {
   width: 100%;
   margin-top: 115px;
   font-size: 0;
}
.ft_intro > div {
   display: inline-block;
   width: 50%;
   vertical-align: middle;
   font-size: 0;
}
.ft_intro .ft_it_leftwrap {
   text-align: center;
}
.ft_intro .ft_it_rightwrap {
   text-align: right;
}
.ft_intro .ft_it_img {
   display: inline-block;
   width: 48%;
   height: 285px;
   position: relative;
   text-align: center;
   transition: all 0.2s ease-in-out;
}
.ft_intro .ft_it_img:hover {
   transform: translateY(-3px);
   box-shadow: 5px 5px 10px 1px #999;
}
.ft_intro .ft_it_img01 {
   background: url("../images/photo_01.png") no-repeat center center;
   margin: 0 1.5% 1.5% 0;
}
.ft_intro .ft_it_img02 {
   background: url("../images/photo_02.png") no-repeat center center;
   margin: 0 0 1.5% 1.5%;
}
.ft_intro .ft_it_img03 {
   background: url("../images/photo_03.png") no-repeat center center;
   margin: 1.5% 1.5% 0 0;
}
.ft_intro .ft_it_img04 {
   background: url("../images/photo_04.png") no-repeat center center;
   margin: 1.5% 0 0 1.5%;
}
.ft_intro .ft_it_img .ft_it_text {
   position: absolute;
   left: 50%;
   bottom: 20px;
   transform: translateX(-50%);
   width: 100%;
   font-size: 25px;
   color: #fff;
   text-shadow: 0 0 6.6px rgba(0, 0, 0, 1);
}
.ft_intro .ft_it_bgwrap {
   display: inline-block;
   position: relative;
   width: 50%;
   height: 50%;
   font-size: 0;
   /* overflow: hidden; */
}
.ft_intro .ft_it_bgwrap:after {
   content: "";
   display: block;
   position: absolute;
   background: #e4e4e4;
}
.ft_intro .ft_it_bgwrap:nth-child(1) {
   padding: 0 23px 23px 0;
}
.ft_intro .ft_it_bgwrap:nth-child(1):after {
   right: -1px;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   height: 220px;
}
.ft_intro .ft_it_bgwrap:nth-child(2) {
   padding: 0 0 23px 23px;
}
.ft_intro .ft_it_bgwrap:nth-child(2):after {
   left: 50%;
   bottom: -2px;
   transform: translateX(-50%);
   width: 220px;
   height: 1px;
}
.ft_intro .ft_it_bgwrap:nth-child(3) {
   padding: 23px 23px 0 0;
}
.ft_intro .ft_it_bgwrap:nth-child(3):after {
   top: -2px;
   left: 50%;
   transform: translateX(-50%);
   width: 220px;
   height: 1px;
}
.ft_intro .ft_it_bgwrap:nth-child(4) {
   padding: 23px 0 0 23px;
}
.ft_intro .ft_it_bgwrap:nth-child(4):after {
   top: 50%;
   left: -1px;
   transform: translateY(-50%);
   width: 1px;
   height: 220px;
}
.ft_intro .ft_it_bg {
   display: block;
   width: 253px;
   height: 253px;
   margin: 0 auto;
   padding-top: 50px;
   border-radius: 50%;
   text-align: center;
   transition: all 0.2s ease-in-out;
}
.ft_intro .ft_it_bg:hover {
   box-shadow: 3px 3px 10px 1px #999;
}
.ft_intro .ft_it_bg01 {
   background: #ffc25d;
   margin: 0 0 0 auto;
}
.ft_intro .ft_it_bg02 {
   background: #7fd2f5;
   margin: 0 auto 0 0;
}
.ft_intro .ft_it_bg03 {
   background: #69c585;
   margin: 0 0 0 auto;
}
.ft_intro .ft_it_bg04 {
   background: #ff7a51;
   margin: 0 auto 0 0;
}
.ft_intro .ft_it_icon {
   margin: 0 auto;
   padding: 50px 0 0 0;
}
.ft_intro .ft_it_icon01 {
   background: url("../images/icon_view.png") no-repeat center center;
   width: 104px;
   height: 103px;
}
.ft_intro .ft_it_icon02 {
   background: url("../images/icon_map.png") no-repeat center center;
   width: 86px;
   height: 106px;
}
.ft_intro .ft_it_icon03 {
   background: url("../images/icon_mega.png") no-repeat center center;
   width: 88px;
   height: 100px;
}
.ft_intro .ft_it_icon04 {
   background: url("../images/icon_logo.png") no-repeat center center;
   width: 135px;
   height: 101px;
}
.ft_intro .ft_it_icontext {
   margin-top: 25px;
   font-size: 25px;
   font-weight: bold;
   color: #ffffff;
}
.ft_Service {
   width: 100%;
   margin: 60px 0 116px;
   font-size: 0;
}
.ft_Service .ft_sv_tab {
   width: 52.5%;
   padding-right: 30px;
   border-right: 1px solid #e4e4e4;
}
.ft_Service > div {
   display: inline-block;
   vertical-align: middle;
   font-size: 0;
}
.ft_Service .ft_sv_list {
   display: inline-block;
   width: 33%;
   padding: 10px 0;
   border-right: 2px solid #c0c0c0;
}
.ft_Service .ft_sv_list:last-child {
   display: inline-block;
   width: 33%;
   border-right: none;
}
.ft_Service .ft_sv_list .ft_sv_icon {
   margin: 0 auto;
   width: 80px;
}
.ft_Service .ft_sv_list .ft_sv_icon01 {
   background: url("../images/icon_doc.png") no-repeat center center;
   width: 50px;
   height: 57px;
}
.ft_Service .ft_sv_list .ft_sv_icon02 {
   background: url("../images/icon_play.png") no-repeat center center;
   width: 48px;
   height: 57px;
}
.ft_Service .ft_sv_list .ft_sv_icon03 {
   background: url("../images/icon_support.png") no-repeat center center;
   width: 55px;
   height: 60px;
}
.ft_Service .ft_sv_list .ft_sv_text {
   margin-top: 21px;
   font-size: 23px;
   font-weight: normal;
   color: #3b3b3b;
}
.ft_Service .ft_sv_tell {
   position: relative;
   width: 47.5%;
   padding-left: 40px;
   text-align: left;
}
.ft_Service .ft_sv_tellwrap > div {
   display: inline-block;
   font-size: 0;
   vertical-align: text-top;
}
.ft_Service .ft_sv_tellicon > p {
   background: url("../images/icon_whatsapp.png") no-repeat center center;
   width: 117px;
   height: 101px;
}
.ft_Service .ft_sv_telltext {
   margin-left: -17px;
}
.ft_Service .ft_sv_telltext > p {
   font-size: 23px;
   font-weight: 500;
   color: #3b3b3b;
}
.ft_Service .ft_sv_telltext > h1 {
   font-size: 63px;
   font-weight: 500;
   color: #272727;
}

.ft_intro .ft_it_icon02.active {
   -webkit-animation: bounce 0.9s ease-in-out infinite;
   animation: bounce 0.9s ease-in-out infinite;
}
@-webkit-keyframes bounce {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
@keyframes bounce {
   0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
   }
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
}
.ft_intro .ft_it_icon03.active {
   -webkit-animation: tada 1s ease-in-out infinite;
   animation: tada 1s ease-in-out infinite;
}
@-webkit-keyframes tada {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
   10%,
   20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
   }
   30%,
   50%,
   70%,
   90% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
   }
   40%,
   60%,
   80% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
   }
   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}
@keyframes tada {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
   10%,
   20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
   }
   30%,
   50%,
   70%,
   90% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
   }
   40%,
   60%,
   80% {
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
   }
   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}
.ft_intro .ft_it_icon04.active {
   -webkit-animation: lightSpeedIn 1.5s ease-in-out;
   animation: lightSpeedIn 1.5s ease-in-out;
}
@-webkit-keyframes lightSpeedIn {
   from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
   }
   30% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
   }
   50% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
   }
   80% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}
@keyframes lightSpeedIn {
   from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
   }
   30% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
   }
   50% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
   }
   80% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}
/*********************************************************************************************************************
                                                    footer
*********************************************************************************************************************/
.footer {
   background: #313131;
}
.ft_footer {
   padding: 33px 0 41px;
   text-align: left;
}
.ft_footer .ft_ftnav {
   margin-bottom: 25px;
   font-size: 0;
}
.ft_footer .ft_ftnav_list {
   display: inline-block;
   position: relative;
   margin-right: 31px;
}
.ft_footer .ft_ftnav_list:after {
   content: "";
   position: absolute;
   top: 50%;
   right: -15px;
   transform: translateY(-50%);
   width: 1px;
   height: 20px;
   background: #fff;
}
.ft_footer .ft_ftnav_list:last-child:after {
   display: none;
}
.ft_footer .ft_ftnav_list > a {
   line-height: 1.67;
   font-size: 18px;
   font-weight: 300;
   color: #fff;
}
.ft_footer .ft_cp_list > p {
   font-size: 14px;
   font-weight: 300;
   line-height: 1.43;
   color: #9c9b9b;
}
.ft_ftnav_list:hover > a {
   color: #f39800;
}
/*********************************************************************************************************************
                                                Sub_content
*********************************************************************************************************************/
/*sub02_03, sub03_03*/
.bookList ul {
   font-size: 0;
}
.bookList ul .stepGroup {
   display: inline-block;
   width: 25%;
   padding: 10px 1%;
}
.bookList ul .stepGroup .stepTit {
   font-size: 24px;
   word-break: keep-all;
}
.bookList ul .stepGroup .stepCont {
   margin-top: 30px;
}
.bookList ul .stepGroup .stepCont li {
   width: 80%;
   margin: 0 10%;
   padding: 15px 0;
   border-top: 1px solid #ddd;
}
.bookList ul .stepGroup .stepCont li a {
   font-size: 18px;
   font-weight: 300;
   word-break: keep-all;
}
.bookList ul .stepGroup .stepCont li a:hover {
   color: #ffbf56;
   font-weight: 700;
}
p.txt1 {
   width: 730px;
   line-height: 24px;
   font-size: 16px;
   text-align: left;
   margin: 32px auto;
}
@media screen and (max-width: 730px) {
   p.txt1 {
      width: 100%;
   }
}

div.tablebox {
   width: 730px;
   margin: 0px auto;
   background: #f9f9f9;
   padding: 10px;
}
div.tablebox span.textlist {
   text-align: left;
   display: block;
   padding: 0 15px;
   font-size: 16px;
}
@media screen and (max-width: 730px) {
   div.tablebox {
      width: 100%;
   }
}

.tb_type1 {
   width: 100%;
   text-align: center;
   border-top: 2px solid #fe1a89;
   border-bottom: 2px solid #2d2d2d;
}
.tb_type1 tr th,
.tb_type1 tr td {
   padding: 8px;
   font-size: 14px;
   border-bottom: 1px solid #ccc;
   width: 12%;
   vertical-align: middle;
   line-height: 18px;
}
.tb_type1 tr td:nth-child(3) {
   width: 40%;
   text-align: left;
}
.tb_type1 tr td:first-of-type {
   color: #fe1a89;
}

.tb_type2 {
   width: 100%;
   text-align: center;
   border-top: 2px solid #9c81de;
   border-bottom: 2px solid #2d2d2d;
}
.tb_type2 tr th,
.tb_type2 tr td {
   text-align: left;
   padding: 8px;
   font-size: 14px;
   border-bottom: 1px solid #ccc;
   vertical-align: middle;
   line-height: 18px;
}

dl.itemlist {
   width: 730px;
   margin: 70px auto;
}
dl.itemlist dt h2 {
   text-align: left;
   font-size: 25px;
}
dl.itemlist dt h2 span {
   font-size: 15px;
   font-weight: normal;
}

dl.itemlist dd {
   text-align: left;
   padding: 20px;
   background: #f7f7f7;
   margin-top: 20px;
   font-size: 16px !important;
   line-height: 24px;
}
dl.itemlist dd h2 {
   border-left: 3px solid #ffbf56;
   color: #ffbf56;
   font-size: 20px !important;
   padding-left: 6px;
}
@media screen and (max-width: 730px) {
   dl.itemlist {
      width: 100%;
   }
   dl.itemlist img {
      width: 100%;
   }
}

.mypage-tbl th {
   background: #333 !important;
   color: #fff !important;
   text-align: center !important;
   white-space: nowrap;
}
.mypage-tbl td {
   text-align: center;
   white-space: nowrap;
}

/*********************************************************************************************************************
                                                CUSTOMIZE
*********************************************************************************************************************/
.h3_subtit {
   padding: 10px 90px;
   display: inline-block;
   color: #fff;
   font-size: 25px;
   background: #8f61f7;
   border-radius: 10px;
}
.mg_t30 {
   margin-top: 30px;
}
.mg_t50 {
   margin-top: 50px;
}
.ft_s28 {
   font-size: 28px;
}
.ft_s30 {
   font-size: 30px;
}
.ft_cr_lightpurple {
   color: #ac1864 !important;
}
.sub_cont > h2 {
   text-align: left;
   font-size: 20px;
   font-weight: normal;
   line-height: 28px;
   word-break: keep-all;
   margin-bottom: 50px;
}
.affiliation {
   clear: both;
   overflow: hidden;
   margin-bottom: 50px;
   color: #333;
   text-align: left;
}
.affiliation .titleBox {
   display: table;
   float: left;
   width: 150px;
   height: 150px;
   color: #fff;
   text-align: center;
   border-radius: 50%;
}
.affiliation .titleBox > p {
   display: table-cell;
   line-height: 120%;
   vertical-align: middle;
   font-size: 30px;
}
.affiliation .titleBox.bg01 {
   background: #40c35b;
}
.affiliation .titleBox.bg02 {
   background: #9e2dde;
}
.affiliation .viewlist {
   float: left;
   width: 70%;
   margin-left: 5%;
}
.affiliation .viewlist > ul > li {
   font-size: 16px;
   line-height: 24px;
}
.affiliation h2 {
   margin-bottom: 50px;
   font-weight: normal;
   font-size: 40px;
   color: #333;
}
.affiliation h2.position {
   position: relative;
}
.affiliation h2.position a {
   display: inline-block;
   position: absolute;
   right: 0;
   top: 3px;
}
.affiliation h3 {
   margin-top: 40px;
   font-size: 30px;
   font-weight: normal;
   color: #333;
}
.affiliation h4 {
   margin-bottom: 5px;
   font-size: 20px;
   letter-spacing: -1px;
   font-weight: bold;
   color: #333;
}
a.advice {
   display: block;
   text-align: center;
   line-height: 100px;
   font-size: 26px;
   color: #fff !important;
   font-weight: bold;
   background: #446bea url(../images/ico_tel2.png) no-repeat 85% bottom;
}
a.advice:hover,
a.advice:focus,
a.advice:active {
   color: inherit;
   text-decoration: none;
}
.typeB {
   clear: both;
   width: 100%;
   margin: 10px 0 30px;
   border-top: 2px solid #000;
   border-bottom: 1px solid #000;
   font-size: 14px;
}
.typeB th {
   background-color: #f3f3f3;
   color: #333;
}
.typeB tbody tr th {
   padding: 15px 0;
   padding-left: 15px;
   text-align: left;
   border-bottom: 1px solid #ccc;
   color: #333;
   font-weight: bold;
}
.typeB tbody tr td {
   padding: 15px 15px;
   height: 30px;
   border-bottom: 1px solid #ccc;
   color: #333;
   word-break: break-all;
}

@media screen and (max-width: 700px) {
   .affiliation .titleBox {
      float: none;
   }
   .affiliation .viewlist {
      float: none;
      width: 100%;
      margin: 20px auto 0 auto;
   }
}
@media screen and (max-width: 500px) {
   .sub_cont > h2 {
      font-size: 18px;
      line-height: 24px;
   }
   .affiliation .titleBox {
      width: 120px;
      height: 120px;
   }
   .affiliation .titleBox > p {
      font-size: 24px;
   }
   a.advice {
      font-size: 20px;
      line-height: 60px;
   }
}

/*********************************************************************************************************************
                                                main responsive
*********************************************************************************************************************/
@media screen and (max-width: 1200px) {
   .foten_full,
   .foten {
      width: 100%;
   }
   .section {
      margin-top: 110px;
   }
   .header {
      display: none;
   }
   .subnav_bg {
      display: none !important;
   }
   .nav_wrap {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
   }
   .mo_nav_bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: #000;
      z-index: -99;
      transition: all 0.3s ease-in-out;
   }
   .mo_nav_bg.active {
      z-index: 999;
      opacity: 0.5;
   }
   .mo_nav_wrap {
      position: absolute;
      width: 70%;
      height: 89.2vh;
      left: -100%;
      background: #fff;
      transition: all 0.3s ease-in-out;
      overflow: auto;
   }
   .mo_nav_wrap.active {
      left: 0;
   }
   .nav {
      top: 0;
      /* padding-bottom: 50px; */
      z-index: 999999;
   }
   .mo_nav {
      padding: 0 3.9vw;
   }
   .ft_monav {
      display: block;
   }
   .ft_monav {
      position: relative;
      padding: 0 !important;
   }
   .ft_mobtn {
      position: absolute;
      top: 50%;
      left: 3.9vw;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 99;
   }
   .ft_mobtn_img {
      background: url("../images/mo_menu.png") no-repeat center center;
      background-size: cover;
      width: 40px;
      height: 40px;
   }
   .ft_mologo {
      display: block;
      position: relative;
      height: 110px;
      background: #fff;
      text-align: center;
   }
   .ft_mologo > a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }
   .ft_monav .ft_momenu {
      padding: 35px 0;
      background: #fff;
   }
   .ft_monav .ft_momenu .ft_mm_login {
      margin-bottom: 30px;
      font-size: 0;
   }
   .ft_monav .ft_momenu .ft_mm_login > p {
      display: inline-block;
   }
   .ft_monav .ft_momenu .ft_mm_login > p:nth-child(1) {
      margin-right: 55px;
      font-size: 22px;
      color: #464646;
      vertical-align: middle;
   }
   .ft_monav .ft_momenu .ft_mm_login > a {
      padding: 9px 26px;
      font-size: 16px;
      color: #f39800;
      border: 2px solid #f39800;
      border-radius: 20px;
      background-color: #fff;
   }
   .ft_monav .ft_momenu .ft_mm_login > a:hover {
      background: #f39800;
      color: #fff;
      border: 2px solid #fff;
   }
   .ft_monav .ft_momenu .ft_mm_login > a:nth-child(1) {
      margin-right: 5px;
   }

   .ft_monav .ft_momenu .ft_mm_link {
      font-size: 0;
   }
   .ft_monav .ft_momenu .ft_mm_link > li {
      display: inline-block;
      margin-right: 6vw;
   }
   .ft_monav .ft_momenu .ft_mm_link > li:last-child {
      margin-right: 0;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > span.ft_mm_icon {
      display: block;
      width: 87px;
      height: 87px;
      margin: 0 auto 15px auto;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > span.ft_mm_icon01 {
      background: url("../images/mo_menu_icon01.png") no-repeat center center;
      background-size: cover;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > span.ft_mm_icon02 {
      background: url("../images/mo_menu_icon02.png") no-repeat center center;
      background-size: cover;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > span.ft_mm_icon03 {
      background: url("../images/mo_menu_icon03.png") no-repeat center center;
      background-size: cover;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > p {
      font-size: 18px;
      color: #343434;
   }
   .foten > div {
      padding: 0 3.9vw;
   }
   .foten > div.ft_nav {
      padding: 0 3.9vw 10.16vw;
   }
   /* .foten > div.ft_product {
      padding: 0;
   } */
   .foten > .ft_footer {
      padding: 33px 3.9vw;
   }
   .ft_nav .ft_logo {
      display: none;
   }
   .ft_nav .ft_navlist {
      display: block;
      position: relative;
      text-align: left;
      border-top: 1px solid #d8d8d8;
   }
   .ft_nav .ft_navlist > a {
      position: relative;
      width: 100%;
      padding: 30px 0 20px;
   }
   .ft_nav .ft_navlist > a:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      background: url("../images/mo_arrowdown.png") no-repeat center center;
      width: 17px;
      height: 9px;
      transition: 0.2s ease-in-out;
   }
   .ft_nav .ft_navlist > a.active:after {
      transform: translateY(-50%) rotate(180deg);
   }
   .ft_nav .ft_navlist04 > a:after {
      display: none;
   }
   .ft_nav .ft_subnav {
      display: none;
      position: static;
      width: 100% !important;
      height: auto;
      padding: 0 10px;
      transform: translateY(0);
      text-align: left !important;
      opacity: 1;
      z-index: 1;
      transition: none;
   }
   .ft_nav .ft_subnav.active {
      height: auto;
      opacity: 1;
      transform: none;
      z-index: 3;
   }
   .ft_nav .ft_subnav .ft_subnav_list {
      display: block;
   }
   .ft_nav .ft_subnav .ft_subnav_list > a {
      font-size: 18px;
      line-height: 45px;
   }
   .ft_scnav_bg {
      width: 90%;
      margin: 0 auto;
      padding: 10px 20px;
      box-shadow: 0px 5px 12.7px 0.3px rgba(0, 0, 0, 0.11);
   }
   .ft_scnav .ft_scnav_btn {
      display: none;
   }
   .ft_scnav .ft_scnav_block {
      display: none;
   }
   .ft_scnav .ft_scnav_notice {
      display: block;
      position: static;
      width: 100%;
      height: auto;
      overflow: visible;
   }
   .ft_scnav .ft_scnav_icon {
      width: 16.66%;
   }
   .ft_scnav .ft_notice_textwrap {
      margin-top: 75px;
      padding: 21px 30px 56px 30px;
      box-shadow: 0px 5px 28.4px 0.6px rgba(0, 0, 0, 0.2);
      border-radius: 54px;
      text-align: center;
      width: 90%;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_more {
      display: none;
   }
   .ft_scnav .ft_notice_textwrap .ft_monotice_more {
      display: inline-block;
      padding: 12px 19px;
      text-align: center;
      line-height: 21px;
      vertical-align: middle;
      font-size: 18px;
      font-weight: bold;
      border-radius: 23px;
      background: #f06936;
      color: #ffffff;
   }
   .ft_scnav .ft_monotice_textwrap {
      display: block;
   }
   .ft_scnav .ft_scnav_notice > div {
      text-align: center;
   }
   .ft_scnav .ft_scnav_notice .ft_notice_cap {
      width: 56px;
      height: 49px;
   }
   .ft_scnav .ft_scnav_notice .ft_notice_iconwrap {
      display: none;
   }
   .ft_scnav .ft_scnav_notice .ft_monotice_iconwrap {
      display: block;
      position: relative;
      margin-bottom: 38px;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_tit {
      display: none;
   }
   .ft_scnav .ft_notice_textwrap .ft_monotice_tit {
      display: inline-block;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_text {
      width: 50%;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_new {
      margin: 0 33px 0 13px;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_day {
      margin: 0;
   }
   /* .ft_product .swiper-slide .pd_img {
      width: 20vw;
      height: 20vw;
   } */
   .ft_intro .ft_it_img {
      height: 23.75vw;
   }
   .ft_intro .ft_it_bg {
      width: 21.08vw;
      height: 21.08vw;
      padding-top: 3.16vw;
   }
   .ft_sidenav {
      display: none;
   }
   .foten > div.sub_cont {
      width: 100%;
      margin: 0 auto;
      padding: 50px 3.9vw 100px;
      float: none;
   }
   .sub_cont > img,
   .sub_cont > div > img {
      width: 730px;
   }
}
@media screen and (max-width: 1024px) {
   .banner_slide {
      background-size: cover;
      width: 100%;
      height: 43.94vw;
   }
}
@media screen and (max-width: 1000px) {
   .ft_product .swiper-slide .pd_text {
      font-size: 20px;
   }
   .ft_intro > div {
      width: 100%;
   }
   .ft_intro .ft_it_rightwrap {
      margin-top: 60px;
   }
   .ft_intro .ft_it_img {
      width: 44%;
      height: 285px;
      margin: 0 auto 20px auto;
   }
   .ft_intro .ft_it_bg {
      width: 253px;
      height: 253px;
      padding-top: 50px;
      margin: 0 auto;
   }
   .ft_Service .ft_sv_tab {
      border: none;
   }
   .ft_Service .ft_sv_tab,
   .ft_Service .ft_sv_tell {
      width: 100%;
      padding: 0;
   }
   .ft_Service .ft_sv_tell {
      margin-top: 60px;
      text-align: center;
   }
   .s13_ul li img {
      width: 100%;
   }
}
@media screen and (max-width: 773px) {
   .ft_footer .ft_ftnav_list > a {
      font-size: 24px;
   }
   .ft_footer .ft_cp_list > p {
      font-size: 22px;
      line-height: 1.55;
   }
   .ft_monav .ft_momenu .ft_mm_link > li {
      margin-right: 3vw;
   }
   .sub_cont {
      padding: 50px 15px;
   }
   .sub_cont > img {
      width: 100%;
   }
   .sub_cont > img,
   .sub_cont > div > img {
      width: 100%;
   }
}
@media screen and (max-width: 640px) {
   .hidden-title {
      display: none;
   }

   .ft_monav .ft_momenu .ft_mm_link > li {
      margin-right: 14px;
   }
   .ft_monav .ft_momenu .ft_mm_login > a {
      padding: 5px 20px;
   }
   .ft_mologo {
      height: 17.18vw;
   }
   .ft_mologo > a > img {
      width: 33.9vw;
   }
   .ft_monav .ft_momenu .ft_mm_login > p:nth-child(1) {
      margin-right: 8.59vw;
      font-size: 3.43vw;
   }
   .ft_monav .ft_momenu .ft_mm_login > button {
      padding: 1.4vw 4.68vw;
      font-size: 2.5vw;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > span.ft_mm_icon {
      width: 13vw;
      height: 13vw;
   }
   .ft_nav .ft_navwrap {
      width: 100%;
   }
   .section {
      margin-top: 17.18vw;
   }
   .foten.ft_section_nav {
      margin-top: -6.71vw;
   }
   .ft_scnav_bg {
      width: 100%;
      border-radius: 30px;
   }
   .ft_scnav .ft_scnav_icon {
      width: 25%;
      padding: 28px 0;
      vertical-align: text-bottom;
   }
   .ft_scnav .ft_scnav_icon > a > p {
      font-size: 3.59vw;
   }
   .ft_scnav .ft_scnav_icon > a > p > span {
      display: block;
   }
   .ft_scnav .ft_scnav_icon01 > a > span {
      background: url("../images/mo_menuicon_01.png") no-repeat center center;
      background-size: cover;
      width: 40px;
      height: 48px;
   }
   .ft_scnav .ft_scnav_icon02 > a > span {
      background: url("../images/mo_menuicon_02.png") no-repeat center center;
      background-size: cover;
      width: 60px;
      height: 46px;
   }
   .ft_scnav .ft_scnav_icon03 > a > span {
      background: url("../images/mo_menuicon_03.png") no-repeat center center;
      background-size: cover;
      width: 52px;
      height: 38px;
   }
   .ft_scnav .ft_scnav_icon04 > a > span {
      background: url("../images/mo_menuicon_04.png") no-repeat center center;
      background-size: cover;
      width: 49px;
      height: 45px;
   }
   .ft_scnav .ft_scnav_icon05 > a > span {
      background: url("../images/menuicon_13.png") no-repeat center center;
      background-size: cover;
      width: 45px;
      height: 45px;
   }
   .ft_scnav .ft_scnav_icon06 > a > span {
      background: url("../images/mo_menuicon_06.png") no-repeat center center;
      background-size: cover;
      width: 63px;
      height: 63px;
   }
   .ft_scnav .ft_scnav_icon07 > a > span {
      background: url("../images/mo_menuicon_07.png") no-repeat center center;
      background-size: cover;
      width: 52px;
      height: 62px;
   }
   .ft_scnav .ft_scnav_icon08 > a > span {
      background: url("../images/mo_menuicon_08.png") no-repeat center center;
      background-size: cover;
      width: 51px;
      height: 68px;
   }
   .ft_scnav .ft_scnav_icon09 > a > span {
      background: url("../images/mo_menuicon_09.png") no-repeat center center;
      background-size: cover;
      width: 58px;
      height: 68px;
   }
   .ft_scnav .ft_scnav_icon10 > a > span {
      background: url("../images/mo_menuicon_10.png") no-repeat center center;
      background-size: cover;
      width: 67px;
      height: 59px;
   }
   .ft_scnav .ft_scnav_icon11 > a > span {
      background: url("../images/mo_menuicon_11.png") no-repeat center center;
      background-size: cover;
      width: 56px;
      height: 60px;
   }
   .ft_scnav .ft_scnav_icon12 > a > span {
      background: url("../images/mo_menuicon_12.png") no-repeat center center;
      background-size: cover;
      width: 47px;
      height: 59px;
   }
   .ft_footer .ft_cp_list > p > span {
      display: block;
   }
   .ft_scnav .ft_notice_textwrap {
      margin-top: 15.31vw;
      padding: 3.28vw 4.68vw 8.75vw 4.68vw;
      border-radius: 8.43vw;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_tit {
      font-size: 4.06vw;
      margin: 0 5px;
   }
   .ft_scnav .ft_notice_textwrap .ft_monotice_more {
      font-size: 2.81vw;
      padding: 1.87vw 2.96vw;
      line-height: 3.28vw;
      border-radius: 3.59vw;
   }
   .ft_scnav .ft_scnav_notice .ft_monotice_iconwrap {
      margin-bottom: 5.93vw;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_new {
      margin: 0 5.15vw 0 2.03vw;
      width: 7.96vw;
      font-size: 1.87vw;
      border-radius: 1.71vw;
      line-height: 3.28vw;
   }
   .ft_scnav .ft_notice_textwrap .ft_notice_text,
   .ft_scnav .ft_notice_textwrap .ft_notice_day {
      font-size: 3.43vw;
      letter-spacing: -1px;
   }
   .ft_product {
      margin-top: 13.28vw;
   }
   .ft_product .ft_pd_titwrap {
      margin-bottom: 8.59vw;
   }
   .ft_product .ft_pd_titwrap > h2 {
      font-size: 5.62vw;
   }
   /* .ft_product .swiper-slide .pd_img {
      width: 41.25vw;
      height: 41.25vw;
   } */
   .ft_product .swiper-slide .pd_text {
      font-size: 4.84vw;
      font-weight: 300;
      letter-spacing: -0.95px;
   }
   .ft_intro {
      margin-top: 24.84vw;
   }
   .ft_intro .ft_it_leftwrap {
      text-align: center;
   }
   .ft_intro .ft_it_img {
      width: 48%;
      height: 44.4vw;
      margin: 1%;
   }
   .ft_intro .ft_it_img .ft_it_text {
      font-size: 3.9vw;
   }
   .ft_intro .ft_it_rightwrap {
      margin-top: 9vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(1) {
      padding: 0 3.59vw 3.59vw 0;
   }
   .ft_intro .ft_it_bgwrap:nth-child(1):after {
      height: 34.37vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(2) {
      padding: 0 0 3.59vw 3.59vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(2):after {
      width: 34.37vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(3) {
      padding: 3.59vw 3.59vw 0 0;
   }
   .ft_intro .ft_it_bgwrap:nth-child(3):after {
      width: 34.37vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(4) {
      padding: 3.59vw 0 0 3.59vw;
   }
   .ft_intro .ft_it_bgwrap:nth-child(4):after {
      height: 34.37vw;
   }
   .ft_intro .ft_it_bg {
      width: 39.5vw;
      height: 39.5vw;
      padding-top: 7.81vw;
   }
   .ft_intro .ft_it_icon01 {
      width: 16.25vw;
      height: 16.09vw;
      background-size: cover;
   }
   .ft_intro .ft_it_icon02 {
      width: 13.43vw;
      height: 16.56vw;
      background-size: cover;
   }
   .ft_intro .ft_it_icon03 {
      width: 13.75vw;
      height: 15.62vw;
      background-size: cover;
   }
   .ft_intro .ft_it_icon04 {
      width: 21.09vw;
      height: 15.78vw;
      background-size: cover;
   }
   .ft_intro .ft_it_icontext {
      font-size: 3.9vw;
      margin-top: 3.5vw;
   }
   .ft_Service {
      margin: 9.37vw 0 18.12vw;
   }
   .ft_Service .ft_sv_tell {
      margin-top: 9.37vw;
   }
   .ft_Service .ft_sv_list .ft_sv_icon01 {
      width: 7.81vw;
      height: 8.9vw;
      background-size: cover;
   }
   .ft_Service .ft_sv_list .ft_sv_icon02 {
      width: 7.5vw;
      height: 8.9vw;
      background-size: cover;
   }
   .ft_Service .ft_sv_list .ft_sv_icon03 {
      width: 8.59vw;
      height: 9.37vw;
      background-size: cover;
   }
   .ft_Service .ft_sv_list .ft_sv_text {
      font-size: 3.59vw;
      margin-top: 3.28vw;
   }
   .ft_Service .ft_sv_tellicon > p {
      width: 18.28vw;
      height: 15.78vw;
      background-size: cover;
   }
   .ft_Service .ft_sv_telltext > p {
      font-size: 3.58vw;
   }
   .ft_Service .ft_sv_telltext > h1 {
      font-size: 9.84vw;
   }
   .ft_footer {
      padding: 8.75vw 3.9vw !important;
   }
   .ft_footer .ft_ftnav_list {
      margin-right: 4.84vw;
   }
   .ft_footer .ft_ftnav_list > a {
      font-size: 3.75vw;
   }
   .ft_footer .ft_ftnav_list:after {
      height: 3.12vw;
      right: -2.34vw;
   }
   .ft_footer .ft_ftnav {
      margin-bottom: 3.9vw;
   }
   .ft_footer .ft_cp_list > p {
      font-size: 3.43vw;
   }
   .s_midNav {
      height: 60px;
      padding: 0 15px;
   }
   .s_midNav .Snav_home a {
      width: 25px;
      height: 25px;
   }
   .s_midNav > div {
      padding-right: 15px;
   }
   .sub_cont h1 {
      margin: 30px auto;
   }
   .s_midNav .Snav_topcategory select,
   .s_midNav .Snav_incategory select {
      width: 140px;
      padding: 0 15px;
      line-height: 60px;
      font-size: 16px;
   }
   .s_midNav > div:after {
      height: 30px;
   }
   .bookList ul .stepGroup .stepCont {
      margin-top: 15px;
   }
   .bookList ul .stepGroup .stepTit {
      font-size: 18px;
   }
   .bookList ul .stepGroup .stepCont li a {
      font-size: 16px;
   }
   .swiper-container .swiper-pagination-bullets,
   .swiper-container .swiper-pagination-custom,
   .swiper-container .swiper-pagination-fraction {
      bottom: 7.812vw !important;
   }
}
@media screen and (max-width: 500px) {
   .ft_mobtn_img {
      width: 35px;
      height: 35px;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > p {
      font-size: 16px;
   }
   .ft_nav .ft_navlist > a {
      padding: 15px 0 15px;
      font-size: 16px;
   }
   .ft_nav .ft_subnav .ft_subnav_list > a {
      font-size: 14px;
      line-height: 40px;
   }
   .ft_scnav .ft_scnav_icon01 > a > span {
      width: 8vw;
      height: 9.6vw;
   }
   .ft_scnav .ft_scnav_icon02 > a > span {
      width: 12vw;
      height: 9.2vw;
   }
   .ft_scnav .ft_scnav_icon03 > a > span {
      width: 10.4vw;
      height: 7.6vw;
   }
   .ft_scnav .ft_scnav_icon04 > a > span {
      width: 9.8vw;
      height: 9vw;
   }
   .ft_scnav .ft_scnav_icon05 > a > span {
      width: 8vw;
      height: 8vw;
   }
   .ft_scnav .ft_scnav_icon06 > a > span {
      width: 10.6vw;
      height: 10.6vw;
   }
   .ft_scnav .ft_scnav_icon07 > a > span {
      width: 9.4vw;
      height: 11.1vw;
   }
   .ft_scnav .ft_scnav_icon08 > a > span {
      width: 9vw;
      height: 11.6vw;
   }
   .ft_scnav .ft_scnav_icon09 > a > span {
      width: 9.6vw;
      height: 11.1vw;
   }
   .ft_scnav .ft_scnav_icon10 > a > span {
      width: 11.4vw;
      height: 9.8vw;
   }
   .ft_scnav .ft_scnav_icon11 > a > span {
      width: 11.2vw;
      height: 12vw;
   }
   .ft_scnav .ft_scnav_icon12 > a > span {
      width: 9vw;
      height: 11.2vw;
   }
   .h3_subtit {
      padding: 10px 18vw;
   }
}
@media screen and (max-width: 400px) {
   .ft_mobtn_img {
      width: 30px;
      height: 30px;
   }
   .ft_monav .ft_momenu .ft_mm_login > a {
      padding: 5px 10px;
      font-size: 14px;
   }
   .ft_monav .ft_momenu .ft_mm_link > li > a > p {
      font-size: 14px;
   }
   .ft_nav .ft_navlist > a {
      padding: 15px 0 15px;
      font-size: 14px;
   }
   .ft_nav .ft_subnav .ft_subnav_list > a {
      font-size: 12px;
      line-height: 30px;
   }
   .s_midNav .Snav_topcategory select,
   .s_midNav .Snav_incategory select {
      padding: 0 10px;
      font-size: 12px;
      width: 100px;
   }
   .s_midNav > div {
      padding-right: 10px;
   }
   .s_midNav > div:after {
      right: -3px;
   }
   .ft_scnav .ft_scnav_icon {
      padding: 15px 0;
   }
   .ft_scnav .ft_scnav_icon > a > div > p {
      font-size: 12px;
   }
}
