@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Black.woff') format('woff');
    font-weight: 1000;
    font-display: swap;
}



html {scroll-behavior: smooth;}

body {
    font-family: "Pretendard", sans-serif;
    color: #232323;
    font-weight: 500;
    background: #17161b;
}

input,
select {
    font-family: "Pretendard", sans-serif;
}

.pc_inner {
    width: 1320px;
    margin: 0 auto;
	position: relative;
}

.inner {
    width: 1320px;
    margin: 0 auto;
}

.inner2 {
    width: 1200px;
    margin: 0 auto;
}

.c_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.top_inner {
    width: 1100px;
    margin: 0 auto;
}

.pc_hide {
    display: none! important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}

.pc_hider {
    display: none;
}

.allowed {
    cursor: not-allowed !important;
}
.p_mt80 {margin-top:80px;}
.p_mb5 {margin-bottom:5px !important;}

/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */



/* 국가 선택 시작 */
.lang_select {
	position: relative;
    cursor: pointer;
	margin-left: 30px;
}

.lang_select .active_lang {
    height: 24px;
    overflow: hidden;
}

.lang_select img {
    height: 100%;
}

.lang_select .lang_select_list {
    background: #ffffff;
    position: absolute;
    top: 50px;
    z-index: 9999;
    right: 0px;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    display: none;
    color: #000;
}

.lang_select .lang_select_list p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 2px;
}

.lang_select .lang_select_list p:last-of-type {
	margin-bottom: 0px;
}

.lang_select .lang_select_list p img {
	width: 30px;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
}
/* 국가 선택 끝 */



/* common 시작*/
.hideBox {overflow: hidden;}

#header {
    position: fixed;
    z-index: 999999999;
    padding: 20px 0 20px;
    top: 0;
    left: 0;
    background: transparent;
}
#header .logo {height:50px;}
#header .menusc {margin-left:auto;}
#header .menusc .mList {
    color: #ffffff;
    margin-right: 65px;
	font-weight:500;
}
#header .menusc .mList:last-child{margin-right:0px;}

#header .BtArea {margin-left:auto;display:none;}
#header .BtArea ul li{color:#232323;margin-right:20px;}
#header .BtArea ul li:last-child{margin-right:0px;}
#header .BtArea ul {display:flex;align-items:center;}
#header .inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header.fixedOn {
	background: rgba(0, 0, 0, 0.8);
}


#header.fixedOn .menusc .mList {
    color: #ffffff;
}
#header.fixedOn .BtArea ul li {
    color: #ffffff;
}


.topMenu {
	width: 100%;
}

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topMenu .menu {
    margin-left: auto;
    margin-right: 4%;
}

.topMenu .menu .mList {
	color: #fff;
    font-size: 18px;
    margin-left: 65px;
}

#footer {
    background: #2b2d3a;
    padding: 45px 0;
    text-align: center;
}
#footer .f_logo{
    height:45px;
	margin-bottom:30px;
}
#footer .download_link {
	display: flex;
	gap: 30px;
	margin: 0 auto 30px;
	justify-content: center;
}
#footer .footerT {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#footer .topBtn {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c42026;
    cursor: pointer;
    position: fixed;
    right: 100px;
    bottom: 60px;
	display: none;
}
#footer .topBtn img {
	height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


#footer .p_copy {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.hide {display:none;}

#wrap {
    width: 100%;
    overflow: hidden;
}
/* common 끝 */


/* main 시작 */

#visual {
        width: 100%;
        height: 914px;
        background: url(../img/visual_01.jpg) no-repeat;
        background-size: cover;
    }
#visual .inner {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }
#visual .inner .text-bx {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#visual .inner .text-bx .tit1 {
        font-size: 70px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: 4;
        line-height: 1;
    }
#visual .inner .text-bx .tit2 {
        font-size: 26px;
        color: #ffffff;
        font-weight: 300;
        line-height: 1.4;
        text-align: center;
        opacity: 0.8;
    }
#visual .inner .text-bx .link_box {
	margin-top: 50px;
	padding-left: 20px;
	margin: 50px auto 0px;
}
#visual .inner .text-bx .link_box ul {  display:flex;}
#visual .inner .text-bx .link_box ul li {
	background-color: #c42026;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.25rem;
	padding: 13px 40px;
	margin-right: 20px;
	border-radius: 5px;
	transition: all 0.5s;
	cursor:pointer;
    }

