@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/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: 600;
}
@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: 700;
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src:url('../fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
	src: /*url('../fonts/AppleSDGothicNeoH.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoH.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoH.woff') format('woff');
	font-weight: 800;
}
/*어그로체*/
@import url('https://webfontworld.github.io/sandbox/SBAggro.css');
@font-face {
	font-family: 'SBAggro';
	font-weight: 300;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'SBAggro';
	font-weight: 500;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.ttf') format("truetype");
	font-display: swap;
}
@font-face {
	font-family: 'SBAggro';
	font-weight: 700;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot');
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot?#iefix') format('embedded-opentype'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff2') format('woff2'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.woff') format('woff'),
	url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.ttf') format("truetype");
	font-display: swap;
}

*{
	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{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
	font-weight:400;
	letter-spacing: -1px;
	font-style: normal;
	line-height: 1.4;
	color:#000;
}
.aggro{
	font-family:'SBAggro',sans-serif !important;
	color:#000;
}
#loading {
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #000;
	z-index: 99;
	text-align: center;
	margin-left: -50px;
	margin-top: -50px;
	border-radius: 10px;
	overflow: hidden;
}

#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%;
	z-index: 100;
	margin-left: -32px;
	margin-top: -32px;
}

#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;
}

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;}

/*main_common*/
.inner{
	width: 100%;
	max-width:1230px;
	margin:0 auto;
	/* padding:0 15px; */
}

/******************************** header *******************************/

header {
	position: relative;
	width: 1230px;
	height: 80px;
    margin: 0 auto;
	line-height: 80px;
}
header nav {
	display:flex;
	align-items: center;
	height: 80px;
}
header nav h1 a{
	display: block;
}
header .header_right {
	position: absolute;
	top: 27%;
	right: 0;
	width: 7.6%;
}
header .header_right a {
	display: block;
}
header nav ul {
	display:flex;
	align-items: center;
}
header nav ul li {
	margin-left: 35px;
	margin-top: 5px;
}
header nav ul li a {
	font-size: 20.21px;
	color: #5a5a5a;
	font-weight: 400;
	letter-spacing: -0.02em;
	display: block;
	letter-spacing: 5px;
}
h1 {
	margin-right: 35px;
}
header nav ul li:hover a , header nav ul li.on a {
	color: #1d9ff0;
}



/******************************** main *******************************/

.main {
	padding: 6% 0 0;
}
.main01 {
	display:flex;
	justify-content: space-between ;
	align-items: center;
	margin-bottom: 2% ;
	max-width:1200px
}
.main img {
	max-width: 100%;
}
.main01 > div.main01_left {
	width: 42.94%
}
.main01 > div.main01_right {
	width: 54.352941%
}
.main01_left > div + div {
	margin-top: 16%
}

.main02 {
	/*background: url("../images/main02_bg.png") no-repeat;*/
	/*background-size: cover;*/
	/*height: 844px;*/
	position: relative;
}
.main02 .main02_img , .main02 .main02_img img{
	width: 100%;
}
.main02 div.inner {
	position: absolute;
	max-width: 1642px;
	top: 55%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 85.52%;
}
/*.main02 div.inner{*/
/*	text-align: center;*/
/*	font-size:42.98px;*/
/*	color: #fff;*/
/*	left: -0.025em;*/
/*	font-weight: 600;*/
/*	position: absolute;*/
/*	top: 55%;*/
/*	left: 0 ;*/
/*	word-break: keep-all;*/
/*}*/
.main02 div span {
	display: block;
}
.main03 {
	padding: 10% 0;
}
.mainline {
	box-shadow: 7px 11px 46px 0px rgba(6, 0, 1, 0.11);
	overflow: hidden;
}
.main03tt {
	text-align: center;
	margin-bottom: 9%;
}
.main03tt img {
	width: 56.5625%;
	max-width: 100%;
}
.main03 ul {
	display:flex;
	justify-content: space-between ;
	align-items: center;
	flex-wrap: wrap;
}

