@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
}

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	color: #2B2B2B;
	line-height: 1.3;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
body,a,input{
	/* font-family:'Roboto','AppleSDGothicNeo',sans-serif !important; */
	font-family: 'Pretendard';
	font-size:  16px;
	font-weight: 400;
	letter-spacing: 0;
    font-style: normal;
    /* line-height: 1.6; */
	/* color:#333; */
}
button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
a{
	text-decoration:none;
	color: inherit;
}
button:focus{ outline:0; }

:root{
	--main-color: #0054FC;
	--sub-color: #0D214D;
}
.main-color {
	color:var(--main-color);
}
.mb_br{display: none;}


#loading {
    max-width: 407px;
	width:100%;
    /* height: 80px; */
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    position: fixed;
    display: none;
    /* opacity: 0.7;
    background-color: #000; */
    z-index: 99;
    text-align: center;
    /* margin-left: -50px;
    margin-top: -50px; */
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0px 23px 22px -8px #6565651A;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    z-index: 100;
    /* margin-left: -32px;
    margin-top: -32px; */
	width: 100%;
    height: 100%;
}

/* #loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
} */

ul {list-style: none;}
img{
	border:0;
	vertical-align: top;
    object-fit: cover;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		  border: none;
		  height: auto !important;
		  max-width: 100%;
		  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}

/* 크롬, 엣지, 사파리에서 자동완성 배경 제거 */
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

