@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
    /* src: url('../fonts/AppleSDGothicNeoL.otf?#iefix'), */
			url('../fonts/AppleSDGothicNeoL.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoL.woff') format('woff');
    font-weight: 300;
}
@font-face {
 font-family: 'AppleSDGothicNeo'; 
	src: url('../fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
    /* src: url('../fonts/AppleSDGothicNeoR.otf?#iefix'), */
			url('../fonts/AppleSDGothicNeoR.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoR.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoM.eot?#iefix');
    src: 	url('../fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),
			url('../fonts/AppleSDGothicNeoM.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoM.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
    src: url('../fonts/AppleSDGothicNeoSB.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/AppleSDGothicNeoSB.otf?#iefix'),
			url('../fonts/AppleSDGothicNeoSB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoSB.woff') format('woff');
    font-weight: 600;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/AppleSDGothicNeoB.otf?#iefix'),
		   url('../fonts/AppleSDGothicNeoB.ttf') format('truetype'),
	       local(※), url('../fonts/AppleSDGothicNeoB.woff') format('woff');
    font-weight: 700;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/AppleSDGothicNeoEB.otf?#iefix'),
			url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoEB.woff') format('woff');
    font-weight: 800;
}
/*gmarket*/
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansLight.otf');
    src: url('../fonts/GmarketSansLight.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFLight.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFLight.eot?#iefix');
	src:local(※), url('../fonts/GmarketSansTTFLight.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansMedium.otf');
    src: url('../fonts/GmarketSansMedium.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFMedium.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFMedium.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFMedium.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansBold.otf');
    src: url('../fonts/GmarketSansBold.otf?#iefix') format('embedded-opentype');
    src:url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
	src:url('../fonts/GmarketSansTTFBold.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFBold.woff') format('woff');
    font-weight: 600;
}

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
body,a,input{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
	font-weight:300;
	letter-spacing: 0;
    font-style: normal;
    line-height: 1.6;
	color:#333;
}
.gma{
	font-family:'GmarketSans',sans-serif !important; 
	color:#100f12;
}
#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;
} */



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
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;}

.swal-text {
	word-break: keep-all;
    text-align: center;
}




/*main_common*/
.visual_box{
	background:#031F39;
	position:relative;
}
.main_visual_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.main_visual_bg .bg_video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	pointer-events:none;
	z-index:1;
}


.main_visual_bg canvas{
	opacity:0.1;
	vertical-align:baseline;
}
.visual_box .main_txt{
	padding-top:135px;
	position:relative;
	z-index:3
}
.con{
	max-width:1220px;
	padding:0 10px;
	margin:0 auto;
}
.service {
  padding-bottom: 56px;
}
.hambergur {
	display:none
}
header{
	position:absolute;
	width:100%;
	z-index:5;
}
header .nav{
	position:relative;
	padding-top: 45px;
	padding-bottom:25px;
}
header .nav:after{
	content:"";
	display:block;
	clear:both;
}
header h1{
  width: 141px;
  height: 24px;
}
header h1 a {
  width: 100%;
  display: block;
}
header h1 a img {
  width: 100%;
  height: auto;
  display: block;
}

header .nav_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_menu li {
	display:inline-block;
	color:white;
	margin-right:8px;
}
.top_menu li{
	margin-right:0;
}
.top_menu li a{
	display:block;
	color:#fff;
	font-size:18px;
	padding:5px 0 5px 20px;
}
.top_menu li a:after {
	content:"";
	display:inline-block;
	width:1px;
	height:16px;
	margin-left:20px;
	background:white;
	vertical-align:-2px
}
.top_menu li:first-child a {
	padding:5px 0
}
.top_menu li:last-child a:after {
	display:none
}

.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;
}
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;
	color:#fff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.4);
	padding:5px 15px;
	border-radius:30px;
  transition: all 0.2s ease;
}
header .lnb ul li.api_bt a{
	border:1px solid #333;
	background:#333;
}
header .lnb ul li:not(.api_bt) a:hover{
	background:#EE6123;
	color:#fff;
	border:1px solid #EE6123;
}
header .lnb ul li button{
	display:block;
	color:#fff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.4);
	padding:5px 15px;
	border-radius:30px;
  transition: all 0.2s ease;
}
header .lnb ul li.api_bt button{
	border:1px solid #333;
	background:#333;
}
header .lnb ul li:not(.api_bt) button:hover{
	background:#EE6123;
	color:#fff;
	border:1px solid #EE6123;
}




 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:30px;
}
header  .api_key .api_tit > div:first-child{
	float:left;
	font-size: 16px;
	letter-spacing:-0.03em;
}
header  .api_key .api_tit > div:last-child{
	float:right;
}

