@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* reset */
body,h1,h2,h3,h4,input,button,input,select,textarea{font-family: 'Noto Sans KR', sans-serif!important;outline: none;letter-spacing: -1px}


/*.all{max-width:1100px;margin: 0 auto}*/
.img100 img{width: 100%;}
.clear{clear: both}
.con_in{width: 1100px; margin: 0 auto}
.w100 {width: 100%;}

.hd{height: 90px;}
.hd .logo_wrap{padding: 21px 0}
.hd .logo{float: left}
.hd span{float: right;padding: 12px 0;margin-right: 5px;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    margin: 0;
}
html * .con01 .con_in_ir{
    box-sizing: border-box;width: 433px;
}
.con01{background-color:#ebf3ff;text-align: center}
.con01 .con_in{}
.con01 .con_in_ir{
    padding: 0 35px 30px 35px;
    background-color: #150f96;
    display: inline-block;
    width: 33%;
    border-radius: 10px;
    margin: 50px 0;
    box-shadow: 5px 7px 10px #aabfde;
}


.con01 .con_in_wm{display: inline-block;float: left}
.con01 .con_in_inp{text-align: left;}
.con01 input[type="text"], .con01 input[type="number"]{
    height: 60px;
    border:0;
    border-radius: 5px;
    font-size: 20px;
    color: #999;
    width: calc(100% - 160px);
    margin-bottom: 10px;
    padding: 0 20px;
    float: left
}
.con01 input.name{
    margin-right: 10px;
    width:100%;
}
.con01 input.phone{
     width:100%
}
.con01 input.birthday{
     margin-left: 10px;
}
/* button sex */
.con01 .sex {position:relative;margin: 3px 0 0 0;}
.con01 .sex a{width:75px;height:60px;font-size:20px;box-sizing:border-box;text-align:center;padding:14px;float:left;background: #fff;color: #b1b1b1;font-weight: bold;border-radius:0 5px 5px 0;text-decoration: none;}
.con01 .sex a:first-child{background: #fff;color: #b1b1b1;font-weight: bold;border-radius:5px 0 0 5px;}
.con01 .sex a:first-child.on{background: #01c1d6;color: #1b386d;font-weight: bold; margin-right: 0;border-radius:5px 0 0 5px;}
.con01 .sex a.on{background: #01c1d6;color: #1b386d;font-weight: bold}


.con01 button {
    height: 60px;
    border:0;
    font-size: 20px;
    color: #b1b1b1;
    width: 75px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.con01 button.bt_w {
    border-radius:0 5px 5px 0;
}
.con01 button.bt_m {
    margin-right: 0;
    border-radius:5px 0 0 5px;
}
.con01 button.bt_w.bt_click, .con01 button.bt_m.bt_click {
    background: #ffea00;
    color: #1b386d;
    font-weight: bold
}
.con01 .con01_btn{
    margin: -10px 0 20px;
}
.con01 .con01_btn .img1001{
    width:50%; float: left; margin: 20px 0 0 0;    
}
.con01 .con01_btn .img1002{
    width:50%; margin: 20px 0 0 0; 
}


/*tab*/
.tab_cont{
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    font-size: 0;
    box-sizing: border-box;
}
.tab_cont.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
}
ul.tabs{
  padding: 0px;
  list-style: none;
  font-size: 0;
}
ul.tabs li{
    color: #222;
    height: 65px;
    cursor: pointer;
    font-size: 22px;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #dfdfdf; 
    float: left;
    line-height: 3.0;
    background: #fff;
    box-sizing: border-box;
}
ul.tabs li:first-child{
    border-left: 1px solid #dfdfdf;
}
ul.tabs li.current span{
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 65px;
    font-weight: bold;
    background: #150f96;
}
.tab-content{ 
    display: none;  
    text-align: center;
}
.tab-content.current{
    display: inherit;
}

.txt_banner{
    background: #150f96;
}

.color_blue{
    color: #150f96;
}


/*타이틀*/
.tit_wrap{padding: 65px 0;}


.tit_wrap .tee_p{color: #999;font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.tit_wrap .tee_p span{padding-left: 5px;text-indent: -5px;display: inline-block;}


/*ft*/
.ft_top{color: #444;border-top: 1px solid #d7d7d7;border-bottom: 1px solid #d7d7d7; font-size: 20px;padding: 35px 0;font-weight: 300}
.all .footer_comm .inside {border-top: 0!important;}

/**/
.bottom_btn_grp {
    bottom: 0;
    width: 100%;
    display: none;
}
.fix_img{    
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
}

.bottom_btn_grp ul{max-width: 720px;margin: 0 auto;}
.bottom_btn_grp li{width: 50%;float: left}
.bottom_btn_grp li img{width: 100%;}


/*상품특징 끝*/

/*subtab*/
/*보장내용*/
.s_tab_top {text-align: left;width: 100%;margin-bottom: 10px;}
.s_tab_top h3 {    
    font-size: 24px;
    color: #151515;
    display: inline;
    line-height: 1.5;
}.s_tab_top h3 b {    
   font-weight: bold
}.s_tab_top h3 b.clo150f96 {    
    color: #150f96;
    font-size: 20px;
    display: inline-block;
}
.s_tab_top h3 b.clo48top{    
/*    padding-top: 15px;*/
}
.s_tab_top span{    
    font-size: 18px;
    color: #999;
    float: right;
    padding-top: 8px;
}

/*테이블*/
.table-wrap table{width: 100%;text-align: center}

.table-wrap  {border-collapse:collapse;border-spacing:0;}
.table-wrap th{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    border-top: 2px solid #150f96;
    border-bottom: 1px solid #dfdfdf;
}
.table-wrap th:nth-child(1)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdee3;
    margin-top: 3px;
    left: 30%;
}.table-wrap th:nth-child(2)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdee3;
    margin-top: 3px;
    left: 70%;
}

.table-wrap.type2 th:nth-child(1)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdee3;
    margin-top: 3px;
    left: 18% !important;

}.table-wrap.type2 th:nth-child(2)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdee3;
    margin-top: 3px;
    left: 51%!important;
}.table-wrap.type2 th:nth-child(3)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #dbdee3;
    margin-top: 3px;
   left: 78%;
}


.table-wrap thead{background-color:#ebf3ff;border-color:#dfdfdf;}
.table-wrap .tg-e4am{
    background-color: #f4f4f4;
    border-color: transparent;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
     padding:13px 5px;
}
.table-wrap .bor_l0{
    border-left: 0;
}.table-wrap .bor_ldf{
      border-left: 1px solid #dfdfdf;
    color: #150f96;
    font-weight: bold;
}
.table-wrap .pl55{
    border-left: 1px solid #dfdfdf;
/*   padding-left: 55px;*/
   text-align: left;
}.table-wrap .pl30{
/*   padding-left: 30px;*/
   text-align: left;
}
.table-wrap tr span{ color: #767676;font-weight: 300}

.table-wrap .tb_p{    
    margin-bottom: 100px;
    margin-top: 20px;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}.table-wrap .tb_p.tb_p02{    
    padding-left: 10px;
    text-indent: -10px;
}.table-wrap .tb_p .pd_l20{    
    padding-left: 20px;
    text-indent: -20px;
}.table-wrap .tb_p .pd_l30{    
   padding-left: 20px;
    text-indent: -30px;
}
.table-wrap .tb_p span{
    background: #150f96;
    color: #fff;
    padding: 0px 5px;
    margin-right: 10px;
    font-size: 16px;
}
.table-wrap .tb_p p{padding-bottom: 5px;}
.table-wrap .ma_l20{margin-left: 34px;}
.tabmenu.t02 .table-wrap:last-child .tb_p{margin-bottom: 0}

/*선택특약*/
.table-wrap.tabl02 td{padding-top: 40px;padding-bottom: 40px;}




/*-----sub tab-------*/
#tab02{padding:110px 0 0}
.tabmenu.t02{
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.tabmenu.t02 ul li {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-left: -2px
}
.tabmenu.t02 ul li:nth-child(3){
    border-top: 0;
}.tabmenu.t02 ul li:nth-child(4){
    border-top: 0;
}

.tabmenu.t02 label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #cecece;
    font-weight: 400;
}

.tabmenu.t02 input {
    display: none;
}

.tabmenu.t02 .tabCon {
    width: 100%;
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    margin-top: 120px;
    padding: 0 5%;
}

.tabmenu.t02 input:checked~label {
    background: #0c6af2;
/*        border: 1px solid 0;*/
    color: #fff;
    font-weight: bold;
}

.tabmenu.t02 input:checked~.tabCon {
    display: block;
}



/*-----sub tab-------*/
#tab03{padding:75px 0 0}
.tabmenu.t03 {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.tabmenu.t03 ul li {
    display: inline-block;
    width: 23.6%;
    float: left;
    text-align: center;
/*        border: 1px solid #dfdfdf;*/
/*        margin-left: -2px*/
}
.tabmenu.t03 ul li:nth-child(2){
    margin-left: 20px;
}.tabmenu.t03 ul li:nth-child(3){
   margin-left: 20px;
}.tabmenu.t03 ul li:nth-child(4){
   margin-left: 20px;
}

.tabmenu.t03 label {
     display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
    color: #b1b1b1;
    font-weight: 400;
    margin-bottom: 10px;
     border-bottom: 4px solid #b1b1b1;
}

.tabmenu.t03 input {
    display: none;
}

.tabmenu.t03 .tabCon {
    width: 100%;
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    margin-top: 20px;
}

.tabmenu.t03 input:checked~label {
     color: #150f96;
    font-weight: bold;
    border-bottom: 4px solid #150f96;
}
.tabmenu.t03 input:checked~.tabCon {
    display: block;
}
/*    */
.tabmenu.t03 .ch_p{
margin-bottom: 85px;
font-size: 20px;
color: #333;
padding-left: 5px;
text-indent: -5px;
font-weight: normal;
line-height: 1.7;
}.tabmenu.t03 .ch_p p{
padding-bottom: 5px;
}
.tabmenu.t03 .ch_p.ch_p01{
font-size: 18px;
color: #999;
font-weight: 300;
 padding-left: 10px;
text-indent: -10px;
}
.s_icon_wrap li{    
font-size: 16px;
color: #333;
width: 191px !important;
}
.s_icon_wrap li:nth-child(1){}
.s_icon_wrap li:nth-child(2){ margin-left: 3%;}
.s_icon_wrap li:last-child{margin-left: 3%}
.s_icon_wrap li .s_icon{    
background: #f4f4f4;
padding: 30px 0 250px;
    height: 175px;
}
.s_icon_wrap li .s_icon h4{    
padding-top: 25px;
font-size: 18px;
font-weight: 400;
}
.s_icon_p{    
padding: 13px 0;
background: #150f96;
font-size: 22px;
font-weight: 500;
color: #fff;
text-align: center
}
.s_icon_wrap li .s_icon img{
/*    width: 50px*/
}

/* 특약*/
.xmrdir{margin-top: 10px;  background: #f4f4f4;}   
.xmrdir span{font-size: 18px;color: #333;}   
.xmrdir .xmrdir_li_l, .xmrdir .xmrdir_li_r{float: left;}   
.xmrdir .xmrdir_li_l{text-align: center;width: 22%;padding:30px 0;}    
.xmrdir .xmrdir_li_l img{}    
.xmrdir .xmrdir_li_r{width: 39%;padding:58px 0;}    
.xmrdir_li_r b{
    position: absolute;
    margin-top: -20px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    right: 10px;
}

/*  꼭 알아둘사항  */
.chart_img img{    
    margin-bottom: 10px;
}
/*보험료예시*/
.tabmenu.t03 .s_tab_top span {
font-size: 18px;
float: left;
padding: 3px 0 10px;
width: 100%;
}
.tabmenu.t03 .s_tab_top span b{
float: right;
font-weight: normal
}   
.tabmenu.t03 .table-wrap td{
  
    padding: 10px
} 

.table-wrap td{  border-right: 0;    
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    font-size: 20px;
    overflow: hidden;
    padding: 35px 25px;
    word-break: normal;
    font-weight: 400;
}
.g_layer_box.show {
    display: block;
}
.g_layer_box {
    display: none;
}

.top_btn_style {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 45px;
    z-index: 10;
    display: none;
    cursor: pointer
}
.top_btn_style.show {
    display: block;
}

.con01.fixed {
    position: fixed;
    bottom: 0;
    z-index: 30;
    display: none;
}
.con01.fixed .con_in {
    padding: 35px 0 20px;
}
.dim {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.con01.fixed.show {
    display: block;
}
.dim.show {
    display: block;
}
.fixed-bottom-close-btn {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: -45px;
    margin-right: 15px;
}
/**/
#tab03 .table-wrap .tb_p{margin-bottom: 50px;margin-top: 10px;}
#tab03 .table-wrap th:nth-child(1)::after{left: 30%;}
#tab03 .table-wrap th:nth-child(2)::after{left: 70%;}

.floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #150f96;
    display: none;
    height: 80px;
}
.floating.show {
    display: block; z-index: 20;
}
.floating_cont {
    width: 1100px;
    margin: 0 auto;
}
.floating_btn3 {
    float: right;
    cursor: pointer;
}
.contents_main {
    position: relative;
}
.cursor_pointer {
    cursor: pointer;
}
.h100 {height: 100%;}

.popup_calc .contents {background: rgb(245, 246, 247);padding: 30px 38px 0px;border-radius: 8px;left: 50%;top: 50%;width: 450px;height: 520px;margin-top: -218px;margin-left: -225px;position: fixed;z-index: 1000;}