/* .main03 ul::after {content:"";display:block;clear:both} */
.main03 ul li {
	width: 33.333%;
	text-align: center;
	padding: 2.5% 5%;
	position: relative;
}
.main03 ul li img {
	max-width: 100%;
}
.main03 ul li:after {
	content:"";
	display: block;
	position: absolute;
	background: #d1d1d1;
	width: 3px;
	height: 85%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.main03 ul li:nth-child(3n):after {
	display: none;
}
.main03 ul li b {
	height: 115px;
	font-size: 42px;
	color: #000;
	display: block;
	margin-top: 30px;
	line-height: 1.2;
}

.main03 ul li b span {
	color: #1da1f2;
}
.main03 ul li p {
	font-size: 29.5px;
	margin-top: 50px;
}

.main03 ul li .inner_b{
	padding-top: 30px;
}

b,p {
	word-break: keep-all;
}
.main04 .inner {
	padding: 12% 15px 15%;
	position: relative;
	max-width: 1230px;
}
.main04tt {
	position: absolute;
	font-size: 70px;
	color: #1da1f2;
	left: 15px;
	top: 18%;
	line-height: 1.2;
}
.main04tt {
	width: 37.6875%
}
.main04tt b {
	display: block;
	color: #5f5f5f;
}
.main04tt b span {
	color: #1da1f2;
}
.main04con {
	position: relative;
}
.main04 ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.main04 ul li {
	position: absolute;
	font-family:'SBAggro',sans-serif !important;
	font-weight: 300;
	color: #697073;
	text-align: center;
	max-width: 300px;
	word-break: keep-all;
	font-size: 29px;
	line-height: 1.2;
}
.main04 ul li{
	width: 17.7%;
	max-width: 301px;
}
.main04 ul li:nth-child(1) {
	top: 22%;
	right: 23.5%;
}
.main04 ul li:nth-child(2) {
	top: 22%;
	right: 3%;
}
.main04 ul li:nth-child(3) {
	top: 106%;
	left: 2.3%;
}
.main04 ul li:nth-child(4) {
	top: 106%;
	left: 24.1%;
}
.main04 ul li:nth-child(5) {
	top: 106%;
	left: 45.7%;
}
.main04 ul li:nth-child(6) {
	top: 106%;
	left: 69.3%;
}
.main05 {
	padding: 8.5% 0 10%
}
.main05tt {
	text-align: right;
	color: #5d5d5d;
	font-size: 70px;
	margin-bottom: 8.2%;
}
.main05tt span {
	color: #1da1f2;
	font-weight: 600;
}
.main06 {
	padding: 10% 0;
}
/*.main06tt {*/
/*	font-size: 125px;*/
/*	color: #4e4e4e;*/
/*	text-align: center;*/
/*	line-height: 1.2;*/

/*}*/
.main06tt {
	width: 55%;
	margin: 0 auto 5%;
	text-align: center;
}
.main06tt span {
	color: #1da1f2;
}
.main06tt b {
	display: block;
	font-weight: 700;
}
/*.main06con {*/
/*	white-space: pre-line;*/
/*	word-break: keep-all;*/
/*	font-size: 37px;*/
/*	color: #697073;*/
/*	font-weight: 500;*/
/*	text-align: center;*/

/*}*/
.main06con {
	text-align: center;
}
.main06con img {
	width: 47.2916%;
	max-width: 908px;
}

/******************************** footer *******************************/


footer {
	background: #ebebeb;
}
footer {
	/* padding: 30px 0 30px; */
	position: relative;
}
.footer01 {
	display:flex;
	justify-content: space-between ;
	align-items: center;
	position: relative;
}
.footer01 h2 {
	width: 10.3645%;
	min-width: 120px;
}
.footer01 h2 a{
	display: block;
}
.footer01 ul{
	/* position: absolute;
	    right: 300px; */
}
.footer01 ul li {
	display: inline-block;
}
.footer01 ul li + li {
	margin-left: 70px;
}
.footer01 ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.58);
}
/* .footer02 {
	padding: 30px 0;
} */
.footer02 span {
	display: block;
	font-size: 14px;
	color: rgba(0,0,0,0.58);
	margin-bottom: 5px
}
.footer02 div {
	font-size: 14px;
	color: rgba(0,0,0,0.58);
}
.footer_bnt{float: left; margin-right: 5px;}
.footer03 {
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,0.58);
	padding-top: 5px;
}
.appdown {
	/* position: absolute;
	bottom: 0;
	right: 0;
	width: 21.8229%;
	min-width: 120px; */
	width: 10%;
	float: right;
	text-align: right;
	position: absolute;
    right: 0;
	bottom: 0;
}
.appdown a{
	display: block;
    width: 100%;
}
.inner_footer{
	float: left;
    width: 85%;
}
footer .inner{position: relative; padding: 10px 0;}
footer .inner::after {content:"";display:block;clear:both}



/******************************** about us *******************************/