header  .api_key .api_tit > div:last-child button {
  width: 14px;
  height: 14px;
}

header  .api_key .api_tit > div:last-child button img {
  width: 100%;
  height: auto;
}

header  .api_key .api_tit button{
	border:0;
	background:none;
}
header  .api_key .api_txt{
	overflow:hidden;
  padding: 20px;
  background-color: #031F39;
  border-radius: 16px;
}

header  .api_key .api_txt h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

header .api_key .api_txt > div{
	float:left;
}
header .api_key .api_txt .api_url{
	width:calc(100% - 110px);
	font-size:17px;
	color:#333;
	border-radius:5px;
	padding:10px 20px 8px;
	min-height:50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .api_key .api_txt .api_url input {
	border:0;
	background:transparent;
	font-size:17px;
	color:#333;
	font-weight:400;
	width:100%;
	cursor:text;
  display: flex;
  align-items: center;
  justify-content: center;
}
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 #031f39;
	color:#031f39;
	padding:2px 10px;
	font-weight:400
}
.api_tab_tt .right a:hover {
	background:#031f39;
	color:white
}
.api_tab_tt .btn {
	padding:5px 15px;
	border-radius: 30px;
	color:#031f39 !important;
  background-color: #E6E9EB;
	font-weight:400;
}

.api_table {
	border-top:1px solid #e5e5e5;
}
.api_table>div h4 {
	font-size:20px;
	padding-top:10px;
  margin-bottom: 15px;
}


.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 .api_table_desc {
  max-width: 250px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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:#FCE9E9; color: #DC2626 }
.api_table>div table td .string {background:#526FFF; color: #fff}
.api_table>div table td .bool {background:#00C5AE; color: #fff}

.sidenav {display:none}

.main_txt .notice_box{
	max-width:350px;
	width:100%;
	overflow:hidden;
	padding:8px 25px;
	background:#3d3d3d;
	border-radius:30px;

  display: flex;
  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;
  position: relative;
}
.main_txt .tit_box .main_tit{
	margin-bottom: 80px;
}

.main_txt .tit_box .main_tit,
.main_txt .tit_box .main_tit>div>span{
	font-size:50px;
	letter-spacing:-0.06em;
	color:#fff;
	/* font-weight:400; */
}
.main_txt .tit_box .main_tit span{
	color:#fff;
}
.main_tit div {display:inline-block}
.main_tit ul li{
	font-size:24px;
	color:white;
	letter-spacing:normal;
	font-weight:300;
	display:inline-block
}
.main_tit ul li span {
	font-size:24px
}

.main_txt .tit_box .bt_box {
  position: relative;
}

.main_txt .tit_box .bt_box img {
  position: absolute;
  right: 0;
  bottom: 0;
}



.main_txt .url_short{
	overflow:hidden;
	padding-bottom:50px;
	position:relative;
	text-align: center;
}
.main_txt.on .url_short{
	padding-bottom:30px;
}
.modal05  .url_short {
	margin-bottom: 30px;
}
.main_txt .url_short form , .modal05 .url_short{
	display:inline-block;
	max-width:700px;
	width: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;
	/* overflow:hidden; */
	border-radius:0 0 20px 0;
}
.main_txt .url_short form .input_box {
	overflow:hidden;
	border:2px solid #2d2d2d;
	background:#2d2d2d;
	border-radius:20px 0 0 0;
    border-right: 0;
	box-shadow: 8px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
.main_txt .url_short form .bt_box {
	box-shadow: 0px 5px 3px 0px #261f1f;
    border-radius: 0 0 20px 0;
}
.main_txt .url_short form .bt_box button {
	border:2px solid #2d2d2d !important;
	background: #2d2d2d !important;
	border-radius:0 0 20px 0;
	overflow:hidden;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.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: 73px;
	box-shadow: 0 0 40px 40px #1c1c1c inset;
}


/* .main_txt .url_short form .bt_box:hover button, .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;
	color:#fcfe56
} */
/* .main_txt .url_short form .bt_box:hover {
	margin-top: 15px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 0px 0px #007144;
} */



@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% - 180px);
}
.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:center
}
.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:180px;
	text-align: center;
}
.main_txt .url_short form .bt_box button , .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%;
	/* animation: buttonClick 1s infinite; */
}
.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;
}
@keyframes buttonClick {
  0% {
		box-shadow: 4px 4px 0px 0 rgb(255 255 255 / 50%), 2px -1px 4px 0 rgb(116 125 136 / 50%), inset -4px -5px 3px 0 rgb(255 255 255 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
	    opacity: 1;
	}
  50% {
		box-shadow: none;
	    opacity: 0;
	}
	100% {
		box-shadow: 4px 4px 0px 0 rgb(255 255 255 / 50%), 2px -1px 4px 0 rgb(116 125 136 / 50%), inset -4px -5px 3px 0 rgb(255 255 255 / 20%), inset 4px 4px 6px 0 rgb(0 0 0 / 40%);
	    opacity: 1;
	}
}



.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: 24px 40px;
	text-align:center;
	display:none; 

  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
}
.main_txt.on .short_box{
	display:block;
}
.short_box .short1{
	font-size:30px;
	letter-spacing:-0.03em;
	color:#031F39;
	margin-bottom:5px;
  font-weight: bold;
}
.short2 {
	margin: 24px auto;
	display:inline-block;
	width:100%;
	max-width:570px;
  background-color: #E6E9EB;
  border-radius: 999px;

}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.short2>div #clearBtn {
	display: flex;
  width: 30px;
	height: 30px;
	padding:15px 0;
	border-radius:5px;
	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;
  align-items: center;
  justify-content: center;
}

