/* 공통 태그,요소 styles css */

@charset "utf-8";

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("/assets/plugin/fancybox/jquery.fancybox-1.3.1.css");
/*Animations*/
@import url("/assets/styles/animate.css");
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);


/* Standar Styles --------------------------------------------------------*/


*{
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: 'lato', sans-serif;
	line-height: 24px;
	color: #555;
	position: relative;
	font-weight: normal;
	background-color: #fff;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	/* color: #5f1fca; */
}

p {
	margin: 8px 0 0 0;
	padding: 0;
	color:#6B5E74;
}

ul,li{
	list-style:none;
	margin:0;
	padding:0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;

	margin: 0;
	color: #333;
	font-family: 'lato', Arial, sans-serif;

}

/*******-------------- input style -------------------*******/

form{
	margin:0;
}

input,
button,
select,
textarea {
	font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius:0;
	box-shadow: none !important;
	-webkit-appearance: none;
	outline: none;
}

input:focus{
	outline: none !important;
}

input[type="text"] {
	height: 45px;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    color: #2C1939;
    margin-bottom: 30px;
}

input[type="text"]:focus{
    border-color:#5f1fca;
}

input:-internal-autofill-selected{
	background-color:none!important;
	border-color:#5f1fca!important;
}


input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers */
	color: transparent;
	outline:none;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: transparent;
	outline:none;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: transparent;
	outline:none;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: transparent;
	outline:none;
}

input[type="submit"]{
	border:0;
}

.input_box .wrap{
	width:100%;
	overflow:hidden;
}

.input_box .wrap input[type="text"]{
	width:80%;
}

.input_box .wrap input[type="submit"]{
	width:20%;
}

.input_box .wrap:last-child input[type="text"]{
	margin-bottom:0;
}


input.btn{
	width: 230px;
    height: 55px;
    line-height:53px;
}

input.btn.btn_small{
	height:45px;
	width:170px;
	line-height:43px;
}
/****** button style  *******/

a {
	font-size: 17px
}

button{
	outline:none;
	border:none;
	background:none;
	font-size:17px;
	text-shadow: none;
}

.button {
	width: 300px;
	background-color: #555;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
}

.button_s {
	width: 92px;
	padding: 10px !important;
	margin: 0 auto !important;
	border: 1px solid #2D72BD !important;
	color: white !important;
	background-color: #169fe6 !important;
	border-radius: 0px !important;
}

.button_s:hover {
	border: 1px solid #169fe6 !important;
	color: #169fe6 !important;
	background: white !important;
	border-radius: 0px !important;
}

.button_ss {
	font-size: 12px;
	width: 80px;
	padding: 4px !important;
	margin: 0 auto !important;
	border: 1px solid #2D72BD !important;
	color: white !important;
	background-color: #0050b0 !important;
	border-radius: 0px !important;
}

.button_ss:hover {
	border: 1px solid #0050b0 !important;
	color: #0050b0 !important;
	background: white !important;
	border-radius: 0px !important;
}

.button_m {
	width: 160px;
	padding: 10px !important;
	margin: 0 auto !important;
	border: 1px solid #2D72BD !important;
	color: white !important;
	background-color: #169fe6 !important;
	border-radius: 0px !important;
}

.button_s:hover {
	border: 1px solid #169fe6 !important;
	color: #169fe6 !important;
	background: white !important;
	border-radius: 0px !important;
}

.button_modal {
	width: 126px;
	background-color: #555;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
}

.button_g {
	font-size: 17px;
	font-weight: bold;
	width: auto;
	background-color: initial !important;
	border: 0 !important;
	color: #169fe6;
	border-radius: 3px;
	padding: 5px 0px 5px 25px;
	background: url('/assets/images/common/btnimg_check.png') no-repeat left 0px;
}

.button_remove {
	font-size: 11px;
	font-weight: bold;
	width: auto;
	background-color: initial !important;
	border: 0 !important;
	color: #858585;
	border-radius: 3px;
	padding: 10px 10px 5px 25px;
}


