@charset "utf-8";

:root {
	--swiper-theme-color: #fff;

	--color-white:#ffffff;
    --color-main01:#B8084D;
    --color-main02: #FF0C51;
    --color-main03: #1B389E;
    --color-main04: #3760EE;

    --color-black01:#262626;
	--color-black02:#393939;
	--color-black03:#4F4F4F;
	--color-black04:#1D1D1D;
    --color-line: #CBCBCB;
    --color-table: #404040;
    --color-tcolor: #F4F4F4;

}

::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #999;
}

body {
	min-width: 320px; 
	font-family: "NotoSansKR", sans-serif;
	font-size: 14px;
}
/* body.fixed {
	overflow-y: hidden;
} */
.wrapper{position: relative;}

/* intro*/
.intro{ 
	height: 100vh;
	background-color: #050318;
	text-align: center;
	padding: 0 15px 0 15px;
	background: url("/images/backimg.jpg");
    background-size:cover;
}
.intro-flex{ 
   padding-top:200px;
	display: flex;
	flex-direction: column;
    align-items: center;
}
@media screen and (width: 320px) {
.intro-flex{ 
   padding-top:180px;

}
}

@media screen and (width: 412px) {
.intro-flex{ 
   padding-top:340px;

}
}

/* .header */
.header {height: 60px;}
.header .top {
    background-color: #050318;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	height: 60px;
	padding: 0 15px;
	width: 100%;
	/* height: 6px; */
	border-bottom: 1px solid #01247E;
	box-sizing: border-box;
}
.header .top .logo {
	max-width: 100px;
}
.header .top .logo a{
	font-family: "MASQUE", sans-serif; 	
	font-size: 16px; 
	color:#FFF;
}
.header .top .tab01 {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/top_btn02.png) no-repeat 0 0;
	background-size: 100%;
}

.header .top .tab02 {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/top_btn01.png) no-repeat 0 0;
	background-size: 100%;
}

.header .bottom_bar {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #f2f2f2;
}
.header .bottom_bar ul {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.header .bottom_bar ul li a img {
	width: 50px;
}
.mobile {
	position: fixed;
	right: -85%;
	top: 0;
	z-index: 1000;
	width: 85%;
	height: 100vh;
	background-color: #fff;
	transition: right 0.3s;
}
.mobile.active {background: #0f0d25;
	right: 0;
}
.mobile .inner {
padding: 20px 25px;
    height: 60px;
    background-color: #E91E63;
    box-sizing: border-box;
}
.mobile .inner .top {
	display: flex;
	justify-content: space-between;
}
.mobile .inner .top .info {
	color: #fff;
}
.mobile .inner .icon ul {
	display: flex;
	gap: 25px;
}
.mobile .inner .icon ul li {
	width: 20px;
}
.mobile .inner .find {
	padding-top: 40px;
}
.mobile .inner .find ul {
	display: flex;
	gap: 22px;
}
.mobile .inner .find ul li a {
	color: #fff;
}
.mobile .title {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.mobile .title dt {
	font-weight: 600;
}
.mobile .title dd {
	padding-top: 10px;
	line-height: 1.5; 
}
.gnb {
    background: #0f0d25;
    padding: 0 25px;
}
.gnb ul {
	/* margin: 30px 0; */
	height: calc(100vh - 295px); 
	overflow-y: auto;
}
.gnb ul li {
	border-bottom: 1px solid #01247E;
}
.gnb ul li a {
    font-size: 15px;
	display: block;
    padding: 18px 0;
    line-height: 1.8;
    align-content: center;
    vertical-align: middle;
    color: #fff;
}
/* .gnb ul > li:nth-child(1) a {
	color: #7700D2; */
}
.dim {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.6);
}
.dim.active {
	display: block;
}




/* .content1 */
.content1 {
   height: 100vh;
	padding: 0px 30px 50px 30px;
}

.content1 h2 {
	position: relative;
	padding: 70px 0 0 0;
	font-size: 1.2em;
	font-weight: 500;
}