.short2>div #clearBtn img {
  width: 100%;
  height: auto;
}
.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 .short_add{
	max-width:500px;
	width:100%;
	font-size:20px;
	padding:12px 20px;
	height:60px;
	border-radius:5px;
	margin-right:10px;
	overflow: hidden;
}
.short_box .short3{
	margin-top:15px;
}
.short_box .short3{
	text-align:center;
}
.short_box .short3 ul{
	display:inline-block;
	overflow:hidden;
	max-width:570px;
	width:100%;
	margin:0 -5px;
}
.short_box .short3 ul li{
	float:left;
	width:50%;
	padding:0 5px;
	cursor:pointer
}
.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);
    /*box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);*/
}
.short_box .short3 ul li:nth-child(2) a {
    background-image: linear-gradient(to right, #031F39, #08569F, #08569F, #031F39);
   /* box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);*/
}

/*
.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:60px;
}
.index_list2 {
	padding-bottom:0
}

.index_list_table{
	width:100%;
	border-top:1px solid #555;	
}
.index_list_table ul li{
	border-bottom:1px solid #e5e5e5;
	padding:0 20px;
	font-weight:400
}
.index_list_table ul li:last-child{
	border-bottom:1px solid #bbb;
}
.index_list_table ul li:after {content: "";display: block;clear: both}
.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%
}
.index_list_nothing {
	text-align:center;
	font-size:17px;
	color:#888;
	padding:25px 0
}
.index_notice .red {
	color:#e23d3d
}

.index_list_table ul li .right {
	float:right;
	font-size:17px;
	color:#888;
	padding:18px 0
}
.index_list_table ul li .right a {
    background: #999;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
	}
.index_list_table ul li .right a:hover {
	background:#444
}


.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;
	text-align:center;
	word-break: keep-all;
}
.index_notice h3 {
	font-size:40px;
	color:#444;
	padding-bottom:20px
}
.index_notice h3 span {
  color: #031f39;
}

.index_notice p {
	font-size:18px;
	color:#aaa;
	letter-spacing:-0.03em;
}

.index_notice ul {
	padding:60px 0;
  max-width: 784px;
  margin: 0 auto;
}
.index_notice ul:after {content: "";display: block;clear: both}

.index_notice ul li {
	float:left;
	width:33.333%;
}

.index_notice ul li img {
  max-width: clamp(60px, 12.5vw, 160px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.index_notice ul li h4 {
  font-size: clamp(14px, 1.56vw, 20px);
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 24px;
  font-weight: 500;
}

.index_notice ul li p {
  font-size: clamp(12px, 1.25vw, 16px);
}


footer {
  background-color: #f3f3f3;
  padding: 30px 0 50px;
}
footer .foot_logo {
  margin-bottom: 25px;
}

footer .foot_info ul {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
  position: relative;
}

footer .foot_info ul li {
	position: relative;
  color: #9F9F9F;
}

footer .foot_info ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: -12px;
	top: 45%;
	transform: translateY(-50%);
	color: #9F9F9F;
	font-size: 14px;
}

footer .copy {
  color: #9f9f9f;
  text-align: right;
  width: 100%;
}

/*sub*/
.sub_lnb .visual_box{
	background:#031F39;
}
.sub_lnb .visual_box.on {
	background:#031F39
}
.board_box li.on .b_arrow img{
	transform: rotateX(180deg);
}
.board_box .board_tit{
	cursor:pointer;
}
.sub_lnb .real_lnb{
	padding-top:100px;
	position:relative;
	z-index:3;
}
.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%;
}
.sub_lnb .real_lnb ul li{
	display:table-cell;
}
.sub_lnb .real_lnb ul li a{
	display:block;
	border:1px solid #ccc;
	background:#e5e5e5;
	font-size:22px;
	letter-spacing:-0.03em;
	color:#999;
	text-align:center;
	padding:10px 0;
}
.sub_lnb .real_lnb ul li a .mobile {display:none}
.sub_lnb .real_lnb ul li.on a{
	padding:20px 0 10px;
	background:#fff;
	font-weight:400;
	border:1px solid #555;
	border-bottom:1px solid  transparent;
	border-radius:15px 15px 0 0;
	color:#444
}
.sub_lnb .real_lnb ul li span {
	padding-right:20px
}
.sub_lnb .real_lnb ul li.on span {
	color:#031F39
}

