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;
  font-family: Noto Sans KR, elvetica, "malgun gothic", "Apple SD Gothic Neo",
    "Microsoft NeoGothic", "Droid sans", sans-serif;
  font-size: 15px;
  letter-spacing: -1px;
  word-break: keep-all;
}

img {
  border: 0 none;
}

img {
  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{visibility:hidden; width:0; height:0; margin:0; padding:0; font-size:0; line-height:0} */
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;
}

.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;
  padding: 0 10px;
}

.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;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #150f96;
  color: #150f96;
}

.floBanPc .gender .gender_tab [type="radio"] {
  display: none;
}

.floBanPc .gender .gender_tab [type="radio"]:checked+label {
  background: #150f96;
  color: #fff;
  z-index: 1;
}

.floBanPc .birthday_box {
  width: 100%;
  margin-bottom: 8px;
}

.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;
}

/* .menu { border-top: solid 1px #dfdfdf; background:#f8f8f8; } */

.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;
}

#header_wrap {
  width: 100%;
  position: relative;
  height: 95px;
  background: #ffffff;
  z-index: 10;
  border-bottom: 2px solid #f6f6f6;
}

#header_wrap .header {
  width: 1185px;
  margin: 0 auto;
  overflow: hidden;
}

#header_wrap .header .top {
  padding-top: 21px;
}

#header_wrap .header .top .menu {
  position: relative;
}

#header_wrap .header .top .menu ul li {
  float: left;
  position: relative;
  padding: 0 30px;
}

#header_wrap .header .top .menu .logo {
  float: left;
  position: relative;
  margin-right: 120px;
  margin-top: 16px;
}

#header_wrap .header .top .menu .gnb_bt {
  float: left;
  position: absolute;
  top: 12px;
  right: 14px;
  /* margin-left: 90px; */
}

#header_wrap .header .top .menu ul li a {
  display: block;
  padding: 16px 0;
}

#header_wrap .header .bottom {
  position: absolute;
  width: 100%;
  border-bottom: 3px solid #150f96;
  left: 0;
  top: 100px;
  height: 286px;
  display: none;
  background: #f8f8f8;
  box-shadow: 0px 9999px 0px 9999px rgba(0, 0, 0, 0.6);
}

#header_wrap .header .sub_menu_wrap {
  position: relative;
  width: 1100px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
}

#header_wrap .header .sub_menu_wrap .sub_menu {
  position: absolute;
  left: 0;
  width: 100%;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl {
  float: left;
  width: 20%;
  height: 217px;
  margin-top: 30px;
  border-right: 1px solid #dfdfdf;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl:last-child {
  border: none;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl dt {
  padding-bottom: 24px;
  line-height: 38px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  padding-right: 15px;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg_1 {
  background: url(../images/gnb_01_01.png) no-repeat;
  background-size: contain;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg_2 {
  background: url(../images/gnb_02_01.png) no-repeat;
  background-size: contain;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg_3 {
  background: url(../images/gnb_03_01.png) no-repeat;
  background-size: contain;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg_4 {
  background: url(../images/gnb_04_01.png) no-repeat;
  background-size: contain;
}

#header_wrap .header .sub_menu_wrap .sub_menu dl .sub_pg_5 {
  background: url(../images/gnb_05_01.png) no-repeat;
  background-size: contain;
}

#header_wrap .header .sub_menu_wrap .sub_menu ul {
  padding-left: 22px;
}

#header_wrap .header .sub_menu_wrap ul li {
  line-height: 40px;
}

#header_wrap .header .sub_menu_wrap ul li a {
  display: block;
  font-size: 18px;
  color: #000000;
  letter-spacing: -1.5px;
}

#header_wrap .header .sub_menu_wrap ul li .best {
  background: url(../images/BEST.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  /*vertical-align: middle;*/
  margin-left: 10px;
}

#header_wrap .header .sub_menu_wrap ul li .new {
  background: url(../images/NEW.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 20px;
  /*vertical-align: middle;*/
  margin-left: 10px;
}

.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: 22px;
}

.s01 .inner {
  height: 600px;
  width: 1115px;
  /*overflow:hidden;*/
}

.s01 .inner .MainVisual {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -551px;
}

.s01 .inner .text_box {
  background: url(../images/banner_text.png) no-repeat;
  width: 488px;
  height: 197px;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(12%);
}