.btn_wrap{
	overflow:hidden;
}

.btn_wrap_center{
	display:table;
	margin:0 auto;
}
.btn_wrap_center .btn{
	float:none;
}

.btn{
	float: left;
    width: 230px;
    height: 55px;
    line-height:53px;
	box-sizing:border-box;
	padding:0;
	border-radius:0;
	box-shadow:none;
	font-size:17px;
	text-shadow: none;
	border:none;
	font-weight:bold;
}
.btn_style01 {
	display: inline-block;
	border: 1px solid #5F1FCA;
}

.btn_style_color {
	background: #5F1FCA;
	color: #fff;
	border: none;
}


.btn_style_color:hover {
	background-color: #4a199c !important;
	border: none;
	color:#fff;
}

.btn_style_color a{
	color:inherit;
}

.btn_style01 a {
	color: #5F1FCA;
}

.btn_style01:hover {
	background-color: #5F1FCA;
}

.btn_style01:hover a {
	color: #fff;
}

.btn_input{
	height:70px;
	line-height:68px;
}

.btn_main{
	background:#5f1fca;
	color:#fff;
	text-align:center;
}

.btn_main:hover{
	background:#4a199c;
	color:#fff;
}

.btn_white{
	color:#2c1939;
	background:#fff;
}

.btn_dark{
	background:#2c1939;
	color:#fff;
}

.btn_gray{
	color:#2c1939;
	background:#ccc;
}

.btn_gray:hover{
	color:#2c1939;
	background:#aaa;
}

.btn_point{
	color:#14ffca;
	background:#5f1fca;
}

.btn_main_light{
	background:#E5D6FF;
	color:#5f1fca;
}

.btn_light_color{
	background:#DFD2F4;
	color:#5f1fca;
	font-weight:600;
}

