	a.list_box_a {position: relative;display: inline-block;width:100%;}
	.list_box_lay {position:absolute;z-index:99;top:0; left:0;background: transparent; width:100%;}
	.list_box_lay div img {width:100%;}


	div.gellary_img_poopup {position:fixed; top:0; left:0; width:100%; height:100%; z-index:99999999; max-width:100%;}
	div.gellary_img_poopup:before {display:block; background:rgba(0,0,0,0.9); content:""; width:100%; height:100%; position:absolute; top:0; left:0;}
	div.gellary_img_poopup > .pop_layer {position:fixed; top:50%; left:50%; transform:translate(-50%,-50%);  max-width:800px; min-width:716px; min-height:478px;}
	div.gellary_img_poopup > .pop_layer > img {width:100%;}
	div.gellary_img_poopup > .pop_layer > .pop_controll > .cancel_btn {position:absolute; top:10px; right:10px; display:block; width:46px; height:46px;}
	div.gellary_img_poopup > .pop_layer > .pop_controll > a  {width:64px; height:64px;}
	div.gellary_img_poopup > .pop_layer > .pop_controll > .left_btn {position:absolute; top:50%; left:-100px; display:block;  transform:translate(0,-50%);}
	div.gellary_img_poopup > .pop_layer > .pop_controll > .right_btn {position:absolute; top:50%; right:-100px; display:block;  transform:translate(0,-50%);}
	div.gellary_img_poopup > .pop_layer > .pop_controll > a > img {width:100%;}

	.rn_inner{
		width:100%;
		margin: 0 auto;
	}
	.rn_inner.in1{
		max-width:1060px;
	}
	.rn_inner.in2{
		max-width:1600px;
	}
	.rn_inner.in3{
		max-width:1330px;
	}
	.csaf_btn_wrap{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.csaf_btn_wrap a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 30px;
		line-height: 1;
		font-weight: 700;
		background-color: #ce2b1e;
		border-radius: 0 30px 0 30px;
		width: 540px;
		height: 90px;
	}
	.csaf_btn_wrap.white a {
		background-color: #ffffff;
		color: #000000;
	}
	.action{
		transform:translateY(10px);
		opacity:0;
	}
	.rn_sec.active .action{
		transition-duration:0.4s;
		transition-timing-function:ease;
		transition-property:opacity,transform;
		transform:translateY(0);
		opacity:1;
	}

	.csaf_wraper{
		padding-top:60px;
	}
	.rn_sec1{
		height:1016px;
		position:relative;
	}
	.rn_sec1 > div:nth-of-type(1){
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		overflow:hidden;
	}
	.rn_sec1 > div:nth-of-type(1) video{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}
	.rn_sec1 > div:nth-of-type(2){
		height:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(1) strong{
		font-weight:700;
		font-size:38px;
		line-height:1;
		border-radius:48px;
		padding:24px;
		border:1px solid #ffffff;
		color:#ffffff;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2){
		margin-top:60px;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2) em{
		 font-family: 'ria';
		 font-weight:700;
		 font-size:170px;
		 color:#ffffff;
		 line-height:1;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3){
		display:flex;
		align-items:center;
		gap:24px;
		margin-top:100px;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div{
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:18px 30px;
		border-radius:50px;
		gap:54px;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(1){
		background: linear-gradient(90deg,rgba(255, 143, 33, 1) 0%, rgba(204, 255, 102, 1) 46%, rgba(32, 216, 129, 1) 100%);
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div:nth-of-type(2){
		background: linear-gradient(90deg,rgba(137, 198, 229, 1) 0%, rgba(208, 182, 221, 1) 100%);
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1){
		display:flex;
		align-items:center;
		gap:16px;
		position:relative;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1)::after{
		content:'';
		display:block;
		width:1px;
		height:100%;
		background-color:#000000;
		position:absolute;
		right:-25px;
		top:50%;
		transform:translate(0,-50%);
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) i{
		display:block;
		width:24px;
		height:34px;
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
		background-image:url('/img/main/csaf_map_icon.png');
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) span{
		font-size:32px;
		font-weight:700;
		color:#000000;
		line-height:1;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(2) span{
		font-size:30px;
		font-weight:700;
		color:#000000;
		line-height:1;
	}
	.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
		font-size:30px;
		font-weight:700;
		color:#ffffff;
		line-height:1;
		padding:14px 22px;
		border-radius:30px;
		background-color:#000000;
	}
	.rn_sec2{
		padding:110px 0;
		background:#fffbf2 url('/img/main/sec2_bg.png') no-repeat center / cover;
	}
	.rn_sec2 > div > div:nth-of-type(1) h2{
		line-height:1.3;
		font-size:70px;
		color:#000000;
		text-align:center;
		font-family:'paper';
		font-weight:700;
	}
	.rn_sec2 > div > div:nth-of-type(1) h2 span{
		font-size:38px;
		color:#e31852;
		display:block;
		font-weight:500;
	}

	.rn_sec2 > div > div:nth-of-type(2){
		margin-top:216px;
		display:flex;
		align-items:flex-start;
		gap:20px;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div {
		width:calc(100% / 2 - 10px);
		display:flex;
		flex-direction:column;
		gap:110px;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1){
		display:flex;
		flex-direction:column;
		border-radius:27px;
		overflow:hidden;
		border:1px solid #bfbfbf;
	}

	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1){
		height:86px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) strong{
		color:#ffffff;
		font-size:30px;
		font-weight:700;
		line-height:1;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2){
		padding:30px;
		height:470px;
		background-color:#ffffff;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
	}

	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p{
		padding-left:58px;
		line-height:1.3;
		font-size:30px;
		color:#000000;
		font-weight:700;
		position:relative;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p::after{
		content:'';
		display:block;
		width:42px;
		height:42px;
		position:absolute;
		left:0;
		top:0;
		background: url('/img/main/csaf_chk_icon.png') no-repeat center / contain;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p small{
		display:block;
		font-size:26px;
		font-weight:400;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) > div{
		text-align:center;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1){
		background-color:#ff8e1d;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1){
		background-color:#8980fa;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2){
		border-radius:27px;
		display:flex;
		align-items:center;
		justify-content:center;
		height:134px;
		width:100%;
		position:relative;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2)::after{
		content:'';
		display:block;
		position:absolute;
		width:50px;
		height:50px;
		background:url('/img/main/csaf_plus_icon.png') no-repeat center / contain;
		top:-30px;
		left:50%;
		transform:translate(-50%,-100%);
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p{
		line-height:1.3;
		font-size:30px;
		text-align:center;
		color:#ffffff;
		font-weight:700;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p span{
		font-size:26px;
		font-weight:400;
	}

	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1){
		background-color:#ff8e1d;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1){
		background-color:#8980fa;
	}

	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2){
		background-color:#ff8e1d;
	}
	.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2){
		background-color:#8980fa;
	}

	.rn_sec2 > div > div:nth-of-type(3){
		background: linear-gradient(90deg,rgba(255, 142, 29, 1) 0%, rgba(137, 128, 250, 1) 100%);
		margin-top:115px;
		border-radius:27px;
		height:186px;
		display:flex;
		align-items:center;
		justify-content:center;
		position:relative;
	}
	.rn_sec2 > div > div:nth-of-type(3)::after{
		content:'';
		display:block;
		position:absolute;
		width:50px;
		height:50px;
		background:url('/img/main/csaf_plus_icon.png') no-repeat center / contain;
		top:-30px;
		left:50%;
		transform:translate(-50%,-100%);
	}
	.rn_sec2 > div > div:nth-of-type(3)::before{
		content:'';
		display:block;
		position:absolute;
		width:50px;
		height:50px;
		background:url('/img/main/csaf_plus_icon.png') no-repeat center / contain;
		bottom:-30px;
		left:50%;
		transform:translate(-50%,100%);
	}
	.rn_sec2 > div > div:nth-of-type(3) p{
		font-size:38px;
		text-align:center;
		line-height:1.3;
		color:#ffffff;
		font-family:'paper';
		font-weight:700;
	}
	.rn_sec2 > div > div:nth-of-type(3) p span{
		font-weight:400;
		font-size:26px;
		display:block;
		font-family:'Noto Sans KR';
		font-weight:300;
	}
	.rn_sec2 > div > div:nth-of-type(4){
		margin-top:110px;
	}
	.rn_sec2 > div > div:nth-of-type(4) strong{
		font-size:60px;
		color:#e31852;
		line-height:1;
		text-align:center;
		display:block;
	}
	.rn_sec2 > div > div:nth-of-type(5){
		margin-top:70px;
		display:flex;
		gap:20px;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div{
		width:calc(100% / 2 - 10px);
		border:2px solid #ce2b1e;
		background-color:#ffffff;
		border-radius:20px;
		padding:20px 16px;
		display:flex;
		flex-direction:column;
		gap:36px;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1){
		border-radius:13px;
		background-color:#fbbdc2;
		display:flex;
		align-items:center;
		justify-content:center;
		height:56px;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) strong{
		font-size:30px;
		color:#ce2b1e;
		font-weight:700;
		line-height:1;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul > li p{
		font-size:30px;
		font-weight:700;
		line-height:1;
		color:#000000;
		text-align:center;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul > li p span{
		font-weight:400;
		color:#868686;
	}
	.rn_sec2 > div > div:nth-of-type(6){
		margin-top:110px;
	}

	.rn_sec3{
		padding:110px 0;
		background-color:#ffffff;
	}
	.rn_sec3 > div > div:nth-of-type(1) p{
		font-size:38px;
		line-height:1;
		color:#fbbdc2;
		background-color:#000000;
		display:flex;
		align-items:center;
		justify-content:center;
		border-radius:14px;
		height:88px;
		max-width:790px;
		position:relative;
		box-shadow:2px 2px 6px 5px rgba(0,0,0,0.3);
		font-family:'paper';
		margin:0 auto;
		font-weight:500;
	}
	.rn_sec3 > div > div:nth-of-type(1) p::after{
		content:'';
		display:block;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translate(-50%,100%);
		width:42px;
		height:37px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		background-image:url('/img/main/csaf_bb_icon.png');

	}
	.rn_sec3 > div > div:nth-of-type(2){
		margin-top:70px;
	}
	.rn_sec3 > div > div:nth-of-type(2) strong{
		font-size:70px;
		line-height:1;
		color:#000000;
		text-align:center;
		display:block;
	}
	.rn_sec3 > div > div:nth-of-type(3){
		margin-top:80px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul{
		display:flex;
		flex-wrap:wrap;
		gap:80px 20px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li{
		width:calc(100% / 2 - 10px);
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div{
		display:flex;
		flex-direction:column;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(1){
		border-radius:20px;
		height:180px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
		margin-top:30px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong{
		line-height:1.3;
		font-size:38px;
		font-weight:700;
		color:#000000;
		text-align:center;
		display:block;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong span{
		color:#e31852;
		font-size:26px;
		display:block;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3){
		margin-top:20px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3) p{
		font-size:26px;
		line-height:1.3;
		font-weight:400;
		color:#757575;
		text-align:center;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(1) > div > div:nth-of-type(1){
		background:#ff8e1d url('/img/main/csaf_point_img1.png') no-repeat center / 106px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(2) > div > div:nth-of-type(1){
		background:#8980fa url('/img/main/csaf_point_img2.png') no-repeat center / 112px 95px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(3) > div > div:nth-of-type(1){
		background:#4b7ff4 url('/img/main/csaf_point_img3.png') no-repeat center / 85px 100px;
	}
	.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(4) > div > div:nth-of-type(1){
		background:#20d881 url('/img/main/csaf_point_img4.png') no-repeat center / 84px 96px;
	}
	.rn_sec4{
		padding:110px 0;
		background-color:#4b7ff4;
	}
	.rn_sec4 > div > div:nth-of-type(1) strong{
		display:block;
		font-size:70px;
		line-height:1.1;
		color:#ffffff;
		text-align:center;
		font-family:'paper';
		font-weight:700;
	}
	.rn_sec4 > div > div:nth-of-type(2){
		margin-top:40px;
	}
	.rn_sec4 > div > div:nth-of-type(2) small{
		font-size:38px;
		color:#ffffff;
		text-align:center;
		display:block;
		font-family:'paper';
		font-weight:500;
	}
	.rn_sec4 > div > div:nth-of-type(3){
		margin-top:80px;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul{
		display:flex;
		align-items:stretch;
		gap:20px;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li{
		width:calc(100% / 4 - 15px);
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div{
		border-radius:20px;
		background-color:#ffffff;
		overflow:hidden;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
		padding:35px 0;
		display:flex;
		flex-direction:column;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(1) strong{
		font-size:38px;
		font-weight:700;
		color:#000000;
		line-height:1;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2){
		margin-top:30px;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) p{
		font-size:22px;
		line-height:1.3;
		color:#4b7ff4;
		font-weight:400;
		text-align:center;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3){
		margin-top:45px;
	}
	.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) a{
		border-radius:22px;
		width:180px;
		height:45px;
		display:flex;
		align-items:center;
		justify-content:center;
		font-size:22px;
		font-weight:700;
		color:#000000;
		border:1px solid #000000;
	}

	.rn_sec5{
		padding:110px 0;
	}

	.rn_sec6{
		padding:110px 0 80px;;
		background-color:#fffbf2;
	}
	.rn_sec6 > div > div:nth-of-type(1) strong{
		font-size:70px;
		color:#000000;
		line-height:1;
		font-weight:700;
		text-align:center;
		display:block;
		font-family:'paper';
	}
	.rn_sec6 > div > div:nth-of-type(2){
		margin-top:46px;
		overflow-x:scroll;
		padding-bottom:30px;
	}
	.csaf_table{
		border:1px solid #4b7ff4;
		border-radius:20px;
		padding:35px 25px 30px;
		display:flex;
		flex-direction:column;
		gap:10px;
		min-width:1330px;
	}
	.csaf_table .csaf_tr{
		display:flex;
		align-items:stretch;
	}
	.csaf_table .csaf_tr .csaf_th:not(:nth-of-type(1)),
	.csaf_table .csaf_tr .csaf_td{
		width:calc((100% - 170px) / 9);
	}
	.csaf_table .csaf_tr .csaf_th:nth-of-type(1){
		width:170px;
	}


	.csaf_table .csaf_tr .csaf_th > div,
	.csaf_table .csaf_tr .csaf_td > div{
		height:100%;
		display:flex;
		align-items:center;
		justify-content:center;
	}

	.csaf_table .csaf_tr.row .csaf_th > div{
		height:65px;
		background-color:#f1f1f1;
	}
	.csaf_table .csaf_tr.row .csaf_th:nth-of-type(2) div{
		border-radius:16px 0 0 16px;
	}
	.csaf_table .csaf_tr.row .csaf_th:last-of-type > div{
		border-radius:0 16px 16px 0;
	}
	.csaf_table .csaf_tr.row .csaf_th > div > span{
		font-size:22px;
		color:#000000;
		font-weight:700;
	}
	.csaf_table .csaf_tr.colunm .csaf_th > div{
		height:65px;
		background-color:#4b7ff4;
		border-radius:16px;
	}
	.csaf_table .csaf_tr.colunm .csaf_th > div span{
		font-size:22px;
		color:#ffffff;
		font-weight:700;
	}
	.csaf_table .csaf_tr.colunm:not(:last-of-type) .csaf_td > div{
		border-bottom:1px solid #b3b3b3;
		min-height:65px;
	}


	.rn_sec7{
		padding:110px 0;
		background-color:#ffffff;
	}
	.rn_sec7 > div > div:nth-of-type(1) strong{
		font-size:70px;
		color:#000000;
		line-height:1;
		font-weight:700;
		text-align:center;
		display:block;
		font-family:'paper';
	}
	.rn_sec7 > div > div:nth-of-type(2){
		margin-top:60px;
	}
	.rn_sec7 > div > div:nth-of-type(3){
		margin-top:60px;
	}
	.csaf_discrete_tabHead{
		background-color:#f1f1f1;
		border-radius:10px;
		position:relative;
	}
	.csaf_discrete_tabHead #pos{
		position:absolute;
		top:0;
		border-radius:10px;
		left:0;
		border:1px solid #ce2b1e;
		width:147.77px;
		height:100%;
		background-color:#fbbdc2;
		transition:0.4s all ease;
	}
	.csaf_discrete_tabHead ul {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  position:relative;
	}
	.csaf_discrete_tabHead ul > li {
	  position: relative;
	  width:calc(100% / 9);
	}
	.csaf_discrete_tabHead ul > li > button{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap:8px;
	  width:100%;
	  padding:20px 0;
	}
	.csaf_discrete_tabHead ul > li > button i{
		display:block;
		width:38px;
		height:38px;
	}
	.csaf_discrete_tabHead ul > li > button span{
		font-size:22px;
		font-weight:700;
		color:#000000;
		line-height:1;
		transition: 0.2s color ease;
	}
	.csaf_discrete_tabHead ul > li.active button span {
		color:#ce2b1e;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(1) > button i{
		background:url('/img/main/csaf_tab_img1.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(2) > button i{
		background:url('/img/main/csaf_tab_img2.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(3) > button i{
		background:url('/img/main/csaf_tab_img5.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(4) > button i{
		background:url('/img/main/csaf_tab_img3.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(5) > button i{
		background:url('/img/main/csaf_tab_img4.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(6) > button i{
		background:url('/img/main/csaf_tab_img6.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(7) > button i{
		background:url('/img/main/csaf_tab_img7.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(8) > button i{
		background:url('/img/main/csaf_tab_img8.png') no-repeat center / contain;
	}
	.csaf_discrete_tabHead ul > li:nth-of-type(9) > button i{
		background:url('/img/main/csaf_tab_img9.png') no-repeat center / contain;
	}
	.csaf_discrete_tabBody .tab_content {
	  display: none;
	  transform: translateY(10px);
	  opacity: 0;
	}
	.csaf_discrete_tabBody .tab_content.active {
	  display: block;
	}
	.csaf_discrete_tabBody .tab_content.move {
	  transition: 0.4s transform;
	  transform: translateY(0);
	}
	.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul{
		display:flex;
		flex-wrap:wrap;
		gap:20px;
	}
	.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul > li{
		width:calc(100% / 5 - 16px);
		padding:20px 0;
	}
	.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul > li > img{
		width:100%;
	}
	.csaf_discrete_tabBody .tab_content > div:nth-of-type(2){
		margin-top:86px;
	}

	.rn_sec8{
		padding:110px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		background:url('/img/main/rn_sec8_bg.jpg') no-repeat center / cover;
	}
	.rn_sec8 > div{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.rn_sec8 > div > div:nth-of-type(2){
		margin-top:46px;
	}
	.rn_sec8 > div > div:nth-of-type(2) strong{
		font-size:70px;
		color:#ffffff;
		line-height:1;
		font-weight:700;
		font-family:'paper';
	}
	.rn_sec8 > div > div:nth-of-type(3){
		margin-top:60px;
	}
	.rn_sec8 > div > div:nth-of-type(3) p{
		font-size:38px;
		line-height:1.3;
		color:#ffffff;
		font-weight:600;
		text-align:center;
	}
	.rn_sec8 > div > div:nth-of-type(4){
		margin-top:86px;
	}
	.rn_sec9{
		padding:110px 0;
		background-color:#ffffff;
	}
	.rn_sec9 > div:nth-of-type(2){
		margin-top:110px;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1){
		display:flex;
		align-items:center;
		gap:30px;
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2){
		display:flex;
		flex-direction:column;
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span{
		font-size:38px;
		color:#e31852;
		line-height:1;
		font-weight:500;
		font-family:'paper';
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2){
		margin-top:10px;
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) strong{
		font-size:70px;
		color:#000000;
		line-height:1;
		font-weight:700;
		font-family:'paper';
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2){
		margin-top:50px;
		border-radius:25px;
		width:790px;
		height:445px;
		overflow:hidden;
	}
	.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2) iframe{
		width:100%;
		height:100%;
	}



	.rn_sec11{
		padding:110px 0;
		background-color:#fff6f5;
	}
	.rn_sec12{
		padding:110px 0;
		background-color:#ffffff;
	}


	.csaf_look_title{
		display:flex;
		align-items:flex-end;
		gap:30px;
		border-bottom:1px solid #a6a6a6;
		padding-bottom:30px;
	}

	.csaf_look_title > div:nth-of-type(1) strong{
		font-size:70px;
		color:#000000;
		line-height:1;
		font-family:'paper';
	}
	.csaf_look_title > div:nth-of-type(2) span{
		font-size:30px;
		color:#767676;
		line-height:1;
	}
	.csaf_list_box{
		margin-top:55px;
	}
	.csaf_list_box > ul{
		display:flex;
		flex-wrap:wrap;
		gap:20px;
	}
	.csaf_list_box.play > ul{
		gap:48px 20px;
	}
	.csaf_list_box > ul > li{
		width:calc(100% / 4 - 15px);
	}
	.list_box_item{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		gap:20px;
		width:100%;
	}
	.list_box_item > div:nth-of-type(1){
		width:100%;
	}
	.list_box_item > div:nth-of-type(1) img{
		width:100%;
		display:block;
	}
	.list_box_item > div:nth-of-type(2) span{
		font-weight:400;
		font-size:22px;
		color:#767676;
		line-height:1;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: keep-all;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.csaf_pager{
		margin-top:90px;
	}
	.csaf_pager ul{
		display:flex;
		align-items:center;
		justify-content:center;
		gap:30px;
	}
	.csaf_pager ul > li > a{
		border-radius:50%;
		display:flex;
		align-items:center;
		justify-content:center;
		background-color:#cccccc;
		width:72px;
		height:72px;
	}
	.csaf_pager ul > li > a > span{
		font-size:30px;
		font-weight:400;
		color:#ffffff;
		line-height:1;
	}
	.csaf_pager ul > li.active > a{
		background-color:#ce2b1e;
	}
	.csaf_pager ul > li.active > a > span{
		color:#ffffff;
	}
	.imgSwiper .swiper-wrapper .swiper-slide > div{
		border-radius:18px;
		overflow:hidden;
	}







	.imgSwiper .swiper-wrapper .swiper-slide > div img{
		width:100%;
	}


	@media screen and (max-width:1650px) {
		.rn_inner.in2{
			padding:0 20px;
		}
	}

	@media screen and (max-width:1600px) {
		.rn_inner.in2{
			padding:0 20px;
		}
	}/*1600*/
	@media screen and (max-width:1300px) {
	.csaf_wraper{
			padding-top:60px;
		}
	}



	@media screen and (max-width:1400px) {
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3){
			flex-direction:column;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div{
			width:100%;
		}

		.rn_sec4 > div > div:nth-of-type(3){
			width:900px;
			margin: 80px  auto 0;
		}

		.rn_sec4 > div > div:nth-of-type(3) ul{
			flex-wrap:wrap;
			gap:30px 18px;
		}
		.rn_sec4 > div > div:nth-of-type(3) ul > li{
			width:calc(100% / 2 - 9px);
		}
		.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(1) img{
			width:100%;
		}
	}/*1400*/

	@media screen and (max-width:1330px) {
		.rn_inner.in3{
			padding:0 20px;
		}
		.csaf_discrete_tabHead ul{
			flex-wrap:wrap;
			justify-content:flex-start;
		}
		.csaf_discrete_tabHead ul > li{
			width:auto;
		}
		.csaf_discrete_tabHead ul > li > button{
			padding:20px;
		}
	}/*1330*/

	@media screen and (max-width:1200px) {
		.rn_sec2{
			background-color:#fffbf2;
			background-image: url('/img/main/csaf_sec2_bbg.png') , url('/img/main/csaf_sec2_bbbg.png');
			background-repeat:no-repeat;
			background-position:50% 230px, -10px -130px;
			background-size:638px,1150px;
		}
		.rn_sec2 > div > div:nth-of-type(2){
			flex-direction:column;
			gap:60px;
			transition:0.4s border-color ease;
			transition-delay:0.4s;
		}
		.rn_sec2.active > div > div:nth-of-type(2){
			overflow: hidden;
			position: relative;
			border: 5px solid transparent;
			border-radius: 28px;
			background-image:linear-gradient(#fff,#fff), linear-gradient(143deg,rgba(137, 128, 250, 1) 0%, rgba(255, 142, 29, 1) 100%);
			background-origin: border-box;
			background-clip: content-box, border-box;
		}
		.rn_sec2 > div > div:nth-of-type(2) > div{
			width:calc(100% - 44px);
			margin: 0 auto;
		}
		.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1){
			margin-top:22px;
		}
		.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2){
			margin-bottom:22px;
		}
		.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul{
			gap:20px 24px;
		}
		.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul > li{
			width:calc(100% / 2 - 12px);
		}
		.csaf_list_box.play > ul{
			gap:36px 20px;
		}
		.csaf_list_box > ul > li{
			width:calc(100% / 2 - 10px);
		}

	}/*1200*/
	@media screen and (max-width:1060px) {
		.rn_inner.in1{
			padding:0 20px;
		}
	}/*1060*/
	@media screen and (max-width:1024px) {
		.rn_sec2 > div > div:nth-of-type(5){
			flex-direction:column;
			align-items:center;
		}
		.rn_sec2 > div > div:nth-of-type(5) > div{
			width:480px;
		}
		.rn_sec4 > div > div:nth-of-type(3){
			width:100%;
		}
		.csaf_look_title{
			flex-direction:column;
			align-items:flex-start;
		}
	}/*1024*/
	@media screen and (max-width:980px) {
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(1) strong{
			font-size:31px;
			padding: 24px 30px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2){
			margin-top:40px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2) em{
			font-size:135px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1){
			gap:14px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) i {
			width:16px;
			height:22px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div{
			gap:50px;
			padding:16px 50px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) span,
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(2) span,
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
			font-size:21px;
		}
		.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
			padding:12px 20px;
		}
		.rn_sec3 > div > div:nth-of-type(3) ul{
			flex-direction:column;
			gap:60px;
		}
		.rn_sec3 > div > div:nth-of-type(3) ul > li{
			width:100%;
		}

	}
		@media screen and (max-width:840px) {
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2){
				width:calc(100% - 40px);
			}
		}/*840*/

		@media screen and (max-width:768px) {

			.csaf_btn_wrap a {
			    font-size: 3.13vw;
			    border-radius: 0 3.91vw 0 3.91vw;
			    width: 100%;
			    height: 10.94vw;
			}
				.csaf_look_title{
				gap:1.82vw;
				padding-bottom:3.26vw;
			}
			.csaf_look_title > div:nth-of-type(1) strong{
				font-size:7.29vw;
			}
			.csaf_look_title > div:nth-of-type(2) span{
				font-size:3.13vw;
			}
			.csaf_list_box{
				margin-top:5.86vw;
			}
			.csaf_list_box > ul{
				gap:2.60vw;
			}
			.csaf_list_box.play > ul{
				gap: 5.47vw 2.60vw;
			}
			.csaf_pager{
				margin-top:4.43vw;
			}
			.csaf_pager ul > li > a{
				width:7.55vw;
				height:7.55vw;
			}
			.csaf_pager ul{
				gap:3.65vw;
			}
			.csaf_pager ul > li > a > span{
				font-size:3.65vw;
			}
			.list_box_item{
				gap:2.34vw;
			}
			.list_box_item > div:nth-of-type(2) span{
				font-size:2.60vw;
			}
			.imgSwiper .swiper-wrapper .swiper-slide > div{
				padding:0 1.30vw;
				border-radius:0;
			}
			.imgSwiper .swiper-wrapper .swiper-slide > div > img{
				border-radius:2.60vw;
			}

			.csaf_table{
				border-radius:10px;
				padding:20px;
				gap:10px;
				min-width:900px;
			}

			.csaf_table .csaf_tr .csaf_th:not(:nth-of-type(1)),
			.csaf_table .csaf_tr .csaf_td{
				width:calc((100% - 100px) / 9);
			}
			.csaf_table .csaf_tr .csaf_th:nth-of-type(1){
				width:100px;
			}

			.csaf_table .csaf_tr.row .csaf_th > div{
				height:35px;
			}
			.csaf_table .csaf_tr.row .csaf_th:nth-of-type(2) div{
				border-radius:8px 0 0 8px;
			}
			.csaf_table .csaf_tr.row .csaf_th:last-of-type > div{
				border-radius:0 8px 8px 0;
			}
			.csaf_table .csaf_tr.row .csaf_th > div > span{
				font-size:14px;
			}
			.csaf_table .csaf_tr.colunm .csaf_th > div{
				height:35px;
				border-radius:8px;
			}
			.csaf_table .csaf_tr.colunm .csaf_th > div span{
				font-size:14px;
			}
			.csaf_table .csaf_tr.colunm:not(:last-of-type) .csaf_td > div{
				min-height:35px;
			}
			.csaf_table .csaf_tr.colunm .csaf_td > div > img{
				width:20px;
			}

			.rn_sec1 {
			    height: 134.90vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(1) strong {
				 font-size: 4.04vw;
				 padding: 3.13vw 3.91vw;
				 border-radius:4.95vw
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2) em {
				font-size: 17.58vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) {
				margin-top:26.04vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div {
			    gap: 6.51vw;
			    padding: 2.08vw 6.51vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1){
				gap:1.82vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) i{
				width:2.08vw;
				height:2.86vw;
			}

			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(2) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				font-size:2.73vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3){
				gap:3.13vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				padding:1.56vw 2.60vw;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1)::after {
			    right: -3.26vw;
			}

			.rn_sec2{
				padding:13.02vw 0;
				background-color:#fffbf2;
				background-image: url('/img/main/csaf_sec2_bbg.png') , url('/img/main/csaf_sec2_bbbg.png');
				background-repeat:no-repeat;
				background-position:50% 26.95vw, -1.30vw -12.93vw;
				background-size:77.07vw,contain;
			}

			.rn_sec2 > div > div:nth-of-type(1) h2 {
			    font-size: 7.29vw;
			}
			.rn_sec2 > div > div:nth-of-type(1) h2 span {
			    font-size: 3.65vw;
			}
			.rn_sec2.active > div > div:nth-of-type(2){
				margin-top:22.14vw;
				border:1.04vw solid transparent;
				border-radius:3.65vw;
			}
			.rn_sec2 > div > div:nth-of-type(2){
				gap:7.81vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div{
				width:calc(100% - 5.73vw);
			}

			.rn_sec2 > div > div:nth-of-type(2) > div{
				gap:13.02vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1){
				border-radius:3.65vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1){
				height:10.42vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) strong{
				font-size:3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) {
			    padding: 3.91vw;
			    height: 58.59vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul{
				width:calc(100% - 17.04vw);
				gap:2.60vw;
				margin:0 auto;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p {
			    padding-left: 8.59vw;
			    font-size: 3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p small{
				font-size:3.13vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p::after{
				width:6.64vw;
				height:6.64vw;
				top:-0.78;
			}

			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2)::after {
			    width: 6.25vw;
			    height: 6.25vw;
			    top: -3.91vw;
			}

			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
			    border-radius:3.65vw;
			    height: 16.93vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p {
			    font-size: 3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p span {
			    font-size: 3.13vw;
				display:block;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1){
				margin-top:2.86vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2){
				margin-bottom:2.86vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:36.85vw;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:34.51vw;
			}
			.rn_sec2 > div > div:nth-of-type(3) {
			    margin-top: 13.02vw;
			    border-radius: 3.65vw;
			    height: 19.53vw;
			}

			.rn_sec2 > div > div:nth-of-type(3) p{
				font-size:4.17vw;
			}
			.rn_sec2 > div > div:nth-of-type(3) p span{
				font-size:2.60vw;
			}
			.rn_sec2 > div > div:nth-of-type(3)::after{
			    width: 6.25vw;
			    height: 6.25vw;
			    top: -3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(3)::before{
				width: 6.25vw;
			    height: 6.25vw;
				bottom: -3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(4){
				margin-top:16.67vw;
			}
			.rn_sec2 > div > div:nth-of-type(4) strong{
				font-size:6.25vw;
			}
			.rn_sec2 > div > div:nth-of-type(5){
				margin-top:7.81vw;
				gap:3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div{
				width:100%;
				border-radius: 2.60vw;
				padding:1.95vw 1.95vw 3.91vw;
				gap:3.91vw;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) {
			    border-radius: 1.69vw;
			    height: 5.73vw;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) strong{
				font-size:3.13vw;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul {
			    gap: 2.60vw;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul > li p{
				font-size:3.13vw;
			}
			.rn_sec2 > div > div:nth-of-type(6) {
			    margin-top: 11.72vw;
			}
			.rn_sec3{
				padding:13.02vw 0;
			}
			.rn_sec3 > div > div:nth-of-type(1) p {
			    font-size: 3.65vw;
			    border-radius: 1.82vw;
			    height: 9.11vw;
				box-shadow: 0.26vw 0.26vw 0.78vw 0.65vw rgba(0, 0, 0, 0.3);
			}
			.rn_sec3 > div > div:nth-of-type(1) p::after {
			    width: 4.30vw;
			    height: 3.91vw;
				transform: translate(-50%, 96%);
			}
			.rn_sec3 > div > div:nth-of-type(2) strong{
				font-size:7.29vw;
			}
			.rn_sec3 > div > div:nth-of-type(3){
				margin-top:10.42vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul{
				gap:7.81vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(1){
				height:22.66vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				margin-top:3.91vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong{
				font-size:4.95vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong span{
				font-size:3.13vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3){
				margin-top:3.91vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3) p{
				font-size:3.39vw;
			}


			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(1) > div > div:nth-of-type(1) {
			    background: #ff8e1d url(/img/main/csaf_point_img1.png) no-repeat center / 13.02vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(2) > div > div:nth-of-type(1) {
			    background: #8980fa url(/img/main/csaf_point_img2.png) no-repeat center / 14.06vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(3) > div > div:nth-of-type(1) {
			    background: #4b7ff4 url(/img/main/csaf_point_img3.png) no-repeat center / 10.68vw;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(4) > div > div:nth-of-type(1) {
			    background: #20d881  url(/img/main/csaf_point_img4.png) no-repeat center / 10.42vw;
			}
			.rn_sec4{
				padding:13.02vw 0;
			}
			.rn_sec4 > div > div:nth-of-type(1) strong{
				font-size:7.29vw;
			}

			.rn_sec4 > div > div:nth-of-type(2) {
			    margin-top: 6.51vw;
			}
			.rn_sec4 > div > div:nth-of-type(2) small{
				font-size:3.65vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) {
			    margin: 7.81vw auto;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul {
			     gap: 3.91vw 2.34vw;
			 }
			 .rn_sec4 > div > div:nth-of-type(3) ul > li {
			    width: calc(100% / 2 - 1.17vw);
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div {
			    border-radius: 2.60vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				padding:3.91vw 0 3.13vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(1) strong{
				font-size:4.56vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 2.60vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) p{
				font-size:2.86vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) {
			    margin-top: 5.21vw;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) a{
				border-radius: 2.60vw;
			    width: 20.83vw;
			    height: 5.21vw;
			    font-size: 2.60vw;
			}
			.rn_sec5{
				padding:13.02vw 0;
			}
			.rn_sec6{
				padding:13.02vw 0 10.42vw;
			}

			.rn_sec6 > div > div:nth-of-type(1) strong {
			    font-size: 7.29vw;
			}
			.rn_sec6 > div > div:nth-of-type(2) {
			    margin-top: 4.69vw;
			    padding-bottom: 3.91vw;;
			}
			.rn_sec7{
				padding:13.02vw 0;
			}
			.rn_sec7 > div > div:nth-of-type(1) strong{
				font-size:7.29vw;
			}
			.csaf_discrete_tabHead{
				border-radius:1.30vw;
			}
			.csaf_discrete_tabHead ul > li > button{
				padding:2.34vw;
				gap: 1.04vw;
			}
			.csaf_discrete_tabHead ul > li > button i {
			    width: 4.43vw;
			    height: 4.43vw;
			}
			.csaf_discrete_tabHead ul > li > button span{
				font-size:2.34vw;
			}
			.csaf_discrete_tabHead #pos {
			    border-radius: 1.30vw;
			}
			.rn_sec7 > div > div:nth-of-type(3){
				margin-top:7.81vw;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul {
			    gap: 2.60vw 3.13vw;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(2) {
			    margin-top: 4.56vw;
			}
			.rn_sec8{
				padding:13.02vw 0;
			}
			.rn_sec8 > div > div:nth-of-type(1){
				width:27.73vw;
			}
			.rn_sec8 > div > div:nth-of-type(2){
				margin-top:4.95vw;
			}
			.rn_sec8 > div > div:nth-of-type(2) strong{
				font-size:7.29vw;
			}
			.rn_sec8 > div > div:nth-of-type(3){
				margin-top:6.51vw;
			}
			.rn_sec8 > div > div:nth-of-type(3) p{
				font-size:3.65vw;
			}
			.rn_sec8 > div > div:nth-of-type(4){
				margin-top:6.25vw;
				width:100%;
			}
			.rn_sec9{
				padding:13.02vw 0;
			}

			.rn_sec9 > div:nth-of-type(2){
				margin-top:13.02vw;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1){
				gap:3.13vw;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1){
				width:16.28vw;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span {
			    font-size: 3.65vw;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2){
				margin-top:3.91vw;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) strong{
				font-size:7.29vw;
			}

			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 5.99vw;
			    border-radius: 3.26vw;
			    height: 49.35vw;
			}
			.rn_sec11{
				padding:13.02vw 0;
			}
			.rn_sec12{
				padding:13.02vw 0;
			}

			div.gellary_img_poopup > .pop_layer {
				width:calc(100% - 5.21vw);
			}
			div.gellary_img_poopup > .pop_layer > .pop_controll > .cancel_btn{
				width: 7.29vw;
				height: 7.29vw;
			}

			div.gellary_img_poopup > .pop_layer > .pop_controll{
				display:flex;
				justify-content:flex-end;
				padding-top:10px;
				align-items:center;
				gap:1.82vw;
			}
			div.gellary_img_poopup > .pop_layer > .pop_controll > a{
				width: 8.33vw;
				height:8.33vw;

			}

			div.gellary_img_poopup > .pop_layer {
				width:calc(100% - 20px);
				min-width: calc(100% - 20px);
				max-width: calc(100% - 20px);
			}
			div.gellary_img_poopup > .pop_layer > .pop_controll > .cancel_btn{
				right:5px;
				top:5px;
				width: 40px;
				height: 40px;
			}

			div.gellary_img_poopup > .pop_layer > .pop_controll > a{
				width: 54px;
				height:54px;

			}

			div.gellary_img_poopup > .pop_layer > .pop_controll > .left_btn,
			div.gellary_img_poopup > .pop_layer > .pop_controll > .right_btn{
				position:static;
				transform:none;
			}

		}/*768*/


		@media screen and (max-width:480px) {

			.csaf_btn_wrap a {
			    font-size: 18px;
			    border-radius: 0 12px 0 12px;
			    height: 50px;
			}
				.csaf_look_title{
				gap:8px;
				padding-bottom:20px;
			}
			.csaf_look_title > div:nth-of-type(1) strong{
				font-size:34px;
			}
			.csaf_look_title > div:nth-of-type(2) span{
				font-size:14px;
			}
			.csaf_list_box{
				margin-top:40px;
			}
			.csaf_list_box > ul{
				gap:20px;
			}
			.csaf_list_box.play > ul{
				gap: 20px;
			}
			.csaf_pager{
				margin-top:40px;
			}
			.csaf_pager ul > li > a{
				width:40px;
				height:40px;
			}
			.csaf_pager ul{
				gap:16px;
			}
			.csaf_pager ul > li > a > span{
				font-size:18px;
			}
			.list_box_item{
				gap:12px;
			}
			.list_box_item > div:nth-of-type(2) span{
				font-size:14px;
			}
			.imgSwiper .swiper-wrapper .swiper-slide > div{
				padding:0 10px;
			}
			.imgSwiper .swiper-wrapper .swiper-slide > div > img{
				border-radius:10px;
			}

			.csaf_table{
				border-radius:10px;
				padding:20px;
				gap:10px;
				min-width:900px;
			}

			.rn_sec1 {
			    height: calc(100vh - 160px);
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(1) strong {
				 font-size: 20px;
				 padding: 12px 20px;
				 border-radius:24px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2) em {
				font-size: 70px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) {
				margin-top:120px;
				gap:20px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div {
			    gap: 30px;
			    padding: 10px 20px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1){
				gap:6px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) i{
				width:12px;
				height:20px;
			}

			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(2) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				font-size:14px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				padding:10px 12px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1)::after {
			    right: -15px;
			}

			.rn_sec2{
				padding:60px 0;
				background-color:#fffbf2;
				background-image: url('/img/main/csaf_sec2_bbg.png') , url('/img/main/csaf_sec2_bbbg.png');
				background-repeat:no-repeat;
				background-position:50% 130px, 0 -50px;
				background-size:320px,contain;

			}

			.rn_sec2 > div > div:nth-of-type(1) h2 {
			    font-size: 34px;
			}
			.rn_sec2 > div > div:nth-of-type(1) h2 span {
			    font-size: 16px;
			}
			.rn_sec2.active > div > div:nth-of-type(2){
				margin-top:100px;
				border: 5px solid transparent;
				border-radius:18px;
			}
			.rn_sec2 > div > div:nth-of-type(2){
				gap:40px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div{
				width:calc(100% - 40px);
			}


			.rn_sec2 > div > div:nth-of-type(2) > div{
				gap:80px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1){
				border-radius:18px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1){
				height:50px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) strong{
				font-size:20px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) {
			    padding: 20px;
			    height: 300px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul{
				width:100%;
				gap:14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p {
			    padding-left: 30px;
			    font-size: 18px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p small{
				font-size:14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p::after{
				width:20px;
				height:20px;
				top:2px;
			}

			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2)::after {
			    width: 30px;
			    height: 30px;
			    top: -30px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
			    border-radius:18px;
			    height: 80px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p {
			    font-size: 18px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p span {
			    font-size: 14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1){
				margin-top:20px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2){
				margin-bottom:20px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:180px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:164px;
			}
			.rn_sec2 > div > div:nth-of-type(3) {
			    margin-top: 80px;
			    border-radius: 18px;
			    height: 90px;
			}
			.rn_sec2 > div > div:nth-of-type(3) p{
				font-size:20px;
			}
			.rn_sec2 > div > div:nth-of-type(3) p span{
				font-size:13px;
			}
			.rn_sec2 > div > div:nth-of-type(3)::after{
			    width: 30px;
			    height: 30px;
			    top: -30px;
			}
			.rn_sec2 > div > div:nth-of-type(3)::before{
				 width: 30px;
			    height: 30px;
				bottom: -30px;
			}
			.rn_sec2 > div > div:nth-of-type(4){
				margin-top:80px;
			}
			.rn_sec2 > div > div:nth-of-type(4) strong{
				font-size:30px;
			}
			.rn_sec2 > div > div:nth-of-type(5){
				margin-top:40px;
				gap:20px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div{
				border-radius: 20px;
				padding:20px;
				gap:20px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) {
			    border-radius: 10px;
			    height: 30px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) strong{
				font-size:16px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul {
			    gap: 10px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul > li p{
				font-size:16px;
			}
			.rn_sec2 > div > div:nth-of-type(6) {
			    margin-top: 60px;
			}
			.rn_sec3{
				padding:80px 0;
			}
			.rn_sec3 > div > div:nth-of-type(1) p {
			    font-size: 18px;
			    border-radius: 10px;
			    height: 44px;
				box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.3);
			}
			.rn_sec3 > div > div:nth-of-type(1) p::after {
			    width: 20px;
			    height: 18px;
			}
			.rn_sec3 > div > div:nth-of-type(2) strong{
				font-size:36px;
			}
			.rn_sec3 > div > div:nth-of-type(3){
				margin-top:60px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul{
				gap:40px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(1){
				height:108px;
				border-radius:18px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				margin-top:20px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong{
				font-size:24px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong span{
				font-size:14px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3){
				margin-top:10px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3) p{
				font-size:16px;
			}


			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(1) > div > div:nth-of-type(1) {
			    background: #ff8e1d url(/img/main/csaf_point_img1.png) no-repeat center / 67px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(2) > div > div:nth-of-type(1) {
			    background: #8980fa url(/img/main/csaf_point_img2.png) no-repeat center / 74px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(3) > div > div:nth-of-type(1) {
			    background: #4b7ff4 url(/img/main/csaf_point_img3.png) no-repeat center / 62px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(4) > div > div:nth-of-type(1) {
			    background: #20d881  url(/img/main/csaf_point_img4.png) no-repeat center / 62px;
			}
			.rn_sec4{
				padding:80px 0;
			}
			.rn_sec4 > div > div:nth-of-type(1) strong{
				font-size:34px;
			}

			.rn_sec4 > div > div:nth-of-type(2) {
			    margin-top: 40px;
			}
			.rn_sec4 > div > div:nth-of-type(2) small{
				font-size:18px;
			}
			.rn_sec4 > div > div:nth-of-type(3) {
			    margin: 40px auto 0;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul {
			     gap: 20px;
			 }
			 .rn_sec4 > div > div:nth-of-type(3) ul > li {
			    width: calc(100% / 2 - 10px);
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div {
			    border-radius: 10px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				padding:20px 0;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(1) strong{
				font-size:20px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 12px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) p{
				font-size:14px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) {
			    margin-top: 20px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) a{
				border-radius: 14px;
			    width: 110px;
			    height: 25px;
			    font-size: 14px;
				line-height:1;
			}
			.rn_sec5{
				padding:80px 0;
			}
			.rn_sec6{
				padding:80px 0 50px;
			}

			.rn_sec6 > div > div:nth-of-type(1) strong {
			    font-size: 34px;
			}
			.rn_sec6 > div > div:nth-of-type(2) {
			    margin-top: 20px;
			    padding-bottom: 30px;
			}
			.rn_sec7{
				padding:80px 0;
			}
			.rn_sec7 > div > div:nth-of-type(1) strong{
				font-size:34px;
			}
			.csaf_discrete_tabHead{
				border-radius:6px;
			}
			.csaf_discrete_tabHead ul > li > button{
				padding:10px 20px;
				gap: 8px;
			}
			.csaf_discrete_tabHead ul > li > button i {
			    width: 30px;
			    height: 30px;
			}
			.csaf_discrete_tabHead ul > li > button span{
				font-size:18px;
			}
			.csaf_discrete_tabHead #pos {
			    border-radius: 6px;
			}
			.rn_sec7 > div > div:nth-of-type(3){
				margin-top:40px;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul {
			    gap: 20px;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul > li{
				width:calc(100% / 2 - 10px);
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(2) {
			    margin-top: 40px;
			}
			.rn_sec8{
				padding:80px 0;
			}
			.rn_sec8 > div > div:nth-of-type(1){
				width:132px;
			}
			.rn_sec8 > div > div:nth-of-type(2){
				margin-top:20px;
			}
			.rn_sec8 > div > div:nth-of-type(2) strong{
				font-size:34px;
			}
			.rn_sec8 > div > div:nth-of-type(3){
				margin-top:40px;
			}
			.rn_sec8 > div > div:nth-of-type(3) p{
				font-size:18px;
			}
			.rn_sec8 > div > div:nth-of-type(4){
				margin-top:40px;
			}
			.rn_sec9{
				padding:80px 0;
			}

			.rn_sec9 > div:nth-of-type(2){
				margin-top:80px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1){
				gap:10px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1){
				width:76px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span {
			    font-size: 18px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2){
				margin-top:20px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) strong{
				font-size:34px;
			}

			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 40px;
			    border-radius: 12px;
			    height: 49.35vw;
			}
			.rn_sec11{
				padding:80px 0;
			}
			.rn_sec12{
				padding:80px 0;

			}




		}/*480*/



		@media screen and (max-width:390px) {

			.csaf_wraper{
				padding-top:50px;
			}


			.rn_inner.in2{
				padding:0 10px;
			}
			.rn_inner.in3{
				padding:0 10px;
			}
			.rn_inner.in1{
				padding:0 10px;
			}
			.csaf_btn_wrap a {
			    font-size: 14px;
			    border-radius: 0 10px 0 10px;
			    height: 40px;
			}
			.csaf_look_title{
				gap:8px;
				padding-bottom:10px;
			}
			.csaf_look_title > div:nth-of-type(1) strong{
				font-size:22px;
			}
			.csaf_look_title > div:nth-of-type(2) span{
				font-size:12px;
			}
			.csaf_list_box{
				margin-top:20px;
			}
			.csaf_list_box > ul{
				gap:10px;
			}
			.csaf_list_box.play > ul{
				gap: 10px;
			}
			.csaf_pager{
				margin-top:20px;
			}
			.csaf_pager ul > li > a{
				width:30px;
				height:30px;
			}
			.csaf_pager ul{
				gap:14px;
			}
			.csaf_pager ul > li > a > span{
				font-size:14px;
			}
			.list_box_item{
				gap:8px;
			}
			.list_box_item > div:nth-of-type(2) span{
				font-size:12px;
			}
			.imgSwiper .swiper-wrapper .swiper-slide > div{
				padding:0 5px;
			}




			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(1) strong {
				 font-size: 14px;
				 padding: 10px 14px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2){
				margin-top:20px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(2) em {
				font-size: 38px;
			}

			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) {
				margin-top:120px;
				gap:20px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div {
			    gap: 30px;
			    padding: 10px 14px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1){
				gap:5px;
			}

			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(2) span,
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				font-size:12px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) span{
				padding:8px 10px;
			}
			.rn_sec1 > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(1)::after {
			    right: -18px;
			}

			.rn_sec2{
				padding:40px 0;
				padding:60px 0;
				background-color:#fffbf2;
				background-image: url('/img/main/csaf_sec2_bbg.png') , url('/img/main/csaf_sec2_bbbg.png');
				background-repeat:no-repeat;
				background-position:50% 100px, 0 -30px;
				background-size:200px,contain;
			}

			.rn_sec2 > div > div:nth-of-type(1) h2 {
			    font-size: 30px;
			}
			.rn_sec2 > div > div:nth-of-type(1) h2 span {
			    font-size: 14px;
			}
			.rn_sec2.active > div > div:nth-of-type(2){
				margin-top:60px;
				border: 3px solid transparent;
				border-radius:10px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div{
				width:calc(100% - 20px);
			}

			.rn_sec2 > div > div:nth-of-type(2) > div{
				gap:60px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1){
				border-radius:10px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1){
				height:40px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) strong{
				font-size:14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) {
			    padding: 10px;
			    height: 220px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul{
				gap:10px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p {
			    padding-left: 22px;
			    font-size: 14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p small{
				font-size:14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) ul > li p::after{
				width:16px;
				height:16px;
				top:2px;
			}

			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2)::after {
			    width: 20px;
			    height: 20px;
			    top: -20px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
			    border-radius:10px;
			    height: 60px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p {
			    font-size: 14px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div > div:nth-of-type(2) p span {
			    font-size: 12px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1){
				margin-top:10px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2){
				margin-bottom:10px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:140px;
			}
			.rn_sec2 > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div img{
				width:144px;
			}
			.rn_sec2 > div > div:nth-of-type(3) {
			    margin-top: 60px;
			    border-radius: 10px;
			    height: 70px;
			}
			.rn_sec2 > div > div:nth-of-type(3) p{
				font-size:16px;
			}
			.rn_sec2 > div > div:nth-of-type(3) p span{
				font-size:12px;
			}
			.rn_sec2 > div > div:nth-of-type(3)::after{
			    width: 20px;
			    height: 20px;
			    top: -20px;
			}
			.rn_sec2 > div > div:nth-of-type(3)::before{
				 width: 20px;
			    height: 20px;
				bottom: -20px;
			}
			.rn_sec2 > div > div:nth-of-type(4){
				margin-top:60px;
			}
			.rn_sec2 > div > div:nth-of-type(4) strong{
				font-size:18px;
			}
			.rn_sec2 > div > div:nth-of-type(5){
				margin-top:20px;
				gap:10px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div{
				border-radius: 10px;
				padding:10px;
				gap:10px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) {
			    border-radius: 10px;
			    height: 20px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(1) strong{
				font-size:14px;
			}
			.rn_sec2 > div > div:nth-of-type(5) > div > div:nth-of-type(2) ul > li p{
				font-size:14px;
			}
			.rn_sec2 > div > div:nth-of-type(6) {
			    margin-top: 40px;
			}
			.rn_sec3{
				padding:40px 0;
			}
			.rn_sec3 > div > div:nth-of-type(1) p {
			    font-size: 14px;
			    height: 44px;
				box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.3);
			}
			.rn_sec3 > div > div:nth-of-type(2) strong{
				font-size:22px;
			}
			.rn_sec3 > div > div:nth-of-type(3){
				margin-top:40px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul{
				gap:20px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(1){
				height:70px;
				border-radius:10px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				margin-top:10px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong{
				font-size:18px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) strong span{
				font-size:12px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(3) p{
				font-size:14px;
			}


			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(1) > div > div:nth-of-type(1) {
			    background: #ff8e1d url(/img/main/csaf_point_img1.png) no-repeat center / 40px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(2) > div > div:nth-of-type(1) {
			    background: #8980fa url(/img/main/csaf_point_img2.png) no-repeat center / 44px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(3) > div > div:nth-of-type(1) {
			    background: #4b7ff4 url(/img/main/csaf_point_img3.png) no-repeat center / 42px;
			}
			.rn_sec3 > div > div:nth-of-type(3) ul > li:nth-of-type(4) > div > div:nth-of-type(1) {
			    background: #20d881  url(/img/main/csaf_point_img4.png) no-repeat center / 42px;
			}
			.rn_sec4{
				padding:40px 0;
			}
			.rn_sec4 > div > div:nth-of-type(1) strong{
				font-size:22px;
			}

			.rn_sec4 > div > div:nth-of-type(2) {
			    margin-top: 20px;
			}
			.rn_sec4 > div > div:nth-of-type(2) small{
				font-size:16px;
			}
			.rn_sec4 > div > div:nth-of-type(3) {
			    margin: 20px auto;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul {
			     gap: 10px;
			 }
			 .rn_sec4 > div > div:nth-of-type(3) ul > li {
			    width: calc(100% / 2 - 5px);
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2){
				padding:10px 0;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(1) strong{
				font-size:16px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 10px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(2) p{
				font-size:10px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) {
			    margin-top: 18px;
			}
			.rn_sec4 > div > div:nth-of-type(3) ul > li > div > div:nth-of-type(2) > div:nth-of-type(3) a{
				border-radius: 10px;
			    width: 80px;
			    height: 20px;
			    font-size: 12px;
			}
			.rn_sec5{
				padding:40px 0;
			}
			.rn_sec6{
				padding:40px 0 20px;
			}

			.rn_sec6 > div > div:nth-of-type(1) strong {
			    font-size: 22px;
			}
			.rn_sec6 > div > div:nth-of-type(2) {
			    padding-bottom: 20px;
			}
			.rn_sec7{
				padding:40px 0;
			}
			.rn_sec7 > div > div:nth-of-type(1) strong{
				font-size:22px;
			}
			.csaf_discrete_tabHead ul > li > button{
				padding:10px 16px;
				gap: 5px;
			}
			.csaf_discrete_tabHead ul > li > button i {
			    width: 20px;
			    height: 20px;
			}
			.csaf_discrete_tabHead ul > li > button span{
				font-size:16px;
			}
			.rn_sec7 > div > div:nth-of-type(3){
				margin-top:20px;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul {
			    gap: 10px;
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(1) > ul > li{
				width:calc(100% / 2 - 5px);
			}
			.csaf_discrete_tabBody .tab_content > div:nth-of-type(2) {
			    margin-top: 20px;
			}
			.rn_sec8{
				padding:40px 0;
			}

			.rn_sec8 > div > div:nth-of-type(1){
				width:80px;
			}
			.rn_sec8 > div > div:nth-of-type(2){
				margin-top:10px;
			}
			.rn_sec8 > div > div:nth-of-type(2) strong{
				font-size:22px;
			}
			.rn_sec8 > div > div:nth-of-type(3){
				margin-top:20px;
			}
			.rn_sec8 > div > div:nth-of-type(3) p{
				font-size:14px;
			}
			.rn_sec8 > div > div:nth-of-type(4){
				margin-top:20px;
			}
			.rn_sec9{
				padding:40px 0;
			}

			.rn_sec9 > div:nth-of-type(2){
				margin-top:40px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1){
				gap:10px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1){
				width:50px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) span {
			    font-size: 16px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2){
				margin-top:10px;
			}
			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) strong{
				font-size:22px;
			}

			.rn_sec9 > div:nth-of-type(2) > div:nth-of-type(2) {
			    margin-top: 20px;
			    border-radius: 10px;
			    height: 49.35vw;
			}
			.rn_sec11{
				padding:40px 0;
			}
			.rn_sec12{
				padding:40px 0;

			}


		}/*390*/



