@charset "utf-8";

/* irpage */
.irpage{width: 1280px; max-width: 96%; margin: 0 auto;}
.irpage .box{border-top: 2px solid #000; padding-top: 40px;}
.irpage .box + .box{margin-top: 160px;}

.irpage .box .tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; padding: 0 30px;}
.irpage .box .tit .l_cont{width: 50%;}
.irpage .box .tit .l_cont h3{font-size: 48px; color: #000; font-weight: 700;}
.irpage .box .tit .r_cont{width: 50%; text-align: right;}
.irpage .box .tit .r_cont a{color: #888; color: #888;}

.irpage .ir_1 .content{border-top: 1px solid #dedede;}
.irpage .ir_1 .content li{border-bottom: 1px solid #dedede; padding: 30px; display: flex;}
.irpage .ir_1 .content li .date{aspect-ratio:1 / 1; border: 1px solid #eee; width: 70px; display: flex; justify-content: center; align-items: center; text-align: center; color: #000; flex-direction: column; font-size: 16px; gap:3px;}
.irpage .ir_1 .content li .date h3{font-size: 1.25em;}
.irpage .ir_1 .content li .date p{font-weight: 300; color: #666;}
.irpage .ir_1 .content li .title{flex: calc(100% - 70px); display: flex; align-items: center; justify-content: space-between; padding-left: 30px;}
.irpage .ir_1 .content li .title .txt{width: 100%;}
.irpage .ir_1 .content li .title .txt a{color: #000; display: block; width: 100%;}
.irpage .ir_1 .content li .title .txt a h3{font-size: 20px; width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.irpage .ir_1 .content li .title .txt a p{margin-top: 10px; color: #d62949;}
.irpage .ir_1 .content li .title .download{}
.irpage .ir_1 .content li .title .download a{}
.irpage .ir_1 .content li .title .download a i{color: #000; font-size: 24px;}

.irpage .ir_2  li{border-bottom: 1px solid #dedede; border-top: 1px solid #dedede; padding: 30px; display: flex;}
.irpage .ir_2 .content{border-top: 1px solid #dedede;}
.irpage .ir_2 .content .date{display: flex; border-bottom: 1px solid #dedede; align-items:center;}
.irpage .ir_2 .content .date dt{text-align: center; width: 100%; padding: 30px 0; color: #000; font-weight: 600; font-size: 18px;}
.irpage .ir_2 .content .data{display: flex; border-bottom: 1px solid #dedede; align-items:center;}
.irpage .ir_2 .content .data dt{text-align: center; width: 100%; padding: 30px 0; color: #000; font-weight: 600; font-size: 18px;}
.irpage .ir_2 .content .data dt a{}
.irpage .ir_2 .content .data dt a i{color: #000; font-size: 22px;}
.irpage .ir_2 .content .data + .date{margin-top: 80px; border-top: 1px solid #dedede;}
.dart_wrap {width: 100%; border: 1px solid #d9d9d9; height: 110vh; margin: 0 auto; border-radius: 4px; position: relative;}
.dart_wrap iframe{ height: 100%; margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); width: 731px;}

.irpage .ir_3 .content{border-top: 1px solid #dedede;}
.irpage .ir_3 .content li{border-bottom: 1px solid #dedede; padding: 30px; display: flex;}
.irpage .ir_3 .content li a{color: #000; display: flex; align-items: center; justify-content: space-between; width: 100%;}
.irpage .ir_3 .content li a .title{width: calc(100% - 100px); display: flex; align-items: center;}
.irpage .ir_3 .content li a .title h4{color: #666; font-weight: 400; width: 80px;}
.irpage .ir_3 .content li a .title h3{font-size: 18px; color: #000; font-weight: 600; width: calc(100% - 80px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.irpage .ir_3 .content li a .date{width: 100px; text-align: right;}

.irpage .ir_4{}
.irpage .ir_4 .content{display: flex; margin-top: 100px;}
.irpage .ir_4 .content .l_cont{width: 536px; padding-right: 40px;}
.irpage .ir_4 .content .l_cont .chart{width: 100%; aspect-ratio:4/3;}
.irpage .ir_4 .content .l_cont .chart canvas{}
.irpage .ir_4 .content .l_cont p{font-size: 16px; margin-top: 20px;}
.irpage .ir_4 .content .r_cont{width: calc(100% - 536px);}
.irpage .ir_4 .content .r_cont dl{display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid #dedede;}
.irpage .ir_4 .content .r_cont dl dt{width: 100%; text-align: right; color: #000; font-weight: 400; font-size: 16px;}
.irpage .ir_4 .content .r_cont dl dt:first-child{text-align: left;}
.irpage .ir_4 .content .r_cont .index{border-bottom: 1px solid #000;}
.irpage .ir_4 .content .r_cont .index dt{}
.irpage .ir_4 .content .r_cont .cate{}
.irpage .ir_4 .content .r_cont .cate .title{display: flex; align-items: center; gap:10px;}
.irpage .ir_4 .content .r_cont .cate .title .label{width: 16px; aspect-ratio:1 / 1; background-color: #000;}
.irpage .ir_4 .content .r_cont .cate .title h3{font-weight: 400; font-size: 16px; width: calc(100% - 16px - 10px)}
.irpage .ir_4 .content .r_cont .cate dt{color: #333; font-weight: 300;}
.irpage .ir_4 .content .r_cont .total{border-top: 1px solid #000;}
.irpage .ir_4 .content .r_cont .total dt{font-weight: 500;}


@media all and (max-width:1280px){
	.irpage{max-width: 100%;}
	.irpage .box{padding-top: 35px;}
	.irpage .box + .box{margin-top: 120px;}
	.irpage .box .tit{padding: 0 25px; margin-bottom: 40px;}
	.irpage .box .tit .l_cont h3{font-size: 38px;}
	.irpage .box .tit .r_cont a{font-size: 15px;}
	
	.irpage .ir_1 .content li{padding: 25px;}
	.irpage .ir_1 .content li .date{width: 64px; font-size: 15px;}
	.irpage .ir_1 .content li .title{padding-left: 20px; width: calc(100% - 64px);}
	.irpage .ir_1 .content li .title .txt a h3{font-size: 19px;}
	.irpage .ir_1 .content li .title .txt a p{margin-top: 8px;}
	.irpage .ir_1 .content li .title .download a i{font-size: 22px;}
	
	.irpage .ir_2  li{padding: 25px;}
	.irpage .ir_2 .content .date dt{font-size: 17px; padding: 25px 0;}
	.irpage .ir_2 .content .data dt{font-size: 17px; padding: 25px 0;}
	.irpage .ir_2 .content .data dt a i{font-size: 22px;}
	
	.irpage .ir_3 .content li{padding: 25px;}
	.irpage .ir_3 .content li a .title h4{width: 70px; font-size: 15px;}
	.irpage .ir_3 .content li a .title h3{font-size: 17px; width: calc(100% - 70px);}
	.irpage .ir_3 .content li a .date{font-size: 15px;}
	
	.irpage .ir_4 .content{margin-top: 70px;}
	.irpage .ir_4 .content .l_cont{width: 340px; padding-right: 0;}
	.irpage .ir_4 .content .l_cont p{font-size: 15px; margin-top: 16px;}
	.irpage .ir_4 .content .r_cont{width: calc(100% - 340px); padding-left: 40px;}
	.irpage .ir_4 .content .r_cont dl{padding: 25px 0;}
	.irpage .ir_4 .content .r_cont dl dt{font-size: 15px;}
	.irpage .ir_4 .content .r_cont .cate .title{gap:8px;}
	.irpage .ir_4 .content .r_cont .cate .title .label{width: 14px;}
	.irpage .ir_4 .content .r_cont .cate .title h3{font-size: 15px;}
}
@media all and (max-width:768px){
	.irpage .box{padding-top: 25px;}
	.irpage .box + .box{margin-top: 90px;}
	.irpage .box .tit{padding: 0; margin-bottom: 25px;}
	.irpage .box .tit .l_cont h3{font-size: 2.25rem;}
	.irpage .box .tit .r_cont a{font-size: 1.5rem;}
	
	.irpage .ir_1 .content li{padding: 4% 0%;}
	.irpage .ir_1 .content li .date{width: 7rem; font-size: 1.5rem;}
	.irpage .ir_1 .content li .title{padding-left: 3%; width: calc(100% - 7rem);}
	.irpage .ir_1 .content li .title .txt a h3{font-size: 1.7rem;}
	.irpage .ir_1 .content li .title .txt a p{margin-top: 5px;}
	.irpage .ir_1 .content li .title .download a i{font-size: 2.25rem;}
	
	.irpage .ir_2  li{padding: 4% 0;}
	.irpage .ir_2 .content .date{display: none;}
	.irpage .ir_2 .content .data dt{font-size: 1.7rem; padding: 4% 0; display: none;}
	.irpage .ir_2 .content .data dt a i{font-size: 2.25rem;}
	.irpage .ir_2 .content .data dt:nth-child(1){display: block; text-align: left;}
	.irpage .ir_2 .content .data dt:last-child{display: block; text-align: right;}
	
	.irpage .ir_3 .content li{padding: 4% 0;}
	.irpage .ir_3 .content li a .title h4{font-size: 1.5rem; width: 60px;}
	.irpage .ir_3 .content li a .title h3{font-size: 1.7rem;}
	.irpage .ir_3 .content li a .date{font-size: 1.5rem;}
	
	.irpage .ir_4 .content{margin-top: 12%; flex-direction: column;}
	.irpage .ir_4 .content .l_cont{margin-left: auto; margin-right: auto; text-align: center; width: 100%;}
	.irpage .ir_4 .content .l_cont .chart{aspect-ratio:auto; width: 100%; height: 100%;}
	.irpage .ir_4 .content .l_cont .chart canvas{height: 100% !important; object-fit: contain;}
	.irpage .ir_4 .content .l_cont p{font-size: 1.5rem; margin-top: 20px;}
	.irpage .ir_4 .content .r_cont{width: 100%; padding-left: 0; margin-top: 50px;}
	.irpage .ir_4 .content .r_cont dl{padding: 4% 0;}
	.irpage .ir_4 .content .r_cont dl dt{font-size: 1.6rem;}
	.irpage .ir_4 .content .r_cont .cate .title .label{width: 1.5rem;}
	.irpage .ir_4 .content .r_cont .cate .title h3{font-size: 1.6rem;}
}