#visual .inner .text-bx .link_box ul li.card_link {
	background-color: transparent;
        border: 1px #a4a4a4 solid;
		margin-right:0px;
    }
#visual .inner .text-bx .link_box ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
#visual .inner .text-bx .link_box ul li.card_link:hover {
	background:#c42026;
	border:1px #c42026 solid;
	
	}

#section01 {
        width: 100%;
        height: 3300px;
        background: url(../img/main_bg.jpg) no-repeat;
        background-size: cover;
        box-shadow: -1px -16px 20px #16151a;
    }
#section01 #sec_section01 {
	position: relative;
}
#section01 .se01_big_title{
	position:absolute;
	top:100px;
	left:155px;
	}
#section01 .se01_big_title span{
	font-size:16px;
	color:#e9b72e;
	font-weight:400;
	position:relative;
	}
#section01 .se01_big_title span:after {
	content:'';
	width:80px;
	height:3px;
	background:#ffcc00;
	position:absolute;
	top:8px;
	left:-100px;
	opacity:0.34;
	}
#section01 #sec_section01 .section_title {
	overflow: hidden;
	margin-left: auto;
	display: table;
}
#section01 #sec_section01 .section_title h2{
	font-size:55px;
	font-weight:500;
	line-height:1.2;
	color:#ffffff;
	}
#section01 #sec_section01 .section_title h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #ffffff;
	opacity: 0.75;
	margin-top: 30px;
	margin-bottom:40px;
}
    #section01 #sec_section01 .content {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        margin-left: auto;
        width: 1194px;
    }
#section01 #sec_section01 .content .item{
	width: 570px;
        height: 500px;
        background: #1c1a1e;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        padding: 37px 20px 0px 50px;
}
#section01 #sec_section01 .content .item img{
	width:220px;
}
#section01 #sec_section01 .content .item .txt{
	font-size:26px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:30px;
	margin-top:25px;
}
#section01 #sec_section01 .content .item .s_txt {
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.4;
	opacity: 0.7;
}

#section01 #sec_section02 {
	position: relative;
	padding-top:80px;
}
#section01 #sec_section02 .inner{
	position: relative;
	display:flex;
}
#section01 #sec_section02 .left_box{
	padding-top:120px;
	width:750px;
}
#section01 #sec_section02 .left_box .section_title{
  margin-bottom:90px;
}
#section01 #sec_section02 .left_box .section_title .s_txt{
  font-size:22px;
  color:#c42026;
  font-weight:500;
  margin-bottom:20px;
}
#section01 #sec_section02 .left_box .section_title .txt{
  font-size:35px;
  color:#ffffff;
  font-weight:700;
  text-transform: uppercase;
}
#section01 #sec_section02 .left_box .item{
  
}
#section01 #sec_section02 .left_box .item li{
  position:relative;
  font-size:22px;
  font-weight:300;
  color:#ffffff;
  margin-bottom:50px;
  padding-left:50px;
}
#section01 #sec_section02 .left_box .item li:after{
  content:'';
  background:url(../img/bulllet.png)no-repeat;
  width:30px;
  height:29px;
  background-size:30px 29px;
  position:absolute;
  top:0px;
  left:0px;
}
#section01 #sec_section02 .left_box .text_box{
  width: 100%;
	height: 86px;
	background: rgba(42, 44, 57, 0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px 80px;
}
#section01 #sec_section02 .left_box .text_box .txt1{
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 5px;
}
#section01 #sec_section02 .left_box .text_box .txt2 {
	font-size: 20px;
	color: #f1b82f;
	font-weight: 500;
	margin-left: auto;
    }


#section01 #sec_section02 .img_box{
	margin-left:auto;
	flex-shrink: 1;
}
#section01 #sec_section02 .img_box p{
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:300;
	text-transform: uppercase;
	margin-top:25px;
}
#section01 #sec_section03 {margin-top:150px;}
#section01 #sec_section03 .title{
	font-size:35px;
	color:#ffffff;
	text-align:center;
	font-weight:700;
	margin-bottom:80px;
}
#section01 #sec_section03 .content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-left: auto;
        width: 1194px;
    }
