.visual {
	position: relative;
	background: #021838;
	padding: 100px 0;
	color: var(--white);
	box-sizing: border-box;
}
.visual .txt_box {
	flex: 1;
	width: 100%;
	gap: 30px;
}
.visual .txt_box .badge {
    position: relative;
    z-index: 0;
	width: 200px;
    height: 43px;
    overflow: hidden;
    background: var(--key-color);
    color: var(--key-color);
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    transition: .2s all linear;
    text-decoration: initial;
}
.visual .txt_box .badge span {
    position: relative;
    z-index: 1;
    height: calc( 100% - 4px );
    width: calc( 100% - 4px );
    top: 2px;
    left: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    background: #021838;
}
.visual .txt_box .badge:after {
   content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(90deg, rgba(255,255,255,0)    0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
.visual .txt_box .title {
	font-size: 64px;
	letter-spacing: -2.56px;
	line-height: 1.2;
}
.visual .txt_box .txt {
	font-size: 24px;
	line-height: 1.4;
}
.visual .txt_box .tag span {
	font-size: 20px;
	padding: 8px 16px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(23, 23, 23, 0.50);
	box-sizing: border-box;
}
.visual .txt_box .desc {
	font-size: 20px;
	color: #D0CAC6;
	line-height: 1.4;
}


.visual .img {
	width: 50%;
	max-width: 584px;
	text-align: right;
	padding: 20px 40px;
	box-sizing: border-box;
}
.visual .img img {
	position: relative;
	max-width: 100%;
    animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown{
    0%,100%{top:0}
    50%{top:10px}
}



.sec {
	padding: 160px 0;
	box-sizing: border-box;
}
.sec .inner {
	gap: 60px;
}
.sec .line_box {
	border-radius: 15px;
	border: 1px solid #E7E5E4;
	transition: all .3s;
	box-sizing: border-box;
}
.sec .line_box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.bg {
	background: var(--bg);
}
.sec .tab button {
	height: 40px;
	border-radius: 50px;
	border: 1px solid #E7E5E4;
	padding: 0 30px;
	font-size: 20px;
	box-sizing: border-box;
}
.sec .tab button.active {
	background: var(--key-color);
	border: 1px solid var(--key-color);
	color: var(--white);
}
.sec .tab_cont {
	margin-top: -10px;
}
.sec .tab_cont > div {
	display: none;
	gap: 30px;
}



.sec01 .list {
	gap: 30px;
}
.sec01 .list .item {
	flex: 1;
	padding: 50px;
	gap: 40px;
	box-sizing: border-box;
}
.sec01 .list .item .badge span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	padding: 8px 16px;
	border-radius: 5px;
	box-sizing: border-box;
}
.sec01 .list .item1 .badge span {
	color: var(--red);
	background: rgba(184, 0, 0, 0.10);
}
.sec01 .list .item2 .badge span {
	color: #1B59EC;
	background: rgba(27, 89, 236, 0.07);
}
.sec01 .list .item .title {
	gap: 20px;
}
.sec01 .list .item .title strong {
	font-size: 48px;
	font-family: 'THEFACESHOP INKLIPQUID';
	font-weight: 500;
}
.sec01 .list .item .title p {
	font-size: 20px;
	color: var(--text);
	line-height: 1.3;
}
.sec01 .list .item ul {
	gap: 16px;
	font-size: 20px;
	line-height: 1.3;
	color: var(--text);
}



.banner {
	background: #021838;
	color: var(--white);
	padding: 100px 0;
}
.banner .inner {
	gap: 20px;
}
.banner .icon {
	width: 78px;
	height: 78px;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.3;
	border-radius: 100px;
	background: rgba(184, 0, 0, 0.80);
	padding: 8px 16px;
	text-align: center;
	box-sizing: border-box;
}
.banner .text {
	gap: 16px;
	font-size: 20px;
}
.banner .text strong {
	font-size: 40px;
	font-weight: 500;
}
.banner .btn_area div {
	padding: 16px 20px;
	background: var(--white);
	color: var(--black);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	box-sizing: border-box;
}



.sec02 .list {
	gap: 20px;
}
.sec02 .list .item {
	flex: 1;
	padding: 40px 30px;
	gap: 60px;
	box-sizing: border-box;
}
.sec02 .list .item .top .num {
	font-size: 24px;
	font-weight: 900;
}
.sec02 .list .item .text {
	gap: 20px;
}
.sec02 .list .item .text strong {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.48px;
}
.sec02 .list .item .text p {
	font-size: 18px;
	color: var(--text);
	line-height: 1.4;
	letter-spacing: -0.36px;
}



.sec03 .list {
	gap: 20px;
}
.sec03 .list .item {
	padding: 30px;
	gap: 120px;
	background: var(--white);
	box-sizing: border-box;
}
.sec03 .list .item .step {
	font-size: 20px;
}


.sec04 .list {
	gap: 20px;
}
.sec04 .list .item {
	width: calc(33.333% - 14px);
	padding: 40px 30px;
	gap: 30px;
	box-sizing: border-box;
}
.sec04 .list .item strong {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.48px;
}
.sec04 .list .item p {
	font-size: 18px;
	color: var(--text);
	line-height: 1.4;
	letter-spacing: -0.36px;
}



.sec05 .list {
	gap: 20px;
}
.sec05 .list .item {
	border-radius: 15px;
	border: 1px solid #E7E5E4;
	background: var(--white);
	box-sizing: border-box;
}
.sec05 .list .item .ques_btn {
	position: relative;
	width: 100%;
	font-size: 24px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -0.95px;
	padding: 26px 70px 26px 30px;
	background: transparent;
	transition: all .3s;
	box-sizing: border-box;
}
.sec05 .list .item .ques_btn:hover {
	background: rgba(255, 255, 255, 0.07);
}
.sec05 .list .item .ques_btn:after {
	content: '';
	position: absolute;
	top: 23px;
    right: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background: url("../images/ic_plus.svg")no-repeat 50% 50% / 100%;
}
.sec05 .list .item.open .ques_btn:after {
	background-image: url("../images/ic_minus.svg");
}
.sec05 .list .item .answer {
	display: none;
	padding: 0 30px 30px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.72px;
	box-sizing: border-box;
}
.sec05 .list .item.open .answer {
	display: block;
}




.sec06 .tab_cont > div > h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec06 .tab_cont > div .list {
	gap: 20px;
}
.sec06 .tab_cont > div .list .item {
	width: calc(33.333% - 14px);
	padding: 40px 30px;
	gap: 30px;
	box-sizing: border-box;
}
.sec06 .tab_cont > div .list .item strong {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.48px;
}
.sec06 .tab_cont > div .list .item p {
	font-size: 18px;
	color: var(--text);
	line-height: 1.4;
	letter-spacing: -0.72px;
}



.sec07 .inner {
	align-items: start;
}
.sec07 .cont_box {
	width: 513px;
	padding: 30px;
	gap: 40px;
	border-radius: 15px;
	background: #021838;
	color: var(--white);
	box-sizing: border-box;
}
.sec07 .cont_box p {
	color: #E7E5E4;
}
.sec07 .cont_box .tel_box h3 {
	font-size: 48px;
	font-weight: 900;
}
.sec07 .cont_box button {
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 10px;
}
.sec07 .form {
	padding: 30px;
	background: var(--white);
	border: 1px solid #E7E5E4;
	border-radius: 15px;
	gap: 30px 16px;
	box-sizing: border-box;
}
.sec07 .form .item {
	width: calc(50% - 8px);
	box-sizing: border-box;
}
.sec07 .form .item > p {
	font-size: 500;
}
.sec07 .form .item > div {
	min-height: 54px;
	border-radius: 10px;
	border: 1px solid #E7E5E4;
	overflow: hidden;
	box-sizing: border-box;
}
.sec07 .form .item > div input[type=text] {
	height: 100%;
	padding: 0 16px;
	font-size: 18px;
	box-sizing: border-box;
}
.sec07 .form .item > div select {
	height: 100%;
	font-size: 18px;
	padding: 0 16px;
}
.sec07 .form .item > div textarea {
	width: 100%;
	height: 178px;
	resize: none;
	padding: 16px;
	border: 0;
	font-size: 18px;
	box-sizing: border-box;
}
.sec07 .form .agree_box {
	position: relative;
}
.sec07 .form .agree_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.sec07 .form .agree_box input + label {
	position: relative;
	font-size: 18px;
	padding-left: 32px;
	box-sizing: border-box;
}
.sec07 .form .agree_box input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #E7E5E4;
	box-sizing: border-box;
}
.sec07 .form .agree_box input:checked + label:before {
	background: var(--key-color) url("../images/ic_check.svg")no-repeat 50% 50%;
	border: 1px solid var(--key-color);
}
.sec07 .form > button {
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 10px;
}
.sec07 .form .desc {
	color: var(--text);
}




@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {

	.sec {
		padding: 120px 0;
	}
	.sec .tit_box .tit {
    	font-size: 36px;
	}
	.sec .tit_box p {
    	font-size: 24px;
	}
	.sec .grid .item .txt_box {
		gap: 10px;
	}
	.sec .grid .item .txt_box strong {
    	font-size: 24px;
	}
	.sec .grid .item .txt_box p {
		font-size: 16px;
	}


	.sec04 .list .item .ques_btn {
		font-size: 20px;
		padding: 25px 55px 25px 25px;
	}
	.sec04 .list .item .ques_btn:after {
		top: 26px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.sec04 .list .item .answer {
		padding: 25px;
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {

	.sec {
        padding: 80px 0;
    }
	.sec .inner {
		gap: 40px;
	}
	.sec .tit_box {
		gap: 14px;
	}
	.sec .tit_box .tit {
        font-size: 24px;
    }
	.sec .tit_box p {
        font-size: 16px;
    }
	.sec .grid .item .txt_box strong {
        font-size: 20px;
    }
	.sec .grid .item .txt_box p {
        font-size: 14px;
    }

	.sec04 .list .item .ques_btn {
        font-size: 16px;
        padding: 20px 40px 20px 15px;
    }
	.sec04 .list .item .ques_btn:after {
        top: 22px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
	.sec04 .list .item .answer {
        padding: 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}