.logbox{
	display: flex;
	width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.bagic-input{margin-bottom: 10px;}
.bagic-input>span{display:block; font-size: 13px; padding:0 0 5px 0; color: #444444;}
.findbox>span
{display:block; width: 100%; font-size: 13px; padding:0 0 5px 0; color: #444444;}

.bagic-input>input[type="text"],
.bagic-input>input[type="password"] {
    height: 42px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
}

.findbox{display: flex; justify-content: space-between;}


.bagic-input2{width: 100%;z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bagic-input2>span{
    display: inline-block;
    font-size: 13px;
    width: 25%;
   /*  padding: 0 0 5px 0; */
    color: #fff;
}

.bagic-input>input[type="text"],
.bagic-input>input[type="password"] {
    height: 42px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
}

.bagic-input3 {
    display: flex;
    /* margin-bottom: 15px; */
    flex-direction: row;
    flex-wrap: wrap;
}


/* .content2*/
.content2 {    background-color: #050318;
    height: 100vh;
	padding: 0px 30px 50px 30px;
}

.content2 h2 {
    color:#ff2f6a;
	position: relative;
	padding: 15px 0 0 0;
	font-size: 1.4em;
	font-weight: 600;
}



.divider {
    height: 1px;
    background: #ddd;
    margin: 10px 0 25px 0;
}

@media (max-width: 720px) {
    .divider {
        margin: 0px 0 5px 0;
    }
}

.sk-box {
	box-sizing: border-box;
    width: 100%;
    padding: 13px;
	font-size: 14px;
	font-weight: 400;
    height: 154px;
    overflow-y: auto;
    background-color: #f3f3f3;
    border-top: 2px solid #404040;
}


.chkbox{position: absolute; left: 40px; height: 40px; text-align:left;}
.chkbox2{left: 40px; height: 40px; text-align:left;}
.chkbox3{left: 40px; height: 40px; text-align:left;}
/* .cntr{position:absolute; top:-5px; left:40px;} */


/* 체크박스1 스타일 */
.label-cbx{user-select:none;cursor:pointer;margin-bottom:0}
.label-cbx input:checked+.checkbox{border-color:#actual-html-code7700D2;}
.label-cbx input:checked+.checkbox svg path{fill:#7700D2;}
.label-cbx input:checked+.checkbox svg polyline{stroke-dashoffset:0}
.label-cbx:hover .checkbox svg path{stroke-dashoffset:0}
.label-cbx .checkbox{
position:relative; top:2px; float:left; margin-right:8px;
width:20px; height:20px; border:2px solid #c8ccd4;border-radius:3px;}
.label-cbx .checkbox svg{position:absolute;top:-2px;left:-2px}
.label-cbx .checkbox svg path{
fill:none; stroke:#b8084d; stroke-width:2;
stroke-linecap:round; stroke-linejoin:round;
stroke-dasharray:71px; stroke-dashoffset:71px;
transition:all .6s ease
}
.label-cbx .checkbox svg polyline{
fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;
stroke-linejoin:round;stroke-dasharray:18px;
stroke-dashoffset:18px;transition:all .3s ease
}
.label-cbx>span{
    pointer-events: none;
    display: inline-block;
    position: relative;
    top: 0px;
	font-size: 13px;
    vertical-align: middle;
}
.invisible{position:absolute; z-index:-1; width:0; height:0; opacity:0}

/* 체크박스2 스타일 */
.label-cbx2{user-select:none;cursor:pointer;margin-bottom:0}
.label-cbx2 input:checked+.checkbox{border-color:#b8084d;}
.label-cbx2 input:checked+.checkbox svg path{fill:#b8084d;}
.label-cbx2 input:checked+.checkbox svg polyline{stroke-dashoffset:0}
.label-cbx2:hover .checkbox svg path{stroke-dashoffset:0}
.label-cbx2 .checkbox{
position:relative; top:2px; float:left; margin-right:8px;
width:20px; height:20px; border:2px solid #c8ccd4;border-radius:3px;}
.label-cbx2 .checkbox svg{position:absolute;top:-2px;left:-2px}
.label-cbx2 .checkbox svg path{
fill:none; stroke:#b8084d; stroke-width:2;
stroke-linecap:round; stroke-linejoin:round;
stroke-dasharray:71px; stroke-dashoffset:71px;
transition:all .6s ease
}
.label-cbx2 .checkbox svg polyline{
fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;
stroke-linejoin:round;stroke-dasharray:18px;
stroke-dashoffset:18px;transition:all .3s ease
}
.label-cbx2>span{
    pointer-events: none;
    display: inline-block;
    position: relative;
    top: 0px;
	font-size: 13px;
    vertical-align: middle;
}



/* 체크박스3 스타일 */
.label-cbx3{user-select:none;cursor:pointer;margin-bottom:0}
.label-cbx3 input:checked+.checkbox{border-color:#b8084d;}
.label-cbx3 input:checked+.checkbox svg path{fill:#b8084d;}
.label-cbx3 input:checked+.checkbox svg polyline{stroke-dashoffset:0}
.label-cbx3:hover .checkbox svg path{stroke-dashoffset:0}
.label-cbx3 .checkbox{
position:relative; top:2px; float:left; margin-right:8px;
width:20px; height:20px; border:2px solid #c8ccd4;border-radius:3px;}
.label-cbx3 .checkbox svg{position:absolute;top:-2px;left:-2px}
.label-cbx3 .checkbox svg path{
fill:none; stroke:#b8084d; stroke-width:2;
stroke-linecap:round; stroke-linejoin:round;
stroke-dasharray:71px; stroke-dashoffset:71px;
transition:all .6s ease
}
.label-cbx3 .checkbox svg polyline{
fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;
stroke-linejoin:round;stroke-dasharray:18px;
stroke-dashoffset:18px;transition:all .3s ease
}
.label-cbx3>span{
    pointer-events: none;
    display: inline-block;
    position: relative;
    top: 0px;
	font-size: 13px;
    vertical-align: middle;
}


.redstar{
	display: inline-block;
	color:red;
	font-weight: 600;
	position: relative;
	top:3px;
	font-size: 15px;
}


footer {
	position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
	font-size: 12px;
	color: #202020;
    align-content: center;
    /* padding: 10px 0px; */
	/* border-top: 1px solid var(--color-line);  ; */
    background-color:#000518;
	text-align: center;
}


/* #footer 
#footer {
	position: absolute;
    width: 100%;
    bottom: 50px;
    height: 40px;
    align-content: center;
    /* padding: 10px 0px; 
    background-color: #333;
}
#footer .menu ul {
	display: flex;
	gap: 15px;
	margin-left: 30px;
}
#footer .menu ul li a {
	display: block;
	font-size: 0.875em;
	white-space: nowrap;
	color: #b1b1b1;
}
#footer .copyright {
	padding-top: 22px;
	line-height: 1.875;
	font-size: 0.875em;
	color: #b1b1b1;
}
#footer .copyright .br2 {
	display: none;
}
#footer .ft_logo {
	margin-top: 30px;
} */


	.mainbox22 {width: 100%;}
	.mainbox22 ul{display: flex;
    width: 100%;flex-wrap: wrap;
    align-items: center;}
    .mainbox22 li{display:inline;}
	.mainbox22 li:nth-child(1){width:24%; color:#fff;}
	.mainbox22 li:nth-child(2){display: flex;width: 75%;justify-content: flex-end;}

/* 롤링배너 */
/* responsive */
@media only screen and (orientation: landscape) {
	.mobile .title {
		display: none;
	}
	.gnb ul {
		height: calc(100vh - 160px);
	}
	#main_slider .swiper-container {
		height: 90vh;
	}
}
@media only screen and (orientation: portrait) {
	.mobile .title {
		display: block;
	}
	.gnb ul {
		height: calc(100vh - 295px);
	}
	#main_slider .swiper-container {
		height: 44vh;
	}
}
@media only screen and (max-width: 480px) {
	#footer .copyright .br1 {
		display: none;
	}
	#footer .copyright .br2 {
		display: inline-block;
	}
}



.table6_1 table {
	width:100%;
	margin:15px 0;
	border:0;
}

.table6_1 tr:first-child {
	border-top:	2px solid #000 ;
}
.table6_1 th {
	color:#000000
}


.table6_1,.table6_1 th,.table6_1 td {
	font-size:0.95em;
	text-align:left;
	padding:8px 10px;
	border-collapse:collapse;
}


.table6_1 th,.table6_1 td {
	border: 1px solid #acacac;
	border-width:1px 0 1px 0
}
.table6_1 tr {
	border: 1px solid #ffffff;
}



.drive{width:100%; display:block; height:1px; background:#0b2eb4;}




/* 버튼 */
.basic-btn{
	height: 40px;
	font-size: 14px;
	text-align: center;
	align-content: center;
	border-radius:3px ;
	display: block; 
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	-ms-border-radius:3px ;
	-o-border-radius:3px ;
   }

.half-btn{
	width: 48.5%;
	display: inline-block; 
	height: 40px;
	font-size: 14px;
	text-align: center;
	align-content: center;
	border-radius:3px ;
   }

.btn-jb{ 
	width: 29%;
	text-align: center;
	box-sizing: border-box;
	float: right;
	display: inline-block; 
	height: 42px; 
	font-size: 13px;
	align-content: center;
	border: 1px solid #333;  
	vertical-align: top; 
	border-radius:3px ; 
	-webkit-border-radius:3px ; 
	-moz-border-radius:3px ; 
	-ms-border-radius:3px ; 
	-o-border-radius:3px ;
}
.btn-jb2{ 
width: 32%;
    margin-left: 10px;
    text-align: center;
    box-sizing: border-box;
    float: right;
    padding: px 10px;
    background: #E91E63;
    color: #fff !important;
    display: inline-block;
    height: 38px;
    font-size: 13px;
    align-content: center;
    border: 1px solid #ff3f80;
    vertical-align: top;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.main01{	
	background-color: var(--color-main01);
	color: var(--color-white) !important;
	border: 1px solid  var(--color-main02);
}
.main01:hover{	
	background-color: #880035;
	color: var(--color-white) !important;
	border: 1px solid #ba0035;
}

.main02{	
	background-color: var(--color-main03);
	color: var(--color-white) !important;
	border: 1px solid  var(--color-main04);
}
.main02:hover{	
	background-color: #7a0332;
	color: var(--color-white) !important;
	border: 1px solid #a2002e;
}


.white01{	
	background-color: var(--color-white) ;
	border: 1px solid  #666666;
}
   

.white01:hover{	
	background-color: #8d8d8d ;
	border: 1px solid  #666666;
}

.black01{	
	background-color: var(--color-black03) ;
	border: 1px solid  #767373;
	color: var(--color-white) !important;
}
   

.black01:hover{	
	background-color: #8d8d8d ;
	border: 1px solid  #767373;
}

.black02{	
	background-color: var(--color-black04) ;
	border: 1px solid  #414141;
	color: var(--color-white) !important;
}
   

.black02:hover{	
	background-color: #8d8d8d ;
	border: 1px solid  #767373;
}


.rdo{width: 100%;
    display: flex;
    flex-direction: row;
}
 .radio {    color: #fff; width: 35%;
	 margin: 0.5rem;
}
 .radio input[type="radio"] {
	 position: absolute;
	 opacity: 0;
}
 .radio input[type="radio"] + .radio-label:before {
	 content: '';
	 background: #f4f4f4;
	 border-radius: 100%;
	 border: 1px solid #b4b4b4;
	 display: inline-block;
	 width: 1.4em;
	 height: 1.4em;
	 position: relative;
	 top: 0em;
	 margin-right: 1em;
	 vertical-align: top;
	 cursor: pointer;
	 text-align: center;
	 transition: all 250ms ease;
}
 .radio input[type="radio"]:checked + .radio-label:before {
	 background-color: #e91e63;
	 box-shadow: inset 0 0 0 4px #f4f4f4;
}
 .radio input[type="radio"]:focus + .radio-label:before {
	 outline: none;
	 border-color: #e91e63;
}
 .radio input[type="radio"]:disabled + .radio-label:before {
	 box-shadow: inset 0 0 0 4px #f4f4f4;
	 border-color: #b4b4b4;
	 background: #b4b4b4;
}
 .radio input[type="radio"] + .radio-label:empty:before {
	 margin-right: 0;
}
 