#section01 #sec_section03 .content .item{
	width: calc(100% / 3 - 20px);
	height: 255px;
	background: #2a2c39;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	padding: 50px 20px 0px 30px;
}
    #section01 #sec_section03 .content .item .txt {
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 25px;
        font-style: italic;
        height: 40px;
        display: flex;
        align-items: center;
    }
#section01 #sec_section03 .content .item .s_txt{
	color:#ffffff;
	font-weight:400;
	font-size:14px;
	line-height: 1.7;
}
#section01 #sec_section03 .content .item .s_txt ul li{
	color:#ffffff;
	font-weight:400;
	font-size:14px;
}


#sec_section04 {
	width:100%;
	height:368px;
	text-align:Center;
	background:url(../img/bg04.jpg)no-repeat;
	background-size:cover;
	}
#sec_section04 .inner {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    }
#sec_section04 .txt{
	color:#ffffff;
	font-weight:700;
	font-size:45px;
	text-transform: uppercase;
	}
#sec_section04 .stxt {
	color: #ffffff;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	margin: 15px 0px 35px;
    }
#sec_section04 .email_link {
	width: 465px;
	height: 77px;
	border: 2px #ffffff solid;
	border-radius: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
	font-weight: 500;
	font-size: 30px;
	justify-content: center;
}

#sec_section05 {
	width:100%;
	padding-top:175px;
	padding-bottom:150px;
	background:#17161b;
	}
#sec_section05 .inner{
	display:flex;
	}
#sec_section05 .left_box {
	width: 750px;
    }
#sec_section05 .left_box .section_title {
        margin-bottom: 70px;
		padding-top:20px;
    }
#sec_section05 .left_box .section_title .s_txt{
  font-size:22px;
  color:#c42026;
  font-weight:500;
  margin-bottom:20px;
}
#sec_section05 .left_box .section_title .txt{
  font-size:35px;
  color:#ffffff;
  font-weight:700;
  text-transform: uppercase;
}
#sec_section05 .left_box .item{
  
}
#sec_section05 .left_box .item li{
  position:relative;
  font-size:22px;
  font-weight:300;
  color:#ffffff;
  margin-bottom:50px;
  padding-left:50px;
}
#sec_section05 .left_box .item li:after{
  content:'';
  background:url(../img/bulllet.png)no-repeat;
  width:30px;
  height:29px;
  background-size:30px 29px;
  position:absolute;
  top:0px;
  left:0px;
}
#sec_section05 .left_box .text_box{
  width: 100%;
	height: 170px;
	background: rgba(42, 44, 57, 0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px 80px;
	text-align: center;
}
#sec_section05 .left_box .text_box .txt1{
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 5px;
}
#sec_section05 .left_box .text_box .txt2 {
	font-size: 20px;
	color: #f1b82f;
	font-weight: 500;
    }
#sec_section05 .img_box {
        position: relative;
        height: 586px;
        width: 50%;
    }
#sec_section05 .img_box img {
        position: absolute;
        width: 871px;
        height: 586px;
        right: -358px;
        top: 0px;
    }


#sec_section06 {
	overflow:hidden;
	padding-top:160px;
	padding-bottom:140px;
	position:relative;
	background:#ffffff;
	}
#sec_section06 .inner  {
    display:flex;
}
#sec_section06::after {
	content:'';
	width:233px;
	height:217px;
	background:url(../img/bg_icon.png)no-repeat;
	background-size:233px; 217px;
	position:absolute;
	top:10px;
	left:20px;
	}
#sec_section06 .text-bx{
	overflow:hidden;
	width:calc(100% - 580px);
	}
#sec_section06 .text-bx .t1{
	font-size:22px;
	color:#c42026;
	font-weight:500;
	margin-bottom:15px;
	}
#sec_section06 .text-bx .t2{
	font-size:55px;
	color:#333333;
	font-weight:1000;
	margin-bottom:60px;
	}
#sec_section06 .text-bx .t3 {
	font-size: 22px;
	color: #232323;
	font-weight: 400;
	line-height: 1.4;
    }
