@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: url(../images/topbg01.jpg) no-repeat center;
	position:relative;
    background-size: cover;
}
.main_visual_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.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;
}
.hambergur {
	display:none
}
header{
	position:absolute;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.2);
	z-index:5;
	background: #fff;
}
header .nav{
	position:relative;
	padding-top:15px;
	padding-bottom:10px;
}
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{
	margin-right:0;
}
.top_menu li a{
	display:block;
	color:#2B2B2B;
	font-size:18px;
	padding:5px 0 5px 20px;
    font-weight: 500;
}
.top_menu li a:after {
	content:"";
	display:inline-block;
	width:1px;
	height:16px;
	margin-left:20px;
	background:#D0D0D0;
	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: #E65504;
    font-size: 16px;
    border: 1px solid #E65504;
    padding: 5px 15px;
    border-radius: 5px;
	background: #fff;
}
header .lnb ul li.api_bt a{
	border:1px solid #333;
	background:#333;
	color: #fff;
}
/* header .lnb ul li:not(.api_bt) a:hover{
	background:#fff;
	color:#333;
	border:1px solid #fff;
} */
.join_btn_st a {
	background: #E65504 !important;
	color: #fff !important;
}

 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;
}
.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,
.main_txt .tit_box .main_tit>div>span{
	font-size:50px;
	letter-spacing:-0.06em;
	color:#fff;
	font-weight:500;
}
.main_txt .tit_box .main_tit span{
    color: #FEBB0F;
}
.main_tit div {display:inline-block}
.main_tit ul li{
	font-size:24px;
	color:white;
	letter-spacing:normal;
	font-weight:300;
	display:inline-block;
    text-shadow: 4px 4px 0px #0000001A;
}
.main_tit ul li span {
	font-size:24px
}
.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%;
	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); */
    box-shadow: 4px 4px 4px 0px #0000001A;
}
.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
}

@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;
}
.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 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;
}
.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%;
}
.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_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;
}
.short_box .short1{
	font-size:26px;
    font-weight: 500;
	letter-spacing:-0.03em;
	color:#2B2B2B;
	margin-bottom:5px;
}
.short2 {
	margin:0 auto;
	display:inline-block;
	width:100%;
	max-width:570px
}

.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 .short_add{
	border:2px solid #2d2d2d;
	max-width:500px;
	width:100%;
	font-size:20px;
	background:#fff;
	padding:12px 20px;
	height:60px;
	border-radius:5px;
	margin-right:10px
}
.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, #E65504, #ef6e25, #f1722b, #f16517);
   /* 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:100px
}
.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 {
    margin-left: 20px;
    background: #E65504;
    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 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: 8px;
    padding: 20px;
    text-align: center;
}
.index_notice ul li:last-child {
	margin-right: 0;
}

.index_notice ul li img{
	width:100%;
	max-width:200px;
}




footer{
	background: #fff;
    color: #666;
    padding: 25px 0 30px;
    text-align: center;
    border-top: 1px solid #ddd;
}
footer.sub_foot{
	margin-top:150px;
}
footer .foot_info ul li{
	display:inline-block;
	font-size:14px;
}
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 .foot_info .copy{
	padding-top:15px;
	font-size:16px;
}
/*sub*/
.sub_lnb .visual_box{
	background:#E65504;
}
.sub_lnb .visual_box.on {
	background:#E65504
}
.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:#E65504
}

.sub_wrap .sub_tit{
	padding:60px 0 40px;
	text-align:center;
}
.sub_wrap .sub_tit h3{
	display:inline-block;
	font-size:40px;
	letter-spacing:-0.06em;
	color:#444;
}
.sub_wrap .sub_tit h3:after{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#E65504;
	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: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:#E65504
}

.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:#E65504
}
.board_row_readonly .txt {
	padding:30px 15px
}


/*********** signup_01    회원가입 이용약관 ************/


.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;
}
.signup_agree #check_total + label img {
	display:block;
	position:absolute;
	left:35px;
	top:50%;
	transform:translateY(-50%)
}

.signup_agree #check_total:checked + label {
	background:#E65504;
	color:white;
	border:1px solid #E65504;
}
.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:#E65504;
	color:white;
	border:1px solid #E65504;
}
.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:#E65504;
	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: #E65504;
    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:#E65504;
	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:#E65504;
	color:white;
	border:1px solid #E65504;
}
.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
}
.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:#E65504;
	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_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
}
.board_box .add .no {
	border:1px solid #ddd;
	color:#888
}


.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 #E65504;
	background:#E65504;
}
.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:#E65504;
	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);
	}
}


/* 추가 */
.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;
}
.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;
}
.btmbg_banner_right a {
	color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
}
.btn_st_color a {
    background: #E65504 !important;
	color: #fff !important;
}