.g_table_03 th{vertical-align:middle; text-align:center}
.g_table_03 tbody td:first-of-type{vertical-align:middle!important; text-align:center;}

.MainVisual{position:relative}
.MainVisual_icon img{position:absolute;width:190px;top:460px;left:110px;animation: floatUpDown 2s ease-in-out 0s infinite; z-index:1}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 위로 10px 이동 */
  }
}

.main_subtitle{font-size:24px; text-align:left; color:#767676; padding:10px 0 30px}

.main_img {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.main_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main_img_text {
  position: absolute;
  color: #222;
  font-size: 22px;
  font-weight:normal;
  white-space: nowrap;
  line-height:28px
}
.text1 {top: 32%; left: 7%;}
.text1 p{font-size: 18px;color:#767676}
.text2 {top: 68%; left: 27%;}
.text3 {top: 32%; left: 40.5%;}
.text4 {top: 68%; right: 24%;}
.text5 {top: 32%; right: 6.5%;}

.content_number{width:50px;height:50px;margin-bottom:30px}
.content_title{width:90%}
.content_graph1{width:80%;margin:40px 0}
.content_graph2{width:80%;margin:30px 0 80px}
.content_graph3{width:80%;margin:30px 0 0}
.content_graph1,
.content_graph2,
.content_graph3 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content_graph1.show,
.content_graph2.show,
.content_graph3.show {
  opacity: 1;
  transform: translateY(0);
}
.content_subtitle{font-size:30px; padding:50px 0 10px;line-height:50px}
.content_subtitle strong{font-size:36px;}
.content_explainbig{font-size:22px; text-align:center; color:#767676; padding:20px 0 0}
.content_explain{font-size:18px; text-align:center; color:#767676; }

.check_list {
  width:320px;
  display: flex;
  justify-content: center;
  gap:0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto; 
  margin-right: auto;
  padding-top:40px
}
.check_list div{
  display: flex;
  align-items: center;
    text-align: left; 
}
.check_list img {
  width: 40px;
  height: auto;
  margin-right:20px;
}
.check_list p {
  font-size: 34px;
  color: #3a3c56;
  letter-spacing: -2.4px;
  text-align:left
}
.content_icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin:50px 0 20px
}

.content_icon > div {
  background-color: #fff;
  border-radius: 12px;
  width: 257px;
  height: 257px;
  text-align: center;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content_icon img {
  width: 97px;
  height: 97px;
  margin-bottom: 10px;
}

.content_icon p {
 font-size: 28px;
 color: #3a3c56;
font-weight: 500;
line-height:36px
}
.content_icon p2 {
 font-size: 22px;
 color: #767676;
font-weight: 300;
line-height:36px
}
.content_icon > div.show {
  opacity: 1;
  transform: translateY(0);
}

.content_box{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap:20px;
  padding:40px 0 65px
}

.content_box .content_box1, .content_box .content_box2{
  display:flex;
  gap:20px;
  justify-content: center;
}
.content_box1, .content_box2, .content_box3 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.joininfo_list li > .joinex_info .ico {
    margin-bottom: 30px;
}
.joininfo_box dd {
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
}

.img_wrap {
    display:flex;
    width: 100%;
    padding-top: 0;
    flex-direction: column;
}
.img_wrap .img_box {
    padding: 0 0 20px;
    float: left;
}
.img_wrap .img_inbox {
  display:flex;
  gap:10px;
  float: left;
  width: 50%;
  text-align: center;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,input,button,th,td,select,textarea,label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,a,input,button,select,textarea {
  color: #000;
  letter-spacing: -1px;
  word-break: keep-all;
}
img {
  border: 0 none;
  vertical-align: top;
}
ol,ul {
  list-style: none;
}
.hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
button,
button[type="button"] {
  border: 0;
  cursor: pointer;
  background: none;
  outline: none;
}
a {
  text-decoration: none;
}
caption,legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.blind,span.step_here {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #d6cbc9;
}
input:-moz-placeholder {
  color: #d6cbc9;
}
.prd_notice {margin:0; padding:0;}
.prd_panel_02 .g_list_04 li.no_bullet:after{display:none}

.floBanPc {
  position: absolute;
  top: 884px;
  right: 50%;
  margin-right: -810px;
  z-index: 2;
}
.floBanPc.fixed {
  position: fixed;
  top: 115px;
}
.floBanPc form {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 10px 25px;
}
.floBanPc input[type="text"] {
  border: none;
  border-bottom: 2px solid #d6cbc9;
  font-size: 17px;
  width: 100%;
  color: #d6cbc9;
  height: 50px;
  border-radius: 7px;
  padding: 0 10px;
  text-align: center;
}
.floBanPc input[type="text"]::placeholder{
  color: #737373;
}
.floBanPc .name_gender {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.floBanPc .name_box {
  width: calc(50% - 6px);
}
.floBanPc .gender {
  display: flex;
  width: calc(50% - 6px);
}
.floBanPc .gender .gender_tab{
  width: 50%;
  height: 50px;
}
.floBanPc .gender .gender_tab:nth-of-type(1) label {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}
.floBanPc .gender .gender_tab:nth-of-type(2) label {
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}
.floBanPc .gender .gender_tab label {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  color: #444;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floBanPc .gender .gender_tab [type="radio"] {
  display: none;
}
.floBanPc .gender .gender_tab [type="radio"]:checked + label {
  background: #999;
  color: #fff;
  z-index: 1;
}

/* button sex */
.floBanPc .sex {position:relative;}
.floBanPc .sex a{width:42px;height:50px;line-height:50px;font-size:17px;box-sizing:border-box;text-align:center;float:left;background: #fff;color: #999;font-weight: normal;border-radius:0 7px 7px 0;text-decoration: none;cursor:pointer;}
.floBanPc .sex a:first-child{background: #fff;color: #a4a4a4;font-weight: normal;border-radius:7px 0 0 7px; }
.floBanPc .sex a:first-child.on{background: #999;color: #fff;font-weight: normal; margin-right: 0;border-radius:7px 0 0 7px;}
.floBanPc .sex a.on{background: #999;color: #fff;font-weight: normal}

.floBanPc .birthday_box {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}
.floBanPc .phoneno {
  display: flex;
  position: relative;
  width: 100%;
}
.floBanPc area{cursor:pointer;}

  /*  */
.popup_calc .contents {
  background: rgb(245, 246, 247);
  padding: 30px 38px 0px;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 480px;
  margin-top: -218px;
  margin-left: -225px;
  position: fixed;
  z-index: 1000;
}
.inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.dropdown {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  z-index: 100;
  position: absolute;
  background: #f8f8f8;
  border-bottom: solid 3px #150f96;
  width: 100%;
  box-shadow: 0px 9999px 0px 9999px rgba(0, 0, 0, 0.6);
}

*.dropdown:hover .dropdown-content {
  display: block;
}

.tab_items.hidden{display: none;}
.prd_panel_02.hidden{display: none;}

.s01 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  padding-bottom: 62px;
}
.s01 .inner {
  height: 600px;
  width: 1085px; 
}
.s01 .inner .MainVisual {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -550px;
}
.s01 .inner .MainVisual img{
width: 650px
}
.tab1 .inner .title img {
  display: block;
  margin: 0 auto;
}
.tab1 .inner .title img:nth-child(2) {
  margin: 17px auto 36px;
}

.tab1 .s02 .inner {
  overflow: hidden;
  background: #fff;
  padding:110px 0;
}
.tab1 .s02 .inner .item{
 width: 1100px; 
  text-align:center;
  margin-left: auto; 
  margin-right: auto;
}
.tab1 .s02 .inner_back {
  background: #f8f8f8;
}
.tab1 .s02 .inner .bar {
  width: 100%;
  background-color: #e8e8e8;
}
.tab1 .s02 .inner .box {
  width: 1210px;
  background: #fff;
  margin: 0 auto;
  padding-top: 87px;
  padding-bottom: 105px;
  transform:translateX(-35px);
}
.tab1 .s02 .inner .box img {
  max-width: 100%;
}
.tab1 .s02 .inner .box_back {
  background-color: #f8f8f8;
}
.tab1 .s02 .inner .title {
  background-color: #09204c;
}
.tab1 .s02 .inner .images{position: relative;}
.tab1 .s02 .images .motion li{position:absolute;left:0;top:0;opacity:0;}
.tab1 .s02 .images .motion li.on{opacity:1;z-index:10;}
.tab1 .s02 .images .motion{position:absolute;left:50%;transform:translateX(-50%);}
.tab1 .s02 .item1 .images .motion{top: 436px;;width:354px;}
.tab1 .s02 .item4 .images .motion{top: 412px;;width:605px;}

.db_box {
  position: absolute;
  top: 80px;
  width: 385px;
  height: 510px;
  text-align: left;
  right: 0;
  background: #150f96;
  border-radius: 15px;
}
.db_box .s01:after {
  content: "";
  display: block;
  clear: both;
}
.menuTab_wrap {
  background: #1b0570;
  height: 67px;
  width: 100%;
  margin: 0 auto;
}
.menuTab_wrap .menuTab {
  display: flex;
  justify-content: center;
}

.contents_menu{width:1100px;margin:0 auto;display:flex;height:68px;transform:translateX(-35px);padding-top: 1px;}
.contents_menu .item{width:33.3%;height:100%;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;font-weight:bold;padding-bottom:2px;position:relative}
.contents_menu .item:last-child:after,
.contents_menu .item .bar{width:1px;height:46px;background-color:#f2f0f7;position:absolute;left:0;top:11px;}
.contents_menu .item:last-child:after{content:"";left:100%;}
.contents_menu .item.on{background-color:#fff;color:#19026e;border-radius:18px 18px 0 0;}
.contents_menu .item.on .bar{display:none;}
.contents_menu .item.on:before{content:"";background-color:#19026e;width:130px;height:10px;position:absolute;top:57px;left:117px;}
.contents_menu .item.on:after{display:none;}
.contents_menu .item.on + .item .bar{display:none;}

.db_box .productInputBox {
  background: #150f96;
  text-align: left;
  border-radius: 15px;
}

.check {
  padding-top: 23px;
  text-align: center;
}
.db_box .productInputBox p {
  text-align: center;
  letter-spacing: -1.5px;
}

.db_box .productInputBox .form_inner {
  background: url(form_back_1.png) no-repeat;
  width: 347px;
  height: 410px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);

}
.db_box .productInputBox form {
  padding: 20px 22px 25px;
}
.db_box .productInputBox form input:focus {
  border-bottom: 1px solid #150f96;
}
.db_box .productInputBox input[type="text"] {
  border: none;
  border-bottom: 1px solid #d6cbc9;
  font-size: 17px;
  padding: 10px 15px;
  width: 100%;
  color: #d6cbc9;
  height:46px
}
.db_box .productInputBox .phone {
  margin-left: 22px;
}
.db_box .productInputBox .is-active input[type="text"] {
  border-bottom: 1px solid #150f96;
  color: #000;
  
}
.db_box .productInputBox .name_birth {
  padding-bottom: 19px;
}
.db_box .productInputBox .birthday_box .birthday {
  padding-bottom: 19px;
  width:46%
}
.db_box .productInputBox .name_box {
  display: flex;
  align-items: center;
}
.db_box .productInputBox .name {
  margin-left: 38px;
}
.db_box .productInputBox .ph_gender {
  display: flex;
  align-items: center;
  position: relative;
}
.db_box .productInputBox .birthday_box {
  display: flex;
  align-items: center;
}
.db_box .productInputBox .birthday {
  margin-left: 8px;
  margin-right: 10px;
}
.db_box .productInputBox .gender {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}
.db_box .productInputBox .gender .gender_tab:nth-of-type(1) label {
  border-radius: 10px 0 0 10px;
}
.db_box .productInputBox .gender .gender_tab:nth-of-type(2) label {
  border-radius: 0 10px 10px 0;
}
.db_box .productInputBox .gender .gender_tab label {
  position: relative;
  padding: 9px 15px;
  font-size: 19px;
  font-weight: 600;
  border: 2px solid #150f96;
  cursor: pointer;
  color: #150f96;
}
.db_box .productInputBox .gender .gender_tab [type="radio"] {
  display: none;
}
.db_box .productInputBox .gender .gender_tab [type="radio"]:checked + label {
  display: block;
  background: #150f96;
  color: #fff;
}
.db_box .productInputBox .input-label {
  font-size: 17px;
  font-weight: 500;
}

/* button sex */
.db_box .productInputBox .sex {position:relative;}
.db_box .productInputBox .sex a{width: 44px;height:50px;line-height:48px;font-size:19px;box-sizing:border-box;text-align:center;float:left;background: #fff;color: #150f96;font-weight: bold;border-radius:0 10px 10px 0;text-decoration: none;cursor:pointer;border: 2px solid #150f96;}
.db_box .productInputBox .sex a:first-child{background: #fff;color: #150f96;font-weight: bold;border-radius:10px 0 0 10px;}
.db_box .productInputBox .sex a:first-child.on{background: #150f96;color: #fff;font-weight:bold; margin-right: 0;border-radius:10px 0 0 10px;}
.db_box .productInputBox .sex a.on{background: #150f96;color: #fff;font-weight: bold}

.input_active input[type="text"]:focus {
  color: #000;
  border-bottom: 2px solid #150f96;
}
.productInputBox .is-active input {
  border-bottom: 2px solid #150f96;
  color: #000;
}

.db_box .productInputBox .form_call {
  width: 100%;
  padding: 5px 0 10px 0;
  text-align: center;
  display: block;
}

.productInputBox input:focus {
  outline: none;
}

.btn_area {
  padding: 0 9px 32px;
}
.btn_area > p {
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}

/*1*/
.s03 {
  background: #eff6ff;
}
.s04 {
  background: #f8f8f8;
}

#sub1 {
  cursor: pointer;
}

/*3*/
.s05 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.s05 .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s05 .inner .subtitle_btn {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  position: relative;
  border-bottom: 2px solid #ccc;
  padding: 0 0px 15px;
  width: 25%;
  margin-left: 20px;
}
.s05 .inner .subtitle_btn:nth-of-type(1){
  margin-left: 0;
}
.s05 .inner .subtitle_btn.on {
  color: #150f96;
  font-weight: bold;
  border-bottom: 2px solid #150f96;
}
.subtitle > img {
  margin-left: 20px;
}
.subtitle > a {
  margin-left: 20px;
}
.subtitle > img:first-child {
  margin-left: 0px !important;
}
.subtitle > a:first-child {
  margin-left: 0px !important;
}

.s06 {
  margin: 20px 0 70px 0;
}

.s07 {
  border-top: solid 1px #d7d7d7;
}
.footer {
  border-top: solid 1px #d7d7d7;
}
th{
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Spoqa;
    vertical-align:middle;
}

.floatguarantee {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floatguarantee .btn_area {
  padding: 20px 35px 0 10px;
}
.floatguarantee .btn_area .btn_div {
  display: block;
  width: 160px;
  height: 200px;
  line-height: 200px;
  background-color: #0075ff;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  border-radius: 8px;
  cursor: pointer;
}

.prd_last {
  width: 1440px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 84px;
}
.prd_last .inside {
  padding-top: 50px;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
  color:#444;
}

.sub_menu_footer {
  height: 180px;
  width: 1100px;
  background-color: white;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.sub_menu_footer .left {
  margin-top: 1%;
  font-size: 14px;
  width: 345px;
}
.sub_menu_footer .left .blue {
  color: #008bec;
}
.sub_menu_footer .left p {
  display: inline-block;
  margin-right: 5%;
  color: #666;
}
.sub_menu_footer .left .left_inner {
  color: #999999;
  margin-top: 5%;
}
.sub_menu_footer .right {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.sub_menu_footer .right div {
  margin-top: 10px;
  margin-left: 10px;
}
.sub_menu_footer .right div p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}

.fix_menu {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #1b0570;
}