#sec_section06 .text-bx .t3 span {color:#c42026;font-weight:700;}
#sec_section06 .img-bx {
	margin-left:auto;
	position:relative;
}
#sec_section06 .img-bx{
  width:495px;   
}



#sec_section07 {
	width:100%;
	height:375px;
	text-align:Center;
	background:#17161b;
	position:relative;
	}
#sec_section07:after{
	content:'';
	background:url(../img/bg_icon02.png);
	position:absolute;
	width:658px;
	height:375px;
	top:0px;
	left:0px;
	}
#sec_section07:before{
	content:'';
	background:url(../img/bg_icon03.png);
	position:absolute;
	width:1180px;
	height:383px;
	top:0px;
	right:0px;
	}
#sec_section07 .inner {
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 99999;
        position: relative;
    }
#sec_section07 .txt{
	color:#f1b82f;
	font-weight:700;
	font-size:50px;
	}
#sec_section07 .stxt {
	color: #ffffff;
	font-weight: 500;
	font-size: 30px;
	margin: 15px 0px 35px;
    }
#sec_section07 .stxt2 {
	color: #ffffff;
	font-weight: 500;
	font-size: 22px;
    }
#sec_section08  {
	width:100%;
	height:1110px;
	background:#ffffff;
	padding-top:170px;
	padding-bottom:150px;
    }
#sec_section08  .text-bx{
	text-align:center;
	margin-bottom:80px;
    }
#sec_section08  .text-bx .txt{
	font-size:45px;
	font-weight:1000;
	color:#333333;
	margin-top:35px;
	margin-bottom:35px;
    }
#sec_section08  .text-bx .stxt{
	font-size:22px;
	font-weight:500;
	color:#c42026;
    }
#sec_section08  .text-bx .stxt2{
	font-size:22px;
	font-weight:500;
	color:#232323;
	line-height: 1.4;
    }
#sec_section08 .content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 1320px;
        justify-content: space-between;
        margin: 0 auto;
    }
#sec_section08  .content .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% / 4 - 20px);
	position:relative;
    }
#sec_section08  .content .arrow::after{
	content:'';
	background:url(../img/arrow.png)no-repeat;
	background-size:43px 44px;
	width:43px;
	height:44px;
	position:absolute;
	bottom: 140px;
    right: -35px;
    }
#sec_section08 .content .item .txt {
	font-size: 22px;
	font-weight: 500;
	color: #c42026;
	height: 45px;
	display: flex;
	align-items: end;
	margin-bottom: 15px;
    }
#sec_section08  .content .item .num{
	font-size:24px;
	font-weight:700;
	color:#c42026;
	margin-bottom:20px;
    }
#sec_section08  .content .item .stxt{
	font-size:16px;
	font-weight:500;
	color:#101010;
	margin-bottom: 35px;
    }
#sec_section08  .content .item .image{
	width: fit-content;
	margin: 0 auto;
    }

#sec_section09 {
	width: 100%;
	height: 1758px;
	background: url(../img/main_bg2.jpg) no-repeat;
	background-size: cover;
	position:relative;
	padding-top:200px;
	}

#sec_section09 .se01_big_title {
        position: absolute;
        top:200px;
        left: 155px;
    }
#sec_section09 .se01_big_title span:after {
        content: '';
        width: 80px;
        height: 3px;
        background: #ffcc00;
        position: absolute;
        top: 8px;
        left: -100px;
        opacity: 0.34;
    }
#sec_section09 .se01_big_title span {
        font-size: 16px;
        color: #e9b72e;
        font-weight: 400;
        position: relative;
    }
#sec_section09 .section_title {
        overflow: hidden;
        display: table;
        margin: 0 auto;
    }
#sec_section09 .section_title h2 {
        font-size: 55px;
        font-weight: 500;
        line-height: 1.4;
        color: #ffffff;
    }
#sec_section09 .contnet {
        display: flex;
        /* margin-left: auto; */
        float: right;
        margin-top: 50px;
        flex-direction: column;
        gap: 30px;
    }
#sec_section09 .contnet .item {
	width: 950px;
	height: 270px;
	border-radius: 15px;
	background: #1c1a1e;
	display: flex;
	align-items: center;
	/* padding-left: 45px; */
}
#sec_section09 .contnet .item .imgbox{
	width:300px;
	text-align:center;
	}