.sub_wrap .sub_tit{
	padding:60px 0 40px;
	text-align:center;
  max-width: 430px;;
  margin: 0 auto;
}


.sub_wrap .sub_tit h3{
	display:inline-block;
	font-size:40px;
	letter-spacing:-0.06em;
	color:#444;
  margin-bottom: 20px;
}
.sub_wrap .sub_tit h3:after{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#EE6123;
	margin-left:13px;
}
.sub_wrap .sub_tit ul li{
	font-size:18px;
	letter-spacing:-0.03em;
	color:#aaa;
}
.board_box{
	border-top:1px solid #555;	
}
.board_box ul li{
	border-bottom:1px solid #e5e5e5;
}
.board_box ul li:last-child{
	border-bottom:1px solid #bbb;
}
.board_box li .board_tit{
	overflow:hidden;
}
.board_box li > div{
	padding:20px 30px 20px 20px;
}
.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{
	font-size:16px;
	color:#777;
	border-top:1px solid #e5e5e5;
	background:#f8f8f8;
	display:none;
}
.board_box li .board_con .real_con a {
    background:#e23d3d;
    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:15px;
}

.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:28px;
	font-size: 16px;
	color:#555;
	font-weight:300
}

.signup02 .must {
  color: #EE6123;
}

.signup02 .must_text {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  margin-left: 10px;
}

.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:#031F39
}

.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;
}




.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.join {
  display: flex;
  gap: 16px;
  width: 320px;
}
.board_btn.join .prev_btn {
  background: #b1bac2;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 0;
  width: 50%;
	line-height:55px;
	height:55px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.board_btn input{
	border-radius:5px;
	background: #EE6123;
	color:white;
	text-align:center;
	line-height:55px;
	height:55px;
	width:160px;
	font-size:16px;
	border:0;
  margin-bottom: 56px;
}
.board_btn.join input {
  width: 50%;
}

.board_row_readonly input{
	color:#031F39
}
.board_row_readonly .txt {
	padding:30px 15px
}


/*********** signup_01    회원가입 이용약관 ************/


.signup_agree {
	max-width: 430px;
	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;
}
.signup_agree #check_total + label img {
	display:block;
	position:absolute;
	left:35px;
	top:50%;
	transform:translateY(-50%)
}

.signup_agree #check_total:checked + label {
	background:#031F39;
	color:white;
	border:1px solid #031F39;
}
.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:#031F39;
	color:white;
	border:1px solid #031F39;
}
.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:#031F39;
	font-size:15px;
	padding-left:5px
}
.agree_txt .choice {
	color:#777;
	font-size:15px;
	padding-left:5px
} */

.signup_check_btn {
	display:flex;
	position:relative;
	text-align:center;
	padding-bottom: 56px;
  align-items: center;
  justify-content: center;
}
.signup_check_btn:after {content: "";display: block;clear: both}
.signup_check_btn>div {
	width: 50%;
	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:#b1bac2;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	font-size:18px;
	border:none
}

.signup_check_btn .signup_btn_naver a{
	display: flex;
	width:100%;
	line-height:55px;
	color:#fff;
	background:#3ec600;
	cursor:pointer;
	border-radius:5px;
	font-size:18px;
	vertical-align:middle;
  align-items: center;
  justify-content: center;
}
.easylog .signup_btn_naver a {
	width: 100%;
	max-width:  100%;
	margin-top:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}


.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: #031F39;
    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:#031F39;
	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:#031F39;
	color:white;
	border:1px solid #031F39;
}
.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 {
	text-align:center;
  padding-bottom: 56px;
}
.easylog h5 {
	padding-top:56px;
	padding-right: 5px;
    font-size: 24px;
    color: #333;
	display:inline-block;
  margin-bottom: 24px;
}
.easylog p {
	color: #777;
    font-size: 16px;
    font-weight: 400;
	display:inline-block
}