.au_banner {
	background: url("../images/aboutus_banner.png") no-repeat;
	background-size: cover;
	height: 670px;
	background-position: center;
}
.au_con {
	padding: 100px 0;
	max-width: 990px;
	width: 100%;
	margin:0 auto;
}
.autt span{
	font-size: 20px;
	color: #0baae5;
}
.autt b {
	font-size: 40px;
	margin-bottom: 40px;
	display: block;
}
.autxt {
	font-size: 20px;
	margin-bottom: 60px;
	white-space: pre-line;
	word-break: keep-all;
}

/******************************** service *******************************/

.s_banner {
	/* background: url("../images/aboutus_banner.png") no-repeat; */
	background: url("../images/aboutus_banner1.png") no-repeat;
	background-size: cover;
	height: 670px;
	background-position: center;
}
.s_banner1{
	background: url("../images/aboutus_banner2.png") no-repeat;
	background-size: cover;
	height: 670px;
	background-position: center;
}
.s_con {
	max-width: 1110px;
	padding: 5% 0 5%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.s_phone {
	position: relative;
}
.s_phone ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.s_phone ul li {
	position: absolute;
	width: 17.777%;
	min-width:100px
}
.s_phone ul li:nth-child(1) {
	top: 0;
	left: 4.9295%;
}
.s_phone ul li:nth-child(2) {
	top: 25%;
	right: 0;
}
.s_phone ul li:nth-child(3) {
	top: 57.47663%;
	left: 0
}
.s_phone ul li:nth-child(4) {
	bottom: 2.57%;
	left: 27.0422%;
}
img {
	max-width: 100%;
}
.stt {
	margin: 100px 15px 30px;
}
.stt img {
	width: 25.74%;
	max-width: 440px;
}
.stt_img{
	width: 35.74% !important;
	max-width: 440px;
}
/* .servicecon > div {
	margin-bottom: 15%
} */


/******************************** service2 *******************************/

.service2 .s_con {
	/*padding: 70px 15px 50px;*/
	padding: 100px 15px 100px;
}
.ceotop {
	max-width: 950px;
	margin: 0 auto;
}
/* .ceotop01 {
	white-space: pre-line;
	word-break: keep-all;
	font-size: 20px;
	text-align: left;
	letter-spacing: -0.025em;
} */
.ceotop02 {
	display:flex;
	justify-content: space-between ;
	margin: 13.5% auto;
	max-width: 750px;
}
.ceotop02 > div:last-child {
	width: 15.6%;
}
.ceotop02 > div:not(:last-child) {
	width: 21.0666%;
}
.service2 .s_phone {
	margin-top: 100px;
}

.service2 .s_phone ul li:nth-child(1) {
	top: 0;
	left: 26.2751%;
}
.service2 .s_phone ul li:nth-child(2) {
	top: 9.4786%;
	right: 2%;
}
.service2 .s_phone ul li:nth-child(3) {
	bottom: 21.327%;
	left: 0
}
.service2 .s_phone ul li:nth-child(4) {
	bottom: 1%;
	right: 10.8191%;
}


/**************************** modal ******************************/

.modalbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
}