#sec_section09 .contnet .item .txtbox .txt{
	color:#ffffff;
	font-size:26px;
	font-weight:500;
	margin-bottom:30px;
	}
#sec_section09 .contnet .item .txtbox .txt span{
	color: rgba(255, 255, 255, 0.7);
	font-size:16px;
	margin-left:15px;
	font-weight:300;
	}
#sec_section09 .contnet .item .txtbox .ul_txt li {
        position: relative;
        font-size: 16px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 20px;
        padding-left: 35px;
    }
#sec_section09 .contnet .item .txtbox .ul_txt li:after {
        content: '';
        background: url(../img/bullet2.png) no-repeat;
        width: 21px;
        height: 21px;
        background-size: 21px 21px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

#sec_section10 {
	padding-top:50px;
	padding-bottom:150px;
	}

#sec_section10 .content{
	width:1076px;
	height:518px;
	overflow:hidden;
	background: rgb(7,28,58);
background: linear-gradient(90deg, rgba(7,28,58,1) 0%, rgba(14,44,81,1) 53%, rgba(13,42,78,1) 80%);
	margin: auto;
	border-radius:30px;
	color:#ffffff;
	padding-left:60px;
	padding-top:50px;
	position:relative;
	}
#sec_section10 .content .logo_img {height:45px;margin-bottom: 40px;}
#sec_section10 .content .txt {font-size:30px;font-weight:500;margin-bottom:30px;}
#sec_section10 .content .txt2 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.6;
}
#sec_section10 .content .image {
	position: absolute;
	right: 12px;
	bottom: -120px;
}
#sec_section10  .download_app {
	width:190px;
	height:58px;
	background:#ffffff;
	border-radius:30px;
	transition: all 0.5s;
	}
#sec_section10  .download_app:hover{background:#c42026;}
#sec_section10  .download_app:hover a{color:#ffffff;}
#sec_section10 .download_app a {
        font-size: 16px;
        color: #0e213b;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
#sec_section10 .tab_cotnet {
        overflow: hidden;
        margin-top: 50px;
        width: 1076px;
        margin: 50px auto 0px;
    }
#sec_section10 .tab_cotnet .txt{
	font-size:30px;
	font-weight:500;
	color:#ffffff;
	margin-bottom:25px;
	text-align:center;
	}
#sec_section10 .toggle_area {
	width:100%;
	background:#1c1a1e;
	padding:50px;
	margin-bottom:30px;
	border:1px #1c1a1e solid;
	}
#sec_section10 .toggle_area:hover{
	border:1px #c42026 solid;
	}
#sec_section10 .toggle_area .toggle_b{
	font-size:30px;
	color:#ffffff;
	font-weight:500;
	position:relative;
	cursor:pointer;
	}
#sec_section10 .toggle_area .toggle_b .plus {
        position: absolute;
        top: -20px;
        right: 0px;
        font-size: 55px;
        border: none;
        outline: none;
        background: transparent;
        color: #747474;
        font-weight: 300;
		cursor:pointer;
    }
#sec_section10 .toggle_area .toggle_s {
        font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    position: relative;
    line-height: 1.4;
    display: none;
    padding-top: 0;
    border-top: 1px #434343 solid;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-top 0.5s ease, margin-top 0.5s ease;
    }
#sec_section10 .toggle_area .show {
    display: block;
    max-height: 1000px; /* 충분히 큰 값으로 설정하여 펼침 효과를 만듭니다. */
    padding-top: 30px;
    margin-top: 30px;
}

.ani_scale:hover {
    transform: scale(1.2);
}

/* 효과 시작 */
#wrap .visual .text-bx .btnView:hover {
	background: rgba(253, 138, 105, 1); 
	background-image: url(../img/down_whi_ho.png); 
	background-repeat: no-repeat;
    background-position: 25px center;
}

@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}
.scrollBtn a {
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    padding-left: 45px;
    font-size: 15px;
    letter-spacing: 0.3;
    font-weight: 300;
}
.scrollBtn a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.scrollBtn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes rotateImage {
            from {
                transform: rotateY(0deg);
            }
            to {
                transform: rotateY(360deg);
            }
        }