.easylog a {
	display:block;
	width:50%;
	max-width:170px;
	border-radius: 999px;
	background:#00CC3D;
	color:white;
	vertical-align:middle;
	text-align:left;
	margin:0 auto;
  font-size: 16px;
  padding: 15px 0;
}
.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 {
	padding:0 20px;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.input_con input{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
	width:100%;
	margin-bottom:10px
}
.radio_group {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 56px;
}
.radio_group label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}

.radio_group input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #031F39;
}

.radio_group span {
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
}

.radio_group label:hover span {
  color: #031F39;
}

.radio_group input[type="radio"]:checked + span {
  color: #031F39;
  font-weight: 600;
}



.idpw .board_btn {
  width:140px;
  float: right;
  margin-left: auto;
}
.idpw .board_btn input {
  width: 140px;
  background-color: #B1BAC2;
}








/*************notice************/

.board_top {
	padding-bottom:20px
}
.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:#6076e7;
	padding-left:5px
}
.board_top .right {
	float:right
}
.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_table table tr{
	height:50px;
	font-size:16px
}
.board_table table th {
	border-bottom:1px solid #555;
	font-size:16px;
	font-weight:400
}
.board_table table .add span{
	font-size:16px;
	font-weight:400
}
.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 td span {
	display:inline-block;
	}
  .board_table table td span img {
    width: 100%;
    height: auto;
  }

.board_box .add span {
	border-radius:5px;
	width: auto;
	height:24px;
	line-height:22px;
	padding:2px 0;
	text-align:center;
	font-size:13px !important;
  padding: 0px 5px;
}
.board_box .add .ok {
	border:1px solid #EE6123;
	color:#EE6123;
}
.board_box .add .no {
	border:1px solid #56697A;
	color:#56697A
}


.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 .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
}
.page .box:hover  {
	background:#333;
	color:white;
	border:1px solid #333;
	cursor:pointer
}
.page .box:hover a {
	color:white;
}
.page .box.on{
	background:#333;
	color:white;
	border:1px solid #333
}
.page .box.on a{
	color:white;
}
.page .numbox {
	padding:0 15px
}




/*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;
	border-bottom:1px solid #e5e5e5;
	font-size:16px
}
.bv_btn {
	padding:40px 0
}
.bv_btn:after {content: "";display: block;clear: both}
.bv_btn a {
	float:right;
	display:inline-block;
	padding:15px 50px;
	border:1px solid #999;
	border-radius:5px;
	text-align:center
}
.bv_btn a:hover {
	color:white;
	border: 1px solid #6076e7;
	background:#6076e7;
}
.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:50px
}
.board_write_btn:after {content: "";display: block;clear: both}
.board_write_btn a {
	float:right;
	display:inline-block;
	font-size:17px;
	color:white;
	border-radius:5px;
	background:#444;
	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
}

.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);
	}
}


/* 나의 단축 리스트 수정 */
.url_th {
    padding: 20px 0 !important;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
}

.url_th > div {
	float: left;
    position: relative;
}
.url_td01 {
    width: 250px;
    text-align: center;
	border-right: 1px solid #ddd;
}
.url_td02 {
    width: calc(100% - 310px);
    text-align: center;
}
.url_td02::after {
	content: '';
	display:inline-block;
	width: 1px;
	height: 25px;
	background: #ddd;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.url_td03 {
    width: 60px;
}
.new_url_list li div.left {
	width: 250px;
    padding: 20px 0;
}
.new_url_list li div.right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 250px);
}
.new_url_list li div.right a {
	float: right;
}
.new_url_list li div.right span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: middle;
    position: relative;
}
.new_url_list li div.right span > span {
    width: calc(100% - 30px);
}
.url_th_list {
	padding-bottom: 20px !important;
	display: none;
}
.url_th_list.on {
	display: block;
}
.url_th_list > div {
	float: left;
}
.url_th_list01 {
    width: 250px;
    height: 50px;
}
.url_th_list02 {
    width: calc(100% - 310px);
    height: auto;
}
.url_th_list02_sub {
	color: #777;
    font-size: 15px;
    font-weight: 500;
    /* display: flex;
    gap: 8px; */
}
.url_th_list03 {
    width: 60px;
    height: 50px;
}
/* .new_url_list li:nth-child(even) {
	border-bottom: 0;
} */
.url_th_list02 i {
	color: #031f39;
}
.view_down {
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
	color: #031f39;
	font-weight: 600;
}
.view_down_click.on {
	border-bottom: 0;
}
.view_down_click.on .view_down {
	transform: translateY(-50%) rotate(-180deg);
}
.url_th_list02_sub > div {
	float: left;
}
.url_th_list02 {
	display: flex;
    flex-direction: column;
}
.th_list02_con1 {
	width: 20px;
}
.th_list02_con2 {
	width: 135px;
}
.th_list02_con3 {
	width: 120px;
}
.th_list02_con4 {
	width: 150px;
}
.mob_th_top {
	display: none;
	background: #eee;
    text-align: center;
}
.mob_th_top div {
	width: 100%;
    padding: 5px 0;
    font-weight: 500;
    border-right: 1px solid #ddd;
}
.mob_th_top div:last-child {
	border-right: 0;
}
.board_sub.board_title textarea {
    height: 200px;
    border: 1px solid #ccc;
	font-family: 'Roboto', 'AppleSDGothicNeo', sans-serif !important;
}
.board_sub.board_title textarea::placeholder {
   font-size: 16px;
	font-weight: 300;
}
.leave_go_btn {
    text-align: center;
}
.leave_go_btn a {
    font-size: 19px;
    color: #3F4649;
    text-decoration: underline;
}