.s01 .inner .text_box3 {
  background: url(../images/banner3.png) no-repeat;
  width: 750px;
}

.s01 .inner .text_box_banner {
  background: url(../images/banner.png) no-repeat;
  width: 750px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(0%);
}

.s01 .inner .mainVisual_title,
.s01 .inner .mainVisual_list {
  font-size: 0;
}

.content_tabs {
  background: url(../images/tabs.jpg) no-repeat center /100% auto;
  width: 702px;
  height: 317px;
  position: absolute;
  top: 295px;
  left: -35px;
}

.content_tabs-list {
  display: flex;
  flex-wrap: wrap;
}

.content_tabs-list li {
  width: 339px;
  height: 143px;
}

.content_tabs-list li button {
  width: 100%;
  height: 100%;
  display: block;
}

.content_tabs-desc {
  font-size: 6px;
  color: #a9a9a9;
  margin-top: -0.7vw;
}

.content_tabs-desc li {
  padding-left: 5px;
  position: relative;
  letter-spacing: -0.04em;
}

.content_tabs-desc li:before {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  left: 0;
  top: 3px;
}


.tab1 .inner .title img {
  display: block;
  margin: 0 auto;
}

.tab1 .inner .title img:nth-child(2) {
  margin: 17px auto 36px;
}

.tab1 .inner p {
  font-size: 20px;
  color: #444;
  letter-spacing: -2.4px;
}

.tab1 .s02 .inner {
  overflow: hidden;
  background: #fff;
}

.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: 38px;
  width: 400px;
  height: 550px;
  text-align: left;
  right: 0;
  background: #150f96;
  border-radius: 20px;
}

.db_box .s01:after {
  content: "";
  display: block;
  clear: both;
}

.menuTab_wrap {
  background: #150f97;
  height: 79px;
  width: 100%;
  margin: 0 auto;
}

.menuTab_wrap .menuTab {
  display: flex;
  justify-content: center;
}

.contents_menu {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  height: 80px;
  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;
  padding-bottom: 2px;
  position: relative
}

.contents_menu .item:last-child:after,
.contents_menu .item .bar {
  width: 1px;
  height: 46px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}

.contents_menu .item:last-child:after {
  content: "";
  left: 100%;
}

.contents_menu .item.on {
  background-color: #fff;
  color: #150f96;
  border-radius: 18px 18px 0 0;
  font-weight: bold;
}

.contents_menu .item.on .bar {
  display: none;
}

.contents_menu .item.on:before {
  content: "";
  background-color: #19026e;
  width: 130px;
  height: 4px;
  position: absolute;
  top: 75px;
  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: 48px;
  text-align: center;
}

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

.db_box .productInputBox .form_inner {
  background: url(../images/form_back.png) no-repeat;
  width: 365px;
  height: 460px;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);

}

.db_box .productInputBox form {
  padding: 30px 22px 25px;
}

.db_box .productInputBox form input:focus {
  border-bottom: 1px solid #150f96;
}

.db_box .productInputBox input[type="text"] {
  border: none;
  border-bottom: 2px solid #d6cbc9;
  font-size: 19px;
  padding: 10px 5px 10px 5px;
  width: 100%;
  color: #d6cbc9;
}

.db_box .productInputBox .phoneno input[type="text"] {
  width: 196px;
}

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

.db_box .productInputBox .phone {
  width: 200px;
}

.db_box .productInputBox .name_birth {
  display: flex;
  padding-bottom: 15px;
}

.db_box .productInputBox .name_box {
  width: 100%;
  margin-right: 20px;
}

.db_box .productInputBox .ph_gender {
  display: flex;
  position: relative;
}

.db_box .productInputBox .gender {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.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;
}

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

.productInputBox .is-active input {
  border-bottom: 2px solid #150f96;
  color: #000;
}

/* .birthday {width: 100px;}
.birthday1 {width: 50px;}
.name, .phone {width: 225px;}
.db_box .productInputBox ul li label { float:left; width: 80px;  line-height: 45px; letter-spacing: -1.5px; font-weight: 600; font-size: 18px; }

.radiofor {line-height: 45px; letter-spacing: -1.5px; font-weight: 600; font-size: 18px; }
.star {position:relative; top:5px; line-height: 45px; letter-spacing: -1.5px; margin-left:2px; font-weight: 500; font-size: 18px; }


.db_box .productInputBox ul { position:relative; padding-left: 30px;}

.db_box .productInputBox ul:after { content:""; display:block; clear:both; }
.db_box .productInputBox ul li:after { content: ""; display: block; clear: both; }
.db_box .productInputBox ul li { float:left; position: relative; width:100%; margin-top:10px; } */

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

