/* 保戶專案活動 / 優惠查詢平台 */


:root {
    --yellow: #DAA520;
    --deepgray: #626262;
    --gradient-gray: linear-gradient(to bottom, #ddd, #fefefe);
    --gradient-green: linear-gradient(to bottom, #103731, #6a827e);
    /*****************/
    --service-introtext: #333;
    --service-title: #fff;
    --service-tel: #555;
    --service-intro: #888;
    --gradient-color: unset;
    --service-link: #ed1b2e;
    --service-link-hover: #f00;
}


a {
    color:#ed1b2e;
    text-underline-offset:3px;
}

body{
    margin: 0px;
    font-family: 微軟正黑體;
}
.ira_main{
    width:100%;
    min-width: 340px;

    overflow-x: hidden;
}
.ira_navigation{
    width:100%;
    border-top:0px solid #ccc;
    border-bottom:1px solid #ccc;
    box-shadow: 0px 5px 5px #ddd;
    margin: -4px 0px;
}
.ira_step_nav{

    width: 80%;
    height:80px;
    margin: auto;
    display: table;
  
}
.ira_step_item{
    width:25%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left:1px solid #ccc;
    line-height: 30px;
    font-weight: 700;
    color:#6d6d6d;
}

.currentItem{
    background: #e5001f;
    color:#fff;
    
}

.ira_step_item:nth-last-child(1){
    border-right:1px solid #ccc;
}

.onlyPC{
        display:contents;
}

.ira_card{
    width:80%;
    max-width: 1200px;
    margin: 40px auto 20px auto;
    box-shadow: 0px 5px 5px #ddd;
    border-top-left-radius:10px ;
    border-top-right-radius:10px ;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;
}

.ira_card--qa{
    width:80%;
    max-width: 1130px;
    margin: 10px auto 20px auto;
    box-shadow: 0px 5px 5px #333;
}


.ira_card--header{
    width:100%;
    border-top-left-radius:10px ;
    border-top-right-radius:10px ;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    background: #e5001f;
    text-align: center;
    padding:5px 0px;
}

.gradientGray{
    background: linear-gradient(to bottom, #626262, #585858, #515151)!important;
}

.--lightgray{
    background: #ccc;
    color:#333
}


.isHide{
    display: none;
    transition-duration: 0.4s;
} 

.isShow{
    display: block;
    transition-duration: 0.4s;
} 


.ira_card--body{
    width:100%;
    padding-bottom: 10px;

}

.ira_card--body>.row{
    width:94%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.ira_card--body>.row:nth-last-child(1){
    border-bottom: none;
}

.ira_card--body>.row>.column{
    display: inline-block;
}

.ira_card--body>.row>.column:nth-child(1){
    width:28%;
    padding-left: 60px;
    color:#6d6d6d;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 700;
}

.ira_card--body>.row>.column:nth-child(2){
    width:calc(70% - 60px);
}

/* 20260302 begin */

.ira_card--body > .row > .column_mod {
    display: inline-block;
}

.ira_card--body > .row > .column_mod:nth-child(1) {
    width: 120px;
    padding-left: 60px;
    color: #6d6d6d;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 700;
}

.ira_card--body > .row > .column_mod:nth-child(2) {
    width: calc(100% - 300px);
}
/* 20260302 end */



/* 20231207 new begin*/
.ira_card--body>.row>.column-ext{
    display: inline-block;
}

.ira_card--body>.row>.column-ext:nth-child(1){
    width:28%;
    padding-left: 40px;
    color:#6d6d6d;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 700;
}

.ira_card--body>.row>.column-ext:nth-child(2){
    width:calc(70% - 40px);
}



.--bpx20{
	    background-position-x: 20px;
}
/* 20231207 new end*/


.ira_card--footer{
    width:100%;
    min-height:20px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;
    
    text-align:center;

}

.ira_input{
    border:1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    color:#6d6d6d;
    width:calc(100% - 350px);
    letter-spacing: 1px;;
    
}

.ira_input-ext{
    border:1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    color:#6d6d6d;
    width:calc(100% - 150px);
    letter-spacing: 1px;;
    
}

.ira_input_error{
    color:#f00;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 900;
}

.input_shorter{
    width:calc(100% - 200px);
}

.input_shortest{
    width:calc(100% - 450px);
    min-width:100px;
}

.input_cell {
    font-size:1.4rem;
    width: 9rem;
    min-width: 9rem;
    border:none;
    border-bottom:2px solid #555;
    margin-right:20px;
}



.input_mail {
    font-size: 1.15rem;
    width: 22rem;
    min-width: 22rem;
    border: none;
    border-bottom: 2px solid #555;
    margin-right: 20px;
    letter-spacing: 0px;
}



::placeholder { 
    color: #ddd;
}


.--noborder{
    border-bottom: 0px solid #fff!important;
}

.--center{
    text-align: center;
    
}

.declareText{
    font-size: 16px;
    color: #777!important;
    text-align: left!important;
    line-height: 30px;
    padding: 20px 20px;
    font-weight: 700;
}

.declareText>ul{
    list-style-type: number;

}

.declareText>ul>li{
    margin-bottom: 20px;
    padding-left: 10px;

}

.clauseArticle {
    text-align: left;

    border:1px solid #d2d2d2;
    overflow-y: scroll;

    height: 400px;

    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;


}


.flowDiv{
    text-align: center;
    margin-bottom: 30px;  
}

.flowbutton {
  background-color: #e5001f; 
  border: none;
  color: white;
  padding: 16px 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 0.3rem;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  
}

.--flowbutton-smaller{
    padding: 16px 32px;
}

.buttonDisabled {
  color: #747b7f !important;;
  background-color: #ececec!important; 
  border: 1px solid #d2d2d2!important;
}

.buttonDisabled:hover {
  /*
  color: white;
  background-color: #9d9d9d;
  border: 1px solid #adadad;
  */
}

.buttonEnabled {
  background-color: #e5001f; 
  color: #fff; 
  border: 1px solid #e5001f;
}

.buttonEnabled:hover {
  opacity:0.6;
}


.buttonEnabled:active {
  transform: scale(0.95);
}

.agentInfo{
    margin-top: 20px;
    border-top:double #ddd;
}



.subbutton {
  background-color: #e5001f; 
  border: none;
  color: white;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 50px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: bold;
  user-select: none;

}

#sendCellPhoneNo{
    padding: 10px 22px;
}



.subbutton:hover {
  opacity:0.6;
}


.subbutton:active {
  transform: scale(0.95);
}

.subbutton--gray{
    background-color: #aaa;
}


.banner{
    width: 100%;
    margin: auto;
}
.banner>img{
    width:100%;
    height: auto;
}

.forPC{
    display: block;
}

.forMobile{
    display: none;
}

.bannerTextDiv{
    min-height: 34px;
    /*background: linear-gradient(to right, #000, #333, #999)!important;*/
    /*background: linear-gradient(to right, #999,#aaa, #e5eaef, #f7f7f7)!important;*/
    background: linear-gradient(to right, #555,#999, #BBB, #f7f7f7)!important;
    margin-bottom: 4px;
}

.bannerText{
    width:80%;
    margin: auto;
    text-align: left;
    color:#fff;
    font-weight: 600;
    line-height: 40px;
    padding-left: 5px;;
}


/*  =========== */

:root {
  --main-bg-color: brown;
  --form-control-color:#e5001f;
  --borderColor:#ddd;
  --titleColor:#8b8b8b;
  --qaAnswer:#666;
}

.agreeBoxSet{
    width: 560px;
    margin: auto;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.1em;  
  color:var(--titleColor)
}

.form-control + .form-control {
  margin-top: 1em;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 4px 0px;

  font: inherit;
  color: currentColor;
  /*
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  */

  width: 0.9em;
  height: 0.9em;
  border: 1px solid var(--borderColor) ;

  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);

  /* Hook Shape*/  
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);

}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.labelText{
    font-size: 18px;
    padding-top: 8px;
}

.labelText--qa{
    font-size: 15px;
    padding-top: 3px;
    line-height: 1.5em;;
}

/*問卷用*/

.clauseArticle--qa {
    text-align: left;

    border:1px solid #d2d2d2;
    overflow-y: scroll;

    height: 400px;

    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;


}

.qaBoxSet{
    /*
    width: 560px;
    margin: auto;
    */
}

.form-control--qa {
  font-family: 微軟正黑體;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.8;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.1em;  
  color:var(--qaAnswer);
}


.form-control--qa{
    margin: 0.3em 0em;
}


.form-control--qa + .form-control--qa {
  margin-top: 0.5em;
}



input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 4px 0px;

  font: inherit;
  color: currentColor;
  /*
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  */

  width: 0.9em;
  height: 0.9em;
  border: 1px solid var(--borderColor) ;

  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);

  /* Hook Shape*/  
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);

}