.all_view_btn {
    background: #e23d3d;
    max-width: 220px;
    text-align: center;
    border-radius: 5px;
    margin: 35px auto 0;
}
.all_view_btn a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
}

/* .bt_box {
	background: #48e58a;
    background: linear-gradient(270deg, #5a6cf9, #ff3a48, #5a6cf9, #ff3a48);
    background: -moz-linear-gradient(270deg, #5a6cf9, #ff3a48, #5a6cf9, #ff3a48);
    background: -webkit-linear-gradient(270deg, #5a6cf9, #ff3a48, #5a6cf9, #ff3a48);
    background: linear-gradient(270deg, #5a6cf9, #ff3a48, #5a6cf9, #ff3a48);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9eff', endColorstr='#48e58a', 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;
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
} */
.button_ani span {
  /* color:#03C85A; */
	color:#fff;
	opacity: 0.4;
	transform: translate(-300px, 0) scale(0);
	animation:txtE 1.5s infinite;
}

@keyframes txtE {
  60% {
    transform: translate(20px, 0) scale(1);
    color:#fff;
  }

  80% {
    transform: translate(20px, 0) scale(1);
    color:#fff;
  }

  90% {
    transform: translate(0) scale(1.2);
    color:#fcfe56;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
    color:#fff;
  }
}
.button_ani span:nth-of-type(2) {
  animation-delay: .05s;
}
.button_ani span:nth-of-type(3) {
  animation-delay: .15s;
}
.button_ani span:nth-of-type(4) {
  animation-delay: .25s;
}
.button_ani span:nth-of-type(5) {
  animation-delay: .35s;
}
.button_ani span:nth-of-type(6) {
  animation-delay: .45s;
}
.button_ani span:nth-of-type(7) {
  animation-delay: .55s;
}




.short_add span.ani {
	animation: slideFromBottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s 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;
  }
}

.short_add span {
	background: linear-gradient(90deg, #FEA50B, #FD4B01 15%, #F13004 35%, #FEA50B 50%, #FD4B01 65%, #F13004 85%, #FEA50B);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient 2s linear infinite;
  background-size: 200% 100%;
font-weight: 400;
}
@keyframes gradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}


.main-color {
  color: #EE6123 !important;
  position: relative;
}

.main-color span {
  color: #FFC83d !important;
  display: inline-block;
  animation: moveCircle 1s ease-in-out infinite;
  position: relative;
}

.main-color span.animate01 {
  animation-delay: 0s;

}
.main-color span.animate02 {
  animation-delay: 0.2s;

}
.main-color span.animate03 {
  animation-delay: 0.4s;

}
.main-color span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  background-color: #FFC83d;
}

@keyframes moveCircle {
  0% {
    transform: translateY(0);
  }50% {
    transform: translateY(-10px);
  }100% {
    transform: translateY(0);
  }
}


/* 회원가입 페이지 스타일 */

.main_wrap.sign .sub_wrap .sub_tit{
  padding: 0;
}

.main_wrap.sign .easylog a {
  border-radius: 8px !important;
  padding: 10px 0;
  font-weight: 500;
}