/* border btn */
.btn_style_color02 {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.btn_style_color02:hover {
	background-color: #14FFCA !important;
	color: #5F1FCA !important;
	border: none;
}

.btn_style_color02:hover a {
	color: #5F1FCA !important;
}

.btn_border_main{
	color:#5f1fca;
	border:1px solid #5f1fca;
	background:#fff;
}

.btn_border_main:hover{
	background:#5f1fca;
	color:#fff;
}

.btn_border_light{
	color:#2c1939;
	border:1px solid #ccc;
	background:#fff;
}

.btn_border_white{
	color:#fff;
	border:1px solid #fff;
}

.btn_border_white:hover{
	color:#5f1fca;
	background:#14ffca;
}

/* round btn */
.btn_round{
	border-radius:30px;
}

.btn_round_s{
	border-radius:30px;
	padding:6px 20px;
	font-weight:bold;
}

table .btn_round_s{
	padding:8px 10px 8px 8px;
	border-radius:30px;
}

/* text btn */
.btn_text{
	color:#5f1fca;
}
.btn_text:hover{
	color:#2c1939;
}

.btn_cir_arr{
	color:#5f1fca;
	display:inline-block;
	font-weight:bold;
}
.btn_cir_arr .icon{
	margin-left:8px;
}

.btn_cir_arr:hover{
	color:#2c1939;
}
.btn_arr_w{
	text-align:left;
	color:#fff;
	padding:16px 30px;
	border:1px solid #fff;
	font-size:16px;
	position:relative;
	background:none;
	line-height:1.1;
}
.btn_arr_w .icon,
.btn_arr_c .icon,
.btn_arr_cl .icon{
	float:right;
	margin-top:3px;
}

.btn_arr_c{
	text-align:left;
	color:#fff;
	padding:16px 30px;
	background:#5f1fca;
	font-size:16px;
	position:relative;
	line-height:1.1;
}

.btn_arr_cl{
	text-align:left;
	color:#5f1fca;
	padding:16px 30px;
	border:1px solid #5f1fca;
	font-size:16px;
	position:relative;
	line-height:1.1;
}

.btn_arr_cl:hover{
	background:#F2F1F4;
}

.btn_arr{
	color:#5f1fca;
	font-weight:bold;
}

.btn_arr:hover{
	color:#2c1939;
}

.btn_arr~.icon{
	margin-left:10px ;
}

.move_up:hover{
	box-shadow:0 3px 2px rgba(0,0,0,.08);
	-moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
}

.dom_reg_btn:hover {
	background-color: #5F1FCA;
	color: #fff
}

.dom_reg_btn:hover a {
	color: #fff
}


/************************* tit *******************************/

.titles {
	width: 100%;
	border-bottom: 1px solid #169fe6;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

.titles span {
	display: inline-block;
	background-color: #169fe6;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 5px 20px;
	text-align: left;
	margin: 0;
}

.titles_white {
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
}

.titles_white span {
	display: inline-block;
	background-color: #fff;
	color: #232323;
	padding: 5px 20px;
	margin: 0;

}

.tit_wrap{
	width:100%;
	display:table;
}
.tit_wrap .left_wrap{
	display:table-cell;
	white-space: nowrap;
	vertical-align:middle;
	width: 1px;
}
.tit_wrap .moz-img-fit{
	width: -moz-max-content;
}
.tit_wrap .pad{
	display:table-cell;
	width: auto;
}
.tit_wrap .right_wrap{
	display:table-cell;
	white-space: nowrap;
	vertical-align:middle;
	width: 1px;
}
.tit_wrap img{
    max-width: fit-content;
}
.more_horizontal {
	background: url("/assets/images/more.png") no-repeat center center;
	width: 100%;
	padding: 20px 0;
	height: 50px;
}

.more_vertical {
	background: url("/assets/images/more_vertical.png") no-repeat center 0;
	height: 300px;
	width: 100%;
}

/* slide */

.swiper-container {
      width: 100%;
      height: 100%;
    }
 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-button-next, .swiper-button-prev{
	color:#fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet{
	width:100%;
	background:none;
	color:#fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet span{
	width:30px;
	height:30px;
	border-radius:50%;
	line-height:29px;
	text-align:center;
	margin-right:10px;
}
.swiper-pagination-bullet-active span{
	background:#fff;
	color:#2c1939;
}
/********************************* table **************************************/
.table_style1 {
	border: #c0c0c0 1px solid;
	width: 100%;
	margin-bottom: 30px;
}

.table_style1 .th {
	background-color: #169fe6;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	float: left;
	font-weight: normal;
}

.table_style1 td {
	background-color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.table_wrap{
	padding:0 40px;
	border: #c0c0c0 1px solid;
	width: 100%;
	background:#fff;
}

.table_style2 {
	width: 100%;
}

.table_style2 tr{
	padding:0 40px;
}

.table_style2 tr:last-child td{
	border-bottom:0;
}
.table_style2 tr.not .fc{
	color:#039E00;
}

.table_style2 tr.active .fc{
	color:#039E00;
}

.table_style2 tr.expire .fc{
	color:#FF2121;
}

.table_style2 th {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
    padding: 23px 0;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #8A8297;
}

.table_style2 td {
	border-bottom: 1px solid #DDDBE1;
    padding: 29px 0;
    font-size: 17px;
    line-height: 22px;
    color: #2C1939;
}

.table_style2 td.state{
	color:#777;
}

.table_style2 td.state_label{
	padding:21px 0;
}

.table_style2 td.state_label .wrap{
	padding:8px;
	font-size:16px;
	font-weight:bold;
}

.table_style2 td.state_label i{
	margin-top:-2px;
	margin-right:3px;
}

.table_style2.narrow td{
	 padding: 20px 0;
}

/************************** tab *****************************/

.tap_block{

}

.tap_block ul{

}

.tap_block ul li{
	color:#2c1939;
	background:#ddd;
	border-right:1px solid #fff;
	border-bottom:1px solid #ccc;
	height:50px;
	line-height:48px;
	cursor:pointer;
}

.tap_block ul li:last-child{
	border-right:0;
}

.tap_block ul li:hover{
	background:#ccc;
}

.tap_block ul li.active{
	color:#5f1fca;
	background:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #fff;
	font-weight:bold;
}


/************************* section **********************************/

/* section layout */

section {
	padding: 120px 0;
}

section.con_01 {
	padding-top: 80px;
}

section .con_w{
	margin-bottom:60px;
}

section .con_w:after{
	content: "";
	display: block;
	clear: both;
}

section .clear_box::after{
	content: "";
	display: block;
	clear: both;
}

section .clearfix {
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
	content: " , ";
}

section .divider {
	border-bottom: 3px double #dcdcdc;
	margin: 50px 0;
	width: 100%;
}

section .icon_box{
	background:#fff;
	padding:40px;
}

section .icon_box h4{
	font-size:20px;
	font-weight:bold;
}

/* section back color */

section.back_gray{
	background:#F2F1F4;
}

section.white{
	background:#fff;
}

/* section title */

section h3.main_tit {
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	color: #2C1939;
	font-family: Lato;
	font-weight: bold;
	margin-bottom:50px;
}

section h3.main_tit ~p{
	opacity:.8;
	font-size:20px;
}

section h3.main_tit.sub{
	margin-bottom:10px;
}

section h4.con_tit{
	font-size:24px;
	line-height:1.2;
}

section h4.s_tit{
	font-size:18px;
	color:#2c1939;
	font-weight:600;
}


section h4.table_tit{
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}

section.step_tit{
	padding:0;
}

section.step_tit h3{
	width: 100%;
	background: #fff;
	overflow: auto;
    padding: 100px 0 40px;
    border-bottom: 1px solid #ccc;
	font-size: 32px;
	color:#2c1939;
	font-weight:bold;
}

/* section border_box */

section .border_w{
	background:#fff;
	box-sizing:border-box;
	padding:40px;
}

section .box_border{
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-top:15px;
}

/* section list */

section .dot_list{
	margin-bottom:20px;
}

section .dot_list:last-of-type{
	margin-bottom:0px;
}


section .dot_list ul li{
	margin-top:15px;
	padding-left:15px;
	position:relative;
}

section .dot_list ul li::before{
	content:'';
	width:5px;
	height:5px;
	position:absolute;
	background:#5f1fca;
	left:0;
	top:8px;
}

section .check_list ul li{
	margin-bottom:30px;
}

section .check_list ul li:last-child{
	margin-bottom:0;
}

section .check_list ul li .check_icon{
	font-size:20px;
	font-weight:600;
	margin-bottom:8px;
}

section .check_list ul li .check_icon::before{
	content:'';
	display:inline-block;
	background-image:url(/assets/images/common/icon.png);
	background-position:-52px -53px;
	width:26px;
	height:26px;
	margin-right:15px;
	vertical-align:top;
}

section .check_list ul li p{
	opacity:.8;
}

/* section search */

section .sch_wrap{
	width: 100%;
    margin-bottom: 60px;
    overflow: auto;
}

section .sch_wrap input[type="text"]{
    height: 70px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 19px;
}

section .sch_wrap.icon_search input[type="text"]{
	width:100%;
}

section .sch_wrap.icon_search button{
	right:40px;
	top:17px;
}

section .sch_wrap textarea[type="text"]{
    height: 70px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 19px;
	width: 100%;
	overflow-y: hidden;
	resize:none;
	padding-top:23px;
}

.section .sch_wrap textarea:focus{
	height:180px;
	border-color:#5f1fca;
}

section .sch_wrap textarea[type="text"].active{
	height:180px;
	line-height:1.5em;
	overflow-y: auto;
	padding-top:20px;
}

section .sch_wrap input[type="submit"]{
	border:none;
	width: 20%;
    height: 70px;
    /* border: 1px solid #5F1FCA; */
    background: #5F1FCA;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 19px;
}



