/* 폰트 */
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* 리셋 */
*, *::before, *::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
:root {
	--sb: 'SBAggro';
	--gmarket: 'GmarketSans';
}
i {
	font-style: normal;
}
h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	line-height: 1;
}
.sVisualDiv, .scon_title h3, #qmenu {
	display: none;
}
.section_scon .scon_wrap {
    max-width: unset;
	padding: 0 !important;
}
.scon_title {
    float: none;
    margin: 0;
}
.scon {
    float: none;
    margin: 0;
}

/* 공통 */
[data-value='txt-up'] {
	overflow: hidden;
}
[data-value='txt-up'] i {
	transform: translateY(100%);
    display: inline-block;
}
[data-value='txt-up'].active i {
    animation-name: txtUp;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.1, 0.34, 0.64, 1.13);
    animation-fill-mode: forwards;	
}
@keyframes txtUp {
	100% {
		transform: translateY(0);
	}
}
[data-value='fade-in'] {
	filter: opacity(0);
}
[data-value='fade-in'].active {
	animation-name: fade-in;
	animation-duration: 0.8s;
	animation-delay: var(--delay);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fade-in {
	100% {
		filter: opacity(1);
	}
}
[data-value='fade-up'] {
	filter: opacity(0);
	transform: translateY(4rem);
}
[data-value='fade-up'].active {
	animation-name: fade-up;
	animation-duration: 0.8s;
	animation-delay: var(--delay);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fade-up {
	100% {
		filter: opacity(1);
		transform: translateY(0);
	}
}
[data-value='fade-down'] {
	filter: opacity(0);
	transform: translateY(-4rem);
}
[data-value='fade-down'].active {
	animation-name: fade-down;
	animation-duration: 0.8s;
	animation-delay: var(--delay);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fade-down {
	100% {
		filter: opacity(1);
		transform: translateY(0);
	}
}
[data-value='fade-right'] {
	filter: opacity(0);
	transform: translateX(-4rem);
}
[data-value='fade-right'].active {
	animation-name: fade-right;
	animation-duration: 0.8s;
	animation-delay: var(--delay);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fade-right {
	100% {
		filter: opacity(1);
		transform: translateX(0);
	}
}
[data-value='fade-left'] {
	filter: opacity(0);
	transform: translateX(4rem);
}
[data-value='fade-left'].active {
	animation-name: fade-left;
	animation-duration: 0.8s;
	animation-delay: var(--delay);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fade-left {
	100% {
		filter: opacity(1);
		transform: translateX(0);
	}
}
.container-new {
	width: 1360px;
/* 	width: 1508px; */
	margin: 0 auto;
	max-width: 100%;
	padding: 0 40px;
}


/* 컨텐츠 */
.camp3 img {
	max-width: 100%;
}
.sec1 {
	text-align: center;
	background: url('/campaign/images/camp03/sec1_bg.jpg') no-repeat center bottom / cover;
}
.sec1 .container-new {
	height: 647px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec1 .title1 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -2px;
}
.sec1 .title1 i {
	position: relative;
}
.sec1 .title1 i::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
}
.sec1 .title2 {
	color: #fff;
    font-size: 98px;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: var(--sb) !important;
    line-height: 1;
    margin-top: 44px;
}
.sec2 {
	background: url(/campaign/images/camp03/sec2_bg.jpg) no-repeat center top -1px / cover;
    margin-top: -1px;
}
.sec2 .container-new {
	height: 800px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 138px;
}
.sec2 .paragraph {
	width: 778px;
	max-width: 100%;
}
.sec2 .title1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -2px;
}
.sec2 .txt {
	margin-top: 20px;
	color: #fff;
	font-size: 33px;
	line-height: 1.58;
}
.btn-blue {
	width: 414px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 20px;
	background: linear-gradient(to right, #8be0ec, #19a0dc 40%);
	border-radius: 10px;
	margin-top: var(--top);
	font-size: 35px !important;
	color: #fff;
	font-weight: 500 !important;
	letter-spacing: -1px;
	box-shadow: 3px 6px 12px rgba(0,0,0,0.6);
	margin-top: 74px;
	max-width: 100%;
}
.sec3 {

}
.sec3 .article {
	position: relative;
}
.sec3 .inner {
	width: 1500px;
	margin-inline: auto;
	max-width: 100%;
	position: relative;
	padding-inline: 40px;
}
.sec3 .a1 {
	padding-top: 164px;
	padding-bottom: clamp(100px, 56vw, 1027px);
}
.sec3 .a1 .bg1 {
	position: absolute;
	right: -80px;
	top: 150px;
	max-width: 52%;
	width: 894px;
}
.sec3 .a1 .bg2 {
	position: absolute;
	bottom: -180px;
	left: -136px;
	max-width: 58%;
	width: 1072px;
}
.sec3 .logo1 {
	width: 392px;
}
.sec3 .logo2 {
	width: 430px;
}
.sec3 .a1 .title1 {
	font-family: var(--sb) !important;
    background: linear-gradient(to right, rgba(0, 107, 222, 1), #c1e42f);
    color: transparent;
    -webkit-background-clip: text;
    display: inline;
    vertical-align: middle;
    font-size: 84px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1;
}
.sec3 .a1 .txt {
    font-size: 33px;
    line-height: 1.67;
    letter-spacing: -2px;
    font-weight: 500;
    color: #606060;
    margin-top: 30px;
}
.sec3 .a2 {
	text-align: right;
	padding-bottom: 86px;
}
.sec3 .a2 .txt1 {
    font-size: 33px;
    line-height: 1.67;
    letter-spacing: -2px;
    font-weight: 500;
    color: #606060;
	margin-top: 40px;
}
.sec3 .a2 .txt2 {
	font-size: 27px;
	line-height: 1.68;
    letter-spacing: -2px;
	color: #807f80;
	margin-top: 42px;
}
.sec3 .a2 .txt2 span {
	font-size: 26px;
}
i.front, i.back {
	position: relative;
}
i.front::before {
	content: '';
	position: absolute;
	width: 84px;
	height: 61px;
	background: url(/campaign/images/camp03/front_blue.png) no-repeat center / cover;
	z-index: -1;
}
i.back::before {
	content: '';
	position: absolute;
	width: 84px;
	height: 61px;
	background: url(/campaign/images/camp03/back_blue.png) no-repeat center / cover;
	z-index: -1;
}
.sec3 .a2 i.front::before {
	top: -30px;
    left: -56px;
}
.sec3 .a2 i.back::before {
	top: 0;
    right: -13px;
}
.sec3 .a3 {
	padding-bottom: 184px;
}
.sec3 .a3 .bg1 {
	position: absolute;
	right: -206px;
	top: 7px;
	max-width: 58%;
	width: 951px;
}
.sec3 .a3 .txt1 {
    font-size: 33px;
    line-height: 1.67;
    letter-spacing: -2px;
    font-weight: 500;
    color: #606060;
	margin-top: 40px;
}
.sec3 .a3 .txt2 {
	font-size: 27px;
	line-height: 1.68;
    letter-spacing: -2px;
	color: #807f80;
	margin-top: 75px;
}
.sec3 .a3 .txt2 span {
	font-size: 20px;
}
.sec3 .a3 i.front::before {
	top: -40px;
    left: -10px;
	background-image: url('/campaign/images/camp03/front_red.png')
}
.sec3 .a3 i.back::before {
	top: -5px;
    right: -64px;
	background-image: url('/campaign/images/camp03/back_red.png')
}
.symbols {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 70px;
}
.symbols img {
	width: 97px;
}
.sec4 {
	background-color: #19a0dc;
	padding-top: 146px;
	padding-bottom: 120px;
}
.sec4 .title1 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -2px;
}
.sec4 .txt1 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 1.59;
	/* font-weight: 500; */
	letter-spacing:  -1px;
	margin-top: 20px;
}
.arcodion {
	margin-top: 90px;
	width: 100%;
}
.arcodion .q {
	width: 947px;
	max-width: 100%;
	margin-inline: auto;
}
.arcodion .q:not(:first-child) {
	margin-top: -2px;
}
.arcodion .q a {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-inline: 35px;
	padding-block: 28px;
}
.arcodion .q .title {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -2px;
}
.arcodion .arrow {
	margin-top: 14px;
	margin-left: 60px;
	width: 30px;
}
.arcodion .a {
	padding-block: 26px 52px;
	display: none;
	width: 975px;
	max-width: 100%;
	margin-inline: auto;
}
.arcodion .a:last-child {
	padding-bottom: 0;
}
.arcodion .answer {
	background-color: #fff;
	border-radius: 10px;
	padding: 70px;
}
.arcodion .answer .paragraph:not(:first-child) {
	margin-top: 30px;
	position: relative;
}
.arcodion .answer .title {
	font-size: 28px;
	font-weight: 600;
	color: #19a0dc;
	margin-bottom: 4px;
}
.arcodion .answer .txt {
	font-size: 22px;
	line-height: 1.70;
	letter-spacing: -1px;
}
.arcodion .answer .date {
	text-align: center;
	font-weight: 500;
	color: #19a0dc;
	font-size: 28px;
	margin-top: 66px;
}
.sec5 {
	    background: url(/campaign/images/camp03/sec5_bg.jpg) no-repeat center bottom / cover;
}
.sec5 .container-new {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	height: 576px;
	padding-top: 180px;
}
.sec5 .title {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -2px;
}
.sec6 {
	margin-top: -133px;
	padding-bottom: 123px;
}
.sec6 .tabbutton {
	display: flex;
	width: 834px;
	max-width: 100%;
	margin-inline: auto;
	margin-bottom: 52px;
}
.sec6 .tabbutton a {
	width: calc((100% - 100px) / 3);
    min-height: 265px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.3);
	padding: 20px 28px 30px;
}
.sec6 .tabbutton .arrow {
	width: 50px;
	background: url(/campaign/images/camp03/arrow.png) no-repeat center / 50px;
}
.sec6 .tabbutton .title {
	font-size: 26px;
	font-weight: 600;
	color: #1e7fb7;
	letter-spacing: -2px;
	line-height: 1.21;
}
.sec6 .tabbutton .txt {
	color: #606060;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 10px;
}
.sec6 .tabbutton a.on {
	background: linear-gradient(to bottom, #8be0ec -10%, #19a0dc 20%, #19a0dc 80%,#8be0ec 110%);
}
.sec6 .tabbutton a.on .title {
	color: #fff;
}
.sec6 .tabbutton a.on .txt {
	color: #fff;
}
.sec6 .tabbutton .ico {
	margin-top: auto;
	margin-left: auto;
}
.sec6 .tabbutton .ico1 {
	width: 104px;
	height: 98px;
	background: url('/campaign/images/camp03/tab1.png') no-repeat right bottom / contain;
}
.sec6 .tabbutton .ico2 {
	width: 102px;
	height: 98px;
	background: url('/campaign/images/camp03/tab2.png') no-repeat right bottom / contain;
}
.sec6 .tabbutton .ico3 {
	width: 70px;
	height: 95px;
	background: url('/campaign/images/camp03/tab3.png') no-repeat right bottom / contain;
}
.sec6 .tabbutton .on .ico1 {
	background: url('/campaign/images/camp03/tab1_on.png') no-repeat right bottom / contain;
}
.sec6 .tabbutton .on .ico2 {
	background: url('/campaign/images/camp03/tab2_on.png') no-repeat right bottom / contain;
}
.sec6 .tabbutton .on .ico3 {
	background: url('/campaign/images/camp03/tab3_on.png') no-repeat right bottom / contain;
}
.sec6 .tab-content {
	padding-inline: 20px;
}
.sec6 ul {
	display: flex;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
	width: 1000px;
    max-width: 100%;
    margin-inline: auto;
}
.sec6 li {
	width: calc(100% / 3);
	height: 404px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	padding-bottom: 30px;
	background: no-repeat center / cover
}
.sec6 .w4 li {
	width: calc(100% / 4);
}

.sec6 li .title {
	margin-top: auto;
	color: #19a0dc;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: -2px;
}
.sec6 li .txt {
	color: #59bae6;
	font-size: 15px;
	line-height: 1.36;
	font-weight: 500;
	margin-top: 6px;
}
.tab1 li:nth-child(1) {
	background-image: url('/campaign/images/camp03/tab1_1.jpg')
}
.tab1 li:nth-child(2) {
	background-image: url('/campaign/images/camp03/tab1_2.jpg')
}
.tab1 li:nth-child(3) {
	background-image: url('/campaign/images/camp03/tab1_3.jpg')
}
.tab1 li:nth-child(4) {
	background-image: url('/campaign/images/camp03/tab1_4.jpg')
}
.tab2 li:nth-child(1) {
	background-image: url('/campaign/images/camp03/tab2_1.jpg')
}
.tab2 li:nth-child(2) {
	background-image: url('/campaign/images/camp03/tab2_2.jpg')
}
.tab2 li:nth-child(3) {
	background-image: url('/campaign/images/camp03/tab2_3.jpg')
}
.tab3 li:nth-child(1) {
	background-image: url('/campaign/images/camp03/tab3_1.jpg')
}
.tab3 li:nth-child(2) {
	background-image: url('/campaign/images/camp03/tab3_2.jpg')
}
.tab3 li:nth-child(3) {
	background-image: url('/campaign/images/camp03/tab3_3.jpg')
}
.sec7 {
	background: url(/campaign/images/camp03/sec7_bg.jpg) no-repeat center top -91px / cover;
}
.sec7 .container-new {
	height: 849px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.sec7 .title1 {
	font-size: 60px;
	font-weight: 600;
}
.sec7 .txt {
	font-size: 35px;
	line-height: 1.20;
	letter-spacing: -1px;
	margin-block: 20px 18px;
}
.sec7 .txt2 {
	font-size: 25px;
	font-weight: 300;
}
.sec7 .btn-blue {
	margin-inline: auto;
	margin-top: 89px;
}
.sec8 .container-new {
	padding-block: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sec8 .logo-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
}
.sec8 .logo-group .logo1 {
	width: 380px;
}
.sec8 .logo-group .logo2 {
	width: 373px;
}
.sec8 .txt {
	font-size: 31px;
	line-height: 1.62;
	font-weight: 500;
	letter-spacing: -2px;
	margin-top: 55px;
	color: #606060;
}
.sec8 .blue {
	color: #1d2087;
}
.sec8 .red {
	color: #9b3027;
}
.sec8 .arcodion .q a {
	border-color: #19a0dc;
}
.sec8 .arcodion .q .title {
	color: #19a0dc;
}
.sec8 .arcodion .answer {
	background-color: #19a0dc;
}
.sec8 .arcodion .answer .paragraph:not(:first-child) {
	padding-top: 30px;
}
.sec8 .arcodion .answer .paragraph:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 330px;
	max-width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
}
.sec8 .arcodion .answer .txt {
	color: #fff;
	margin-top: 0;
	font-weight: 400;
	word-spacing: 10px;
}
.sec8 .arcodion .answer .txt span {
	word-spacing: 0;
}
.arcodion .answer .name {
	padding-inline: 0.5rem;
}
.sec8 .arcodion .answer .title {
	color: #fff;
}

/* 미디어쿼리 */
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1365px) {

}
@media screen and (max-width: 1279px) {

}
@media screen and (max-width: 1023px) {
	.sec1 .container-new {
		height: 500px;
	}
	.sec1 .title1 {
		font-size: 40px;
	}
	.sec1 .title2 {
		font-size: 80px;
	}
	.sec2 .container-new {
		height: 750px;
	}
	.sec2 .title1 {
		font-size: 46px;
	}
	.sec2 .txt {
		font-size: 30px;
	}
	.sec3 .a1 {
		padding-bottom: 450px;
	}
	.sec3 .a1 .title1 {
		font-size: 70px
	}
	.sec3 .a1 .txt, .sec3 .a2 .txt1, .sec3 .a3 .txt1 {
		font-size: 30px;
	}
	.sec3 .logo1 {
		width: 300px;
	}
	.sec3 .logo2 {
		width: 320px;
	}
	.sec3 .a2 .txt2, .sec3 .a3 .txt2 {
		font-size: 20px;
	}
	.sec3 .a2 .txt2 span, .sec3 .a3 .txt2 span {
		font-size: 20px;
	}
	i.front::before, i.back::before {
		width: 46px;
		height: 31px;
	}
	.sec3 .a2 i.front::before {
		top: -9px;
		left: -26px;
	}
	.sec3 .a3 i.front::before {
		top: -14px;
	}
	.sec3 .a3 i.back::before {
		top: 2px;
		right: -43px;
	}
	.sec4 .title1, .sec5 .title {
		font-size: 46px;
	}
	.sec4 .txt1 {
		font-size: 30px;
	}
	.sec5 .container-new {
		height: 520px;
	}
	.sec6 .tabbutton .arrow {
		width: 40px;
		background-size: contain;
	}
	.sec6 .tabbutton a {
		width: calc((100% - 80px) / 3);
		padding: 24px 30px 38px;
	}
	.sec6 .tabbutton .title {
		font-size: 24px;
	}
	.sec6 .tabbutton .txt {
		font-size: 18px;
	}
	.sec6 .tabbutton .ico1 {
		height: 90px;
	}
	.sec6 .tabbutton .ico2 {
		height: 90px;
	}
	.sec6 .tabbutton .ico3 {
		height: 90px;
	}
	.sec6 ul {
		flex-wrap: wrap;
	}
	.sec6 .w4 li {
		width: calc(100% / 2);
	}
	.sec6 li {
		height: 390px;
	}
	.sec7 .container-new {
		height: 730px;
	}
	.sec7 .title1 {
		font-size: 46px;
	}
	.sec7 .txt {
		font-size: 30px;
	}
	.sec7 .txt2 {
		font-size: 24px;
	}
	.sec8 .logo-group img {
		width: auto !important;
		height: 90px;
	}
	.sec8 .txt {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.sec1 .title1 {
        font-size: 20px;
    }
	.sec1 .title1 i::before {
		width: 4px;
		height: 4px;
	}
	.sec1 .title2 {
        font-size: 33px;
		margin-top: 20px;
    }
	.sec1 .container-new {
        height: 340px;
    }
	.sec2 .txt {
        font-size: 18px;
    }
	.sec2 .title1 {
        font-size: 24px;
    }
	.btn-blue {
		width: 200px;
		height: 60px;
		font-size: 20px !important;
		margin-top: 50px;
	}
	.sec2 .container-new {
		height: 540px;
		padding-bottom: 80px;
	}
	.sec2 {
		background-position: right 32% top -1px;
	}
	.sec2 .paragraph {
		width: 480px;
	}
	.container-new {
		padding: 0 20px;
	}
	.sec3 .inner {
		padding-inline: 20px;
	}
	.sec3 .a1 .title1 {
        font-size: 33px;
    }
	.sec3 .a1 .txt, .sec3 .a2 .txt1, .sec3 .a3 .txt1 {
        font-size: 18px;
    }
	.sec3 .a1 .txt {
		margin-top: 20px;
	}
	.sec3 .a1 {
		padding-top: 100px;
		padding-bottom: clamp(100px, 38vw, 450px);
	}
	.sec3 .a1 .bg1 {
		right: -40px;
		top: 39px;
		min-width: 180px;
		max-width: 40%;
		opacity: 0.8;
	}
	.sec3 .a1 .bg2 {
		bottom: -120px;
		left: -66px;
		min-width: 180px;
		max-width: 50%;
		opacity: 0.8;
	}
	.sec3 .a1 .txt, .sec3 .a2 .txt1, .sec3 .a3 .txt1 {
        font-size: 16px;
    }
	.sec3 .a2 .txt2, .sec3 .a3 .txt2 {
        font-size: 14px;
		letter-spacing: -1px;
		width: 390px;
		max-width: 100%;
    }
	.sec3 .a2 .txt2 {
		margin-left: auto;
	}
	.sec3 .a2 .txt2 br, .sec3 .a3 .txt2 br {
		display: none;
	}
	.sec3 .a2 .txt2 span, .sec3 .a3 .txt2 span {
        font-size: 14px;
		display: block;
    }
	i.front::before, i.back::before {
        width: 30px;
        height: 22px;
    }
	.sec3 .a3 i.back::before {
        top: unset;
        right: -26px;
        bottom: -2px;
    }
	.sec3 .a3 .txt2 {
		margin-top: 50px;
	}
	.sec3 .logo1 {
        width: 200px;
    }
	.sec3 .logo2 {
        width: 220px;
    }
	.symbols {
		gap: 10px;
		margin-top: 52px;
	}
	.symbols img {
		width: 100px;
	}
	.sec3 .a3 {
		padding-bottom: 100px;
	}
	.sec3 .a3 .bg1 {
		min-width: 180px;
		max-width: 50%;
		right: -96px;
	}
	.sec4 .title1, .sec5 .title {
        font-size: 24px;
    }
	.sec4 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.sec4 .txt1 {
        font-size: 18px;
    }
	.sec4 .txt1 br {
		display: none;
	}
	.arcodion {
		margin-top: 50px;
	}
	.arcodion .q .title {
		font-size: 18px;
	}
	.arcodion .q a {
		padding-inline: 14px 14px;
		padding-block: 18px;
	}
	.arcodion .arrow {
		margin-top: 10px;
		margin-left: 40px;
		width: 18px;
	}
	.arcodion .a {
		padding-block: 30px 70px;
		padding-inline: 0px;
	}
	.arcodion .answer {
		padding: 30px 20px;
	}
	.arcodion .answer .txt {
		font-size: 16px;
	}
	.arcodion .answer .paragraph:not(:first-child) {
		margin-top: 20px;
	}
	.arcodion .answer .title {
		font-size: 18px;
	}
	.arcodion .answer .date {
		font-size: 20px;
		margin-top: 30px;
	}
	.sec5 .container-new {
        height: 330px;
		padding-top: 110px;
    }
	.sec6 .tabbutton {
		flex-direction: column;
		gap: 6px;
		margin-bottom: 40px;
	}
	.sec6 .tabbutton a {
		width: 100%;
		min-height: initial;
		padding: 20px 30px;
	}
	.sec6 .tabbutton .ico1 {
        height: 36px;
		margin-top: -39px;
    }
	.sec6 .tabbutton .ico2 {
        height: 36px;
		margin-top: -39px;
    }
	.sec6 .tabbutton .ico3 {
        height: 36px;
		margin-top: -39px;
    }
	.sec6 .tabbutton .txt br {
		display: none;
	}
	.sec6 .tabbutton .title {
        font-size: 18px;
    }
	.sec6 .tabbutton .txt {
        font-size: 16px;
    }
	.sec6 .tabbutton .arrow {
		display: none;
	}
	.sec6 {
		margin-top: -60px;
		padding-bottom: 100px;
	}
	.sec6 li {
        height: 280px;
		padding-bottom: 30px;
		width: 100%;
		padding-inline: 20px;
    }
	.sec6 .w4 li {
        width: 100%;
    }
	.sec6 li .title {
		font-size: 18px;
	}
	.sec6 li .txt {
		font-size: 16px;
	}
	.sec7 .title1 {
        font-size: 24px;
    }
	.sec7 .txt {
        font-size: 18px;
    }
	.sec7 .txt2 {
        font-size: 16px;
    }
	.sec7 .btn-blue {
		margin-top: 50px;
	}
	.sec7 {
		background-position: center;
	}
	.sec7 .container-new {
        height: 510px;
    }
	.sec8 .txt {
		margin-top: 40px;
        font-size: 18px;
    }
	.sec8 .txt1 br {
		display: none;
	}
	.sec8 .arcodion .answer .txt {
		word-spacing: 7px;
	}
	.sec8 .logo-group {
		flex-direction: column;
		gap: 10px 0px;
	}
	.sec8 .logo-group img {
        height: 50px;
    }
	.sec8 .container-new {
		/* height: 470px; */
	}
}