.modal {
	background: #FFFFFF;
	border-radius: 10px;
	max-width: 1055px;
	width: 90%;
	max-height: 800px;
	height: 50%;
	position: fixed;
	top: -200%;
	left: 50%;
	transform:translate(-50%,-50%);
	padding:15px 30px;
}
.modal .modaltt {
	padding:15px;
	position: relative;
	text-align: center;
	
}
.modal .modaltt b {
	font-size:24px;
	color: #0BAAE5;
}
.modal .modaltt span {
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.sroll {
	overflow-y: auto;
	font-size:14px;
	white-space: pre-line;
	word-break: keep-all;
	height: calc(100% - 94px);
}


.modal.on {
	transition: 0.5s;
	top: 50%;
}

/*로그인*/

.login_box{
   width: 100%;
    position: relative;
    padding-top: 100px;
    text-align: center;
}
.login_box .login_top{
    margin-bottom:25px;
}
.login_box .login_top h1{
    padding-bottom:35px;
}
.login_box .login_top p{
    font-size:24px;
    color:#323244;
    letter-spacing:-0.05em;
}
.login_box form .input_box{
    width: 370px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.login_box form .input_box input{
    border:1px solid #d0d8de;
    height:53px;
    background:#fff;
    display:block;
    width:100%;
    border-radius:5px;
    padding:0 15px;
}
.login_box form .input_box input::placeholder{
    font-size:16px;
    letter-spacing:-0.025em;
    color:rgba(50,50,68,0.5);
}
.login_box form .login_bt{
    width: 370px;
    margin: 0 auto;
}
.login_box form .login_bt a{
    width:100%;
    height: 53px;
    background:#FE9B36;
    color:#fff;
    font-size:20px;
    font-weight: 600;
    letter-spacing:-0.05em;
    display:block;
    /* border:1px solid #00cccc; */
    padding:10px 0;
    border-radius:5px;
}
.main_list{
	position: relative;
}
.main_list .main_h{
    width:100%;
    background:#fff;
    padding:15px 0;
    border-bottom:1px solid #d0d8de;
}
.inner{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.main_list .main_h > div:after{
    content:"";
    display:block;
    clear:both;
}
.main_list .main_h h1{
    float:left;
    margin-top:5px;
}
.main_list .main_h h1 a{
    display:block;
}
.main_list .main_h h1 a img{
    display:block;
    width:160px;
}
.main_list .main_h .user_info{
    float:right;
    position:relative;
    display:table;
    width:170px;
    cursor:pointer;
}
.main_list .main_h .user_info > div{
    display:table-cell;
}
.main_list .main_h .user_info .user_bt{
    /* display:block; */
    position: absolute;
    left: 0;
    top:100%;
    border:1px solid #d0d8de;
    margin-top:5px;
    width:100%;
    border-radius:5px;
    overflow:hidden;
    background:#fff;
    display:none;
}
.main_list .main_h .user_info .user_bt.on{
    display:block;
}
.main_list .main_h .user_info .user_bt a{
    display:block;
    padding:15px 0;
    font-size:16px;
    letter-spacing:-0.025em;
    color:#29304d;
    text-align:center;
}
.main_list .main_h .user_info .user_icon{
	display:block;
    width:45px;
    height:45px;
    border-radius:50%;
    overflow:hidden;
}
.main_list .main_h .user_info .user_name{
    padding-left:15px;
    padding-right:15px;
}
.main_list .main_h .user_info .arrow_s{
	display:block;
	width: 10px;
}
.main_list .main_h .user_info .user_name .name_tit{
    font-size:16px;
    color:#2a2a31;
}
.main_list .main_h .user_info .user_name .name_id{
    font-size:15px;
    color:#a4a4a4;
}
.main_list .main_h .user_info .user_arrow img{
    vertical-align: baseline;
}
.main_box{
    padding-top:30px;
}
.main_box .main_top{
    position:relative;
    overflow: hidden;
}
.main_box .main_top:after {content:"";display:block;clear:both}

.main_box .main_top h2{
    font-size:24px;
    letter-spacing:-0.05em;
    color:#323244;
    padding-bottom:15px;
}
.main_box .main_top > ul {
    float: left;
}
.main_box .main_top > ul li{
    font-size:16px;
    letter-spacing:-0.05em;
    color:#323244;
}
/* .main_box .main_top > ul > li:first-child{
	padding-bottom:5px;
} */
.main_box .main_top .main_bt{
    float: right;
    /* position:absolute;
    right:0;
    bottom:0;
    z-index:1; */
}
.main_box .main_top .main_bt ul li{
    display:inline-block;
    border-radius:5px;
}
.main_box .main_top .main_bt ul li a{
    display:block;
    font-size:16px;
    padding:8px 0;
    text-align:center;
}
.main_box .main_top .main_bt ul li:first-child{
    border:1px solid #FE9B36;
    margin-right:15px;
    width:130px;
}
.main_box .main_top .main_bt ul li:first-child a{
    color:#FE9B36;
    background-color: #fff;
    border-radius: 5px;
}
.main_box .main_top .main_bt ul li:last-child {
    border:1px solid #d0d8de;
    width:80px;
}
.main_box .main_top .main_bt ul li:last-child a{
    color:#292e49;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.main_box .main_top .main_bt ul li img{
    display:inline-block;
    padding-left:5px;
    vertical-align: baseline;
}
.main_box .main_mid{
    margin-top:25px;
}
.main_box .list_box table{
    width:100%;
    border-top:1px solid #272c41;
    border-collapse: collapse;
}
.main_box .list_box input[type="checkbox"] {
    display:none;
}
.main_box .list_box input[type="checkbox"] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/check_off.png) center no-repeat;
    cursor:pointer;
    border: 1px solid #E5EAED;
    border-radius: 6px;
}
.main_box .list_box input[type="checkbox"]:checked + label span {
    background:url(../images/check_on.png) center no-repeat;
    background-color: #FE9B36;
    border: 0;
}
.main_box .list_box table .ta_check,table .ta_num{
    width:70px;
}
.main_box .list_box table td{
    text-align:center;
}
.main_box .list_box table .ta_time{
    width:210px;
}
.main_box .list_box table .ta_file{
    width:100px;
    cursor:pointer;
}
.main_box .list_box table th,.main_box .list_box table td{
    font-size:16px;
    color:#292e49;
    padding:15px 0;
}
.main_box .list_box table th{
    font-weight:400;
}
.main_box .list_box table td{
    font-weight:300;
}
.main_box .list_box table tr{
    border-bottom:1px solid #d0d8de;
    background-color: #fff;
}
.main_box .list_box table .ta_txt{
    text-align:left;
}
.main_box .list_box table .list_con{
    display:none;
}
.main_box .list_box table .list_con td{
    text-align:left;
    padding:30px;
    background:#eef2f2;
}
.main_box .list_box table .list_con td .file_info{
    font-size:16px;
    color:#292e49;
    padding-bottom:20px;
}
.main_box .list_box table .list_con td .file_txt{
    font-size:16px;
    color:#323244;
}
.main_box .list_box table .arrow_s img{
    vertical-align:-5px;
}
.list_print{
    cursor:pointer;
}
.list_print.on .arrow_s img{
    transform:rotateX(180deg);
}
.file_dt {
    background-color: #EEF2F2;
    padding: 30px;
    font-size: 16px;
    line-height: 2;
}
.file_dt div {
    text-align: left;
    padding: 0 20px;
}
.ta_info {
    width: 525px;
}
.dropdown {
    position: relative;
}
.dropdown > a {
    width: 30px;
    height: 30px;
    background: url(/Form/_guest/basic/images/icon_dropdown.png) center no-repeat;
    display: block;
    /* position: absolute;
    left: -80px;
    transform: translate(-50%, -50%); */
}
.print {
    position: relative;
}
.print > a {
    width: 30px;
    height: 35px;
    background: url(../images/icon_print.png) center no-repeat;
    display: block;
    /* position: absolute;
    left: -30px;
    transform: translate(-50%, -50%); */
}
.tdinfo {
    display: none;
}
.add_content.on {
    display: block;
    position: relative;
    transform: rotate(180deg);
    /* transition: 0.3s; */
}

/*로그인 리스트 모달*/
#modal{
    display:none;
    position:fixed;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    z-index:10
}
.modal-con{
    display:none;
    position:fixed;
    top:50%; left:50%;
    transform: translate(-50%,-50%);
    max-width: fit-content;
    width:100%;
    background:#fff;
    z-index:20;
    border-radius:10px;
    max-height: 760px;
    overflow-y:auto;
}
.modal-con .title{
    position:relative;
    text-align:center;
    padding:15px 0;
    background:#f6f7f8;
}
.modal-con .title span{
    display:inline-block;
    font-size:32px;
    letter-spacing:-0.05em;
}
.modal-con .con{
    padding: 25px;
}
.modal_bot{
    margin-top:50px;
}
.modal-con .close{
    position:absolute;
    right:15px;
    top:15px;
}
.guide_float:after {content:"";display:block;clear:both}
.guide_float {
    overflow: hidden;
}
.guide_float div {
    text-align: center;
}
.warning {
    margin-bottom: 25px;
}
.guide_01_1 {
    margin-bottom: 20px;
}
.guide_01_2 div:first-child {
    margin-right: 15px;
}
.guide_01_2 div:first-child img {
    border: 1px solid #D0D8DE;
    border-radius: 10px;
}
.guide_01_2 div:last-child {
    padding: 10px;
}
.guide_01, .guide_02 {
    margin-bottom: 60px;
}
.guide_02 div:first-child {
    margin-bottom: 30px;
}
.guide_02 div:nth-of-type(2) {
    margin-bottom: 20px;
}
.guide_02 div:nth-of-type(2) img {
    border: 1px solid #D0D8DE;
    border-radius: 10px;
}
.guide_03 {
    margin-bottom: 30px;
}
.guide_03_1 {
    margin-bottom: 25px;
}
.guide_03_2 div:last-child {
    padding-top: 30px;
}
.con_bot {
    padding: 30px 0;
    text-align: center;
}
.close_bt {
    border: 1px solid #D0D8DE;
    background-color: #FE9B36;
	border-radius: 5px;
    padding: 10px 55px;
	color: #fff;
}




