.productInputBox input:focus {
  outline: none;
}

.productInputBox .res_area {
  padding: 5px;
  text-align: center;
}

.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;
} */

.s05 .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.s05 .inner .subtitle_btn {
  font-size: 26px;
  color: #5d5d5d;
  font-weight: 400;
  position: relative;
  border-bottom: 4px solid #ccc;
  padding: 0 0px 30px;
  width: 25%;
  margin-left: 0;
}

.s05 .inner .subtitle_btn:nth-of-type(1) {
  margin-left: 0;
}

.s05 .inner .subtitle_btn.on {
  color: #150f96;
  font-weight: bold;
  border-bottom: 4px 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;
}

/* table
------------------------------------------ */
table[class^="g_table_"] {
  width: 100%;
  border-top: 2px solid #58bbee;
  border-bottom: 1px solid #9ab5c3;
}

table[class^="g_table_"] tr th:first-child,
table[class^="g_table_"] tr td:first-child {
  border-left: 0 none;
}

table[class^="g_table_"] tr th.bdr,
table[class^="g_table_"] tr td.bdr {
  border-right: 1px solid #cfd6d9;
}

table[class^="g_table_"] tr [rowspan] {
  border-right: 1px solid #cfd6d9;
}

table[class^="g_table_"] tr th[rowspan] {
  border-right: 0;
}

table[class^="g_table_"] tr th:last-child[rowspan],
table[class^="g_table_"] tr td:last-child[rowspan] {
  border-right: 0;
}

table[class^="g_table_"] tr td:only-child[rowspan] {
  border-right: 1px solid #cfd6d9;
}

table[class^="g_table_"] tr th.bdl,
table[class^="g_table_"] tr td.bdl {
  border-left: 1px solid #cfd6d9;
}

table[class^="g_table_"] tr th.bdt,
table[class^="g_table_"] tr td.bdt {
  border-top: 1px solid #cfd6d9;
}

table[class^="g_table_"] td.tal {
  text-align: left;
  padding-left: 20px !important;
}

table[class^="g_table_"] td.tar {
  text-align: right;
  padding-right: 20px !important;
}

table[class^="g_table_"] th.tac,
table[class^="g_table_"] td.tac {
  text-align: center !important;
}

table.g_table_03 {
  border-bottom-color: #ccc;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 20px;
}

table.g_table_03 thead th {
  box-sizing: border-box;
  text-align: center;
  background-color: #f2f2f2;
}

table.g_table_03 th,
table.g_table_03 td {
  padding: 20px 15px;
  border-top: 1px solid #ccc;
  height: 45px;
  box-sizing: border-box;
}

table.g_table_03 td {
  border-left: 1px solid #ddd;
}

table.g_table_03 tbody th {
  color: #117bb2;
  text-align: center;
  background-color: #f6fcff;
}

table.g_table_03 td.bdr {
  border-right: 1px solid #ccc;
}

table.g_table_03.g_table_brd td.tac {
  border-left: 0;
  border-right: 1px solid #ddd;
}

table.g_table_03.g_table_brd td.tac:last-child {
  border-right: 0;
}

table.g_table_03.g_table_brd tbody th {
  border-right: 1px solid #ddd;
}

table+.hr {
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
}

.tab_items {
  display: block;
}