input[type="radio"]:checked::before {
  transform: scale(1);
}



/*  =========== */

.ira_input_error{
    display: inline;
}



.articleTitle{
    font-size: 18px;
    font-weight: 700;
    color:#555555;
    text-align: center;
}

.noticeTitle{
    font-size: 18px;
    font-weight: 700;
    color:#555555;
    text-align: center;    	
    
}


.iconTitle{
    width: auto;
    height: 30px;
    line-height: 30px; 
    font-size: 18px;;
    font-weight: 700;
    padding-left: 40px;
    color:#666;
}



.subjectDiv {
    width: 80%;
    margin: 10px auto;
    min-height: 40px;
}

.PRUQueenHeader{
    content: "" !important;
    background-image: url(../css/images/logo3.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left; 
    vertical-align: middle;    
}

.header1{
    content: "" !important;
    background-image: url(../css/images/s3Icon2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;    
}



.icon3{
    content: "" !important;
    background-image: url(../css/images/s3Icon3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;    
}

.iconOtp{
    content: "" !important;
    background-image: url(../css/images/s4Icon3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;    
}

.iconCell{
    content: "" !important;
    background-image: url(../css/images/s4Icon8.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;    
}

.iconMail{
    content: "" !important;
    background-image: url(../css/images/s4Icon8-2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;    
}



.redTag {
    background: #e5001f;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    border-radius: 0.3em;
    margin: 15px 0;
}


#resendOTP{
    text-decoration: underline;
    color:#0000ff;
    padding-left: 10px;
    cursor: pointer;

}

/* 問卷 */
.ira_quest_part{

}

.ira_quest_part + .ira_quest_part{
    margin-top: 2em;
}

.ira_quest_title{
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
}


.ira_quest_qanda{

}

.ira_quest_qanda + .ira_quest_qanda{
    margin-top: 1.5em;
}

.ira_quest_row{
    padding: 5px 0px;
}

.ira_quest_row:nth-child(2){
    background: #f3f3f3;
}

.ira_quest_column{
    font-family: 微軟正黑體;
    font-size: 16px;
    font-weight: 600;
    color: #333;    
}

.ira_quest_column:nth-child(1){
    width:30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.ira_quest_column:nth-child(2){
    
    width:calc(100% - 50px);
    display: inline-block;
}



#surveyQA{
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 105;
}


empha{
    font-weight: 900;
}



/* 分析結果 */
.ira_analyse_table{

    
    width: 92%;
    margin-left: 4%;  

    /*background: #333;*/


}

.ira_analyse_header, .ira_analyse_content{   
    display: table;


    width: 100%;

}

.ira_analyse_header{
    /*background: #e5001f;*/
    color: #fff;
    font-weight: 600;
}

.ira_analyse_content{
    /*background: #ddd;*/
}

.ira_analyse_column{
    display: table-cell;
    text-align: center;
    padding: 10px;
}

.ira_analyse_column:nth-child(1){
    width:25%;
    background: #e5001f;
}
.ira_analyse_column:nth-child(2){
    width:fit-content;
    background: #e5001f;
}
.ira_analyse_column:nth-child(3){
    width:25%;
    background: #e5001f;
}

.ira_analyse_content>.ira_analyse_column:nth-child(1){
    background: #ddd;
    border-right:1px solid #fff;
}

.ira_analyse_content>.ira_analyse_column:nth-child(2){
    text-align: justify;
    background: #ddd;
    border-right:1px solid #fff;
}

.ira_analyse_content>.ira_analyse_column:nth-child(3){
    text-align: justify;
    background: #ddd;
}


.mailDeclare{
		width:92%;
		margin:30px auto 10px auto;	
		font-weight: 700;
		color:#888;
}

.--columnMailTitle{
		text-align: right;
		
		display:inline-block;
		
		width:25%;
		font-weight:700;	
		padding-right:5px;
	
		
}

.--columnMailContent{
		display:inline-block;
		width:calc(75% - 25px);
}



/* 一年內已評估過 */

.ira_isAnalized_table{
    width: 92%;
    margin-left: 4%;  
}	
	
	
.ira_isAnalized_row{
	  background:#ddd;
	  text-align:center;
	  border-bottom:1px solid #fff;
	  display:table;
  	width:-webkit-fill-available;
}
	
.ira_isAnalized_row--header{
		background:#e5001f;
		color:#fff;
		font-weight: 600;
}	
	
.ira_isAnalized_column{
		display:table-cell;
		width:calc(24% - 12px);
		padding:10px 5px 10px 5px;
		border-right:1px solid #fff;
}	


.ira_isAnalized_row--header>.ira_isAnalized_column{
	border-right:0px solid #fff;
}


.ira_isAnalized_column:nth-child(1){
	width:18%;	
}
.ira_isAnalized_column:nth-child(2){
	width:18%;	
}
.ira_isAnalized_column:nth-child(3){
	width:27%;	
}
.ira_isAnalized_column:nth-child(4){
	width:35%;	
}
.ira_isAnalized_column:nth-last-child(1){
	 border-right:0px solid #fff;
}

/* new 2026*/

.column img{
	
	vertical-align:bottom;
}

.column img.reloadVerifyCode{
	background:#999;
	height:30px;
	border-radius:50px;
}



/*******************/
/* 查詢項目 begin */
.-gradient {
    /*margin-top: 30px;*/
    padding: 30px 20px 40px 20px;
}
.introtext {
    text-align: left;
    color: #fff;
    color: #626262;
    color: var(--service-introtext);
    font-weight: 500;
    padding: 5px 0px 35px 0px;
    font-size: 1rem;
}

.service {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 三欄，每欄平均寬度 */
    grid-template-rows: auto; /* 行高自動 */
    gap: 30px; /* 行列間距 */
    width: 80%;
    margin: auto;
}

.service_item {
    /* border:1px solid #ddd; */
    background: #ed1b2e;
    border-radius: 10px;
    cursor:pointer;
}

.service_item:hover {
    opacity:0.7;
}



.service_item > .leftColumn {
    display: inline-grid;
    width: 60px;
    min-height: 60px;
}

.service_item > .rightColumn {
    display: inline-grid;
    width: 100%;
    vertical-align: middle;
}



.rightColumn > .title {
    text-align: left;
    font-size: 1.35rem;
    font-weight: 700;
    /* color: #ed1b2e; */
    color: var(--service-title);
    padding-left: 100px;
    padding: 30px 20px 30px 90px;
}

.rightColumn > .tel {
    line-height: 35px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    /*  color: #fff; */
    color: var(--service-tel);
}

.rightColumn > .intro {
    line-height: 22px;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: var(--service-intro);
    padding-right: 5px;
}

.rightColumn > div > span {
    line-height: 16px;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 700;
    color: /* #ccc */ #999;
    padding-right: 5px;
    display: inline-block;
}

.rightColumn > div.tel > span {
    padding-left: 0px;
}



.icon-title {
    position: relative;
    padding-left: 28px; /* 留空間給圖示 */
}

.icon-title::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.-iconTest-1::before {
    background-image: url("../images/icon-discount.png");
}

.-iconTest-2::before {
    background-image: url("../images/vip.png");
}
/* 查詢項目 end */
/*******************/


/* 身分證遮蔽 begin */
#eyesmask {
    vertical-align:middle;
    width:22px;
    height:auto;
    cursor:pointer;
}
/* 身分證遮蔽 end */
@media only screen and (max-width: 1024px) {
    .ira_input_error {
        display: block;
    }


    .ira_card--body>.row{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ira_step_nav{
        width:100%;
    } 
    .ira_step_item{  
        font-size:14px;
    }
    .onlyPC{
        display:none;
    }


    .forPC{
        display: none;
    }

    .forMobile{
        display: block;
    }

    .ira_card--header{
        font-size: 16px;
    }

    .bannerText{
        width: 100%;
        padding-left: 10px;
    }

    .declareText {
        font-size: 15px;
        line-height: 22px;
        padding: 0px 15px 0px 0px;
    }


    .declareText>ul>li{
        margin-bottom: 15px;
        padding-left: 5px;

    }


    .ira_card{
        width:90%;
    }

    .ira_card--header {
        padding: 0px 0px;
    }
    .ira_card--body > .row > .column:nth-child(1) {
        width: 33%;
        padding-left: 5px;
        vertical-align: top;
    }

    .ira_card--body>.row>.column:nth-child(2){
        width:calc(65% - 5px);
    }
    

    .ira_card--body>.row>.column-ext:nth-child(1){
        width:100%;
        padding-left: 35px;

    }

    .ira_card--body>.row>.column-ext:nth-child(2){
        width:100%;
        margin-top: 15px;
    }
    
    
    .ira_input-ext{

        width:90%;
    	margin-left: 5%;
    }   
    
    .--bpx20{
	    background-position-x: 0px;
	} 

    
    .ira_input{
        width:calc(100% - 80px);
    }

    .input_cell{
        margin:15px 20px;
    }


    .input_shorter {
        width: 100px;
    }
    
    #sendMail {
    	width:calc(100% - 30px);
    }
    
    
    .flowbutton {
    	padding: 16px 20px;
    }
    

    .input_shortest{
        width:100px;
    }
    
    .agreeBoxSet{
        width:auto;
    }
    .labelText{
        line-height: 26px;
    }
    .labelText--qa{
        line-height: 26px;
    }

    .articleTitle{
        font-size: 15px;
        text-align: justify;
    }


    .subjectDiv {
        width: 90%;

    }



    .ira_quest_column:nth-child(1) {
        vertical-align: top;
    }

    .clauseArticle--qa {
        height: 320px;
        padding-top: 5px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    input[type="radio"] {   
        margin: 7px 0px;
    }

    .form-control--qa + .form-control--qa {
        margin-top: 0.3em;
    }

    input[type="checkbox"] {   
        margin: 7px 0px;
    }

    .ira_analyse_table{
 
        
        width: 96%;
        margin-left: 4%;  

        background: #fff;


    }

    .ira_analyse_header, .ira_analyse_content{   
    

    }

    .ira_analyse_header{
        background: #f00;
        display: inline-table;
        width: 100px;
    }

    .ira_analyse_content{
        
        display: inline-table;
        width: calc(100% - 130px);

        margin-left: -3px;

    }

    .ira_analyse_column{
        display: -webkit-box;
    }

    .ira_analyse_header:nth-child(1), .ira_analyse_column:nth-child(1){
        min-height: 60px;
        border-bottom: 1px solid #fff;
    }

    .ira_analyse_header:nth-child(2), .ira_analyse_column:nth-child(2){
        min-height: 480px;
        border-bottom: 1px solid #fff;
    }
    .ira_analyse_header:nth-child(3), .ira_analyse_column:nth-child(3){
        min-height: 100px;
    }

    .ira_analyse_header>.ira_analyse_column{
        width:100px;

    }    

    .ira_analyse_content>.ira_analyse_column{
        width: calc(100% - 35px);
    }      



	.mailDeclare{

	}

	.--columnMailTitle{
			text-align: center;
			display:inline-block;
			width:100%;
			padding-top:20px;
			padding-right:0px;
			padding-bottom:5px;
			
	}

	.--columnMailContent{
			display:inline-block;
			width:calc(100%);
				padding-left:10px;
	}

	
	.ira_isAnalized_table{
		margin-bottom:220px;
	}
	
	.ira_isAnalized_row:nth-child(1){
		float:left;
		width:35%;
		
	}

	.ira_isAnalized_row:nth-child(2){
		float:left;
		width:65%;
	}

	.ira_isAnalized_column{
		display:block;	
		width:96%!important;
		border-right: 0px solid #fff;
	}	

	.ira_isAnalized_column{
		border-bottom:1px solid #fff;
	}


	.ira_isAnalized_column:nth-child(4){
		height: 80px;
	}

    /* 查詢項目 begin =========  */

    .-gradient {
        /*margin-top: 30px;*/
        padding: 20px 20px 30px 20px;
    }

    .introtext {
        text-align: left;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.75rem;
        padding: 5px 0px 20px 0px;
        color:#333;
    }

    .service {
        grid-template-columns: repeat(1, 1fr); /* 一欄，每欄平均寬度 */
        gap: 20px;
        width: 100%;
    }

    .rightColumn > .title {
        line-height: 30px;
    }


    .service_item > .rightColumn {
        width: 100%;
    }


    .rightColumn > .title {
        font-size: 1.1rem;
        height: unset;
        line-height: unset;
        padding: 25px 10px 25px 65px;
    }

    .icon-title::before {
        left: 15px;
    }

    .icon-title::before {
        width: 40px;
        height: 40px;
    }

    /* 查詢項目 end =========  */


    /* 20260302 begin */
    .ira_card--body > .row > .column_mod {
        display: block;
    }
    .ira_card--body > .row > .column_mod:nth-child(1) {
        width: 120px;
        padding-left: 20px;
        color: #6d6d6d;
        color: #8B8B8B;
        font-size: 16px;
        font-weight: 700;
    }

    .ira_card--body > .row > .column_mod:nth-child(2) {
        width: calc(100%);

    }

    #sendCellPhoneNo {
        display:block;
        margin:auto;
    }

    .input_mail {
        font-size: 1.15rem;
        width: calc(100% - 40px);
        min-width: 10rem;
        border: none;
        border-bottom: 2px solid #555;
        letter-spacing: 0px;
        margin: 15px 0px 15px 20px;
    }

    /* 20260302 end */

}