/* 포커스될 때도 유지 */
input:-webkit-autofill:focus {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

.swal-text {
	word-break: keep-all;
    text-align: center;
}



/*main_common*/
.visual_box{
	position:relative;
}
.main_visual_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    overflow: hidden;
}
.main_visual_bg .canvas_wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*
.constelacao {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: rotate 600s infinite linear;
	pointer-events: none;
  }
  
  .estrela {
	background-color: white;
	border-radius: 50%;
	position: absolute;
	animation-name: estrela;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }
  
  .estrela.style1 { animation-duration: 0.5s; }
  .estrela.style2 { animation-duration: 1s; }
  .estrela.style3 { animation-duration: 1.5s; }
  .estrela.style4 { animation-duration: 2s; }
  
  .estrela.tam1 { width: 1px; height: 1px; }
  .estrela.tam2 { width: 2px; height: 2px; }
  .estrela.tam3 { width: 3px; height: 3px; }
  
  .estrela.opacity1 { opacity: 1; }
  .estrela.opacity2 { opacity: 0.5; }
  .estrela.opacity3 { opacity: 0.1; }
  
  @keyframes estrela {
	0% {
	  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
	}
	50% {
	  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
	}
	100% {
	  box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
	}
  }
  
  @keyframes rotate {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
*/


.visual_box .main_txt{
	padding-top:135px;
	padding-bottom:80px;
	position:relative;
	z-index:3
}
.con{
	max-width:1220px;
	/* padding:0 10px; */
	margin:0 auto;
}
.hambergur {
	display:none
}
header{
	position:absolute;
	width:100%;
	/* border-bottom:1px solid rgba(255,255,255,0.5); */
	z-index:5;
    background: #fff;
	/* box-shadow: 0 1px 50px rgba(0, 84, 252, 0.15); */
}
header.on {
	/* background: rgba(172, 77, 255, 0); */
}
header .nav{
	position:relative;
	padding: 15px 10px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
header .nav:after{
	content:"";
	display:block;
	clear:both;
}
header h1{
	float:left;
}
.top_menu {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
*/
.top_menu li {
	display:inline-block;
	color:white;
	margin-right:8px;
}
.top_menu li:last-child{
	margin-right:0;
}
.top_menu li a{
	display:block;
	color: var(--sub-color);
	font-size:18px;
	/* padding:5px 0 5px 20px; */
    /* font-weight: 500; */
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 50px;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.top_menu li a i {
	padding-left: 10px;
	transition: color 0.5s ease;
}
.top_menu li a:hover {
	background-color: var(--sub-color);
	color: #fff;
}
.top_menu li a:hover i {
	color: #fff;
}

.complain {
	position:absolute;
	bottom:-65px;
	right: 10px;
	display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 5px 15px;
    border-radius: 30px;
}

header .lnb{
	/* float:right; */
	padding: 7px 0;
}
header .lnb ul {
	display: flex;
	align-items: center;
	gap: 5px;
}
header .lnb ul li{
	display:inline-block;
	/* margin-right:8px; */
}
header .lnb ul li:last-child{
	margin-right:0;
}
header .lnb ul li a{
	display: block;
    padding: 10px 15px;
    border-radius: 50px;
	background: #fff;
	font-size: 18px;
}
header .lnb ul li.api_bt a{
	/* border:1px solid #333; */
	/* background:#333; */
	color: #fff;
	background-color: var(--sub-color);
}

header .lnb ul li.api_bt a span {color: inherit;}
/* header .lnb ul li:not(.api_bt) a:hover{
	background:#fff;
	color:#333;
	border:1px solid #fff;
} */
.join_btn_st a {
	/* background: #AC4DFF !important; */
	/* color: #fff !important; */
	background-color: var(--main-color) !important;
	color: #fff;
}

 header .api_key {
	position:absolute;
	right:0;
	top:100%;
	z-index:3;
	max-width:600px;
	padding:0;
	display:none;
 }
header .api_key .api_key_contain{
	background:#fff;
	width:100%;
	padding:20px 25px;
	border-radius:15px;
	box-shadow:0 2px 4px #ccc
}
header  .api_key .api_tit{
	overflow:hidden;
	margin-bottom:5px;
}
header  .api_key .api_tit > div:first-child{
	float:left;
	font-size:22px;
	letter-spacing:-0.03em;
}
header  .api_key .api_tit > div:last-child{
	float:right;
}
header  .api_key .api_tit button{
	border:0;
	background:none;
}
header  .api_key .api_txt{
	overflow:hidden;
}
header .api_key .api_txt > div{
	float:left;
}
header .api_key .api_txt .api_url{
	width:calc(100% - 110px);
	border:1px solid #999;
	font-size:17px;
	color:#999;
	border-radius:5px;
	padding:10.5px 20px;
	min-height:50px
}
header .api_key .api_txt .api_url input {
	border:0;
	background:transparent;
	font-size:17px;
	color:#999;
	font-weight:400;
	width:100%;
	cursor:text
}
header .api_key .api_txt .api_copy{
	width:100px;
	margin-left:10px;
	background:#444;
	border-radius:5px;
}
header .api_key .api_txt > div button{
	width:100%;
	border:0;
	background:none;
	font-size:18px;
	color:#fff;
	height:50px;
}
.api_tb {
	width:100%
}
.api_tab_tt {
	padding:10px 0;
	font-size:18px;
	font-weight:500
}
.api_tab_tt:after {content: "";display: block;clear: both}
.api_tab_tt .left {
	float:left;
	margin-right:10px;
	margin-bottom:5px
}
.api_tab_tt .right {
	float:right;
	
}
.api_tab_tt .right a{
	display:block;
	border-radius:8px;
	border:1px solid #e23d3c;
	color:#e23d3c;
	padding:2px 10px;
	font-weight:400
}
.api_tab_tt .right a:hover {
	background:#e23d3c;
	color:white
}
.api_tab_tt .btn {
	padding:2px 10px;
	border-radius:5px;
	background:#e23d3c;
	font-weight:400;
	color:white;
}

.api_table {
	border-top:1px solid #e5e5e5;
}
.api_table>div h4 {
	font-size:20px;
	padding-top:10px
}

.api_table>div table {
	border-top:1px solid #333;
	width:100%;
	min-width:550px
}
.api_table>div table tr {
	height:45px;
}

.api_table>div table th {
	text-align:left;
	padding:10px;
	color:#555;
	border-bottom:1px solid #555
}
.api_table>div table td {
	padding:10px;
	color:#777;
	border-bottom:1px solid #e5e5e5
}
.api_table>div table tr:last-child td {
	border-bottom:none
}
.api_table>div table td span {
	padding:3px 10px;
	border-radius:5px;
	color:white
}
.api_table>div table td .need {background:#ef5e5e}
.api_table>div table td .string {background:#999}
.api_table>div table td .bool {background:#6076e7}

.sidenav {display:none}

.main_txt .notice_box{
	max-width:350px;
	width:100%;
	overflow:hidden;
	padding:8px 25px;
	background:#3d3d3d;
	border-radius:30px;
	margin-left: auto;
}
.main_txt .notice_box > *{
	display:block;
}
.notice_box>div:after {content: "";display: block;clear: both}
.main_txt .notice_box a{
	float:left;
	color:#ddd;
	font-size:15px;
	width:calc(100% - 8px);
	max-width:290px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}


.main_txt .notice_box a span {
	padding-right:10px
}
.main_txt .notice_box a span b {
	font-weight:300
}
.main_txt .notice_box img{
	float:right;
	margin-top:5px;
	width:8px;
}

/*메인*/
.main_txt .tit_box{
	text-align:center;
	margin-top:50px;
}
.main_txt .tit_box .main_tit{
	/* margin-bottom:30px; */
}
.main_txt .tit_box .main_tit {
	font-size: 32px;
	font-weight: 700;
}
.main_txt .tit_box .main_tit .main_tit_sub {
	margin-bottom: 20px;
}
.main_txt .tit_box .main_tit .circle_wrap{
	display: inline-flex;
}
.main_txt .tit_box .main_tit .circle_wrap .circle{
	position: relative;
}
.main_txt .tit_box .main_tit .circle_wrap .circle::before{
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
	background-color: var(--main-color);
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.blink-text {
    display: inline-block;
    animation: blink 2s infinite;
}
.main_txt .tit_box .main_tit .main_tit_tt {
	font-size: 48px;
	font-weight: 700;
}
.main_txt .tit_box .main_tit p {
	font-size: 26px;
    padding: 30px 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_txt .tit_box .main_tit p .main-color{
	font-weight: 600;
}
/*
.main_txt .tit_box .main_tit,
.main_txt .tit_box .main_tit>div>span{
	font-size:50px;
	letter-spacing:-0.06em;
	color:#2B2B2B;
	font-weight:500;
}
.main_txt .tit_box .main_tit span{
    color: #AC4DFF !important;
}
.main_tit div {display:inline-block}
*/
.main_tit ul li{
	font-size:24px;
	letter-spacing: -0.5px;
}
.main_tit ul li span {
	font-size:24px
}
.main_txt .url_short{
	overflow:hidden;
	padding-bottom: 15px;
	position:relative;
	text-align: center;
}
.main_txt.con{
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, 
	white 30%, 
	white 70%, 
	rgba(255, 255, 255, 0) 100%);
}
.main_txt.on .url_short{
	padding-bottom: 60px;
}
.modal05 .url_short {
	margin-bottom: 30px;
}
.main_txt .url_short form , .modal05 .url_short{
	/* display:inline-block; */
	display: flex	;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 840px;
	height: 78px;
	/* overflow:hidden; */
	/* border:2px solid #2d2d2d; */
	/* background:#2d2d2d; */
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	border-radius: 15px 0 15px 0;
	box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.2);
}
/* .modal05  .url_short  .bt_box:hover button{
	-webkit-animation: blink02  1s ease infinite;
    -moz-animation: blink02  0.5s ease infinite;
    -o-animation: blink02  0.5s ease infinite;
    animation: blink02  1s ease infinite;
} */


@keyframes blink02 {
    0% {
        opacity: 1;
    }
	10% {
		opacity:1
	}
	20% {
		opacity:0
	}
	30% {
		opacity:1	
	}
    40% {
        opacity: 0;
    }
	50% {
        opacity:1;
    }
	100%{
		opacity: 1;
	}
}

/* .main_txt .url_short form .bt_box:hover{
	background: #2d2d2d;
    background: linear-gradient(230deg, #2d2d2d, #404040, #404040, #2d2d2d);
    background: -moz-linear-gradient(230deg, #2d2d2d, #404040, #404040, #2d2d2d);
    background: -webkit-linear-gradient(230deg, #2d2d2d, #404040, #404040, #2d2d2d);
    background: linear-gradient(to right, #2d2d2d, #4d4d4d, #4d4d4d, #2d2d2d)filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6d1a', endColorstr='#f51352',GradientType=1 );
    background-size: 300% 100%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite; 
} */

/* .main_txt .url_short form .input_box , .modal05 .input_box {
	float: left;
    width: calc(100% - 160px);
    margin-right: 10px;
    box-shadow: 4px 4px 4px 0px #0000001A;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
}
.main_txt .url_short form .input_box input ,  .modal05 .input_box input{
	width:100%;
	font-size:18px;
	border:0;
	height:70px;
	padding:0 20px;
	text-align:left;
} */
.main_txt .url_short form .input_box {
	display: flex;
	align-items: center;
	border-radius: 15px 0 0 0;
	border: 2px solid var(--sub-color);
	/* padding: 15px 20px 15px 0; */
	overflow: hidden;
	background-color: #fff;
	flex: 1;
	height: 100%;
}
.main_txt .url_short form .input_box .target_url {
	border: 0;
	padding: 12px 20px;
    box-sizing: border-box;
    flex: 1;
	background-color: #fff;
}

.main_txt .url_short form .bt_box {
	height: 100%;
}
.main_txt .url_short form .bt_box button{
	font-size: 20px;
	font-weight: 600;
    padding: 15px 35px;
	border-radius: 0 0 15px 0;
	background: linear-gradient(45deg, #043385 0%, #010C1F 100%);
	color: #fff;
    box-sizing: border-box;
	height: 100%;
}
.main_txt .url_short form .input_box
.main_txt .url_short form .input_box input::placeholder , .modal05 .input_box input::placeholder{
	color:#aaa;
}
/* .main_txt .url_short form .bt_box ,  .modal05  .bt_box{
	float:left;
	width: 150px;
    text-align: center;
    background: #2d2d2d;
    box-shadow: 4px 4px 4px 0px #0000001A;
	border-radius: 5px;
} */
.modal05 .bt_box > div {
	height:70px;
	border:0;
	background:none;
	font-size:20px;
	color:#fff;
	letter-spacing:-0.03em;
}
.main_txt .url_short form .bt_box button {
	width:100%;
}
.modal05 .bt_box > div  {
	padding:19px 0;
}
.main_txt .url_short form .bt_box.on , .modal05 .bt_box.on{
	color: rgba(16, 16, 16, 0.3)!important;
    background-color: rgba(239, 239, 239, 0.3);
    border-color: rgba(118, 118, 118, 0.3);
}

.main_txt .url_short .img_box , .modal05 .img_box {
	display:inline-block;
	position:absolute;
	margin-left:15px;
	top:20px;
}
/* .main_txt .url_short form .bt_box {
    box-shadow: 0px 3px 2px 0px #261f1f;
    border-radius:10px;
}
.main_txt .url_short form .bt_box button {
    border: 2px solid #2d2d2d !important;
    background: #2d2d2d !important;
	border-radius:10px;
    overflow: hidden;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.03em;
    height: 70px;
} 
.main_txt .url_short form .bt_box:hover {
    position: relative;
	top: 1px;
	box-shadow: 0px 0px 0px 0px #403c3c;
}
.main_txt .url_short form .bt_box button:hover {
    height: 72px;
	box-shadow: 0 0 40px 40px #1c1c1c inset;
}
*/


.main_desc ul li{
	font-size:36px;
	letter-spacing:-0.03em;
	color:#fff;
	text-align:center;
}
.main_desc{
	padding-bottom:70px;
	text-align:center
}
.main_txt.on .main_desc{
	padding-bottom:50px;
}
.main_desc ul li span{
	font-weight:600;
}
.short_box{
	padding:20px;
	text-align:center;
	display:none; 
}
.main_txt.on .short_box{
	display:block;
    background: #fff;
    max-width: 630px;
    margin: 0 auto;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px 0px #00000026; */
	box-shadow: 0 0 15px rgba(0, 84, 252, 0.15);
}
.short_box .short1{
	font-size:26px;
    font-weight: 500;
	letter-spacing:-0.03em;
	color:#2B2B2B;
	/* margin-bottom:5px; */
}
.short2 {
	width:100%;
	display: flex;
	align-items: center;
	margin: 20px 0 30px;
}
.short_box .short2 .short_add {
    border: 1px solid #ddd;
    /* max-width: 500px; */
    width: 100%;
    font-size: 20px;
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
	height: 50px;
	line-height: 50px;
}
/* .short2>div:last-child {
    text-align: center;
    border-radius: 5px;
} */
.short2>div #clearBtn {
    display: flex;
	align-items: center;
	justify-content: center;
    padding: 15px;
	height: 50px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    border: none;
    background: #333;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* .short2:after {content:"";display:block;clear:both} 
.short2>div {
	float:left;
}
.short2>div:last-child {
	width:60px;
	height:60px;
	text-align:center;
	border-radius:5px;
	line-height:60px
}
.short2>div #clearBtn {
	display:block;
	height:60px;
	padding:15px 0;
	border-radius:5px;
	cursor:pointer;
	color:#fff;
	background-size: 300% 100%;
	overflow:hidden;
	border: none;
	background:#333;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
	*/

.short2>div #clearBtn:focus {
    outline: none;
}
.short2>div #clearBtn:hover img {
	position:relative;
	transform:rotate(180deg);
	transition:.5s
}
/* .short2>div #clearBtn:hover {
	background: #444;
    background: linear-gradient(230deg, #29323c, #444, #333, #444);
    background: -moz-linear-gradient(230deg, #29323c, #444, #333, #444);
    background: -webkit-linear-gradient(230deg,  #29323c, #444, #333, #444);
    background: linear-gradient(to right,  #29323c, #444, #333, #444)filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6d1a', endColorstr='#f51352',GradientType=1 );
    background-size: 300% 300%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite; 
} */

/* .short2>div #clearBtn {
     background-image: linear-gradient(to right, #556477, #3e4449, #3e4449, #556477);
} */

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.short_box .short3{
	text-align:center;
}
.short_box .short3 ul{
    display: flex;
    width: 100%;
    gap: 15px;
    overflow: hidden;
}
.short_box .short3 ul li{
	cursor: pointer;
    flex: 1;
}
.short_box .short3 ul li a{
	display:block;
	font-size:18px;
	border-radius:5px;
	padding:10px 0;
	cursor:pointer;
	color:#fff;
	background-size: 300% 100%;
	overflow:hidden;
	border: none;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.short_box .short3 ul li a:focus {
    outline: none;
}
.short_box .short3 ul li a:hover {
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*
.short_box .short3 ul li:first-child a{
	border:1px solid #555;
	background:#fff;
	color:#444;
}
.short_box .short3 ul li:last-child a{
	border:1px solid #444;
	background:#444;
	color:#fff;
}
*/

.short_box .short3 ul li:first-child a {
    background-image: linear-gradient(to right, #29323c, #444, #333, #444);
}
.short_box .short3 ul li:nth-child(2) a {
	background-image: linear-gradient(to right, #0054FC, #3061b3, #11244d, #002D72);
}

/*
.short_box .short3 ul li:first-child a:hover {
    background: #278ff7;
    background: linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: -moz-linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: -webkit-linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    background: linear-gradient(230deg, #48e58a, #278ff7, #48e58a, #278ff7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48e58a', endColorstr='#278ff7',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    -o-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

*/

.index_list {
	/* padding-bottom:100px; */
	padding: 70px 0;
	background-image: url(../images/index_list_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.index_list2 {
	padding-bottom:0
}

.index_list_table{
	width:100%;
	border-top:1px solid #555;	
}
.index_list_table .index_list_tit {
	display: flex;
	align-items: center;
	background: linear-gradient(45deg, #043385 0%, #010C1F 100%);
	height: 70px;
	border-bottom: 1px solid #ddd;
}
.index_list_table .index_list_tit p{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.index_list_table .index_list_tit .left {width: 55%;}
.index_list_table .index_list_tit .center {width: 30%;}
.index_list_table .index_list_tit .right {width: 15%;}

.index_list_table.logged-in {
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px;
	overflow: hidden;
}
.index_list_table.not-logged-in ul {
    background-color: transparent;
}
.index_list_table.logged-in ul {
    background-color: #fff;
}

.index_list_table ul li{
	/* border-bottom:1px solid #e5e5e5; */
	border-bottom:1px solid #ddd;
	/* padding:0 20px; */
	font-weight:400;
	display: flex;
	align-items: center;
}
.index_list_table ul li:last-child{
	/* border-bottom:1px solid #bbb; */
	border-bottom:1px solid #ddd;
}
.index_list_table ul li > div{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 10px;
	background-color: #fff;
}
.index_list_table ul li .left {
	/* float:left; */
	font-size:17px;
	color:#888;
	/* padding:25px 0; */
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
	/* width:60% */
	width: 55%;
}
.index_list_table ul li .center {
	/* padding: 25px 0; */
	width: 30%;
}
.index_list_table ul li .center span {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 90%;
    text-align: center;
}
.index_list_table ul li .right {
	/* float:right; */
	font-size:17px;
	color:#888;
	/* padding:18px 0 */
	width: 15%;
}
.index_list_table ul li .right a {
    /* margin-left: 20px; */
	background: linear-gradient(to bottom, #3E5FFF, #2140D7);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
	transition: background-color 0.3s ease;
}
.index_list_table ul li .right a img {
	margin-right: 5px;
}
.index_list_table ul li .right a:hover {
	background-color:var(--sub-color);
}
.index_list_nothing {
	text-align:center;
	font-size:17px;
	color:#888;
	/* padding:25px 0 */
	width: 100%;
}
.index_notice .red {
	color:#e23d3d
}

/* 리스트 전체보기 버튼 */
.index_list .sub_wrap .list-all_btn {
	max-width: 260px;
    margin: 0 auto;
    padding-top: 50px;
}
.index_list .sub_wrap .list-all_btn a{
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to bottom, #3E5FFF, #2140D7);
    padding: 15px 0;
    border-radius: 5px;
}
.index_list .sub_wrap .list-all_btn a span{
	padding-left: 10px;
	transition: transform 0.3s ease, color 0.3s ease;
	display: flex;
    align-items: center;
}
.index_list .sub_wrap .list-all_btn a span i {
	color: #fff;
}
.index_list .sub_wrap .list-all_btn a:hover span{
	transform: translateX(10px);
}

.index_wrap .con_box{
	background:url(../images/main_bg.png)no-repeat 0 center;
	margin:100px 0;
}
.index_wrap .con_box .real_con{
	padding-top:50px;
}
.index_wrap .con_box .real_con ul{
	text-align:right;
}
.index_wrap .con_box .real_con ul li{
	display:inline-block;
	padding:0 10px;
}
.index_wrap .con_box .real_con ul li:last-child{
	padding-right:0;
}
.index_wrap .con_box .real_con ul li img{
	max-width:100%;
}

.index_notice {
	/* margin-bottom:40px; */
	padding: 70px 0;
	text-align:center;
	word-break: keep-all;
}
/* .index_notice .sub_tit,
.index_notice .sub_tit b {
	color: #fff;
} */
.index_notice .sub_tit .sub_desc p {
	/* color: #fff; */
	line-height: 1.5;
	word-break: keep-all;
}
.index_notice h3 {
	font-size:33px;
	padding-bottom:20px;
	/* color: #fff; */
}
.index_notice .service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-top: 50px;
}
.index_notice .service-list li{
	flex: 1;
}
.index_notice .service-list li>div{
	line-height: 1.5;
}
.index_notice .service-list li .b_img_txt01 {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
}
/* .index_notice p {
	font-size:18px;
	color:#aaa;
	letter-spacing:-0.03em;
} */

/* .index_notice ul {
	padding:60px 0;
    display: flex;
}
.index_notice ul:after {content: "";display: block;clear: both}

.index_notice ul li {
	float: left;
    width: 100%;
    padding: 0 30px;
    box-shadow: 0px 0px 17.92224884033203px 0px #0000001A;
    margin-right: 80px;
    border-radius: 20px;
    padding: 0 20px 25px;
    text-align: center;
    background: #fff;
} */
.index_notice ul li:last-child {
	margin-right: 0;
}

/* .index_notice ul li img{
	width:100%;
	max-width:200px;
} */


footer{
	background: #2B2B2B;
    /* text-align: center; */
    border-top: 1px solid #ddd;
}
footer .foot_top{
	background-color: #F7F7F7;
	border-bottom: 1px solid #ddd;
}
footer .foot_top .con.ft_top{
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
footer .foot_top .con.ft_top li{
	flex: 1;
	/* border-right: 1px solid #ddd; */
}
footer .foot_top .con.ft_top li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	border-right: 1px solid #ddd;
}
footer .foot_top .con.ft_top li:last-child a{
	border-right: 0;
}
footer .con.foot_con{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer.sub_foot{
	/* margin-top:150px; */
	margin-top:115px;
}
footer .foot_info {
	padding: 40px 0 25px;
}
footer .foot_info ul li{
	display:inline-block;
	font-size:16px;
	color: #fff;
	padding-right: 20px;
	line-height: 1.7;
}
footer .foot_info ul li:last-child{
	padding-right: 0;
}
footer .foot_right ul {
	padding-top: 15px;
}
footer .foot_right ul li {
	display: block;
	color: #fff;
	line-height: 1.5;
}
/* footer .foot_info ul li:after{
	content:"|";
	display:inline-block;
	padding:0 10px;
	vertical-align:2px;
}
footer .foot_info ul li:last-child:after{
	display:none;
} */
footer .copy{
	border-top: 1px solid #ddd;
	font-size:14px;
	color: #fff;
	padding: 25px 0;
}
footer .copy .con{
	color: #fff;
}
/*sub*/
.sub_lnb .visual_box{
	background: url(../images/image_title_bg_1.png) no-repeat;
    background-size: cover;
	height: unset;
}
.sub_lnb .visual_box.on {
	/* background: linear-gradient(180deg, rgba(172, 77, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF; */
}
.sub_lnb .visual_box.on
.sub_lnb .visual_box.on .lnb_tit {
    color: #2B2B2B;
}
.sub_lnb .visual_box.on .lnb_tit.on {
	color: transparent;
    padding: 0;
}
.board_box li.on .b_arrow img{
	transform: rotateX(180deg);
}
.board_box .board_tit{
	cursor:pointer;
}
.sub_lnb .real_lnb{
	padding-top:85px;
	position:relative;
	z-index:3;
	height: 530px;
	width: 100%;
}
.sub_lnb .real_lnb .con{
	position: relative;
	height: 100%;
}
.sub_lnb .real_lnb .sub_lnb_tit_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
}
.sub_lnb .real_lnb .sub_lnb_tit_wrap .lnb_tit{
	color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.sub_lnb .real_lnb .sub_lnb_tit_wrap .lnb_tit_sub{
	color: #fff;
    font-size: 20px;
    padding-top: 25px;
}
/* .sub_lnb .lnb_tit{
	text-align:center;
	padding:65px 0;
	color:#fff;
	font-size:50px;
	letter-spacing:-0.06em;
} */
.sub_lnb .real_lnb ul{
	/* display:table; */
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* 오늘
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	*/
	display: flex;
    flex-wrap: wrap;
}
.sub_lnb .real_lnb ul li{
	display:table-cell;
}
.sub_lnb .real_lnb ul li a{
	display:block;
	border:1px solid #ddd;
	background:#fff;
	font-size:18px;
	letter-spacing:-0.03em;
	text-align:center;
	padding:20px 0;
}
.sub_lnb .real_lnb ul li a .mobile {display:none}
.sub_lnb .real_lnb ul li.on a{
	color: #fff;
    font-weight: 700;
    background-color: var(--main-color);
}
.sub_lnb .real_lnb ul li.on a div{
	color: #fff;
}
.sub_lnb .real_lnb ul li span {
	padding-right:20px
}
.sub_lnb .real_lnb ul li.on span {
	/* color:#AC4DFF */
	color: inherit;
}

/* .sub_wrap.con {
	padding: 70px 0;
} */

.sub_wrap .sub_tit{
	padding:60px 0 45px;
	text-align:center;
}
.sub_wrap .sub_tit.main_page{
	padding: 0;
	padding-bottom: 50px;
}
.sub_wrap .sub_tit h3{
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
}
.sub_wrap .sub_tit h3 span{
	font-weight: 700;
}
/* .sub_wrap .sub_tit h3:after{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#AC4DFF;
	margin-left:13px;
} */
.sub_wrap .sub_tit ul li{
	font-size: 20px;
    color: #888;
	word-break: keep-all;
}
.board_box{
	border-top:1px solid #333;
	/* border-bottom:1px solid #222; */
}
.board_box ul {
	border-bottom: 1px solid #333;
	/*여기3*/
}
.board_box ul li{
	border-bottom:1px solid #e5e5e5;
}
.board_box ul li:last-child{
	border-bottom: 0;
}
.board_box li .board_tit{
	overflow:hidden;

	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
}
.board_box li > div{
	padding: 30px 20px;
}
.board_box li .board_tit .faq_q{
	color: var(--main-color);
	font-size: 20px;
	font-weight: 700;
} 
/* 수정
.board_box li .board_tit .b_tit::before{
	content: 'Q';
	color: var(--main-color);
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
} */
/* .board_box li .board_tit .b_tit{
	float:left;
	width:calc(100% - 16px);
	font-size:17px;
	color:#555;
}
.board_box li .board_tit .b_arrow{
	float:right;
	width:16px;
} */



.board_box li .board_tit .b_arrow img{
	vertical-align:middle;
}
.board_box li .board_con{
	border-top:1px solid #ddd;
	background:#f8f8f8;
	display:none;
}
.board_box li .board_con .real_con {
	color: #747474;
	font-size:16px;
	line-height: 1.3;
}
.board_box li .board_con .answer_wrap {
	display: flex;
}
.board_box li .board_con .faq_a {
	color: #111;
	font-size: 20px;
	font-weight: 700;
}
/* 수정
.board_box li .board_con .real_con::before {
	content: 'A';
	color: #111;
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
} */
.board_box li .board_con .real_con a {
    background:#AC4DFF;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
	margin-top:10px;
	cursor:pointer
}

/* .faq_b .faq_q {float:left} */
.board_box .faq_b .board_tit .b_tit  {
    /* float: left; */
    width: calc(100% - 44px);
    font-size: 17px;
    color: #555;
	padding-left:10px;
}

/* .board_con:after {content: "";display: block;clear: both} */

/* .faq_b .board_con>div {float:left} */

.faq_b .board_con .real_con {
	width: calc(100% - 28px);
	padding-left:15px
}







/*****board_table****/





.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.board_row {
	border-bottom:1px solid #e5e5e5
}
.board_row:after {content: "";display: block;clear: both}
.board_row>div {
	float:left;
}
.board_head {
	width:170px;
	padding:25px;
	font-size:20px;
	color:#555;
	font-weight:300
}
.board_row:first-child .board_sub, .board_row:nth-child(2) .board_sub {
	padding:28px 0
}


.board_sub {
	width:calc(100% - 170px);
	padding:16px 200px 16px 0
}
.board_sub input, .board_sub select, .board_sub textarea{
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px
}
.board_sub select{
	-moz-appearance:none; /* Firefox */ 
  -webkit-appearance:none; /* Safari and Chrome */ 
  appearance:none;
  background:url('../images/select_arrow.png') no-repeat;
  background-position:right 5px center;
  background-size:12px
}
.board_sub select::-ms-expand {
    display: none;
}
.board_sub:after {content: "";display: block;clear: both}
.board_sub>div {
	float:left;
}
.board_sub input::placeholder, .board_sub textarea::placeholder {
	color:#bbb;
}
.board_title input {
	width:100%
}
.board_title span{
	font-size:18px;
	color:#444
}
.board_title .color {
	color:#AC4DFF
}

.board_row .input_email{
	overflow:hidden;
}
.board_row .input_email select{
	height:47px;
	width:205px;
	margin-left:10px;
	-moz-appearance:none; /* Firefox */ 
  -webkit-appearance:none; /* Safari and Chrome */ 
  appearance:none;
  background:url('../images/select_arrow.png') no-repeat;
  background-position:right 5px center;
  background-size:12px
}
.board_row .input_email select::-ms-expand {
    display: none;
}

.board_row .input_email .email_box{
	display:table;
}
.board_row .input_email .email_box input{
	border:1px solid #ddd;
}
 .board_row .input_email .email_box > div.gol_s{
	width:24px;
	border:0;
	vertical-align:middle;
	text-align:center;
 }
  .board_row .input_email .email_box > div{
	display:table-cell;
	width:200px
}
.phone>div{
	display:table-cell;
}

.phone {
	display:table;
	max-width:430px;
	width:100%
}

.phone:after {content: "";display: block;clear: both}
.phone>div:nth-child(even){
	width:20px;
	text-align:center;
	color:#999
}
.phone>div:nth-child(odd){
	width:120px
}
.phone>div:nth-child(odd) input {
	width:100%
}
.phone>div select {
	width:100%;	
	-moz-appearance:none; /* Firefox */ 
  -webkit-appearance:none; /* Safari and Chrome */ 
  appearance:none;
  background:url('../images/select_arrow.png') no-repeat;
  background-position:right 5px center;
  background-size:12px
}
.phone>div select::-ms-expand {
    display: none;
}
.board_sub .txt {
	color:#999;
	padding:15px 0
}

.board_sub textarea {
	width:100%;
	resize: none;
}
.board_btn {
	width:160px;
	margin:40px auto 0;
	cursor:pointer
}
.board_btn input{
	border-radius:5px;
	background:#444;
	color:white;
	text-align:center;
	line-height:55px;
	height:55px;
	width:160px;
	font-size:16px;
	border:0
}

.board_row_readonly input{
	color:#AC4DFF
}
.board_row_readonly .txt {
	padding:30px 15px
}


/*********** signup_01    회원가입 이용약관 ************/

.sub_lnb .real_lnb ul.join_menu_ul{
	display: flex;
}
.sub_lnb .real_lnb ul.join_menu_ul li {
	flex: 1;
}
.signup_agree {
	max-width:550px;
	width:100%;
	margin:0 auto
}

.signup_check_contain {
	padding:30px 0 50px
}

.signup_check_total {
	width:100%;
	height:60px;
	line-height:58px;
	font-size:22px;
	margin-bottom:30px
}
.signup_agree #check_total {
	width:100%;
	height:100%
 }
.signup_agree #check_total + label{
	border:1px solid #ccc;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	padding:0 35px;
	color:#555;
	text-align:center;
	position:relative;
	border-radius:5px;
	line-height: unset;
}
.signup_agree #check_total + label img {
	display:block;
	position:absolute;
	left:35px;
	top:50%;
	transform:translateY(-50%)
}

.signup_agree #check_total:checked + label {
	background: var(--main-color);
	color:white;
	border:1px solid var(--main-color);
}
.signup_agree #check_total:checked + label img:last-child {
	display:none
} 

.checkbox:after {content: "";display: block;clear: both}

.chk_txt {
	float:left;	
	width:calc(100% - 61px)
}
.chk_content:after {content: "";display: block;clear: both}
.chk_content>div {
	float:left;
}
.signup_agree .checkbox input + label .chk_btn {
	display:block;
	width:30px;
	height:30px;
	border:1px solid #ddd;
	cursor:pointer;
	position:relative;
	border-radius:5px;
	margin-right:15px
}

.signup_agree .checkbox input:checked + label .chk_btn {
	background:var(--main-color);
	color:white;
	border:1px solid var(--main-color);
}
.signup_agree .checkbox input:checked + label .agree_txt {
	color:#444
}

.signup_agree .checkbox input + label img {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
.signup_agree .checkbox input:checked  + label img:last-child {
	display:none
}

.signup__tr {
	padding-bottom:20px
} 
.signup__tr:last-chld {
	padding-bottom:0
} 

.agreebtn {
	float:right;
	border:1px solid #ddd;
	border-radius:5px
}
.agreebtn a {
	display:block;
	width:100%;
	padding:2px 5px;
	color:#888;
	font-size:14px;
	font-weight:300;
}
.agree_txt {
	line-height:30px;
	width:calc(100% - 45px);
	color:#777;
	font-size:18px;
	font-weight:300
}
.agree_txt span {
	color: var(--main-color);
	font-size:15px;
	padding-left:5px
}
.agree_txt .choice {
	color:#777;
	font-size:15px;
	padding-left:5px
}

.signup_check_btn {
	display:inline-block;
	position:relative;
	top:0;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	padding-bottom:30px
}
.signup_check_btn:after {content: "";display: block;clear: both}
.signup_check_btn>div {
	float:left;
	width:160px;
	height:55px;
	line-height:53px;
	font-size:18px;
	text-align:center;
	border-radius:5px;
	margin-right:10px;
}
.signup_check_btn>div:last-child {
	margin-right:0
}
.signup_btn_cancel {
	border:1px solid #555;
	color:#444;
}
.signup_btn_nex {
	/* color:white;
	background:#444 */
}
.signup_check_btn>div a {
	display:block;
	width:100%;
	line-height:53px;
	font-size:18px;
}
.signup_check_btn>div input,
.signup_check_btn>div.signup_btn_nex a{
	display:block;
	width:100%;
	line-height:55px;
	color:#fff;
	background:#444;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	font-size:18px;
	border:none
}

.signup_check_btn .signup_btn_naver a{
	display:block;
	width:100%;
	line-height:55px;
	color:#fff;
	background:#3ec600;
	cursor:pointer;
	border-radius:5px;
	font-size:18px;
	vertical-align:middle
}
.easylog .signup_btn_naver a {
	width:190px;
	max-width:190px;
	margin-top:10px
}
.signup_check_btn .signup_btn_naver span {
	display:inline-block
}
.signup_btn_naver b {
	font-weight:400
}
.signup_check_btn .signup_btn_naver a img {
	vertical-align:-13px;
	margin-left:-10px
}
.signup_check_btn>div.signup_btn_nex a.on{
	background: var(--main-color);
    color: white;
}
.board_title {
	width:400px
}
.board_sub {
	padding:16px 0
}

.num_btn , .confirm_btn {
	width:120px;
	height:47px;
	text-align:center;
	line-height:47px;
	border-radius:5px;
	color:white;
	cursor:pointer
}
.num_btn {
	background:#999;
	margin-right:15px
}
.board_box>div:nth-child(2) .confirm_btn {
	margin-top:30px
}
.confirm_btn  {
	background: var(--main-color);
	margin:20px 0 16px 25px
}

.modify .signup_check_btn {
	margin-top: 40px
}





/*********** log   로그인 ************/

.log {
	max-width:430px;
	margin:0 auto
}
.log_input input{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
	width:100%;
	margin-bottom:10px
}

.log_bottom:after {content: "";display: block;clear: both}

.id_save {float:left; width:50%}
.id_save input + label .chk_btn {
	display:block;
	width:24px;
	height:24px;
	border:1px solid #ddd;
	cursor:pointer;
	position:relative;
	border-radius:5px;
	margin-right:10px
}

.id_save input:checked + label .chk_btn {
	background:#AC4DFF;
	color:white;
	border:1px solid #AC4DFF;
}
.id_save input:checked + label .agree_txt {
	color:#444
}

.id_save input + label img {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:15px
}
.id_save input:checked  + label img:last-child {
	display:none
}


.search_btn {
	float:right;
	border-bottom:1px solid #ccc;
}

.log .board_btn{
	width:100%;
	padding-bottom:30px
}
.log .board_btn input {
	width:100%
}
.easylog {
	border-top:1px solid #ccc	;
	text-align:center
}
.easylog h5 {
	padding-top:30px;
	padding-right: 5px;
    font-size: 24px;
    color: #333;
	display:inline-block
}
.easylog p {
	color: #777;
    font-size: 16px;
    font-weight: 400;
	display:inline-block
}

.easylog a {
	display:block;
	width:50%;
	max-width:170px;
	border-radius:5px;
	background:#3ec600;
	color:white;
	vertical-align:middle;
	line-height:42px;
	text-align:left;
	margin:0 auto
}
.easylog span {
	display:inline-block;
	height:100%;
	border-right:1px solid white;
	margin-right:20px
}
.easylog .board_btn{
	margin-top:10px
}




/*********** idpw   아이디로그인찾기 ************/

.inpw_inputbox {
	margin: 0 -20px
}
.inpw_inputbox h4 {
	font-size:24px;
	color:#444;
	font-weight:300;
	padding-bottom:10px

}

.inpw_inputbox:after {content: "";display: block;clear: both}
.inpw_inputbox>div {
	float:left;
	width:50%;
	padding:0 20px
}
.input_con input{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
	width:100%;
	margin-bottom:10px
}

.idpw .board_btn {width:200px}
.idpw .board_btn input {width:200px}








/*************notice************/

.board_top {
	padding-bottom:20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
/* .board_top:after {content: "";display: block;clear: both} */
.board_top .left {
	/* float:left; */
	font-size:18px;
	color:#666;
	padding-top:15px
}
.board_top .left span {
	color: var(--main-color);
	padding-left:5px;
}
.board_top .right {
	/* float:right */
	width: 100%;
	max-width: 550px;
}
/* .board_top .right .search:after {content: "";display: block;clear: both} */
/* .board_top .right:after {content: "";display: block;clear: both} */
.board_top .right  select {
	/* float:left; */
	display:inline-block;
	-moz-appearance:none; /* Firefox */ 
  -webkit-appearance:none; /* Safari and Chrome */ 
  appearance:none;
  background:url('../images/select_arrow.png') no-repeat;
  background-position:right 5px center;
  background-size:12px;
  border:1px solid #ddd;
  padding:15px 25px 15px 15px;
  border-radius:5px 0 0 5px;
  width:100px
}
.board_top .search select::-ms-expand {
    display: none;
}

/* .board_top .search {
	max-width:350px;
	width:100%
}
.board_top .search  div {
	float:left;
	display:inline-block;
	border:1px solid #ddd;
	padding:10px;
	 border-radius:0 5px 5px 0;
	 border-left:0;
	 width:calc(100% - 100px)
}
.board_top .search input {
	height:25px;
	width:calc(100% - 25px);
	border:0;
}
.board_top .search img {
	vertical-align:middle;
	padding-left:3px;
	cursor:pointer
} */
.board_top .search {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
	height: 50px;
}
.board_top .search > div {
    height: 100%;
    display: flex;
    align-items: center;
}
.board_top .search input {
    border: 1px solid #ddd;
	width: auto;
    max-width: 500px;
    border-radius: 5px;
	flex: 1;
	height: 100%;
	padding: 0 20px;
}
.board_top .search .search_bth {
	background: var(--main-color);
    color: #fff;
    margin-left: 10px;
	border-radius: 5px;
	height: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.board_table {
	border-bottom: 1px solid #333;
}
.board_table table tr{
	height: 70px;
	font-size:16px;
}
.board_table table tr:last-child td{
	border-bottom: 0;

}
.board_table table th {
	border-bottom:1px solid #555;
	font-size:18px;
	font-weight:600;
}
.board_table table .add span{
	font-size:16px;
	font-weight:400;
	padding: 10px 15px;
}
.board_table th.add span {
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
}
.board_table table td {
	text-align:center;
	border-bottom:1px solid #ddd;
	font-size:16px
}
.table_notice {
	background:#f8f8f8
}
.board_table table td:nth-child(2) {
	text-align:left
}
.board_table table td a {
	font-size:16px;
	text-align:left;
	 display: inline-block;
    color: #333;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 530px;
	vertical-align:middle
}
.board_table table td:hover a{
	color:#000;
	font-weight:500
}
.board_table table td img {
	vertical-align:middle;
	padding-left:5px
}
/* .board_table table td:nth-child(n+3) {
	color:#999
} */
.board_table table th:not(:nth-child(2)) {
	width:10%
}
.board_table table th:nth-child(3){
	width: 15%;
}

.board_table table td span {
	display:inline-block
	}

.board_box .add span {
	border-radius:5px;
	/* width:66px; */
	/* height:24px; */
	/* line-height:22px; */
	/* padding:2px 0; */
	text-align:center;
	/* font-size:13px */
}
.board_box .add .ok {
	/* border:1px solid #6076e7;
	color:#6076e7 */
	color: var(--main-color);
	background-color: #E8F1FF;
}
.board_box .add .no {
	/* border:1px solid #ddd; */
	color:#8d8d8d;
	background-color: #F0F0F0;
}


/* .page{
	display:inline-block;
	margin:30px auto;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding-top:70px
} 
.page:after {content: "";display: block;clear: both}
.page>div {
	float:left;
}
.numbox:after {content: "";display: block;clear: both}
.numbox>div {
	float:left;
	display:inline-block;
}
	*/
.page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;

}
.page .box {
	display:inline-block;
	/* padding:3px 10px; */
	/* border:1px solid #dadada; */
	margin-right:5px;
	/* border-radius:3px; */
}

.page .box a {
	display:block;
	width:100%;
	color:#666;
	font-size:14px;

	width: 35px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
}
.page .box a:hover {
	background:var(--sub-color);
	color:white;
	border-color: transparent;
	cursor:pointer;
}
.page .box a:hover i {
	color:white;
}
.page .box.on a{
	/* background:#333; */
	background-color: var(--main-color);
	/* color:white; */
	/* border:1px solid #333 */
}
.page .box.on a{
	color:white;
}
.page .numbox {
	padding:0 15px
}

.page .number a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border-color: transparent;
}
.page .number a {
	/* width: unset; */
	font-size: 16px;
}
.page .prev {
	margin-right: 15px;
}
.page .next {
	margin-left: 10px;
}

/*notice view*/

.bv_tt {
	text-align:center;
	border-bottom:1px solid #333;
	font-size:18px;
	padding:15px 0
}
.bv_top>div:after {content: "";display: block;clear: both}
.bv_top>div {
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	font-size:16px
}
.bv_top>div b {
	padding-right:15px
}
.bv_top>div .left {
	float:left
}

.bv_top>div .right {
	float:right
}
.bv_top>div .right:after {content: "";display: block;clear: both}
.bv_top>div .right>div {
	float:left;
	padding-left:50px
}
.bv01 span{
	color:#999
}
.bv02 img {
	vertical-align:-3px;
	padding-right:5px
}
.bv02 a {
	color:#999
}
.bv_content {
	/* padding: 30px 15px 50px 15px; */
	padding: 50px 15px 75px 15px;
	border-bottom:1px solid #222;
	font-size:16px;
	color: #3d3d3d;
	line-height: 1.5;
}
.bv_btn {
	/* padding:40px 0; */
	padding-top: 15px;
	display: flex;
	justify-content: flex-end;
}
/* .bv_btn:after {content: "";display: block;clear: both} */
.bv_btn a {
	/* float:right; */
	display:inline-block;
	padding:15px 50px;
	border:1px solid #333;
	border-radius:5px;
	text-align:center;
	font-size: 18px;
    font-weight: 600;
    background-color: #fafafa;
	transition: all 0.3s ease-in-out;
}
.bv_btn a:hover {
	color:white;
	border: 1px solid var(--main-color);
	background:var(--main-color);
	color: #fff;
}
.bv_menu {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.bv_menu>div {
	border-bottom:1px solid #e5e5e5;
	padding:15px;
	font-size:16px
}

.bv_menu>div img {
	padding-right:10px
}
.bv_menu>div span {
	color:#444
}
.bv_menu>div a {
	font-size:16px;
	text-align:left;
	 display: inline-block;
    color: #333;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1000px;
	vertical-align:middle;
	padding:0 15px
}
.bv_menu_nex img {
	position:relative;
	transform:rotate(180deg);
	margin-left:-11px;
	padding-left:10px
}
/* .board_box .add {
	display:none
}
.board_box.on .add {
	display:block
}
 */
.board_box.on .board_table table td a {
    max-width: 450px;
}
.board_box td a img {
	vertical-align: 3px;
	padding-right:5px
}
.board_write_btn {
	display:none
}
.board_write_btn.on {
	/* display:block; */
	padding-top: 15px;
	display: flex;
	justify-content: flex-end;
}
/* .board_write_btn:after {content: "";display: block;clear: both} */
.board_write_btn a {
	/* float:right; */
	display:inline-block;
	font-size:18px;
	font-weight: 600;
	color:white;
	border-radius:5px;
	background: linear-gradient(to right, #00bdff, #007dff);
	text-align:center;
	padding:15px 55px;
	border: none;
    /* background-size: 300% 100%;
	    moz-transition: all .4s ease-in-out;
	    -o-transition: all .4s ease-in-out;
	    -webkit-transition: all .4s ease-in-out;
	    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #25aae1, #6076e7, #30dd8a, #2bb673); */
    /*box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);*/
}
.board_write_btn a:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.board_write_btn a:focus {
    outline: none;
}


.bv_a {
	padding-top:50px;
}
.bv_a b {
	font-size:18px;
	padding-bottom:10px;
	display:block
}
.bv_a_con {
	border:1px solid #bbb;
	padding:30px 15px;
}
.bv_a_top .bv_a_name {
	font-size:18px;
	padding-right:10px
}
.bv_a_txt {
	padding-top:10px;
	font-size:16px;
	color:#777
}

/* 게시물 클릭했을때 게시글*/
.board_box.viewcon .bv_tt {
	padding-bottom: 45px;
}
.board_box.viewcon {
	border: 0;
}

.signup_agree input[type="checkbox"]{
	 appearance: auto;
    -webkit-appearance: auto;
    display: none;
}

.modal05  .modal_wrap{
	max-width:500px;
	width: 100%;
}
/*
.modal_complain {
	text-align: center;
	margin-top: 20px;
}
.modal_complain input{
	width: 100%;
    font-size: 18px;
    border: 0;
    height: 50px;
    padding: 0 10px;
    text-align: center;
	border: 1px solid #2d2d2d;
	border-radius:5px
}
.modal_complain button {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    text-align: center;
	color: white;
    border: 1px solid #6076e7;
    background: #6076e7;
	margin-top: 20px;
	font-size:16px
}

.modal_complain button:hover {
    color: white;
    border: 1px solid #6076e7;
    background: #6076e7;
}*/

.modal_complain .url_short {
	padding-bottom: 0;
}

.modal_complain.main_txt .url_short .bt_box {
    float: left;
    width: 120px;
    text-align: center;
}
.modal_complain.main_txt .url_short .input_box {
    float: left;
    width: calc(100% - 120px);
}
.modal_complain.main_txt .url_short .bt_box {
	color: #fff;
}
.complain i {
	-webkit-animation: blink02 1s ease infinite;
    -moz-animation: blink02 0.5s ease infinite;
    -o-animation: blink02 0.5s ease infinite;
    animation: blink02 1s ease infinite;
	margin-right: 5px;
}
.police_s_wrap {
	display: inline-block;
    max-width: 700px;
    width: 100%;
    overflow: hidden;
    border: 2px solid #2d2d2d;
    background: #2d2d2d;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 20px 0 20px 0;
    box-shadow: 8px 6px 12px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.police_s_wrap input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: 0;
    height: 70px;
    padding: 0 20px;
}
.police_s_wrap .bt_box {
    width: 180px;
    text-align: center;
}
.police_s_wrap .bt_box button {
    height: 70px;
    border: 0;
    background: none;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.03em;
}
.txt_box_wrap {
    color: #fff;
    padding: 20px 15px;
}
.loading_txt {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 101;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
}
body {
	position: relative;
}
.modal_bg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
	display:none;
}
.progress-bar {
	position: relative;
	/* width:300px; */
	height:18px;
	border-radius:100px;
	background-color: #F0F4F6;
	box-shadow: 0px 5px 15px 0px #A4A4A44D inset;
	overflow:hidden;
}
.progress-bar-gauge {
	position: absolute;
	top:0;
	left:0;
	/* width:20px; */
	height:18px;
	border-radius:100px;
	background: linear-gradient(90deg, #F98C8C 0%, #E23D3D 100%);
	animation-name: loading-bar;
	animation-duration:3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}
@keyframes loading-bar {
	0% {
		width:0;
		opacity:1;
	}
	80% {
		width:100%;
		opacity:1;
	}
	100% {
		width:100%;
		opacity:0;
	}
}
.new_loading_wrap {
    background: #fff;
    display: flex;
    padding: 30px;
    gap: 30px;
}
.loading_left > div:first-child {
	background: #E23D3D;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.loading_left > div > img {
    vertical-align: middle;
}
.loading_right {
    text-align: center;
    width: calc(100% - 70px);
}
.loading_right > div:first-child {
	color: #E23D3D;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}
.loading_left {
	position: relative;
}
.spinner {
	width: 90px;
    height: 90px;
    border: 2px solid #EBEEF0;
    border-top: 2px solid #E23D3D;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: spinner 2s linear infinite;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg); 
	}
	100% {
		transform: rotate(360deg);
	}
}


/* 추가 */
.tit_box_sub {
    background: #EE6C23;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    padding: 7px 40px;
    font-size: 20px;
    margin-bottom: 10px;
}
/* .b_img_txt01 {
	color: #2B2B2B;
	font-size: 25px;
	font-weight: 500;
    margin: 13px 0 8px;
}
.b_img_txt02 {
	color: #797979;
	font-size: 15px;
    line-height: 1.4;
}
.btmbg_banner_con:after {content:"";display:block;clear:both} */
.btmbg_banner {
	/* background: url(../images/btmbg01.png) no-repeat center; */
    /* padding: 40px 30px; */
    /* border-radius: 10px; */
    position: relative;
	background-color: var(--main-color);
	padding: 50px;
	border-radius: 10px;
	overflow: hidden;
}
.btmbg_banner .btmbg_banner_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btmbg_banner .btmbg_banner_con .btmbg_banner_left{
	color: #fff;
	text-align: left;
	z-index: 1;
	font-size: 32px;
	font-weight: 700;
}
.btmbg_banner .btmbg_banner_con .btmbg_banner_left span{
	font-size: 18px;
	font-weight: 400;
	color: inherit;
	padding-top: 10px;
	display: block;
}
/* .btmbg_banner_left {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.btmbg_banner_left02 {
	float: none;
    text-align: center;
} 
.btmbg_banner_left span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.btmbg_banner_right {
	float: right;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 10px 0;
    position: relative;
    z-index: 999;
}
.btmbg_banner_right a {
	color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
}
*/
.btmbg_banner .btmbg_banner_con .btmbg_banner_right {
	z-index: 2;
}
.btmbg_banner .btmbg_banner_con .btmbg_banner_right a{
	display: block;
	padding: 20px;
	color: var(--main-color);
	background-color: #fff;
    border-radius: 8px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.btmbg_banner .btmbg_banner_con .btmbg_banner_right a:hover {
	background-color: var(--sub-color);
	color: #fff;
}

.btn_st_color a {
    background: var(--main-color) !important;
	color: #fff !important;
}

.logo_ani {
    /* letter-spacing: -2px; */
	display: block;
}
.logo_ani img {
    vertical-align: text-bottom;
    margin-right: 15px;
}
.logo_ani span {
	font-family: "Baloo 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	color: #AC4DFF;
	font-size: 35px;
	display: inline-block;
}
.ani01{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
}
.ani02{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 0.2s;
}
.ani03{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 0.4s;
}
.ani04{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 0.6s;
}
.ani05{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 0.8s;
}
.ani06{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 1s;
}
.ani07{
    animation: bounce 0.9s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
	animation-delay: 1.2s;
}
@keyframes bounce{
    to{
        transform: translateY(-12px);
    }
}
.waves {
    position: relative;
    width: 100%;
	height: 100%;
    /* height: 15vh; */
    margin-bottom: -7px; /*Fix for safari gap*/
    /* min-height: 100px; */
    /* max-height: 150px; */
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55,.5,0.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.waves_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
	/* height: 100px; */
	height: 100%;
}


/*Shrinking for mobile*/
/* @media(max-width: 768px) {
    .waves {
        height: 60px;
        min-height: 40px;
    }
} */



.short_add span.ani {
	animation: slideFromBottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
	bottom: -45px;
}
@keyframes slideFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
	bottom: -45px;
  }
  50% {
    transform: translateY(-30%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
	bottom: 0;
  }
}
.index_list_left input {
    opacity: 0 !important;
}