.h_title_04 {
  margin-bottom: 12px;
  color: #222;
  font-family: 'Noto Sans', Malgun Gothic, Dotum;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.prd_panel .h_title_04 {
  margin-top: 55px;
}

.prd_panel .h_title_04:first-of-type {
  margin-top: 0;
}

.prd_panel .prd_panel_inner {
  width: 1100px;
  min-height: 700px;
  padding: 90px 0;
  margin: 0 auto;
  transform: translateX(-35px);
}

.prd_panel .prd_msg_01 {
  width: 1100px;
  margin-bottom: 12px;
  color: #222222;
  font-size: 24px;
}

.prd_panel .prd_msg_01 span {
  width: 1100px;
  margin-top: -5px;
  color: #150f96;
  font-size: 26px;
  font-weight: bold;
}

.prd_panel .prd_msg_02 {
  margin-top: 10px;
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

.prd_panel .prd_msg_02 .notice {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-color: #150f96;
  color: #fff;
  text-align: center;
}

.prd_panel .g_title_04 {
  margin-top: 55px;
  margin-bottom: 20px;
  padding: 0;
  color: #222;
  font-family: "Noto Sans", Noto Sans KR, Malgun Gothic, Dotum, sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.prd_panel .g_title_04:first-of-type {
  margin-top: 0;
}

.prd_panel .g_title_04:before {
  display: none;
}

.prd_panel table+.prd_notice {
  padding-left: 34px;
}

.prd_panel table+.prd_notice {
  margin-top: 30px;
  display: flex;
}

.prd_panel .prd_notice .tit {
  font-family: "Noto Sans KR";
  width: 22px;
  height: 22px;
  background: #150f96;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 4px;
}

.prd_panel .pn_list li {
  text-indent: -22px;
  padding-left: 22px;
  color: #222222;
  font-size: 22px;
  line-height: 34px;
  font-weight: normal;
}

.prd_remark {
  color: #fff;
  font-size: 24px;
  display: flex;
  margin-top: 30px;
  margin-bottom: 12px;
}

.prd_remark div {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background-color: #150f97;
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
}

.prd_panel table.w100 {
  width: 100%;
}

.prd_panel table.g_table_03,
.p_table_01 {
  width: 100%;
}

.prd_panel table.g_table_03 th,
.p_table_01 th {
  padding: 30px 10px;
  color: #222;
  font-size: 24px;
  font-weight: normal;
}

.prd_panel table.g_table_03 td,
.p_table_01 td {
  padding: 30px 10px;
  color: #222;
  font-size: 24px;
  text-align: center;
}

.prd_panel table.g_table_03 td.al_left {
  text-align: left;
  padding-left:20px;
  padding-right:20px;
}

.prd_panel table.g_table_03 td span,
.p_table_01 td span {
  color: #767676;
}

.prd_panel table.g_table_03 thead th,
.p_table_01 thead th {
  background-color: #f7f7f7;
  border-top: 4px solid #bbbbbb;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-weight: bold;
}

.prd_panel table.g_table_03 thead th:first-child,
.p_table_01 thead th:first-child {
  border-left: 0;
}

.prd_panel table.g_table_03 tbody tr:first-of-type td,
.prd_panel table.g_table_03 tbody tr:first-of-type th,
.p_table_01 tbody tr:first-of-type td,
.p_table_01 tbody tr:first-of-type th {
  border-top: 0;
}

.prd_panel table.g_table_03 tbody th,
.p_table_01 tbody th {
  background-color: #fff;
  color: #222;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  color: #150f96;
  font-weight: bold;
}

.prd_panel table.g_table_03 tbody th.td,
.p_table_01 tbody th.td {
  color: #222;
  font-weight: normal;
}

.prd_panel table.g_table_03 ol li {
  margin-bottom: 10px;
}

.p_table_01 tbody td {
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.p_table_01 tbody td:first-child {
  border-left: 0;
}

.p_table_01 tbody td.bdl {
  border-left: 1px solid #e3e3e3;
}

.p_table_01 tbody td.tac {
  text-align: center;
}

.p_table_01 tbody .bg {
  background-color: #f5f5f5;
}

.prd_panel table.g_table_03 tbody td.point,
.p_table_01 tbody td.point {
  color: #008bec;
  text-align: right;
}


table[class^="g_table_"] tr [rowspan].bdr_n {
  border-right: 0;
}

.img_wrap {
  width: 100%;
  padding-top: 10px;
}

.img_wrap .img_box {
  padding: 40px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.img_wrap .img_inbox {
  float: left;
  width: 50%;
  text-align: center;
}

.img_wrap .img_box .tit {
  display: block;
  color: #333;
}

.img_wrap .img_inbox:first-child .img {
  margin-top: 35px;
}

.img_wrap .img_box:after, .img_wrap:after {
  content: "";
  clear: both;
  display: block;
}

.joininfo_list {
  margin-left: -20px;
  min-height: 270px;
  overflow: hidden;
  *zoom: 1;
}

.joininfo_list li {
  float: left;
  width: 260px;
  margin-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.joininfo_list li>.joinex_info {
  position: relative;
  width: 260px;
  height: 315px;
  box-sizing: border-box;
  color: #222;
  text-align: center;
}

.joininfo_list li img {
  position: absolute;
  top: 20px;
  left: 82px;
  width: 100px;
  height: 94px;
}

.joininfo_list.long li>.joinex_info {
  height: 270px;
}

.joininfo_list li>.joinex_info .ico {
  position: relative;
  display: block;
  padding: 125px 0 32px;
  color: #222;
  text-align: center;
  font-size: 24px;
  margin-top: 6px;
  height: 175px;
  border: 1px solid #dfdfdf;
  /* background:#ebf3fe */
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.joininfo_list li>.joinex_info .ico2 {
  position: relative;
  display: block;
  padding: 27px 0 0;
  color: #222;
  text-align: center;
  font-size: 27px;
  height: 90px;
  border: 1px solid #dfdfdf;
  background: #ebf3fe;
  font-weight: bold;
  border-top: 0;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.joininfo_list li>.joinex_info .ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 50%;
  width: 109px;
  height: 85px;
  margin-top: -18px;
  margin-left: -53px;
}

.joininfo_list .ico_01:before {
  background: url("../images/info_age.png") no-repeat center top/100% auto;
}

.joininfo_list .ico_02:before {
  background: url("../images/info_range.png") no-repeat center top/100% auto;
}

.joininfo_list .ico_03:before {
  background: url("../images/info_time.png") no-repeat center top/100% auto;
}

.joininfo_list .ico_04:before {
  background: url("../images/info_limit.png") no-repeat center top/100% auto;
}

.joininfo_list .ico_05:before {
  width: 50px;
  height: 47px;
  margin-left: -25px;
  background: url("../images/ico_bg_joinex.png") no-repeat;
  background-position: -186px 0;
}

.joininfo_list li>.joinex_info .block {
  margin-bottom: 5px;
}

.joininfo_list li em {
  font-weight: bold;
}

.joininfo_box {
  padding: 10px 0;
  margin-top: 20px;
  border: 1px solid #dfdfdf;
}

.joininfo_box dl {
  overflow: hidden;
  *zoom: 1;
}

.joininfo_box dt {
  float: left;
  width: 259px;
  height: 166px;
  line-height: 166px;
  padding-left: 170px;
  background: url("../images/ico_special_contr.png") 87px 65px no-repeat;
  box-sizing: border-box;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: left;
}

.joininfo_box dd {
  float: left;
  width: 839px;
  padding: 43px 30px 0 30px;
  box-sizing: border-box;
}

.joininfo_box dd p {
  margin: 5px 0 12px;
}

.joininfo_box dd ul {
  width: 100%;
}

.joininfo_box dd li {
  float: left;
  width: 50%;
}

.joininfo_box dd.small li {
  width: 100%;
}

.joininfo_box dd.pdt {
  padding: 25px 50px 25px 65px;
}

.g_dot_list>li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #222;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -1px;
}

.g_dot_list>li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 10px;
}

.g_dot_list>li.no_bullet:before {
  display: none;
}

.g_dot_list.ft14>li {
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.prd_panel_02 .jn_cont {
  padding-left: 13px;
  margin-top: 10px;
  background: url("bul_dot_01.gif") 0 10px no-repeat;
  line-height: 22px;
  font-size: 15px;
}

.prd_panel_02 strong[class^="icon_"] {
  display: block;
  margin: 40px 0 20px;
  padding-left: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  letter-spacing: -1px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.prd_panel_02 .icon_hospital {
  background-image: url("icon_hospital.png");
}

.prd_panel_02 .icon_money {
  background-image: url("icon_money.png");
}

.prd_panel_02 .icon_guaratee {
  background-image: url("icon_guaratee.png");
}

.prd_panel_02 .icon_check {
  background-image: url("icon_check.png");
}

.prd_panel_02 .g_table_03 td {
  text-align: center;
}

.prd_panel_02 .g_table_03 td.bdr_n {
  border-right: 0;
}

.prd_panel table.g_table_03 tbody tr th.borderleft1,
.prd_panel table.g_table_03 tbody tr td.borderleft1 {
  border-left: 1px solid #d9d9d9;
}

.prd_panel .g_define_01 dt {
  color: #150f96;
}

.prd_panel .g_define_01 dd {
  color: #767676;
}

.prd_panel img {
  max-width: 100%;
}

.prd_panel_02 {
  padding-top: 50px;
  color: #666;
  font-size: 15px;
}

.prd_panel_02 .h5_tit {
  margin: 55px 0 20px;
  color: #222;
  font-size: 26px;
  position: relative;
  padding-left: 40px;
  line-height: 34px;
}

.prd_panel_02 .h5_tit i {
  color: #150f96;
}

.prd_panel_02 .h5_tit:before {
  background: #150f96;
  color: #fff;
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.prd_panel_02 .h5_tit.num2:before {
  content: "2";
}

.prd_panel_02 .h5_tit.num3:before {
  content: "3";
}

.prd_panel_02 .h5_tit.num4:before {
  content: "4";
}

.prd_panel_02 .h5_tit:first-of-type {
  margin-top: 20px;
}

.prd_panel_02 .g_list_04 {
  margin-top: 30px;
}

.prd_panel_02 .g_list_04 li {
  margin-bottom: 3px;
  color: #222;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -1px;
  padding-left: 0;
  position: relative;
}

.prd_panel_02 .g_list_04 li.nlist {
  text-indent: -24px;
  padding-left: 24px;
}

.prd_panel_02 .g_list_04 li.nlist2 {
  text-indent: -12px;
  padding-left: 12px;
}

.prd_panel_02 .g_list_04 li li {
  padding: 0;
}

.prd_panel_02 .g_list_04 li.point_01 {
  color: #150f96;
}

.prd_panel_02 .g_list_04 li.g_point_03 {
  font-size: 15px !important;
}

.prd_panel_02 .g_list_04 li.g_text_04 {
  padding-left: 18px;
  margin-left: 10px;
}

.prd_panel_02 .g_list_04 li .tit {
  display: block;
  color: #333;
}

.prd_panel_02 .img_wrap {
  display: flex;
  top: 40px;
}

.prd_panel_02 .img_wrap {
  display: flex;
}

.prd_panel_02 .img_wrap img {
  display: inline-block;
  margin-left:12px;
}

.prd_panel_02 .img_wrap img:first-child {
  margin-left:0;
}

.img_wrap .img_box:after,
.img_wrap:after {
  content: "";
  clear: both;
  display: block;
}

.img_wrap .img_left {
  float: left;
  width: 430px;
}

.img_wrap .txt_right {
  float: left;
  width: 870px;
  box-sizing: border-box;
}

.img_wrap .txt_right.pdt_s {
  padding: 20px 30px 0 30px;
}

.img_wrap .img_box {
  padding: 10px;
  border: 0;
  box-sizing: border-box;
}

.img_wrap .img_left.brd {
  padding: 40px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.img_wrap .img_inbox {
  width: 100%;
  text-align: center;
}

.img_wrap .img_box.n3 .img_inbox {
  width: 33%;
}

.img_wrap .img_inbox .img {
  margin-top: 57px;
}

.img_wrap .img_inbox:first-child .img {
  margin-top: 35px;
}

.img_wrap .img_box .tit {
  display: block;
  color: #333;
}

.img_wrap .img_box.n3 .txt_s {
  display: block;
  margin-top: 3px;
  line-height: 1.3;
  font-size: 14px;
}

.popApplyWrap {
  display: none;
}

.popApplyWrap .mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
  z-index: 100;
}

.popApplyWrap .popContentWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -278px;
  margin-top: -130px;
  width: 557px;
  height: 261px;
  background: url("popup_bg.png") no-repeat 0 0;
  z-index: 101;
}

.popApplyWrap h2 {
  margin-top: 47px;
  text-align: center;
}

.popApplyWrap h2 img {
  display: none;
}

.popApplyWrap.b01 h2 .h01 {
  display: inline;
}

.popApplyWrap.b02 h2 .h02 {
  display: inline;
}

.popApplyWrap.b03 h2 .h03 {
  display: inline;
}

.popApplyWrap.b04 h2 .h04 {
  display: inline;
}

.popApplyWrap.b05 h2 .h05 {
  display: inline;
}

.popApplyWrap .popContent {
  width: 446px;
  margin: 37px auto 0;
}

.popApplyWrap .popContent:after {
  content: "";
  display: block;
  clear: both;
}

.popApplyWrap .input_s_area {
  float: left;
  width: 294px;
}

.popApplyWrap .input_s_area input[type="text"],
.popApplyWrap .input_s_area input[type="tel"] {
  padding: 0 10px;
  border: 1px solid #ccc;
  height: 33px;
  line-height: 32px;
  font-size: 17px;
}

.popApplyWrap .input_s_area .input ul {
  float: left;
  width: 295px;
}

.popApplyWrap .input_s_area .input ul li {
  float: left;
  margin-bottom: 6px;
}

.popApplyWrap .input_s_area .input ul li label {
  display: inline-block;
  width: 68px;
}

.popApplyWrap .input_s_area .input ul li label img {
  vertical-align: middle;
}

.popApplyWrap .input_s_area .input .name input {
  width: 112px;
}

.popApplyWrap .input_s_area .input .birth input {
  width: 200px;
}

.popApplyWrap .input_s_area .input .number select {
  width: 61px;
  height: 35px;
  padding-left: 3px;
  background: #fff;
  font-size: 17px;
  border: 1px solid #ccc;
  color: #666;
}

.popApplyWrap .input_s_area .input .number input {
  width: 140px;
  margin-left: -5px;
}

.popApplyWrap .input_s_area .input .sex {
  position: relative;
  width: 84px;
  top: -5px;
  margin-left: 2px;
}

.popApplyWrap .input_s_area .input .sex input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

.popApplyWrap .input_s_area .input .sex input+label {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
  width: 42px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  background: url("input_s_women_off.png") no-repeat 0 0;
}

.popApplyWrap .input_s_area .input .sex input:first-child+label {
  left: 0;
  right: auto;
  background: url("input_s_man_off.png") no-repeat 0 0;
}

.popApplyWrap .input_s_area .input .sex input:checked+label {
  background: url("input_s_women_on.png") no-repeat 0 0;
}

.popApplyWrap .input_s_area .input .sex input:checked:first-child+label {
  background: url("input_s_man_on.png") no-repeat 0 0;
}

.popApplyWrap .btn_area {
  float: right;
}

.popApplyWrap .btn_area a {
  display: block;
  width: 144px;
  height: 117px;
  text-indent: -9999px;
}

.popApplyWrap.b01 .btn_area a,
.popApplyWrap.b05 .btn_area a {
  background: url("popup_btn01.gif") no-repeat 0 0;
}

.popApplyWrap.b02 .btn_area a,
.popApplyWrap.b03 .btn_area a,
.popApplyWrap.b04 .btn_area a {
  background: url("popup_btn02.gif") no-repeat 0 0;
}

.popApplyWrap .closeBtnArea a {
  position: absolute;
  display: block;
  padding: 10px;
  right: 0;
  top: 0;
}

.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;
  border-width: 1px 0;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 84px;
}

.prd_last .inside {
  padding-top: 110px;
  border-bottom: 1px solid #ddd;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.prd_last p {
  color: #767676;
  font-size: 15px;
  font-weight: 300;
}

.prd_last_info {
  background-color: #f5f5f5;
}

.prd_last_info .txt_compli_officer {
  padding: 0 76px;
  height: 30px;
  line-height: 30px;
  color: #666;
  /* text-align:center */
}

.sub_menu_footer {
  width: 100%;
  margin-top: 71px;
}

.sub_menu_footer .confirmed {
  width: 1100px;
  margin: 0 auto;
  height: 106px;
  box-sizing: border-box;
  line-height: 106px;
  font-size: 24px;
  color: #afafaf;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

.sub_menu_footer .container {
  width: 1100px;
  background-color: white;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 50px 0;
}

.sub_menu_footer .left {
  width: 50%;
}

.sub_menu_footer .left .blue {
  color: #150f96;
  font-size: 19px;
}

.sub_menu_footer .left p {
  display: inline-block;
  margin-right: 5%;
  color: #666;
  font-size: 19px;
}

.sub_menu_footer .left .left_inner {
  color: #666;
  margin-top: 5%;
  font-size: 19px;
}

.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: 19px;
  line-height: 27px;
  color: #999999;
}

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

.tab3_4_info {
  margin-top: 20px;
  color: #767676;
  font-size: 18px;
  line-height: 27px;
  padding-left: 32px;
  position: relative;
}

.tab3_4_info:before {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  width: 27px;
  height: 27px;
  font-weight: bold;
  content: '주';
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #150f97;
  border-radius: 50%;
}

.mt30 {
  margin-top: 30px;
}