.main_wrap.sign .signup_btn_naver a {
  background-color: #00CC3D;
}
.main_wrap.sign .signup_btn_kakao a {
  background-color: #FEE500;
  color: #333;
}
.main_wrap.sign .signup_btn_google a {
  background-color: #fff;
  border: 1px solid #0000001a;
  color: #333;
}
.main_wrap.sign .easylog {
  padding-bottom: 0;
}
.main_wrap.sign .signup_check_btn>div {
  width: 100%;
}
.main_wrap.sign .signup_check_btn>div.signup_btn_nex a {
  width: 100%;
  background-color: #f3f4f6;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.main_wrap.sign .signup_check_btn {
  padding-bottom: 0;
}
























/* sequential load-up animations
.animate_first{
	opacity:0;
	transform:translateY(30px);
	transition:transform .7s ease, opacity .7s ease;
	will-change:transform, opacity;
}
.animate_second {
  
	opacity:0;
	transform:translateY(40px);
	transition:transform 1.2s ease, opacity 1.2s ease;
	will-change:transform, opacity;
}
.animate_third {
	opacity:0;
	transform:translateY(50px);
	transition:transform 1.5s ease-out, opacity 1.5s ease-out;
	will-change:transform, opacity;
}
.animate_fourth {
	opacity:0;
	transition:opacity 1s ease;
	will-change:opacity;
}
.animate_first.is-visible,
.animate_second.is-visible,
.animate_third.is-visible{
	opacity:1;
	transform:translateY(0);
}
.animate_fourth.is-visible{
	opacity:1;
} */

/* ---------------------------------------------
   Signup02 scoped redesign (Tailwind-inspired)
   Scope: .main_wrap.sign only (signup02.html)
   --------------------------------------------- */


   .main_wrap.sign .signup02 {
    width: 100%;
    max-width: 640px;
    margin: 56px auto;
   }


.main_wrap.sign .signup02 .board_box{
	border-top:0;
}

.main_wrap.sign .signup02 .must_text{
	font-size:13px;
	color:#6b7280;
	margin:0 0 10px 0;
}

/* row */
.main_wrap.sign .signup02 .board_row{
	border-bottom:1px solid #e5e7eb;
}

/* label/head */
.main_wrap.sign .signup02 .board_head{
	width:160px;
	padding:14px 10px;
	font-size:14px;
	color:#374151;
	font-weight:400;
}

/* field container */
.main_wrap.sign .signup02 .board_sub{
	width:calc(100% - 160px);
	padding:12px 0;
}

/* text inputs, password, select, textarea */
.main_wrap.sign .signup02 .board_sub input,
.main_wrap.sign .signup02 .board_sub select,
.main_wrap.sign .signup02 .board_sub textarea{
	border:1px solid rgba(0,0,0,0.2);
	border-radius:8px;
	height:40px;
	padding:8px 12px;
	font-size:14px;
	transition:border-color .15s ease, box-shadow .15s ease;
}

.main_wrap.sign .signup02 .board_sub textarea{
	height:auto;
	min-height:120px;
}

/* placeholder */
.main_wrap.sign .signup02 .board_sub input::placeholder,
.main_wrap.sign .signup02 .board_sub textarea::placeholder{
	color:#9ca3af;
}

/* focus */
.main_wrap.sign .signup02 .board_sub input:focus,
.main_wrap.sign .signup02 .board_sub select:focus,
.main_wrap.sign .signup02 .board_sub textarea:focus{
	outline:2px solid #22c55e;
	outline-offset:0;
	border-color:#22c55e;
	box-shadow:0 0 0 3px rgba(34,197,94,.15);
}

/* name/id/password fields full width */
.main_wrap.sign .signup02 .board_title input{
	width:100%;
}


/* ID row: keep confirm button aligned */

.main_wrap.sign .signup02 .confirm_btn{
	margin:0 0 0 12px;
	background:#031f39;
	border-radius:8px;
	padding:0 16px;
	height:40px;
	line-height:40px;
	font-size:14px;
}
.main_wrap.sign .signup02 .confirm_btn:hover{
	background:#04203b;
}

/* email row layout */
.main_wrap.sign .signup02 .input_email .email_box{
	display:flex;
	gap:8px;
	align-items:center;
}
.main_wrap.sign .signup02 .input_email .email_box > div.gol_s{
	width:auto;
	color:#6b7280;
	border:0;
}
.main_wrap.sign .signup02 .input_email #a_email{
	max-width: 140px;
}
.main_wrap.sign .signup02 .input_email #b_email{
	max-width: 140px;
}
.main_wrap.sign .signup02 .input_email select{
	height:40px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:8px;
	padding:8px 28px 8px 12px;
	background-position:right 10px center;
  max-width: 154px;
}

