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;
}
a {text-decoration:none; background-color:transparent; vertical-align:middle; -webkit-text-decoration-skip:objects; color:#000; word-break: break-word}
a:hover, a:active, a:focus {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;
}

#wrap {min-width:1100px; overflow:hidden; }
.wrapper {width:1100px;margin:0 auto;}

/*  */
input::-webkit-input-placeholder {
  color: #d6cbc9;
}
input:-moz-placeholder {
  color: #d6cbc9;
}

.floBanPc {
  position: absolute;
  top: 1000px;
  right: 50%;
  margin-right: -880px;
  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;
}

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

.header {position:relative; background:#ebf3ff; padding-top:38px; }
.header > div {display:flex; align-items:center; justify-content:space-between;}
.header nav {height:105px;}
.header nav h2 {display:none;}
.header nav ul {display:flex; justify-content:center;}
.header nav ul li {position:relative;}
.header nav ul li a {display:block; padding:38px 30px; font-size:23px; font-weight:600; color:#222;}
.header nav ul li:hover:after,
.header nav ul li.on:after {content:''; position:absolute; z-index:1; left:0; bottom:0; width:100%; height:4px; background:#007be0;}
.header .head_call {padding-left:23px; font-size:25px; font-weight:600; letter-spacing:0; color:#004286; background:url(220329_ico_call.png) no-repeat left center; }
 
/* ÃƒÆ’Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€šÃ‚Â¨ ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼ */
.main_cont {padding-top:42px; padding-bottom:155px; background:#ebf3ff;}
.main_cont > div {display:flex;}
 
/* pc ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¬Ãƒâ€¦ Ãƒâ€šÃ‚Â¤ ÃƒÆ’Ã‚Â«Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ */
input[type=text]::-ms-clear{
	display: none;
}
 
/* ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â« Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â³ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
.old_type {width:687px;flex-shrink:0;text-align:center;padding-top:30px;}
.old_text{font-size:24px;color:#000;font-weight:bold;padding-bottom:20px}
.old_type .old_tab {position:relative; display:inline-flex; margin-bottom:80px; border-radius:50px;background:#fff;}
.old_type .old_tab .old_text {position:absolute;padding-top:15px;padding-left:150px;font-size:18px;color:#150f96;font-weight:bold}
.old_type .old_tab.notouch:after {content:''; position:absolute; z-index:1; left:0; top:0; width:100%; height:100%;}
.old_type .old_tab li a {display:block;padding:16px 35px;line-height:1;font-size:22px;font-weight:600;color:#999;/* padding-top:40px; */}
.old_type .old_tab li.on {position:relative;/* padding-top:40px; */}
.old_type .old_tab li.on a {color:#150f96}
.old_type .old_tab li.on:after {content:''; position:absolute; z-index:1; left:40%; bottom:-48px; width:50px; height:50px;background: url(old_text_finger.png) no-repeat center/100% auto;}
.old_type .old_tab li {margin-left:4px;/* padding-top:40px; */}
.old_type .old_tab li + li {margin-left:4px;/* padding-top:40px; */}
 
.old_type .old_con .label {width:297px; height:32px; margin:0 auto 22px; text-indent:-9999px; background:url(220329_pic_whytext.png) no-repeat center;}
.old_type .old_con > div {display:none;}
.old_type .old_con > div .tit {margin-bottom:34px; font-size:50px; line-height:64px; letter-spacing:-1.5px;}
.old_type .old_con > div .tit strong {position:relative; z-index:1;}
.old_type .old_con > div .tit strong:before {content:''; position:absolute; z-index:-4; left:-5px; bottom:8px; width:calc(100% + 8px); height:27px; background:#ffde00;}
.old_type .old_con > div ul {display:flex; text-align:center; justify-content:center;}
.old_type .old_con > div ul li + li {margin-left:10px;}
.old_type .old_con > div ul li i {display:block; margin-bottom:35px;}
.old_type .old_con > div ul li span {display:block; padding:8px 12px; line-height:1; color:#150f96; border:1px solid #150f96; border-radius:5px; background:#fff;}
.old_type .old_con > div ul li span:before {content:'#';}
 

.content_tabs{
  background: url(221122_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;/* width: 1100px; */}
.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: 180px;
  width: 400px;
  height: 520px;
  text-align: left;
  right: 730px;
  background: #150f96;
  border-radius: 15px;
  margin-top:60px
}
.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: 20px;
  text-align: center;
}
.db_box .productInputBox p {
  text-align: center;
  letter-spacing: -1.5px;
}

.db_box .productInputBox .form_inner {
  margin:0 auto;
  margin-top:18px;
  background: url(221122_form_back.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
}

select { width:60px; height:46px; padding-left:3px; font-size:16px; color:#000; border:none;margin-left:14px}

.db_box .productInputBox input[type="text"] {
  width: 70%;
}

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

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

/* 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-top-color: #222;
  border-bottom-color: #ccc;
}
table.g_table_03 thead th {
  height: 45px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f2f2f2;
}
table.g_table_03 th,
table.g_table_03 td {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  height: 45px;
  box-sizing: border-box;
}
table.g_table_03 thead tr:first-child th {
  border-top: 0;
}
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: 20px;
  color: #222;
  font-family: 'Noto Sans',Malgun Gothic,Dotum;
  font-size: 20px;
  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: 64px 0;
  margin: 0 auto;
  transform: translateX(-35px);
}
.prd_panel .prd_msg_01 {
  float: right;
  width: 1100px;
  margin-bottom: 12px;
  color: #767676;
  text-align: right;
  font-size: 14px;
}
.prd_panel .prd_msg_01 span {
  float: left;
  margin-top: -5px;
  color: #150f96;
  font-size: 18px;
  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: 10px;
  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: -13px;
  padding-left: 13px;
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

.prd_panel table.w100 {
  width: 100%;
}
.prd_panel table.g_table_03,
.p_table_01 {
  width: 100%;
  border-top: 2px solid #222;
  border-bottom: 1px solid #666;
}
.prd_panel table.g_table_03 th,
.p_table_01 th {
  padding: 10px;
  color: #222;
  font-size: 16px;
}
.prd_panel table.g_table_03 td,
.p_table_01 td {
  padding: 10px;
  color: #222;
  font-size: 15px;
}
.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: #fff;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #666;
  text-align: center;
}
.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: #150f96;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.prd_panel table.g_table_03 tbody th.td,
.p_table_01 tbody th.td {
  color: #222;
  font-weight: normal;
}
.p_table_01 tbody td {
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.p_table_01 tbody td:first-child {
  border-left: 0;
}
.p_table_01 tbody td.bdl {
  border-left: 1px solid #dfdfdf;
}
.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: 980px;padding-top: 30px;}
.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 {
  width: 260px;
  height: 315px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  color: #222;
  text-align: center;
}
.joininfo_list.long li > .joinex_info {
  height: 360px;
}
.joininfo_list li > .joinex_info .ico {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding: 115px 0 32px;
  background-color: #f5faff;
  color: #222;
  text-align: center;
  font-size: 20px;
}
.joininfo_list li > .joinex_info .ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 50%;
}
.joininfo_list .ico_01:before {
  width: 44px;
  height: 47px;
  margin-left: -22px;
  background: url("221122_info_age.png") no-repeat center top/100% auto;
}
.joininfo_list .ico_02:before {
  width: 48px;
  height: 47px;
  margin-left: -24px;
  background: url("221122_info_range.png") no-repeat center top/100% auto;
}
.joininfo_list .ico_03:before {
  width: 44px;
  height: 47px;
  margin-left: -22px;
  background: url("221122_info_time.png") no-repeat center top/100% auto;
}
.joininfo_list .ico_04:before {
  width: 50px;
  height: 47px;
  margin-left: -25px;
  background: url("221122_info_limit.png") no-repeat center top/100% auto;
}
.joininfo_list .ico_05:before {
  width: 50px;
  height: 47px;
  margin-left: -25px;
  background: url("221122_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("221122_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("221122_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("221122_icon_hospital.png");
}
.prd_panel_02 .icon_money {
  background-image: url("221122_icon_money.png");
}
.prd_panel_02 .icon_guaratee {
  background-image: url("221122_icon_guaratee.png");
}
.prd_panel_02 .icon_check {
  background-image: url("221122_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 .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: 45px 0 20px;
  color: #222;
  font-size: 20px;
}
.prd_panel_02 .h5_tit i {
  color: #150f96;
}
.prd_panel_02 .h5_tit:first-of-type {
  margin-top: 0;
}
.prd_panel_02 .g_list_04{
  margin-top: 40px;
}
.prd_panel_02 .g_list_04 li {
  margin-bottom: 3px;
  color: #666;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -1px;
  padding-left: 10px;
  position: relative;
}
.prd_panel_02 .g_list_04 li:after{
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 10px;
}
.prd_panel_02 .g_list_04 li li {
  padding: 0;
}
.prd_panel_02 .g_list_04 li.point_01 {
  color: #150f96;
  font-size: 15px;
}
.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;
}

.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: 40px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.img_wrap .img_left.brd {
  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.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("221122_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("221122_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("221122_input_s_man_off.png") no-repeat 0 0;
}
.popApplyWrap .input_s_area .input .sex input:checked + label {
  background: url("221122_input_s_women_on.png") no-repeat 0 0;
}
.popApplyWrap .input_s_area .input .sex input:checked:first-child + label {
  background: url("221122_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("221122_popup_btn01.gif") no-repeat 0 0;
}
.popApplyWrap.b02 .btn_area a,
.popApplyWrap.b03 .btn_area a,
.popApplyWrap.b04 .btn_area a {
  background: url("221122_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: 30px;
  /* border-bottom:1px solid #ddd; */
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.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 {
  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;
}

.feature_inner{padding:100px 0;/* width:1100px; */margin:0 auto;margin-top:50px;}
.feature_banner{width:1100px;margin:0 auto;background-color:#f4f4f4;border-radius:15px;text-align:center;color:#222;font-size:34px;line-height:1.4;letter-spacing:-1px;}
.context.center{float:none;width:100%}
.g_list_banner{width: 80%;margin:60px auto 0;}
.g_list_banner li{float:left;width: 25%;margin:0;color:#444;font-size:19px;}
.g_list_banner:after{content:"";display:block;clear:both}
.g_list_banner li>span{display:block;margin-top:20px}
.g_list_banner li>span>em{display:block;color:#222;font-weight:bold}