/* phone row */
.main_wrap.sign .signup02 .phone{
	display:flex !important;
	gap:8px;
	max-width:640px;
	width:100%;
	align-items:center;
}
.main_wrap.sign .signup02 .phone > div:nth-child(even){
	width:auto;
	color:#9ca3af;
}
.main_wrap.sign .signup02 .phone > div select,
.main_wrap.sign .signup02 .phone > div input{
	min-width: 140px;
	width:100%;
}


.main_wrap.sign .signup02 .signup_check_total{
	height:auto;
	line-height:1.4;
	margin-bottom:16px;
	font-size:16px;
}
.main_wrap.sign .signup02 #check_total + label{
	border-radius:8px;
	padding:10px 45px;
}
.main_wrap.sign .signup02 .signup__tr{
	padding-bottom:12px;
}
.main_wrap.sign .signup02 .agreebtn{
	border-radius:8px;
	border-color:#e5e7eb;
}
.main_wrap.sign .signup02 .agreebtn a{
	font-size:13px;
	color:#6b7280;
	padding:6px 8px;
}
.main_wrap.sign .signup02 .agree_txt{
	font-size:14px;
	color:#4b5563;
}

/* buttons */
.main_wrap.sign .signup02 .board_btn.join{
	width:100%;
	margin:24px 0 0 0;
	gap:12px;
}
.main_wrap.sign .signup02 .board_btn.join .prev_btn{
	border-radius:8px;
	height:44px;
	line-height:44px;
	background:#9ca3af;
}
.main_wrap.sign .signup02 .board_btn.join .prev_btn:hover{
	background:#6b7280;
}
.main_wrap.sign .signup02 .board_btn.join input#member_save_btn{
	border-radius:8px;
	height:44px;
	line-height:44px;
	background:#031f39;
	font-weight:600;
	margin:0;
}
.main_wrap.sign .signup02 .board_btn.join input#member_save_btn:hover{
	background:#04203b;
}

/* misc */
.main_wrap.sign .signup02 .num_btn{
	border-radius:8px;
	height:40px;
	line-height:40px;
}

/* reduce global paddings that conflict in this scope */
.main_wrap.sign .signup02 .board_row:first-child .board_sub,
.main_wrap.sign .signup02 .board_row:nth-child(2) .board_sub{
	padding:12px 0;
}

/* New agreement area (Tailwind-like) */
.main_wrap.sign .signup02 .signup_agree_area .board_sub{
	padding:12px 0;
}
.main_wrap.sign .signup02 .signup_agree{
	background:#f9fafb;
	border:1px solid #e5e7eb;
	border-radius:10px;
	padding:16px;
	max-width:640px;
}
.main_wrap.sign .signup02 .signup_check_contain{padding:0}
.main_wrap.sign .signup02 .signup_check_total{display:block;margin-bottom:12px}
.main_wrap.sign .signup02 .signup_check_total label{
	display:flex;
	align-items:center;
	gap:10px;
	border:1px solid #e5e7eb;
	border-radius:10px;
	padding:10px 14px;
	background:#fff;
	transition:border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.main_wrap.sign .signup02 #check_total{display:none}
.main_wrap.sign .signup02 #check_total + label img:first-child{display:none}
.main_wrap.sign .signup02 #check_total:checked + label{border-color:#031f39; box-shadow:0 0 0 3px rgba(34,197,94,.15)}

/* checkbox rows */
.main_wrap.sign .signup02 .signup__tr{padding-bottom:10px}
.main_wrap.sign .signup02 .checkbox{display:flex;align-items:center;justify-content:space-between;gap:8px}
.main_wrap.sign .signup02 .chk_txt{width:auto; display:flex; align-items:center}
.main_wrap.sign .signup02 .chk_content{display:flex;align-items:center;gap:10px}

/* custom checkbox square */
.main_wrap.sign .signup02 .checkbox input{display:none}
.main_wrap.sign .signup02 .checkbox input + label .chk_btn{
	width:20px;height:20px;border:2px solid #d1d5db;border-radius:6px;position:relative;background:#fff;
	transition:border-color .15s ease, background-color .15s ease;
}
.main_wrap.sign .signup02 .checkbox input + label .chk_btn img{opacity:0;transition:opacity .15s ease}
.main_wrap.sign .signup02 .checkbox input:checked + label .chk_btn{background:#031f39;border-color:#031f39}
.main_wrap.sign .signup02 .checkbox input:checked + label .chk_btn img{opacity:1}
.main_wrap.sign .signup02 .checkbox input + label .agree_txt{color:#374151;font-size:14px}
.main_wrap.sign .signup02 .checkbox input:checked + label .agree_txt{color:#111827}

/* view button */
.main_wrap.sign .signup02 .agreebtn a{display:block;font-size:13px;color:#6b7280;padding:6px 8px}