@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
/*공통*/
body {width: 100%;   }
body, html { text-align: initial;}
html {}
body{
    word-break: keep-all;
}

img {max-width: 100%;}
#wrap{z-index: 999; position: relative;top: 0px; left: 0px;
    padding-top: 80px;
    /* min-width: 1200px; */
}
#wrap > div {z-index: 900}
 .ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    overflow: hidden;
    width: 38px;
    height: 36px;
    border: none;
    text-indent: -999999px;
    background: url(../images/common/totop2.png); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;z-index: 99999;
    background-color: #5674b9;
    background-repeat: no-repeat;
    background-position: center center;
}
#toTop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#loading {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #000;
    z-index: 1005;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}
#ajax_process {
	width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #000;
    z-index: 1005;
    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: 20%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: 0;
}

#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;
}
.loding_txt{
	color:#fff;
	position:absolute;
	bottom:3px;
	left:0;
	width:100%;
	text-align:center;
	font-size:15px;
}


@-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);
    }
}
.header_all_wrap {
    position: absolute;top: 0px; left: 0px; width: 100%;
}
.header_top_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_top_all_wrap {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.header_top_wrap {
    width: 100%; max-width: 1200px; margin: 0 auto;
}

.header_top_left {
    float: left;
}
.header_top_right {
    float: right;
}

.header_top_left a {
    width: 150px;
    display: inline-block;
}

.header_top_right a {
    color: #333;
}
.header_top_right a +a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 10px 0 6px;
    background: #ddd;
    vertical-align: middle;
}
.header_mid_license {
    position: absolute;top: 50%; right: 0px;
    height: 40px; margin-top: -20px;
}
.header_mid_license_btn {
    width: 150px; height: 40px;
    background: #48e58a; /* Old browsers */
	background: linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c);
	background: -moz-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* FF3.6-15 */
	background: -webkit-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(270deg, #12C2E9, #C571ED, #2e83d1, #C571ED);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83d1', endColorstr='#eb061c',GradientType=1 ); /* IE6-9 */
	background-size: 600% 600%;
	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	-o-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
    font-size: 17px; color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    position: relative;top: 0px; left: 0px;
    border-radius: 100px;
}
@-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%}
}


.header_mid_license_b {
    position: absolute;
    top: -17px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    background-color: #F04393;
    color: #fff;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}
.header_mid_license_b:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F04393;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}

.header_mid_all_wrap {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}
.header_mid_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 250px 0 262px;
    position: relative;
    top: 0px;
    left: 0px;
	height:80px;
}
.header_mid_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_menu {
    width: 100%;
	display:none;
}
.header_mid_logo {
    position: absolute;top:30px; left: 0px;
}
.header_mid_logo a {
    display: block;
    max-width: 180px;
}
.header_mid_right {
    position: absolute;top: 50%; right: 180px;
    margin-top: -10px;
}
.header_mid_right:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_right a {
    padding: 5px;
    font-size: 14px;
    margin: 0 2px;
    color: #666;
}
.header_mid_right a:hover {
    color: #6c4aca;
}

 .header_mid_menu {
    visibility: hidden;
}
.header_mid_license {
    right: 405px;
	visibility: visible;
}
.header_mid_right {
    right: 0;
}
.header_mid_right a {
	color:#333;
    position: relative;
	margin: 0 5px;
}
.header_mid_all_wrap {
	background-color: #fff;
}
.header_mid_right_main_test {
    position: relative;
    bottom: 10px;
    right: 7px;
}
.header_mid_right a::after {
	content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #999;
    /* margin-left: 10px; */
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
}
.header_mid_right a:last-child::after {
	display:none;
}
.header_mid_right_main_test::after {
	top: 60% !important;
    margin: 0 0px 0 13px !important;
}
.customer_btn {
    padding: 0 !important;
    margin-left: 0;
}
.customer_btn img {
	position: relative;
    top: -10px;
    left: 5px;
}
.mid_nav {
    
}
.mid_nav .menu {
    display: inline-block;
}
.mid_nav .menu_a {
    display: block;
    height: 80px;
    padding: 0 15px;
    font-size:17px;
    line-height: 80px;
    position: relative;top: 0px; left: 0px;
    color:#000;
}
.mid_nav .sub_menu_wrap {
    display: none;
}
.mid_nav .menu.active .menu_a {
    color: #6c4aca
}
.mid_nav .menu.active .menu_a::after {
      position: absolute;
    right: 15px;
    bottom: -1px;
    left: 15px;
    height: 4px;
    background-color: #6c4aca;
    content: '';
}


.seok_total {
    display: inline-block;
    padding-right: 10px;
}

.seok_sch_all_wrap {
    width: 100%;
    display: block;
}
.seok_sch_all_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.seok_sch_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.seok_sch_wrap_01 {
    width: 100%;
}
.seok_sch_box_label {
    float: left; width:150px;
    height: 34px; line-height: 34px;
    color: #000;
    font-size: 14px;
}
.seok_sch_box > div {
    float: left;
}

.seok_box_class {
   width: 180px;
   margin-left: 10px;
}
.seok_box_class_01 {
    margin-left: 0px;
}
.seok_box_class select {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_sch_box > div.seok_sch_box_date {
    float: right;
}
.date_input_box_wrap {

}
.date_input_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.board_search input[type="text"] {
    border-radius: 3px;
}
.board_search select {
    border-radius: 3px;
}
.date_input_box_wrap input {
     display:block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 14px;
    /* border: 1px solid #ddd; */
    width: 180px;
    float: left;
    font-family: 'no300';
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.date_input_box_wrap span {
    float: left; display: block;
    height: 34px; line-height: 34px;
    width: 11px;
    font-size: 12px;
    text-align: center;
}
.seok_sch_wrap_02 {
    float: left;
}
.seok_sch_wrap_03 {
    float: right;
}

.seok_sch_box_date_btn {
    width: 560px;
}

.seok_sch_box {
    padding: 5px 0
}


.seok_box_add {
   width: 180px;
   margin-left: 10px;
}
.seok_box_add_01 {
    margin-left: 0px;
}
.seok_box_add select {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_sch_sfl {
    width: 180px;
}
.seok_sch_sfl select {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_sch_stx {
    width: 370px;
    margin-left: 10px;
}
.seok_sch_stx input[name="stx"] {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_sch_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.seok_sch_box_06  {
    float: left;
}
.seok_sch_box_07 {
    display: none;
}
.seok_sch_box_08 {
    float: right;
}
.seok_sch_search {
    width: 180px;
    margin-right: 10px;
}
.seok_sch_search button[type="submit"] {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 15px;
    background-color: #7448BD;
    width: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family:"no300";
    font-weight: normal;
    border-radius: 3px;
}
.seok_sch_search img {
    vertical-align: middle;
    padding-right: 5px;
}
.seok_sch_reset img {
    vertical-align: middle;
    padding-right: 5px;
}
.seok_box_biz {
    width: 180px;
}
.seok_box_biz select {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_box_state {
    width: 180px;
}
.seok_box_state select {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_sch_reset {
    width: 180px;
}

.seok_sch_reset .reset_btn {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    color: #666;
    width: 100%;
    text-align: center;
    font-family:"no300";
    font-weight: normal;
    border-radius: 3px;
}



















.main_con_01_box_01 .main_con_01_box_left, .main_con_01_box_02 .main_con_01_box_left {
animation: backposi_ani_one 10s linear 2;
    -moz-animation: backposi_ani_one 10s linear 2;
    -webkit-animation: backposi_ani_one 10s linear 2;
    -ms-animation: backposi_ani_one 10s linear 2;
    -o-animation: backposi_ani_one 10s linear 2;
}
.main_con_01_box_03 .main_con_01_box_left, .main_con_01_box_04 .main_con_01_box_left {
    background-position: center bottom;
    animation: backposi_ani_two 10s linear 2;
    -moz-animation: backposi_ani_two 10s linear 2;
    -webkit-animation: backposi_ani_two 10s linear 2;
    -ms-animation: backposi_ani_two 10s linear 2;
    -o-animation: backposi_ani_two 10s linear 2;
}



@keyframes backposi_ani_one {
    0% { background-position: center top; }
    50% { background-position: center bottom; }
    100% { background-position: center top; }
}
@-moz-keyframes backposi_ani_one {
    0% { background-position: center top; }
    50% { background-position: center bottom; }
    100% { background-position: center top; }
}
@-webkit-keyframes backposi_ani_one {
    0% { background-position: center top; }
    50% { background-position: center bottom; }
    100% { background-position: center top; }
}
@-ms-keyframes backposi_ani_one {
    0% { background-position: center top; }
    50% { background-position: center bottom; }
    100% { background-position: center top; }
}
@-o-keyframes backposi_ani_one {
    0% { background-position: center top; }
    50% { background-position: center bottom; }
    100% { background-position: center top; }
}

@keyframes backposi_ani_two {
    0% { background-position: center bottom; }
    50% { background-position: center top; }
    100% { background-position: center bottom; }
}
@-moz-keyframes backposi_ani_two {
    0% { background-position: center bottom; }
    50% { background-position: center top; }
    100% { background-position: center bottom; }
}
@-webkit-keyframes backposi_ani_two {
    0% { background-position: center bottom; }
    50% { background-position: center top; }
    100% { background-position: center bottom; }
}
@-ms-keyframes backposi_ani_two {
    0% { background-position: center bottom; }
    50% { background-position: center top; }
    100% { background-position: center bottom; }
}
@-o-keyframes backposi_ani_two {
    0% { background-position: center bottom; }
    50% { background-position: center top; }
    100% { background-position: center bottom; }
}

@-webkit-keyframes color_change {
    0% { background-color: #e50012; }
    50% { background-color: #006fbc; }
    100% { background-color: #006fbc; }
}
@-moz-keyframes color_change {
    0% { background-color: #e50012; }
    50% { background-color: #006fbc; }
    100% { background-color: #006fbc; }
}
@keyframes color_change {
     0% { background-color: #e50012; }
    50% { background-color: #006fbc; }
    100% { background-color: #006fbc; }
}


/*애니*/
.seokfadeInRight {
position: relative;
top: 0px;right: auto;
}
.seokfadeInLeft {
position: relative;
top: 0px;left: auto;
}
.seokfadeInDown {
position: relative;
left: 0px;bottom: auto;
}
.seokfadeInUp {
position: relative;
left: 0px;top: auto;
}
.seokfadeIn {

}
.board_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.gnu5_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    margin: 0 auto;
}

#bo_list {
    position: relative;top: 0px; left: 0px;
    width: 100%;
    margin-bottom: 0px;
}
.file_database_biz .board_left_wrap {
    width: 100%;
    position: relative;top: 0px; left: 0px;
    padding: 18px 0;
    background-image: url(../images/sub/board_left_wrap.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.page_database_market .board_left_wrap {
    width: 100%;
    position: relative;top: 0px; left: 0px;
    padding: 18px 0;
    background-image: url(../images/sub/board_left_wrap.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#bo_w {
    padding: 20px;
    background-color: #fff;
    min-height: 830px;
    box-shadow: 0px 0px 10px rgba(169, 169, 169, 0.2);
}

#bo_v {
    padding: 20px;
    background-color: #fff;
    min-height: 830px;
    box-shadow: 0px 0px 10px rgba(169, 169, 169, 0.2);
}




.seok_excel_all_wrap {
    display: block; text-align: center;
}

.seok_excel_up {
    display: block;
    padding: 20px 0;
    text-align: center;
}
.seok_excel_up #excelfile {
border: 1px solid #ddd;
padding: 5px;border-radius: 3px;
background-color: #fff;
}
.seok_excel_up .btn_submit {
    display: inline-block;
    height: 35px; line-height: 35px;
    background-color: #3399ff;
    color: #fff; padding: 0 10px;
}
.seok_excel_down_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.seok_excel_down_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.seok_total {
    float: left;
    padding-top: 10px;
}

.seok_excel_down {
    float: right;
    margin: 0 0px 5px 10px;
}


.body{
    width: auto;
}

.newdb_sample ul {
    list-style: none;
}

.newdb_sample ul li {
    margin-bottom: 20px;
    display: inline-block;
    margin: 10px;
}


.newdb_sample ul li a,
.seok_excel_down a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    /* padding-left: 30px; */
    /* background-image: url(http://new.newdb.co.kr/Form/_guest/newdb/css/../images/common/excel_down.png); */
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
}
.seok_excel_down a img{
	vertical-align: -6px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-right: 3px;
}

.img-popup {
display:none;
max-width:90%;
text-align:center;
background-color:transparent;
box-shadow: none;
-webkit-box-shadow: none;
border: none;
} 
 
.img-popup .title {
position:relative;
background-color:#222;
color:#fff;
padding: 10px;
font-size:18px
} 
 
.img-popup .title .b-close {
cursor:pointer;
position:absolute;
right: 10px;
top: 5px;
font-size:25px
} 
 
.img-view-popup .content {
padding: 10px
} 
 
.img-popup .content img {
max-width:1000px;
min-width: 150px;
}

.seok_total_txt_01 {
    font-size: 16px;
    font-family: 'na300'; letter-spacing: -1px;
}
.seok_total_txt_01 b {
    font-family: 'na400';
    color: #3399ff;
    font-size: 18px;
    padding-right: 5px;
}

.seok_total_txt_02 {
    font-size: 16px;
    font-family: 'na300'; letter-spacing: -1px;
    padding-left: 5px;
    height: 40px; line-height: 40px;
}
.seok_total_txt_02 b {
    font-family: 'na400';
    color: #3399ff;
    font-size: 18px;
}


.date_box_wrap {
    display: inline-block;
}
.date_btn_box_wrap {
    display: inline-block;
}
.date_btn_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.date_box_wrap .date_input {
border: 1px solid #d0d3db;
    width: auto;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.date_btn_box_wrap button {
    border: 1px solid #ddd;
    width: auto;
    height: 26px;
    padding: 0 5px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    min-width: 47px;
    text-align: center;
    background-color: #fff;
    outline: none;
    margin: 2px;
    font-family: 'no300';
}
.date_btn_box_wrap button.active {
        border-color: #7448BD;
    color: #fff;
    background-color: #7448BD;
}
.search_box_wrap {
    width: 100%; display: block;
}
.search_box_01 {
    padding: 10px 0; text-align: center;
}
.search_box_01 select {
    border: 1px solid #d0d3db;
    width: auto;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.search_box_01 input {
    border: 1px solid #d0d3db;
    width: auto;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.search_box_01 button {
 border: 1px solid #d0d3db;
    width: auto;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    min-width: 80px;
    text-align: center;
    background-color: #f0f0f0;
    outline: none;
}
.search_box_01 button span {
    padding:0 5px;
}

.td_wr_1 {
    text-align: center;
}
.td_wr_11 {
    text-align: center;
}
.td_wr_3 {
    text-align: center;
}


a.btn_admin, .btn_admin {
    color: #3399ff
}
#bo_list .tbl_head01 {
 
}
.pg_wrap {
       display: block;
       max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    float: none;
}

.form_sch_wrap button {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3399ff;
    outline: none;
    line-height: 30px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
}
.form_sch_wrap button:hover {
    color: #fff;
}




#bo_btn_top {
    margin: 0px auto;
    max-width: 1200px;
}
.bo_fx {
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1200px;
    float: none;
}

.board_search {
    max-width: 1200px; width: 100%; margin: 0 auto;
    background-color: #fff;
    padding: 25px 2%;
    overflow: hidden;
}
.inner_table_wrap {
  width: 100%;
  padding: 30px 0 0;
}
.pg_wrap {
    text-align: center;
}
.pg_page {
    border-radius: 0px;
    font-family: 'Malgun Gothic', dotum, sans-serif;
}
.pg_current {
    display: inline-block;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-weight: normal;
    border-radius: 0px;
    font-family: 'Malgun Gothic', dotum, sans-serif;
}
.bo_tit {
    font-weight: normal;
    color: #0080ff
}
.bo_tit a {
    color: #0080ff
}
.all_chk {
    text-align: center;
}
#bo_list tbody tr:hover {
    border-left: none;
}
.tbl_wrap table {
    border-top: 2px solid #222;
    background-color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #efefef;
    background: #f7f7f7;
    font-weight: normal;
    color: #454545;
}


.main_all_wrap {
    width: 100%;
}
.main_wrap {
    width: 100%;
    background-color: #fff
}
.main_section_wrap {
    width: 100%;
}
.main_section_in {
    width: 100%; max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px;
}


.main_section_02 .main_section_in {
    padding: 0px;
}
.main_section_03 .main_section_in {
    padding: 0px;
}
.main_section_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_section_txt {
    text-align: center;
    padding: 40px 0
}
.main_section_txt_01 {
    font-size: 42px; color: #fff;
    letter-spacing: -2px;
}
.main_section_txt_02 {
    font-size: 24px; color: #fff;
    letter-spacing: -1px;
}
.main_section_txt_02 span {
    color: #ff3f47;
}
.main_section_txt_03 {
    padding: 20px 0 0px;
}
.main_section_txt_03 a {
    font-size: 30px; color: #fff;
    width: 260px; height: 60px; line-height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.main_section:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.main_section_btn_wrap a {
    display: inline-block;
    font-size: 16px; color: #fff;
    background-color: #3399ff;
    padding: 10px 20px;
    border-radius: 5px;
}

/*슬라이더*/


.bx-wrapper .bx-viewport > ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #22cc88;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #22cc88;
    width: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #a4b0b8;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 80px;
}
.bx-wrapper .bx-controls-direction {
    position: absolute;top:50%; left: 50%;
    width: 100%; width: 1200px; margin-left: -600px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 910;
    display: none;
}

.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.bx-wrapper .bx-prev {
    left: -100px;
    background-image: url(../images/common/main_pt_img_left.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
}
.bx-wrapper .bx-next {
    right: -100px;
    background-image: url(../images/common/main_pt_img_right.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
}

.slider1 {position: relative;top: 0px; left: 0px; overflow: hidden;width: 100%;}
.slider1 .bx-wrapper .bx-viewport {
    width: 2000px!important;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -1000px;
}
.main_slider_bg {
    position: relative;top: 0px; left: 0px;
    width: 100%;
    height: 255px; 
}

.slider1 > .bxslider1 > li:first-child {
    position: relative;
}
.slider1 > .bxslider1 > li {
    position: absolute;
}

.main_slider_bg img {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
    transform: scale(1);
}
li.current .main_slider_bg img {
    -webkit-transition: all 18s ease;
    -moz-transition: all 18s ease;
    -o-transition: all 18s ease;
    transition: all 18s ease;
    transform: scale(1.1);
}

.main_slider_on {
    position: absolute;top: 0px; left: 0px; right: 0px;bottom: 0px;
}
.main_slider_txt_box_wrap {
    position: absolute;top: 0px; left: 50%; width: 1200px; margin-left: -600px; 
    bottom: 0px;
}
.main_slider_txt_box {
    position: absolute;top: 35px; left: 0px;
}
.main_slider_txt_00 {
    padding: 15px 0
}
.main_slider_txt_00 img {
    display: inline-block;
}
.main_slider_txt_01 {
    font-size: 30px; font-family: 'na200';
    color: #222;
    letter-spacing: -1px;
}
.main_slider_txt_01 span {
    font-family: 'na500'
}
.main_slider_txt_02 {
        font-size: 36px;
    letter-spacing: -3px;
    font-family: 'na200';
    color: #222;
    padding: 10px 0 15px;
}
.main_slider_txt_02 span {
       font-family: 'na400';
    color: #3399ff;
}
.main_slider_txt_03 {
    font-size: 17px;
    letter-spacing: -1px;
    font-family: 'na300';
    color: #333;
    line-height: 1.2;
}
.main_slider_txt_03 span {
}

.main_slider_txt_05 a {
        display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #3399ff;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #3399ff
}
.main_slider_txt_05 a:hover {
     border-radius: 100px;;
}


.main_slider_img {
    position: absolute;top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40%;
}
.main_slider_wrap_01 .main_slider_img{
background-image: url(../images/main/main_slider_img_01.png);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}

.main_slider_wrap_01 .main_slider_txt_02 span {
    color: #fd845f
}

.main_slider_wrap_01 .main_slider_txt_05 a {
    background-color: #fd845f;
    border-color: #fd845f
}
.main_slider_wrap_01 .main_slider_bg {
    background-color: #f4f6f7
}
.main_slider_wrap_02 .main_slider_img{
background-image: url(../images/main/main_slider_img_01.png);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.main_slider_wrap_02 .main_slider_bg {
    background-color: #f4f6f7
}

.main_section_01_box_wrap {
    width: 100%;
}
.main_30_box {
padding: 10px 2% 20px;
width: 254px;
float: left;
background-color: #fff;
color: #364051;
border-radius: 10px;
}
.main_30_box:first-child{
	width:280px;
}


.main_30_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_section_01_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_section_01 {
    background-image: url(../images/main/main_section_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;top:0px; left: 0px;
    background-size: cover;
}
.main_section_01 .main_section {
    position: relative;top:0px; left: 0px;
}
.main_30_box_label_wrap {
    position: relative;top:0px; left: 0px; 
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}
.main_30_box_label {
    font-size:20px;
    color: #fff;
    height: 40px; line-height: 40px;
    position: relative;top: 0px; left: 0px;
}

.main_30_box_more {
    position: absolute;top: 3px; right: 0px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    background-image: url(../images/main/main_30_box_more.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px; height: 31px;
    text-indent: -9999px;
}
.main_30_box_update {
    position: absolute;
    top: 3px;
    right: 0px;
    display: inline-block;
    padding: 4px 5px;
   /*  background: #eb061c;
    background: linear-gradient(230deg, #eb7a06, #eb061c, #eb7a06, #eb061c);
    background: -moz-linear-gradient(230deg, #eb7a06, #eb061c, #eb7a06, #eb061c);
    background: -webkit-linear-gradient(230deg, #eb7a06, #eb061c, #eb7a06, #eb061c);
    background: linear-gradient(230deg, #eb7a06, #eb061c, #eb7a06, #eb061c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7a06', endColorstr='#eb061c',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 1s ease infinite;
    -moz-animation: AnimationName 1s ease infinite;
    -o-animation: AnimationName 1s ease infinite;
    animation: AnimationName 1s ease infinite;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 11px; */
    line-height: 1.2;
    animation: blink .5s step-end infinite;
    -webkit-animation: blink .5s step-end infinite;
    -ms-animation: blink .5s step-end infinite;
}
.main_30_box_update span{
	color:#fffa68;
	font-size:15px;
	display:inline-block;
	padding-left:8px;
	line-height: 25px;
}
.main_30_box_num_wrap {
    width: 100%;
    padding-left: 70px;
    position: relative;top: 0px; left: 0px;
    color: #fff;
}
.main_30_box_num_label {
    position: absolute;
    top: 4px; left: 0px;
}
.main_30_box_num_desc {
    height:40px; line-height: 40px;
}
.main_30_box_num_desc span {
    font-size: 22px;
    font-family: 'na400';
    letter-spacing: -1px;
}
.main_30_box_num_desc b {
    font-size: 20px;
    font-weight: normal;
    padding-left: 5px;
}
.main_30_box_num_wrap1 .main_30_box_num_label span {
    width: 55px; height: 30px; line-height: 30px;
    font-size: 16px; color: #fff;
    text-align: center;
    font-family: 'no400';
    display: block;
}

.main_30_box_num_wrap2 .main_30_box_num_label span {
    width: 55px; height: 30px; line-height: 30px;
    font-size: 16px; 
    text-align: center;
    font-family: 'no400';
    display: block;
    color: #fffa68;
}
.main_30_box_num_wrap2 .main_30_box_num_desc span {
    color: #fff;
}
.main_30_box_01 {
    background-image: url(../images/main/main_30_box_01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_30_box_02 {
    margin: 0 10px;
    background-image: url(../images/main/main_30_box_02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_30_box_03 {
    background-image: url(../images/main/main_30_box_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main_30_box_01 .main_30_box_num_wrap2 .main_30_box_num_label span {
    color: #fffa68
}
.main_30_box_02 .main_30_box_num_wrap2 .main_30_box_num_label span {
    color: #fffa68
}
.main_30_box_03 .main_30_box_num_wrap2 .main_30_box_num_label span {
    color: #fffa68
}

.lat .lat_title {
    padding: 10px 20px 10px 5px;
    line-height: normal;
    border-bottom: 2px solid #222;
    color: #222;
}
.lat ul {
    padding: 10px;
}
.main_section_02 {
    padding: 20px 0;
}

.main_section_02 .main_section {
    padding: 10px 0;
}
.main_section_03 {
    padding: 20px 0;
}

.main_section_03 .main_section {
    padding: 10px 0;
}

.main_section_02_box_wrap {
}

.lat .lat_title a {
    color: #222;
    font-size: 19px;
    font-family: 'na400';
    letter-spacing: -1px;
}

.lat .lt_more {
    padding-right: 15px; 
    color: #333;
    width: auto;
    background-image: url(../images/common/site_arr.png);
    background-repeat: no-repeat;
    background-position: right center; 
    display: inline-block;
    right: 13px;
}
.lat .lt_more:hover {
    color: #333;
}

.div_table_wrap {
    display: table;
    width: 100%;
}
.div_table_tr {
    display: table-row;
}
.div_table_tr:nth-child(2n) {
    background-color: #f9f9f9
}
.div_table_tr:hover {
    background-color: #f5f5f5
}


.div_table_td {
    display: table-cell;
    padding: 10px 5px;
}
.div_table_td_01 {
}
.div_table_td_02 {
}
.div_table_td_04 {
    text-align: center;
}
.div_table_time {
    text-align: center;
    width: 80px;
}
.lat li a {
    color: #1d7cda;
    font-weight: normal;
    font-size: 13px;
}


.s_db_all_wrap {
    position: absolute;top: 0px; left: 50%;
    width: 1200px;
    margin-left: -600px;
}

.s_db_wrap {
position: absolute;
    top: 26px;
    right: 30px;
}

.main_section_04 {
    padding: 20px 0;
    background-color: #fff
}
.main_section_04_box_wrap {
    width: 100%;
}
.main_section_04_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_50_box {
    float: left; width: 46%;
}
.main_50_box.main_50_box_02 {
    float: right;
}

.f_bottom_box_in {
    width: 100%;
    padding-left: 200px;
    position: relative;top: 0px; left: 0px;
}
.f_bottom_box_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_bottom_box_label_wrap {
    position: absolute;top: 0px; left: 0px;
    text-align: center;
}
.f_bottom_box_label {
    font-size: 22px;
    color: #484a5a;
    font-family: 'no400';
        background-repeat: no-repeat;
    background-position: center 0px;
    padding-top: 90px;
}
.f_bottom_box_qa .f_bottom_box_label {
    background-image: url(../images/common/f_bottom_box_qa.png);
}
.f_bottom_box_notice .f_bottom_box_label {
    background-image: url(../images/common/f_bottom_box_notice.png);
}
.f_bottom_box_more_wrap {
    display: none;
}








.f_bottom_box_desc {
    font-size: 15px;
    color: #666;
    padding: 10px 0 0
}
.f_board_box {
    width: 100%;
    padding-right: 90px;
    position: relative;top: 0px;
    left: 0px;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom:8px;
    border-top: 1px solid #ddd;
}
.f_board_box:first-child {
    border-top: none;
}

.f_board_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.f_board_box_in {
    float: left;
    max-width: 100%;
    padding-right: 20px;
    position: relative;top: 0px;
    left: 0px;
}
.f_board_box_in span.new_icon {
    position: absolute;top: 5px; right: 0px;
}
.f_board_box_in .main_test_btm_notice_mark {
	width:60px;
	font-size:12px;
}
.f_board_box_in a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333
}
.f_board_date {
    position: absolute;top: 9px; right: 0px;
    color: #a9a9aa;
    font-size: 14px;
}

.f_board_wrap {
    width: 100%;
    min-height: 190px;
}

.f_bottom_box_more_wrap {
    padding-top: 10px;
}
.f_bottom_box_more_wrap a {
    display: block;
    width: 150px; height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #444;
    font-family: 'no200';
    background-image: url(../images/main/f_bottom_box_more_wrap.png);
    background-repeat: no-repeat;
    background-position: 120px center;
    text-align: left;
}
.f_board_box_empty_wrap {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}
.state_no {
    color: #cc3222;
    padding-left: 18px;
    background-image: url(../images/common/state_no.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
}
.state_ok {
    color: #24bc7f;
    padding-left: 18px;
    background-image: url(../images/common/state_ok.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
}





.board_menu_wrap {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(169, 169, 169, 0.2);
}

.board_menu .menu {
    display: none;
}
.board_menu .menu.active {
    display: block;
}

.board_menu .menu_a {
      width: 100%;
    display: block;
    color: #3399ff;
    font-family: 'na300';
    font-size: 28px;
    padding: 30px 20px 15px;
    border-bottom: 6px solid #ecedf0;
}
.board_menu .sub_menu  {
}

.board_menu .sub_menu_a {
    display: block;
    height: 40px; line-height: 40px;
    background-image: url(../images/common/site_arr.png);
    background-repeat: no-repeat;
    background-position: 206px center;
    font-size: 16px;
    padding-left: 20px;
    border-top: 1px solid #eee;
}
.board_menu .sub_menu_a.active {
    background-image: url(../images/common/site_arr2.png);
    background-color: #3399ff;
    color: #fff;
}


.new_icon {
    display: inline-block;
    width: 13px;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    background-image: url(../images/common/new_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

.div_table_wrap .fa-heart {
color:red;
}

.div_table_wrap .fa-lock {
display:inline-block;
line-height:14px;
width:16px;
color:#4f818c;
background:#cbe3e8;
text-align:center;
border-radius:2px;
font-size:12px;
border:1px solid #cbe3e8;
vertical-align:middle;
}

.div_table_wrap .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ffffff;
    background: #ec0303;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle;
}

.div_table_wrap .hot_icon {
display:inline-block;
width:16px;
line-height:16px;
font-size:.833em;
color:red;
background:#ffb9b9;
text-align:center;
border-radius:2px;
vertical-align:middle;
}

.div_table_wrap .fa-caret-right {
color:#bbb;
}

.div_table_wrap .fa-download {
display:inline-block;
width:16px;
line-height:16px;
font-size:.833em;
color:#daae37;
background:#ffefb9;
text-align:center;
border-radius:2px;
margin-left:5px;
vertical-align:middle;
}

.div_table_wrap .fa-link {
display:inline-block;
width:16px;
line-height:16px;
font-size:.833em;
color:#b451fd;
background:#edd3fd;
text-align:center;
border-radius:2px;
margin-left:5px;
vertical-align:middle;
}





.main_table_all_wrap {
    width: 100%;
}

.main_table_top_wrap {
    width: 100%;
    padding-bottom: 10px;
}
.main_table_top {
    width: 100%;
    position: relative;top: 0px; left: 0px;
    padding-right: 50px;
}
.main_table_top:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_table_label {
    font-size: 26px;
    color: #3f4649;
    height: 40px; line-height: 40px;
    float: left;
}
.main_table_label a {
    color: #333
}



.main_section_02_box_wrap .main_table_label a {
    padding-left: 44px;
    background-image: url(../images/common/main_table_label_biz.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.main_section_03_box_wrap .main_table_label a {
    padding-left: 44px;
    background-image: url(../images/common/main_table_label_market.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.file_database_biz .main_table_label a {
    padding-left: 44px;
    background-image: url(../images/common/main_table_label_biz.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.file_database_market .main_table_label a {
    padding-left: 44px;
    background-image: url(../images/common/main_table_label_market.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.main_table_info {
    height: 40px; line-height: 40px;
    font-size: 16px;
    float: right;
    text-align: right;
    color: #3f4649;
}
.main_table_info span {
    color: #ed64a8;
    animation: blink 1.2s step-end infinite;
    -webkit-animation: blink 1.2s step-end infinite;
    -ms-animation: blink 1.2s step-end infinite;
    font-weight: bold;
}
.main_table_info:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_table_info_all {
    float: left;
    background-color: #0bc361;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    margin: 5px;
    border-radius: 5px;
}
.main_table_info_all span {
    color: #fff;
}


.main_table_info_today {
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;top: 0px; left: 0px;
}
.main_table_info_today span {
    color: #3c9eff
}
.main_table_info_today:after {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ddd;
    margin-top: -7px;
}
.main_table_more {
    position: absolute;top: 5px; right: 0px;
}
.main_table_more a {
   padding: 5px;
   font-size: 12px;
   color: #fff;
   background-color: #f04393;
   border-radius: 3px;
   display: inline-block;
}
.main_table_more a:hover {
}
.main_table_wrap {
    width: 100%;
    border: 1px solid #E9E9E9;
	border-bottom:0;
}
.main_table_wrap table {
   width: 100%;
   background-color: #fff;
}
.main_table_wrap table th {
    border-top: 2px solid #3f4649;
    border-bottom: 1px solid #3f4649;
    padding: 10px 5px;
    font-size: 14px; font-weight: normal;
    color: #3f4649;
    font-family: 'no400';
    text-align: center;
}
.main_table_wrap table td {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    font-size: 14px;
    color: #3f4649;
    text-align: center;
}

.main_table_wrap table td.main_table_td_01 {
 text-align: left;
}
.main_table_wrap table td.main_table_td_06 {
 text-align: left;
}
.main_table_wrap table td.main_table_td_09 {
color: #3c9eff;
}
.main_table_td_02, .main_table_td_03, .main_table_td_04 {
    width: 100px;
}
.main_table_td_05 {
    width: 115px;
}
.main_table_td_06 {
    width: 250px;
}
.main_table_td_07 {
    width: 90px;
}
.main_table_td_08 {
    width: 65px;
}
.main_table_td_09 {
    width: 90px;
}





.footer_wrap {
    width: 100%;
    background-color: #292e3f;
    padding: 30px 15px;
}
.footer {
    width: 100%;
    max-width: 1200px; margin: 0 auto;
    /* padding-left: 270px; */
    position: relative;top: 0px; left: 0px;
}
.footer:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer_logo {
    /* position: absolute; */
	top: 6px;
    left: 0px;
    width: 270px;
	float: left;
}
.footer_logo a {
    display: inline-block;
}
.footer_info_wrap {
	float: right;
}
.footer_info {
    font-size: 16px;
    line-height: 1.6;
    color: #666
}
.span_bar {
    display: inline-block;
    height: 9px;
    width: 1px;
    background-color: #3b404f;
    margin: 0 5px;
}
.span_bar_04 {
    display: block;
    width: auto;
    height: 0px;
    margin: 0px;
    background-color: transparent;
}
.footer_copy {
    color: #ccc;
    font-size: 16px;
    padding-top: 15px;
}


.footer_link_all_wrap {
    width: 100%;
    border-top: 1px solid #3b404f;
    border-bottom: 1px solid #3b404f;
    background-color: #292e3f
}
.footer_link_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer_link_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer_link_wrap a {
    display: block; float: left;
    height: 50px;
    padding: 0 30px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #6a6d79;
}
.footer_link_wrap a:first-child {
}

/* .footer_link_wrap a:hover {
    color: #fff;
} */

.footer_link_all_wrap {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    background-color: #F9F9F9;
}
.footer_link_wrap a {
    border-right: 1px solid #E9E9E9;
    color: #666;
    width: 25%;
}
.footer_link_wrap a:first-child {
    border-left: 1px solid #E9E9E9;
}
.footer_wrap {
    background-color: #fff;
}
.footer_info, .footer_copy {
	color:#999;
	font-family: 'no300'!important;
}


.inner_table_all_wrap {
   width: 100%;
   background-color: #fff;
   min-height: 600px;
}
.inner_table_wrap {
    width: 100%; max-width: 1200px;
    margin: 0 auto;
}

.inner_table_wrap .main_table_top {
    padding-right: 0px;
}

.none_all_wrap {
    width: 100%;
    background-color: #fff;
}
.none_all_wrap .sub_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.sub_mypage .board_wrap{
width: 100%;
    background-color: #fff;
}

.sub_mypage .sub_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


#smb_my_ov {
    width: 235px;
}
#smb_my_list {
    width: 900px;
    float: right;
}

#sod_frm:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sod_left {
    width: 820px;
}

#sct_location {
    float: none;position: relative;
    top: 0px;
}
.page_board_all_wrap {
    width: 100%;
}
.page_board_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.page_box_wrap {
    width: 100%;
}
.page_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page_box_left {
    float: left; width: 235px;
}
.page_box_right {
    float: right;
    width: 900px;
}



.date_btn_wrap .btn-primary {
    color: #fff;
    background-color: #336ef4;
    border-color: #336ef4;
}

.date_btn_wrap .btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.date_tab_wrap .nav>li>a {
    padding: 3px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666; font-size: 13px; border-radius: 100px;
}
.date_tab_wrap .nav-pills>li.active>a, .date_tab_wrap .nav-pills>li.active>a:focus, .date_tab_wrap .nav-pills>li.active>a:hover {
background-color: #336ef4; color: #fff; border-color: #336ef4
}
.date_tab_wrap .nav {
    padding-top: 5px;
}

.date_input_wrap .input-group-addon {
    background-color: transparent!important;
    border-color: transparent!important;
    color: #333!important;
    border: none;
    padding: 6px;
}
.date_tab_wrap .btn-group {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.date_tab_wrap .btn-group:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.date_tab_wrap .btn-group label  {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    border-radius: 5px!important;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    min-width: 48px;
    text-align: center;
    background-color: #fff;
    outline: none;
    margin: 2px!important;
    font-family: 'no300';
    border: 1px solid #ddd;
}
.date_tab_wrap .btn-group label.active, .date_tab_wrap .btn-group label.active:focus, .date_tab_wrap .btn-group label.active:hover {
background-color: #6c4aca;color: #fff;
border-color: #6c4aca
}
.date_tab_wrap .nav {
    padding-top: 5px;
}

.board_page_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;max-width: 1080px; margin: 0 auto;
}
.board_page_wrap {
    width: 100%; padding: 30px 0; text-align: center;
    font-size: 0px;
}
.board_page_wrap * {
    vertical-align: middle;
    border-radius: 3px;
}
.board_page_wrap > div {
    display: inline-block;
}
.board_page_wrap span {
    display: inline-block;
}
.board_page_wrap b {
    display: inline-block;
    font-weight: normal;
}
.board_page_num {
    font-size: 15px;
    padding: 2px;
}
.board_page_prev_wrap {
    
}
.board_page_prev_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_prev_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
}


.board_page_next_wrap {
    
}
.board_page_next_wrap span {
    font-size: 13px;
    padding: 2px;
}
.board_page_next_wrap a {
 display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 10px;
    background-color: #fff;
}

.board_page_num_wrap {
    padding: 0 10px;
}

.board_page_num a {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #ddd;
    text-align: center;  color: #333; min-width: 35px; padding: 0 2px;
    background-color: #fff;
}

.board_page_num b {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #3f3f4b;
    text-align: center;  color: #fff; min-width: 35px; padding: 0 2px;
    background-color: #3f3f4b;
}


.company_top_wrap {
    width: 100%;
    background-image: url(../images/sub/company_top_wrap.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.company_top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 0
}
.company_top_txt {
    font-size: 32px;
    font-family: 'na200';
    color: #fff;
    line-height: 1.2;
}
.company_top_txt span{
    font-size: 48px;
    font-family: 'na400';
}
.company_all_wrap {
    width: 100%;
}
.company_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 15px;
}
.company_label_wrap {
    padding: 30px 0;
}
.company_label {
    font-size: 26px;
    color: #3f4649
}
.company_bar_wrap {
padding-top: 15px;
}
.company_bar {
    width: 60px; height: 3px;
    background-image: url(../images/sub/company_bar.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.company_sec_01_wrap {
    width: 100%;
}
.company_sec_01 {
    width: 100%;
}
.company_sec_01:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_01_left {
        float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px
}
.company_sec_01_right {
    float: right;
}
.company_sec_01_txt_01 {
    font-size: 58px;
    color: #37373d;
    font-family: 'na200';
    line-height: 1.2;
    padding: 0px;
}
.company_sec_01_txt_01 b {
    font-weight: normal;
    font-family: 'no400';
}
.company_sec_01_bar_wrap {
    width: 100%;
    padding: 5px 0 15px;
}
.company_sec_01_bar {
    display: inline-block;
    width: 80px;
    height: 1px; background-color: #555;
}
.company_sec_01_txt_02 {
    font-size: 16px;
    color: #37373d;
    font-family: 'no300';
    letter-spacing: -1px;
    line-height: 1.4;
}
.company_sec_02_wrap {
    width: 100%;
}
.company_sec_02 {
    width: 100%;
    padding: 80px 0
}
.company_sec_02:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_02_box {
    float: left; width: 25%;
    text-align: center;
    letter-spacing: -1px;
}
.company_sec_02_box_img {
    width: 100%;
    max-width: 60px;
   height: 60px;
   margin: 0 auto;
     background-repeat: no-repeat;
    background-position: center center;
}
.company_sec_02_box_01 .company_sec_02_box_img {
    background-image: url(../images/sub/company_sec_02_box_01.png);
}
.company_sec_02_box_02 .company_sec_02_box_img {
    background-image: url(../images/sub/company_sec_02_box_02.png);
}
.company_sec_02_box_03 .company_sec_02_box_img {
    background-image: url(../images/sub/company_sec_02_box_03.png);
}
.company_sec_02_box_04 .company_sec_02_box_img {
    background-image: url(../images/sub/company_sec_02_box_04.png);
}

.company_sec_02_box_label {
    font-size: 18px;
    color: #2e3236;
    font-family: 'no400';
    padding-top: 15px;
}
.company_sec_02_box_desc {
    font-size: 16px;
    color: #2e3236;
}

.company_sec_03_wrap {
    width: 100%;
}
.company_sec_03 {
    width: 100%;
    padding: 40px;
    border-top: 1px solid #ddd;
}
.company_sec_03:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_03_in {
    float: right;
    width: 100%;
    letter-spacing: -1px;
}
.company_sec_03_left {
    float: left;
    padding-top: 20px;
}

.company_sec_03_txt_01 {
    font-size: 15px; color: #333;
    line-height: 1.2; letter-spacing: 0px;
    font-family: 'no500';

}
.company_sec_03_txt_02 {
    font-size: 20px; color: #333;
    font-family: 'no300';
    padding: 15px 0;
    font-family: 'no500';
    
}
.company_sec_03_txt_03 {
    font-size: 16px; color: #2e3236;
    
}
.company_sec_03_box {
    padding-top: 15px;
    float: right;
    width: 585px;
}
.company_sec_03_box_in {
    width: 100%;
}
.company_sec_03_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_03_box_left {
    font-size: 18px;
    color: #797979;
    width: 100%;
}
.company_sec_03_box_right {
    float: left; width: 100%;
}
.company_sec_03_info {
    font-size: 16px;
    color: #2e3236;
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    float: left; width: 33.3%;
    padding-top: 50px;
    padding-bottom: 20px;
}
.company_sec_03_info span {
    display: block;
    font-family: 'no400';
}
.company_sec_03_info b {
    font-family: 'no300';
    font-weight: normal;
    word-break: break-all;
}
.company_sec_03_info_01 {
background-image: url(../images/sub/company_sec_03_info_01.png);
}
.company_sec_03_info_02 {
background-image: url(../images/sub/company_sec_03_info_02.png);
}
.company_sec_03_info_03 {
background-image: url(../images/sub/company_sec_03_info_03.png);
}
.root_daum_roughmap_landing {
    width: 100%!important;
}
.company_sec_04_table {
    padding: 15px 0
}

.company_sec_04_table table {
    border-top: 3px solid #333;
}
.company_sec_04_table th {
    border-bottom: 1px solid #ddd;
    width: 120px;
    text-align: center;
    font-size: 18px;
    color: #3f3a39;
    padding: 10px;
    font-weight: normal;
    font-family: 'no400';
    border-right: 1px solid #ddd;
}
.company_sec_04_table td {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    padding: 10px;
}

.company_sec_04_info {
    padding: 30px 0 50px;
    font-size: 16px;
    color: #666;
    line-height: 1.8
}



.company_sec_05_wrap {
    width: 100%; max-width: 1200px;
    margin: 0 auto;
    background-image: url(../images/sub/company_sec_05.png);
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    background-position: 0px bottom
}
.company_sec_05 {
    background-image: url(../images/sub/company_ang.png);
    background-repeat: no-repeat;
    padding: 50px 40px
}
.company_sec_05:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_05_left {
    float: right;
}

.company_sec_05_txt_01 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 20px;
}
.company_sec_05_txt_02 {
    font-size: 15px;
    color: #333;
}
 


/*팝업*/
.pop_all_wrap {
    margin: 0 auto; width: 100%;
    background-color: #fff;
    padding: 0px 60px 20px; display: none;
    border-radius: 10px; overflow: hidden;
}
.pop_all_wrap.pop_login_wrap {
     max-width: 460px;
}


.pop_all_wrap.pop_buy_wrap {
     max-width: 600px;
}

.pop_all_wrap.pop_wechat_view_wrap {
     max-width: 600px;
}



.pop_all_wrap.pop_term {
     max-width: 640px;
}
.pop_term .pop_top_label {
     text-align: center; letter-spacing: -1px;
}

.term_wrap textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: 1px solid #ddd;
    padding: 5px;font-size: 15px;
}

.pop_box_in {
    width: 100%;
     margin: 0 auto;
}

.pop_login_wrap .pop_box_in {
     max-width: 480px;
}



.pop_top_label_wrap {
padding: 20px 0 10px
}
.pop_top_label {
    font-size:30px; font-family: 'na400';
    color: #222;
}
.pop_login_wrap .pop_top_label {
     text-align: center; letter-spacing: -1px;
}


.pop_box {
    width: 100%;
}
.pop_login {
    width: 100%;
}
.pop_login_box {
    width: 100%;
    position: relative;top: 0px; left: 0px;
}
.pop_login_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_login_left {
    float: left; width: 100%;
}
.pop_login_right {
   width: 100%;
   padding-bottom: 15px;
}
.pop_login_right a {
   width: 100%;
   height: 60px; line-height: 60px;
   text-align: center;
   color: #fff;
   display: block;
   font-size: 22px;
   border-radius: 5px;


    background: #48e58a; /* Old browsers */
background: linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c);
background: -moz-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* FF3.6-15 */
background: -webkit-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83d1', endColorstr='#eb061c',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
-o-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;

}
.pop_login_input_wrap input {
    width: 100%;
    display: block;
   height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pop_login_input_wrap:first-child {
    padding-bottom: 5px;
}

.pop_login_mid_wrap {
    width: 100%; padding: 10px 0 20px
}
.pop_login_mid_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_login_link_wrap {
    float: left; margin-left: 10px;
    font-size: 0px;
	padding-top:2px;
}
.pop_login_link_wrap a {
   display: inline-block;
   height: 25px; line-height: 25px;
   border: 1px solid #ddd; font-size: 14px; color: #666;
   padding: 0 10px; margin-left: 10px
}



.checkbox_st_wrap {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.checkbox_st_wrap input {
        position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.checkbox_st_wrap input + label { 
    display: inline-block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.checkbox_st_wrap input + label span {
    font-size: 14px;
}
.checkbox_st_wrap input + label:active:before, 
.checkbox_st_wrap input:checked + label:active:before,
.checkbox_st_wrap input:checked + label:before {
   content: '\f00c';
    color: #fff;
    font-size: 13px;
    display: block;
    border: 1px solid #5674b9;
    background-color: #5674b9;
}

.checkbox_st_wrap input+ label:hover,
.checkbox_st_wrap input:checked + label {
    color: #000
}
.checkbox_st_wrap input + label:before {
  content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    border-radius: 3px;
}

.pop_login_bottom_wrap {
    border-top: 1px solid #ddd;
}

.pop_label_wrap {
    width: 100%;
    padding: 10px 0
}
.pop_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_label {
    display: inline-block;
    font-size: 24px; padding-right: 15px;letter-spacing: -1px;
    color: #333
}
.pop_desc {
    display: inline-block;
    font-size: 15px; letter-spacing: -1px;
    font-family: 'no300';
}

.pop_sns_login_btn_wrap {
    width: 100%;
}
.pop_sns_login_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pop_sns_login_btn {
    float: left; width: 50%;
    padding: 5px;
}
.pop_sns_login_btn a {
    border-radius: 3px; display: block;
    padding-left: 40px; width: 100%;
    position: relative;top: 0px; left: 0px;
}
.pop_sns_login_btn a span {
    display: block; height: 40px; line-height: 40px;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.pop_sns_login_btn a b {
    display: block; width: 40px; height: 40px;
    position: absolute;top: 0px; left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pop_sns_login_naver a {
    background-color: #3ec600;
    color: #fff;
}
.pop_sns_login_kakao a {
    background-color: #ffde00;
    color: #3c1311; font-weight: bold;
}


.pop_sns_login_naver a b {
  background-image: url(../images/common/pop_sns_login_naver.png);
}
.pop_sns_login_kakao a b {
background-image: url(../images/common/pop_sns_login_kakao.png);
}
.pop_box_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
}
.pop_box_close_btn {
position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/pop_box_close_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pop_box_close_btn02 {
	background-image: url(../images/close_w.png);
}


.buy_table_wrap table {
    border-top: 1px solid #ddd;
}
.buy_table_wrap th {
    background-color: #fff;
    color: #222;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
}
.buy_table_wrap td {
    color: #666;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}


.pop_pay_type_wrap {
    width: 100%;
}
.pop_pay_type_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_pay_type_box {
    float: left;
    width: 180px;
    padding: 5px;
}
.pop_pay_type_box_in {
    border: 1px solid #ddd;
}

.pop_pay_type_box_img {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pop_pay_type_box_card .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_card.png);
}
.pop_pay_type_box_bank .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_bank.png);
}

.pop_pay_type_box_card.active .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_card_on.png);
}
.pop_pay_type_box_bank.active .pop_pay_type_box_img {
    background-image: url(../images/common/pay_type_bank_on.png);
}
.pay_type_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    overflow: hidden;
}
.pay_type_wrap input {
 position: absolute;top: -20px;
 left: -20px;
 width: 1px; height: 1px; overflow: hidden;
 display: block;
 font-size: 1px;
}
.pay_type_wrap label {
    display: block;
}
.pay_type_wrap label span {
    width: 100%;
    display: block; text-align: center;
    height: 30px; line-height: 30px;
    font-size: 16px;
    letter-spacing: -1px;
}

.pop_pay_type_box.active .pop_pay_type_box_in {
border-color: #7448BD;
}

.pop_pay_type_box.active  label span {
color: #7448BD; font-family: 'no400';
}


.main_price_box.active .normal_btn {
background-color: #e23d3c;
    color: #fff;
}
.pop_buy_wrap .normal_btn_wrap {

}
.pop_bank {
    font-size: 18px;
}
.pop_bank span {
    padding-left: 10px;
}
.pop_bank_name {
    color: #009490; font-family: 'no400';
}
.pop_bank_num {
    color: #333; font-family: 'no400';
}
.sweet-alert h2 {
    font-size: 16px; line-height: 1.5;
}

.signup_all_wrap {
    width: 100%;
}
.signup_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
    padding: 0px 10px 50px;
}

.signup_in {
    width: 100%; max-width: 480px; margin: 0 auto;
}

.signup_top_label_wrap {
    width: 100%;
    padding: 20px 0
}
.signup_top_label {
    font-size:36px; font-family: 'na300';
    color: #333; text-align: center;
}

.signup_top_label span {
    color: #e23d3c
}

.signup_mid_wrap {
    width: 100%; 
    padding: 10px 0 30px;
}

.signup_agree_all_wrap {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding: 10px 0
}
.signup_agree_all_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    overflow: hidden;
}

.signup_agree_all_box input {
     position: absolute;top: -20px;
 left: -20px;
 width: 1px; height: 1px; overflow: hidden;
 display: block;
 font-size: 1px;
}

.signup_agree_all_box label {
     font-size: 22px; color: #333;
     border: 1px solid #ddd;
     border-radius: 3px;
     height: 60px; line-height: 60px;
     display: block;
     text-align: center;
     font-weight: normal;
     background-color: #fff;
}

.signup_agree_all_box label:before {
     content: '\f00c';
    color: #7448BD;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 36px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    font-family: 'FontAwesome';
    font-weight: normal;
}

.signup_agree_all_wrap.active .signup_agree_all_box label {
    color: #fff; background-color: #7448BD; border-color: #7448BD;
}

.signup_agree_all_wrap.active .signup_agree_all_box label:before {
    color: #fff;
}

.check_agree_box_wrap {
    width: 100%;
    padding: 3px 0
}
.check_agree_box_in {
    width: 100%;
    padding: 3px 0
}
.check_agree_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.check_agree_box {
    float: left;
}
.check_agree_view {
    float: right;
}
.check_agree_view a {
    font-size: 15px; color: #666;
    border-bottom: 1px solid #ddd;
}


.check_agree_box {position: relative;top: 0px; left: 0px;
float: left; padding: 3px 0
} 
.check_agree_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.check_agree_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; 
} 
.check_agree_box input + label span {
    font-size: 16px;
    font-weight: normal;
}
.check_agree_box label b {
    font-size: 14px; font-weight: normal;
    color: #7448BD
}

.check_agree_box input + label:active:before, 
.check_agree_box input:checked + label:active:before,
.check_agree_box input:checked + label:before {
    content: '\f00c';
    color: #7448BD;
    font-size: 18px;
    display: block;
    border: 1px solid #7448BD;
}

.check_agree_box input+ label:hover,
.check_agree_box input:checked + label {
    color: #000
}
.check_agree_box input + label:before {
   content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: 'FontAwesome';
    border-radius: 100px;
    font-weight: normal;
}

.check_agree_box_sub {
    float: left;
    padding-left: 35px;
    font-size: 16px;
    color: #999
}



.page_top_label_all_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0
}
.page_top_label_all_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page_info_wrap {
    float: right;
}
.page_top_label_wrap {
    float: left;
}
.page_top_label {
        font-size: 26px;
    color: #3f4649;
    display: inline-block;
}
.page_top_desc {
    display: inline-block;
    font-size: 15px; padding-left: 15px;
}
.page_top_label_wrap .company_bar_wrap {
    width: 100%; 
}
.m_br {
    display: none;
}
.page_info_step {
    float: left;
    padding-left: 80px;
    background-image: url(../images/sub/step_arr.png);
    background-repeat: no-repeat;
    background-position: 35px center;
}
.page_info_step:first-child {
    padding-left: 0px;
    background-image: none;
}
.page_info_step_en {
    color: #d1d1d1;
    font-size: 15px;
    line-height: 1.2
}
.page_info_step_kr {
    color: #c7c7c8;
    font-size: 18px;
    line-height: 1.2
}

.page_info_step.active .page_info_step_en {
    color: #3f4649
}
.page_info_step.active .page_info_step_kr {
    color: #7448BD
}

.total_btn_all_wrap {
    width: 100%;
}
.total_btn_wrap {
    width: 100%;
    padding: 10px 0;
}
.total_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.total_btn_wrap a:first-child {
    margin-left: 0px;
}
.total_btn_wrap a {
    float: left; width: 49%;
    margin-left: 2%;
    height: 50px; line-height: 50px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.total_btn_wrap a.btn_submit {
    background-color: #7448BD;
    color: #fff;
    border-color: #7448BD;
}




.form_text_box_wrap {
    width: 100%;
}
.form_text_box_top {
    width: 100%;
    position: relative;top: 0px; left: 0px; padding: 10px 0 5px;

}
.form_text_box_top:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form_text_box_label {
    float: left; font-size: 18px; color: #333;
}
.form_text_box_desc {
    float: right; padding-right: 5px;
}
.form_text_box {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding: 5px 0;

}
.form_text_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form_text_box_input {
    border: 1px solid #ddd; border-radius: 5px;
    display: table;
    padding: 10px; width: 100%;
     background-color: #fff;
}
.form_text_box_input input {
    display: table-cell;width: 99%;
    height: 35px; line-height: 35px;
    border: none;
    vertical-align: top;
    padding: 5px;font-size: 15px;
}

.form_text_box_input textarea {
    display: block;width: 100%!important;
    height: 200px; 
    border: none;
    padding: 5px;font-size: 15px;


}


.form_text_box_input span {
    display: table-cell;width: 1%;
    vertical-align: top;
}
.form_text_box_input span a {
    display: inline-block; width: 100px;
    height: 35px; line-height: 35px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}

.form_text_box_desc div {
    display: none;
}

.at_valid .form_text_box_desc .txt_valid {
    display: block;
}

.at_invalid .form_text_box_desc .txt_invalid {
    display: block;
}

.txt_valid {
    font-size: 14px; color: #3fb24f;
}

.txt_invalid {
    font-size: 14px; color: #dd2c63;
}

.signup_complete_box {
    width: 100%; 
    text-align: center;
    padding: 30px 0;
}

.total_btn_wrap .btn_submit {
    background-color: #333; color: #fff; border-color: #333;
}


/*이메일*/
.signup_wrap .input_email{
	overflow:hidden;
	max-width:550px;
	width:100%;
}
.signup_wrap .input_email select{
	width:100%;
	height:40px
}
.signup_wrap .input_email .email_box{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.signup_wrap .input_email .email_box input{
    border-radius: 5px;
    padding: 10px;
    vertical-align: top;
    font-size: 15px;
	padding:10px;
	border: 1px solid #ddd;
	height:50px
}
 .signup_wrap .input_email .email_box > div.gol_s{
	width:24px;
	border:0;
	vertical-align:middle;
	text-align:center;
 }
  .signup_wrap .input_email .email_box > div{
	display:table-cell;
	width:calc(100% - 24px /2);
	
}






.signup_complete_text {
    font-size:24px; font-family: 'na300';
    color: #333; text-align: center;
    width: 100%;
}

.signup_complete_text span {
    color: #7448BD
}
.file_leave_01 .total_btn_wrap a {
    float: none;margin: 0 auto;
    display: block;
}
.file_license_complete .total_btn_wrap a {
    float: none;margin: 0 auto;
    display: block;
}
.two_block_all_wrap {
    width: 100%;
}
.two_block_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
}
.two_block_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.two_block_box_wrap {
    float: left; width: 48%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 3%;
} 
.two_block_box_wrap:first-child {
    margin-right: 2%;
}

.two_block_box .form_text_box_label {
    font-size: 24px;
}
.two_block_box .total_btn_wrap a {
    width: 100%;
}
.pdt_name {
    text-align: left;
    color: #666
}
.pdt_name b {
    font-weight: normal;
}
.pdt_name span {
    color: #e83837;
}
.td_cost b {
    font-weight: normal;
}
.ex_date {
    color: #7448BD;
}
.ex_date span {
    color: #7448BD;
}
.ex_date b {
    font-weight: normal;
    color: #787878
}

input:disabled {
    background-color: #fff!important;
    color: #e83837;
}

.my_home_all_wrap {
    width: 100%;
    padding-top: 17px;
}
.my_home_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.my_home_in {
    width: 100%; padding-bottom: 50px;
}
.my_home_box_wrap {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px 2%;
    background-color: #fcfcfd
}
.my_home_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.my_home_box_left {
    float: left;width:50%; border-right: 1px solid #eee;
}
.my_home_box_right {
    float: right;width:50%;
}
.my_home_box_in {
    padding: 10px 20px;
    width: 100%; position: relative;top: 0px; left: 0px;
}
.my_home_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.my_home_box_img {
    float: left;
}
.my_home_box_label_wrap {
    float: left;
}

.my_home_box_img_circle {
    width: 115px; height: 115px;
    background-color: #eaeaea;
    border-radius: 200px;
    background-image: url(../images/common/my_home_box_img_circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.my_home_box_txt_wrap {
    width: 100%;
}
.my_home_box_txt_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.my_home_box_txt {
     width: 100%; font-size: 15px;
     padding: 5px 0
}
.my_home_box_txt > div {
    display: inline-block;
}
.my_home_box_txt_label {
    color: #333;
}
.my_home_box_txt_desc {
    padding-left: 15px;
    color: #888
}
.my_home_box_txt_desc span {
    color: #7448BD
}
.my_home_box_welcome {
    font-size: 18px;
    color: #7448BD;
    font-family: 'no400';
    text-decoration: underline;
}
.my_home_box_txt_info {
    padding-left: 15px;
}
.my_home_box_auth_yes {
    font-size:12px; border: 1px solid #5674b9;
    color: #5674b9;
    height: 25px; line-height: 25px;
    display: inline-block;
    padding: 0 5px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 3px;
}

.my_home_box_label_wrap {padding-left: 20px;
font-size: 20px; color: #333;
padding-top: 12px;
}

.my_home_box_label span {
    color: #222
}
.my_home_box_edit_wrap {
    padding-top: 5px;
}
.my_home_box_edit_btn {
     font-size:13px; border: 1px solid #ddd;
    color: #666;
    height: 30px; line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 3px;
}



.total_label_all_wrap {
    width: 100%;
}
.total_label_wrap {
     width: 100%; max-width: 1080px; margin: 0 auto;
     position: relative;top: 0px; left: 0px;
     padding: 10px 0
}
.total_label_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.total_label {
    float: left;
    font-size: 24px;
    color: #333
}
.total_label_link {
    float: right;
    padding-top: 10px;
}
.total_label_link_btn {
   display: inline-block;
}
.total_label_link_btn span {
    font-size: 16px;
    color: #666;
    position: relative;top: 0px; left: 0px;
    display: inline-block;
    padding-right: 10px;
    background-image: url(../images/common/total_label_link_btn.png);
    background-repeat: no-repeat;
    background-position: right center;
}



.form_radio_box {position: relative;top: 0px; left: 0px;
padding: 2px 0
} 
.form_radio_box input {
        position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
     clip: rect(0,0,0,0); 
    border: 0;
    background: #fff;
    margin: 0px;
} 
.form_radio_box input + label { 
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; height: 25px;
} 
.form_radio_box input + label span {
    font-size: 16px; line-height: 25px;
}
.form_radio_box input + label:active:before, 
.form_radio_box input:checked + label:active:before,
.form_radio_box input:checked + label:before {
    content: '\f111';
    color: #e23d3c;
    font-size: 16px;
    display: block;
    border: 1px solid #e23d3c;
    padding-left: 0px;
}

.form_radio_box input+ label:hover,
.form_radio_box input:checked + label {
    color: #000
}
.form_radio_box input + label:before {
   content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    vertical-align: middle;
    font-family: 'FontAwesome';
}
.form_text_box .form_radio_box {
    float: left; width: 33%;
}

.mid_nav .menu.menu_04 ,.mid_nav .menu.menu_05  {
    display: none;
}
.sub_page_all_wrap {
    width: 100%;
    padding: 40px 15px;
}
.sub_page_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.sub_page_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sub_page_left {
    float: left;
    width: 235px;
}
.sub_page_right {
    float: right;
    width: calc(100% - 255px);
}
.sub_page_con {
    width: 100%;
    padding-top: 62px;
}
.left_memu_box {
    width: 100%;
}
.left_memu_box .menu {
    display: none;
}
.left_memu_box .menu.active {
    display: block;
}
.left_memu_box .menu:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.left_memu_box .menu_a {
    display: block;float: left;
    margin-bottom: 40px;
}
.left_memu_box .menu_a span {
        font-size: 26px;
    color: #3f4649;
    display: inline-block;
    position: relative;top: 0px; left: 0px;
}
.left_memu_box .menu_a span:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-image: url(../images/sub/company_bar.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;bottom: -15px; left: 0px;
}
.left_memu_box .sub_menu_wrap {
   width: 100%;
   float: left;
   background-color: #5674b9;
   padding: 10px;
}
.left_memu_box .sub_menu {
       border-top: 1px solid #6782c0;
}
.left_memu_box .sub_menu:first-child {
       border-top: none;
}
.left_memu_box .sub_menu_a {
        height: 48px;
    line-height: 48px;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
    overflow: hidden;
    background-image: url(../images/sub/left_memu_box.png);
    background-repeat: no-repeat;
    background-position: 120% center;
}
.left_memu_box .sub_menu.active .sub_menu_a {
    background-position: 95% center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.left_memu_box .sub_menu:hover .sub_menu_a {
    background-position: 95% center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}


/*게시판*/
.board_all_wrap {
    width: 100%; padding-bottom: 30px;
}
.board_wrap {
    width: 100%; max-width: 1080px; margin: 0 auto;
}
.board_con {
    width: 100%; position: relative;top: 0px; left: 0px;
}

.board_list table {
    border: 1px solid #ddd;
    border-top: 2px solid #222;
    background-color: #fff;
}
.board_list th {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center; font-weight: normal;
    color: #333;
    padding: 10px 5px;
    font-size: 16px;
}
.board_list td {
    border-bottom: 1px solid #ddd;
    text-align: center; font-weight: normal;
    color: #666;
    padding: 10px 5px;
    font-size: 14px;
}


.board_list tr:hover {
    background-color: #f7f7f7;
}
.td_num {
    width: 60px;
}
.td_hit {
    width: 60px;
}
.td_date {
    width: 120px;
}
.td_cost {
    width: 120px;
}
.td_qty {
    width: 70px;
}
.td_pay_type {
    width: 120px;
}
.td_date_end {
    width: 120px;
}
.td_state {
    width: 80px;
}
.td_name {
    width: 80px;
}
.board_btn_all_wrap {
    width: 100%;
}
.board_btn_wrap {
    width: 100%;
    padding: 10px 0
}
.board_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_right_btn {
    float: right;
}

.board_btn_wrap a {
    display: inline-block;
    border: 1px solid #ddd; color: #666;
    background-color: #fff;
    height: 35px; line-height: 35px; width: 100px;
    margin: 0 3px; text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

.board_btn_wrap a.board_btn_write {
    background-color: #7448BD; color: #fff; border-color: #7448BD;
}
.board_btn_wrap a.board_btn_list {
    background-color: #fff;
}
.board_btn_wrap a.board_btn_edit {
    background-color: #ef3333; color: #fff; border-color: #ef3333;
}
.board_btn_wrap a.board_btn_del {
    background-color: #333; color: #fff; border-color: #333;
}

.board_view {
    width: 100%; 
    border: 1px solid #ddd;
    border-top: 2px solid #222;
    background-color: #fff;
}
.board_view_label {
    width: 100%; 
    padding: 10px;
    background-color: #fcfcfd;
    border-bottom: 1px solid #ddd;
}


.board_con .board_view_label {
    text-align: center;
}

.board_view_info {
    background-color: #fff; border-bottom: 1px solid #ddd;
    padding: 10px
}
.board_view_info:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_view_info_left {
    float: left;
}
.board_view_info_right {
    float: right;
}
.board_view_info_div  {
    float: left; margin: 3px;
    font-size: 15px;
}
.board_view_info_div b {
    color: #333; padding-left: 10px;
}
.board_view_info_div span {
    color: #333; padding: 0 10px;
}
.board_view_info_div a {
    color: #666; font-size: 13px;
}
.board_view_info_div a:hover {
    color: #e83837
}
.board_view_info_file a {
    color: #7448BD!important
}



.board_view_con {
    padding: 30px 2%; width: 100%;
    min-height: 250px;
    font-size: 15px;
}
.board_reply_date {
     padding: 10px 2%; width: 100%;
    font-size: 15px;
    color: #888
}
.board_reply_date span {
    font-family: 'no400';
    color: #333;
    padding-right: 5px;
}

.board_write table {
    border: 1px solid #ddd;
    border-top: 2px solid #222;
    background-color: #fff;
}
.board_write th {
    background-color: #fcfcfd;
    color: #222;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
    border-right: 1px solid #ddd;
}
.board_write td {
    color: #666;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.input_text_wrap input {
    width: 100%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.input_text_wrap2 input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.span_req {
    color: #e83837;
}
.textarea_wrap {
    padding: 10px;
}
.textarea_wrap textarea {
    width: 100%!important;
    height: 400px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
}

.span_state_no {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 3px;

}
.span_state_yes {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #5674b9;
    text-align: center;
    color: #5674b9;
    min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 3px;
}


.board_view_reply_wrap {
    width: 100%;
    border-top: 1px solid #ddd;
}
.board_view_reply {
    padding: 20px 2% 10px;
    width: 100%;
}
.main_board_line {
    width: 100%;
}
.main_board_line_in {
    font-size: 18px;
    color: #333;
    font-family: 'no400';
}



.faq_wrap {width: 100%; border-top: 2px solid #222;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.faq_box {border-bottom: 1px solid #eee; width: 100%;font-size:16px;
    line-height: 1.6;
    background-color: #fff;

}
.q_box {display: block; width: 100%; position: relative;top: 0px; left: 0px;
    cursor: pointer;
}
.q_txt {
    padding:15px 60px;
    background-image: url(../images/common/faq_q_icon.png);
    background-position: 25px 16px;
    background-repeat: no-repeat;
    color: #222
}
.q_btn {
    position: absolute;top: 0px; bottom: 0px; right: 0px; width: 60px;
    cursor: pointer; 
    background-position: center center;
    background-image: url(../images/common/bottom_arr.png);
    background-repeat: no-repeat;
}
.a_box {display: block; width: 100%!important; position: relative;top: 0px; left: 0px;
    background-color: #fff; display: none;
    border-top: 1px solid #eee;
}
.a_box_in {width: 100%;position: relative;top: 0px; left: 0px;}
.a_txt {
    padding:15px 15px 15px 60px;
    background-image: url(../images/common/faq_a_icon.png);
    background-position: 25px 16px;
    background-repeat: no-repeat;

}
.faq_box.active .q_btn {
    background-image: url(../images/common/top_arr.png);
}


/*마이페이지*/
.file_myinfo .total_label_all_wrap {
    border-bottom: 2px solid #333;
}
.file_leave .total_label_all_wrap {
    border-bottom: 2px solid #333;
}
.file_leave_01 .total_label_all_wrap {
    border-bottom: 2px solid #333;
}
.file_qna_pw .total_label_all_wrap {
    border-bottom: 2px solid #333;
}


/*라이센스*/

.license_all_wrap {
    width: 100%;
}
.license_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2% 50px;
}
.license_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.license_box {
    float: left; width: 25%;
    padding: 8px;
    position: relative;top: 0px; left: 0px;
    overflow: hidden;
}
.license_box label {
    display: block; width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 20px 8%;
}
.license_dot_wrap {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #999
}
.license_dot {
    width: 13px;
    height: 13px;
    background-color: #ccc;
    border-radius: 100px;
}
.license_dot_in {
    width: 25px; height: 25px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    margin: 0 auto;
}

.license_img {
    text-align: center;
    padding: 10px 0;
    max-width: 80%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.license_select_1_month .license_img {
    background-image: url(../images/common/license_select_1_month.png);
}
.license_select_3_month .license_img {
    background-image: url(../images/common/license_select_3_month.png);
}
.license_select_6_month .license_img {
    background-image: url(../images/common/license_select_6_month.png);
}
.license_select_12_month .license_img {
    background-image: url(../images/common/license_select_12_month.png);
}

#license_select_1_month:checked + label .license_img {
    background-image: url(../images/common/license_select_1_month_on.png);
}
#license_select_3_month:checked + label .license_img {
    background-image: url(../images/common/license_select_3_month_on.png);
}
#license_select_6_month:checked + label .license_img {
    background-image: url(../images/common/license_select_6_month_on.png);
}
#license_select_12_month:checked + label .license_img {
    background-image: url(../images/common/license_select_12_month_on.png);
}




.license_img img {
    visibility: hidden;
}
.license_txt_wrap {
    padding:  0;
    text-align: center;
}
.license_txt_label {
    font-size:15px;
    color: #999;
    letter-spacing: -1px;
    padding: 5px 0
}
.license_txt_cost b {
    font-size:27px;
    color: #999;
    font-family: 'na400';
    letter-spacing: -2px;
}
.license_txt_cost span {
    font-size:18px;
    color: #999;
    letter-spacing: -2px;
    padding-left: 5px;
}
.license_box input {
    position: absolute;top: -20px;
    left: -20px;
    height: 1px; width: 1px; overflow: hidden;
}
.license_box input:checked + label {
   border-color: #a63464;
   background-color: #fff;
   -webkit-box-shadow: 0px 0px 9px 0px rgba(125, 198, 255, 0.7);
    -moz-box-shadow: 0px 0px 9px 0px rgba(125, 198, 255, 0.7);
    box-shadow: 0px 0px 9px 0px rgba(125, 198, 255, 0.7);
        -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_dot {
   background-color: #7448BD;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_dot_in {
   border-color: #7448BD;
   -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_txt_cost b {
   color: #a63464;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_dot_wrap {
   color: #a63464;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_btn_all_wrap {
    width: 100%;
}
.license_btn_wrap {
    width: 100%;
    padding: 30px 0 50px;
    text-align: center;
}
.license_btn_wrap .license_btn {
    background: #48e58a; /* Old browsers */
background: linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c);
background: -moz-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* FF3.6-15 */
background: -webkit-linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(270deg, #2e83d1, #eb061c, #2e83d1, #eb061c); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e83d1', endColorstr='#eb061c',GradientType=1 ); /* IE6-9 */
background-size: 600% 600%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
-o-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
width: 300px; height: 65px;line-height: 65px;
font-size: 24px; color: #fff;
text-align: center;
display: inline-block;
position: relative;top: 0px; left: 0px;
border-radius: 100px;
}


.license_top_wrap {
    width: 100%;
    background-image: url(../images/sub/company_top_wrap.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.license_top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0
}
.license_top_txt {
    font-size: 34px;
    font-family: 'na200';
    color: #fff;
    line-height: 1.2;
    letter-spacing: -2px;
}
.license_top_txt span{
    font-size: 16px;
    font-family: 'no300';
    letter-spacing: 0px;
}

.license_pay_all_wrap {
    width: 100%;
}
.license_pay_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.license_pay_table table {
    border-top: 2px solid #333;
    background-color: #fff;
}
.license_pay_table th {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    font-family: 'no400';
    text-align: center;
    background-color: #fff;
}
.license_pay_table td {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.license_pay_table td.td_cost {
    font-family: 'no400';
}
.license_pay_total_wrap {
    width: 100%;
}
.license_pay_total {
    padding: 20px;
}
.license_pay_total:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.license_pay_total_box {
    float: right;
    font-size:20px;
    color: #333;
}
.license_pay_cost {
        font-size: 34px;
    color: #7448BD;
    font-family: 'na500';
    letter-spacing: -2px;
}
.license_pay_type_table table {
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.license_pay_type_table th {
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    width: 120px;
    text-align: center;
    font-weight: normal;
    font-family: 'no400';
}
.license_pay_type_table td {
    color: #666;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}


/*모바일*/

#wrap > div.m_menu_all_wrap {
    position: fixed;
    width: 0px;
    z-index: 1000;
    background-color: #f7f7f7;
    left: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.m_menu_wrap {
    position: absolute;
    width: 100%;
    overflow: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
.m_menu_top_info_wrap {
    width: 100%;
    background-color: #7448BD;
    padding: 10px 0
}
.m_menu_top_info {
    width: 100%;
    padding: 0 50px 0 20px;
    position: relative;top: 0px; left: 0px;
}
.m_menu_top_info_left:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.m_menu_top_close {
    width:25px; height: 25px;
    background-image: url(../images/common/m_menu_top_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 72%;
    position: absolute;top: 50%; right:15px;
    margin-top: -18px;
    cursor: pointer;
}

.m_menu_top_info_left_logo {
    width:35px; height: 35px;
    background-image: url(../images/common/move_bar_tel_logo.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 72%;
    position: absolute;top: 50%; left:15px;
    margin-top: -18px; 
}

.m_menu_top_info_left_txt {
    height: 40px; line-height: 40px;
    color: #fff; font-family: 'no300';
    font-size: 15px;
}

.m_menu_top_info_left_txt a {
    font-size:16px; border-bottom: 1px solid #fff;
    color: #fff;
}

.m_menu_top_info_left_txt b {
    font-size:18px; 
    color: #fff;font-family: 'no400';
    font-weight: normal;
}

.m_menu_top_info_left_txt span {
    padding-left: 5px;
}
.m_link_wrap {
    width: 100%;
    background-color: #7448BD;
    border-top: 1px solid #8e6dc5;
}
.m_link_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m_link_box {
    float: left; width: 33.3%;
    border-left: 1px solid #8e6dc5;
    padding: 5px 0
}
.m_link_box:first-child {
	border-left: 0;
}
.m_link_box_img {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 19px;
}
.m_link_box_label {
    height: 20px; line-height: 20px;
    font-size: 14px; color: #fff;
    text-align: center;
    font-family: 'no300';
}

.m_link_box_login .m_link_box_img {
    background-image: url(../images/common/m_link_box_login.png);
}
.m_link_box_signup .m_link_box_img {
    background-image: url(../images/common/m_link_box_mypage.png);
}
.m_link_box_down .m_link_box_img {
    background-image: url(../images/common/m_link_box_down.png);
}
.m_link_box_logout .m_link_box_img {
    background-image: url(../images/common/m_link_box_logout.png);
}
.m_link_box_mypage .m_link_box_img {
    background-image: url(../images/common/m_link_box_mypage.png);
}
.m_link_box_buy .m_link_box_img {
	background-image: url(../images/common/mob_buy.svg);
}

.m_menu_box_wrap {
    width: 100%;
    /* padding-bottom: 80px; */
}

.m_menu_box {
    width: 100%;
}

.m_menu_box .menu {
    width: 100%;
}
.m_menu_box .menu_a {
    display: block; height: 50px; line-height: 50px;
    padding-left: 15px;
    font-size: 15px; color: #333;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: relative;top: 0px; left: 0px;
}
.m_menu_box .menu_a:before {
     content: '\f105';
    color: #ccc;
    font-size: 26px;
    display: block;
    position: absolute;
    right: 22px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    font-family: 'FontAwesome';
}

.m_menu_box .void_link:before {
     content: '\f107';
}

.m_menu_box .void_link.menu_on:before {
     content: '\f106';
}


.m_menu_box .sub_menu_a {
    display: block; height: 40px; line-height: 40px;
    padding-left: 35px;
    font-size: 15px; color: #333;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    position: relative;top: 0px; left: 0px;
}




.m_menu_box .sub_menu_a:before {
    content: '';
    display: block;
    position: absolute;top: 50%; left: 18px;
    width: 8px; height: 2px; margin-top: -1px;
    background-color: #666;
}



.m_menu_box .sub_menu_wrap {
    display: none;
}
#wrap > div.all_bg {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}

.pc #wrap > div.all_bg {
    display: none!important;
}

.pc #wrap > div.m_menu_all_wrap {
    width: 0px!important
}

.mobile.m_on {
    overflow: hidden;
}
.mobile_menu_btn {
    width: 45px;
    position: absolute;
    top: 12px;
    left: -5px;
    padding: 0 10px;
    cursor: pointer;
    height: 25px;
	display: none;
}
.mobile_menu_btn span {
width: 100%;
    display: block;
    height: 2px;
    background-color: #222;
    margin: 5px 0;
}

.section_all_wrap {
    background-color: #fff;
}
.license_btn_buy_wrap {
    text-align: center;
    padding-top: 15px;
}
.license_btn_buy {
    width: 150px;
    height: 45px; line-height: 45px;
    background-color: #acacac;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.license_btn_buy_02 {
    display: none;
}

.license_box input:checked + label .license_btn_buy_02 {
    display: inline-block;
}
.license_box input:checked + label .license_btn_buy_01 {
    display: none;
}
.license_box input:checked + label .license_btn_buy {
    background-color: #3d8ce3
}







/*추가*/


.go_link_btn {
    width: 40px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
	background-image: url(../images/common/icon_map02.png);
}
.go_link_btn.go_unlink_btn {
    
}

.main_section_02 .go_link_btn {
    background-image: url(../images/common/icon_map02.png);
}
.main_section_03 .go_link_btn {
    background-image: url(../images/common/icon_go.png);
}

.file_database_biz .go_link_btn {
    background-image: url(../images/common/icon_map02.png);
}
.file_database_market .go_link_btn {
    background-image: url(../images/common/icon_go.png);
}



.seok_sch_stx input.stx {
    display: block;
    height: 34px; line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    width: 100%;
}
.seok_box_class {
    width: 560px;
}
.seok_box_add {
    width: 275px;
}


.td_pay_print {
    width: 70px;
}


/*200603 추가*/
.main_table_label span {
    font-size: 13px;
    color: #888
}
.main_table_label span b {
    color: #fc767f;
    font-weight: normal;
}
.mid_nav .menu:hover .menu_a {
    color: #6c4aca;
}

.mid_nav .menu:hover .menu_a::after {
    position: absolute;
    right: 15px;
    bottom: -1px;
    left: 15px;
    height: 4px;
    background-color: #6c4aca;
    content: '';
}




.bar_left_all_wrap {
    /* position: absolute;
    	top: 0px;
    left: 0px;
    width: 260px; 
	bottom: 0px;*/
    /* background-color: #fcfcfd; */
    /* border-right: 1px solid #ddd; */
    overflow: auto;
	width:100%;
	max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #E9E9E9;
    background: #fff;
    border-radius: 5px;
	padding: 5px 0;
}
/* #wrap.scroll .bar_left_all_wrap{
	position:fixed;
} */
.section_wrap {
    position: relative;top: 0px; left: 0px;
}
.file_database_biz #wrap  {
    min-width: 1800px;
}
.file_database_market #wrap,.file_database_biz2 #wrap{
    min-width: 1800px;
}
.bar_left_wrap {
    padding: 15px;
}
.bar_left_box {
    width: 100%;
}
.bar_left_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bar_left_wrap .seok_sch_box_label {
    width: 100%;
    color: #333;
}
.bar_left_box_in {
    float: left; width: 100%;
}
.bar_left_box_in select {
        display: block;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 13px;
    /* border: 1px solid #ddd; */
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.bar_left_box_in .date_input_box_wrap input {
    width: 100%;
    margin-bottom: 10px;
	cursor:pointer;
}
.bar_left_box_in .date_input_box_wrap span {
    display: none;
}

.bar_left_box_in_01 .login_btn {
	display: block;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 15px;
    background-color: #6c4aca;
    width: 100%;
    color: #fff !important;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family: "no300";
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 10px;
}
.bar_left_box_in_01 .login_btn img {
	vertical-align: middle;
    padding-right: 10px;
}
.bar_left_box_in button {
	display: block;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 15px;
    background-color: #6c4aca;
    width: 100%;
    color: #fff !important;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family: "no300";
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 10px;
	border:0;
}

.bar_left_box_05 .bar_left_box_in_02 input {
           display: block;
    height: 34px;
    line-height: 34px;
    padding: 0px 30px 0 10px;
    font-size: 13px;
    /* border: 1px solid #ddd; */
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    /* margin-bottom: 10px; */
}
.bar_left_box_01 .bar_left_box_in select {
	margin-bottom:0;
	cursor:pointer;
}
.bar_left_box_06 button {
        display: block;
    height: 34px;
    line-height: 32px;
    padding: 0px 10px;
    font-size: 13px;
    background-color: #3C9EFF;
    width: 100%;
    color: #fff!important;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family: "no300";
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 0;
}

.bar_left_box_06 button img {
    vertical-align: middle;
    padding-right: 10px;
}

.bar_left_box_06 .reset_btn {
    display: block;
    height: 34px;
    line-height: 32px;
    padding: 0px 10px;
    font-size: 13px;
    background-color: #333;
    width: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family: "no300";
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #333;
}
.bar_left_box_06 .reset_btn img {
    vertical-align: middle;
    padding-right: 10px;
}

.file_database_biz .main_section_04 {
    display: none;
}
.file_database_market .main_section_04 {
    display: none;
}
.top_btn_all_wrap {
    width: 100%;
    padding: 10px 0

}
.top_btn_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fcfcfd;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
}
.top_btn_box_wrap {
    width: 100%;
    padding-left: 130px;
    position: relative;top: 0px; left: 0px;
}
.top_btn_box_label {
    position: absolute;top: 0px; left: 0px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333
}
.top_btn_box_in {
    width: 100%;
    height: 45px;
    overflow: hidden;
}
.top_btn_box_in:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_form_box {
    float: left;
    padding: 3px;
}
.board_form_box a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    display: inline-block;
    padding: 10px;
    color: #333
}


.board_form_box.active a {
    background-color: #6c4aca;
    border-color: #6c4aca;
    color: #fff
}

.board_form_box.active a span {
    color: #fff
}
.board_form_box a b {
    font-weight: normal;
}
.board_form_box a span {
    color: #7448BD;
    font-family: 'no400';
}




.main_section_01 .main_section_txt {
    background-color: #fcfcfd;
    padding: 5px 2%;
    border-radius: 15px;
    overflow: hidden;
    width: 370px;
    height: 170px;
    float: left;
}


.main_section_01 .main_section {
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
}

.main_section_01 .board_search_left_label {
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    text-align: left;
}
.main_section_01 .board_search_left_form {
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.main_section_01 .board_search_left_form:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_section_01 .board_form_box {
    float: left;
    padding: 3px;
}
.main_section_01 .board_form_box a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 10px;
    color: #333
}
.main_section_01 .board_form_box a b {
    font-weight: normal;
}
.main_section_01 .board_form_box a span {
    color: #7448BD;
    font-family: 'no400';
}



.kakao_pop_all_wrap {
	width: 210px;
    height: 250px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 9999;
}

.kakao_pop_wrap {
width:210px; height: 248px;  position:relative;top:0px; left: 0px; background-color: #fff; border-radius: 15px;
overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.kakao_call_pop_wrap {
    display: none; position: absolute;bottom: 0px; right: 0px; width: 450px; height: 650px; border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    box-shadow: 0 2px 4px #ccc;
}

.kakao_call_pop_wrap .kakao_call_close {
    z-index: 999;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #666;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 26px;
    font-size: 25px;
    cursor: pointer;
}
.kakao_call_pop {
    overflow: hidden;height: 220px; position: relative;top: 0px; left: 0px; width: 100%;
}
.kakao_call_pop_wrap iframe {
    width: 990px;
    height: 1063px;
    border: none;
    transform: scale(0.7);
    position: relative;
    left: 50%;
    margin-left: -495px;
    top: -207px;
    display: block;
}
.kakao_call_pop_wrap {
    height: 240px;
}

.kakao_pop_top {
    height:100px;
    text-align: center; color: #fff; padding-top: 17px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/kakao_pop_top.png);
}
.kakao_pop_top_txt {
    font-size:17px;line-height: 24px;
}
.kakao_pop_top_txt span {
    background-image: url(../images/kakao_pop_top_txt.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px; height: 24px; display: inline-block;vertical-align: bottom;
}
.kakao_pop_top_txt b {
height: 24px; display: inline-block; line-height: 24px; vertical-align: bottom;
font-family: 'no300'; font-weight: normal;
}

.kakao_pop_top_tel {
    font-size:22px;
    font-family: 'Roboto', sans-serif;
}
.kakao_pop_top_tel a {
    color: #fff; font-weight: bold;
}

.kakao_pop_mid {width: 100%; position: relative;top: 0px; left: 0px;}

.kakao_pop_mid_img {
    position: absolute;top: -22px; left: 50%; margin-left: -31px;
    width: 62px; height: 62px; 
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.kakao_pop_mid_txt {
    text-align: center;
    font-size:16px; font-family: 'no300';
    color: #363636; padding-top: 50px;
}

.kakao_pop_mid_txt span {
    font-family: 'no500';
    font-size: 17px;
    color: #6e5cd3
}

.kakao_pop_btn_wrap {
       padding: 10px 0 0 6px;
    text-align: center;
}

.kakao_pop_btn_wrap a {
    display: inline-block;
}

.kakao_call_pop_mobile {
    display: none;
}
.kakao_tel_pop_mobile {
    display: none;
}



@keyframes blink {
    0% {
        opacity: 1;
    }
   50% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
       opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
       opacity: 0;
    }
}

.new_icon {
    animation: blink 1.2s step-end infinite;
    -webkit-animation: blink 1.2s step-end infinite;
    -ms-animation: blink 1.2s step-end infinite;
}
/* @media (max-width:1400px) {

.pop_kakao .best_pop {
	display:none
}

}
@media (max-width:991px){

	.kakao_call_pop_mobile {
		display: block;
		width: 50px; height: 50px; position: fixed;bottom: 25px; right: 10px; z-index: 3333
	}
	.kakao_tel_pop_mobile {
		display: block;
		width: 50px; height: 50px; position: fixed;bottom: 80px; right: 10px; z-index: 3333
	}
	.kakao_pop_all_wrap {
		display: none;
	} 
	.pop_kakao .best_pop {
		display:block
	}
} */
.pop_kakao {
/* 	width: 210px;
    height: 250px; */
    position: fixed;
   /*  bottom: 160px; */
   bottom:20px;
    right: 10px;
    z-index: 9995;
}
.open_wrap{
	overflow:hidden;
	padding: 13px 0;
	display:table;
	width:100%;
}
.open_wrap > div{
	display:table-cell;
	vertical-align:bottom;
}
.open_wrap > div.open_icon{
	width:48px;
}
.open_wrap .main_30_box_num_wrap.main_30_box_num_wrap2.open_txt{
	width:calc(100% - 48px);
	padding-left:25px;
}
.open_wrap .main_30_box_num_wrap.main_30_box_num_wrap2 > div{
	position:static;
}
.open_wrap .main_30_box_num_label{
	position:static;
	float:left;
}
.open_wrap .main_30_box_num_desc{
	height:auto;
	line-height:normal;
	float:left;
} 
.use_tit{
	padding-left:13px;
	padding-bottom:10px;
}


.best_pop {
	padding-left: 13px;
   padding-bottom: 20px;
}
.best_pop .best_pop_content{
	/* width:250px; */
	border-radius:20px;
	position:relative;
	width:180px;
	/* height:230px; */
	/* overflow:hidden; */
}
.best_pop a {
	text-decoration:none;
	color:inherit
}
.best_medal {
	position:absolute;
	top:0;
	right:10px
}
.best_pop>div .best_tit {
	/* font-size:18px;
    	font-weight:bold;
    	color:white;
    	padding:15px 0 15px 25px;
    	border-radius:20px 20px 0 0;
    	background: #435dca;
    Old browsers
    background: linear-gradient(270deg, #435dca, #7c43ca, #435dca, #7c43ca);
    background: -moz-linear-gradient(270deg, #435dca, #7c43ca, #435dca, #7c43ca);
    FF3.6-15
    background: -webkit-linear-gradient(270deg, #435dca, #435dca, #435dca, #7c43ca);
    Chrome10-25,Safari5.1-6
    background: linear-gradient(270deg, #435dca, #7c43ca, #435dca, #7c43ca);
    W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435dca', endColorstr='#435dca', GradientType=1);
    IE6-9
    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; */

    color: white;
    position: absolute;
    top: -9px;
    left: 0;
    /* transform: translateX(-50%); */
    display: block;
    width: 167px;
    background: #242424;
    top: -30px !important;
    width: 180px !important;
    padding: 15px 0;
    text-align: center;
    border-radius: 20px 20px 0 0;
    font-size: 16px;
}

.best_pop_con {
	border:1px solid #d1dcec;
	border-radius:0 0 20px 20px;
	/* padding:0 10px; */
	background:#f4f4f8;
}

.best_pop_link {
	padding:15px 0
}

.best_pop_link a{
	display:block;
	width:100%
}
.best_pop_link a:after {content: "";display: block;clear: both}
.best_pop_link a>div {
	float:left
}
.best_pop_link a>div span {
	display:block;
	color:#848f9b;
	font-size:11px
}

.best_pop_img {
	margin-right:5px;
	position:relative
}
.best_pop_img:after {
	content:"";
	display:block;
	background:url('../images/best_pop_go.png') no-repeat;
	background-position:center center;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:none
}
.best_pop_link:hover .best_pop_img:after {
	display:block
}

.best_pop_txt p{
	color:#3f4649;
	font-size:11px;
	letter-spacing:-0.075em;
}

.best_pop_txt h5{
	font-size:14px;
	font-weight:600;
}

.best_pop_link01 {
	border-bottom:1px solid rgb(209,220,236,0.5)
}

.best_pop_link01 h5 {
	color:#8cb42a;
    -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;
}

.best_pop_link02 h5 {
	color:#5287d9;
	-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;
}


@keyframes blink02 {
    0% {
        opacity: 1;
    }
	60% {
		opacity:1
	}
	70% {
		opacity:0
	}
	80% {
		opacity:1	
	}
    90% {
        opacity: 0;
    }
	100%{
		opacity: 1;
	}
}

@-webkit-keyframes blink02 {
     0% {
        opacity: 1;
    }
	60% {
		opacity:1
	}
	70% {
		opacity:0
	}
	80% {
		opacity:1	
	}
    90% {
        opacity: 0;
    }
	100%{
		opacity: 1;
	}
}

@-ms-keyframes blink02 {
     0% {
        opacity: 1;
    }
	60% {
		opacity:1
	}
	70% {
		opacity:0
	}
	80% {
		opacity:1	
	}
    90% {
        opacity: 0;
    }
	100%{
		opacity: 1;
	}
}


.pop_contain {
	position:relative;
	width:206px
}
.pop_contain .ex{
	position:absolute;
	top:-20px;
	right:-10px;
	cursor:pointer;
	z-index:2
}

.use_tit .ex{
	top:-15px;
}
.ask_pop .ex{
	top:-10px;
}
.pop_contain a {
	transition:0.5s;
}
.pop_contain.on a{
	transition:0.5s;
	display:none
}
.pop_contain.on .ex {
	display:none
}
.best_pop .mini {
	/* width:55px;
	height:55px;
	border-radius:100%;
	background:#1e232e;
	text-align:center; */
}
.best_pop .mini span {
	display:inline-block;
	text-align:center;
	line-height:55px;
	font-size:19px;
	font-weight:bold;
	background: #white;
    /* Old browsers */
    background: linear-gradient(to right, #dbb170, #cd9031, #fee8ac, #cd9031, #dbb170, #fee8ac);
    background: -moz-linear-gradient(270deg, #cd9031, #fee8ac, #cd9031, #fee8ac);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, #dbb170, #cd9031, #fee8ac, #cd9031, #fee8ac, #fee8ac);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(270deg, #48cd9031e58a, #fee8ac, #cd9031, #fee8ac);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd9031', endColorstr='#fee8ac', GradientType=1);
    /* IE6-9 */
    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; */
	background-clip: text;
	-webkit-background-clip: text;
	color: white;
	-webkit-text-fill-color: transparent;
}

.pop_contain.on div {
	display:none
}

.pop_contain .mini {
	position:absolute;
	z-index:-1;
	right:-80px;
	height:55px;
	width:55px;
	cursor:pointer
}

.pop_contain.on .mini {
	display:block;
	z-index:2;
	right:10px;
	transition:ease 0.3s;
}

.use_tit.pop_contain.on {
	height:65px
}

.best_pop.pop_contain.on .mini {
	bottom:30px
}

.ask_pop.pop_contain {
	height:256px;
}
.ask_pop.pop_contain.on .mini {
	top:15px
}

.main_table_wrap td div , .main_table_wrap td {
  color:rgba(63,70,73,1);
  text-align:center;
  /* transition: color .2s ease-in-out; */
}
.main_table_wrap td div:hover , .main_table_wrap td:hover{
  color:rgba(63,70,73,0);
  font-weight: 600;
  background: linear-gradient(to right,#2e83d1,#eb061c );
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip:text;
  cursor:pointer;
}
/* .main_table_wrap tr:nth-child(2n + 1) {
	background: #FCFCFD;
} */
@keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
}

.buy_ticket_wrap, .buy_ticket_wrap_01 {
	/* max-width:775px; */
	max-width:500px;
	padding:0;
	left: 50% !important;
    transform: translateX(-50%);
    border-radius: 20px;
}
.buy_ticket_wrap .pop_top_label_wrap, .buy_ticket_wrap_01 .pop_top_label_wrap {
    /* padding: 0 0 10px; */
	padding: 0;
}
.buy_ticket_wrap .pop_top_label, .buy_ticket_wrap_01 .pop_top_label {
    text-align: center;
    /* background: #F1D5E2; */
	padding: 10px 0;
	font-size: 24px;
    background: linear-gradient(90deg, rgba(251,59,76,1) 0%, rgba(211,71,119,1) 50%, rgba(176,82,156,1) 100%);
	color:#fff;
}
.buy_ticket_wrap .pop_box_close_btn, .buy_ticket_wrap_01 .pop_box_close_btn {
	top: 15px;
    right: 20px;
}
.buy_ticket_wrap .license_v2_table, .buy_ticket_wrap_01 .license_v2_table {
	margin:0;
}
.buy_ticket_wrap .pop_box, .buy_ticket_wrap_01 .pop_box {
    padding: 20px;
}
.buy_ticket_wrap .payment_btn_wrap, .buy_ticket_wrap_01 .payment_btn_wrap {
	max-width: 50%;
    margin: 13px auto;
}
.buy_ticket_wrap .license_v2_table tr td:first-child, .buy_ticket_wrap_01 .license_v2_table tr td:first-child {
	background: transparent;
}
.buy_ticket_wrap .pop_top_label img, .buy_ticket_wrap_01 .pop_top_label img {
	margin-right:10px;
	margin-top: 5px;
}
.buy_ticket_wrap .license_v2_table th:first-child, .buy_ticket_wrap_01 .license_v2_table th:first-child {
	font-size: 22px;
}



/* 리뉴얼 */
.main_section_01 {
    background: #2c324b;
}
.point_color {
    color: #f6ae05;
}
.main_section_text div .item {
    display: none;
}
.main_section_text div .active {
    animation: slider 1s;
}

@keyframes slider {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0);
}
}
.main_section_01 .main_section_txt {
    background-color: transparent;
    width: auto;
    height: auto;
    text-align: left;
    color: #fff;
    font-family: 'GongGothicLight';
    padding: 19px 0 0;
}
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.gonggoth {
    font-family: 'GongGothicLight' !important;
}
.main_section_text01 {
    font-size: 30px;
}
.main_section_text02 {
    font-size: 35px;
}
.main_30_box {
    background: #292e3f;
    box-shadow: 8px 10px 15.84px 0.16px rgba(0, 0, 0, 0.5);
    width: 210px !important;
    padding: 20px;
}
.main_30_box_update {
    color: #fffa68;
    border: 1px solid #fffa68;
    border-radius: 15px;
    padding: 4px 10px 2px;
    top: 5px;
}
.main_30_box:first-child {
    margin-right: 20px;
}
.all_db_color, .all_db_color span {
    color: #ed64a8 !important;
    font-family: 'GongGothicLight' !important;
}
.new_db_color, .new_db_color span {
    color: #3c9eff !important;
    font-family: 'GongGothicLight' !important;
}
.main_30_box_label {
    font-size: 16px;
    margin-bottom: 10px;
}
.main_30_box_label_wrap {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main_30_box_num_wrap {
    padding-left: 0;
    text-align: center;
}
.main_30_box_num_desc {
    height: auto;
    line-height: normal;
    font-size: 20px;
}
.main_30_box_num_desc span {
    font-size: 29px;
}
.main_section_01_btm_wrap{
    background: #fafafa;
}
.main_section_01_btm_box {
    /* float: left;
    width: 10%;
    margin-right: 1%; */
    box-shadow: 0px 0px 15.04px 0.96px rgba(142, 142, 142, 0.22);
    text-align: center;
    border-radius: 10px;
    padding: 20px 15px 10px;
    height: 170px;
    position: relative;
}
.main_section_01_btm_box.on {
	border: 1px solid #F04393;
}
.hot_mark {
    position: absolute;
    top: -5px;
    right: 0;
}
.main_section_01_btm_box_wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 10px;
}
.main_section_01_btm_box:hover {
    transform: scale(1.1);
}
.main_section_01_btm_box:last-child {
    margin-right: 0;
}
.main_section_01_txt_box > div {
    display: flex;
    justify-content: space-between;
}
.main_section_01_txt_box > div:first-child {
    margin-bottom: 3px;
}
.main_section_01_txt_box > div:first-child > div:first-child {
    color: #f04393;
}
.main_section_01_txt_box > div:last-child > div:first-child {
    color: #3c9eff;
}
.main_section_01_txt_box > div > div:first-child {
    letter-spacing: -0.7px;
    font-weight: 600;
}
.main_section_01_txt_box > div > div:last-child {
    color: #000;
    font-weight: 600;
}
.main_section_01_btm_tt {
    color: #474747;
    font-size: 18px;
    padding: 10px 0 8px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 13px;
}
/* .header_all_wrap {
    display: none;
}
.main_test_header {
    display: block !important;
}
.main_test_header .header_all_wrap {
    display: block;
}
.header_mid_wrap {
    padding: 0;
    height: 80px;
} */
.main_section_02_box_wrap .main_table_label a {
    background-image: url(../images/main/best_before.png);
}
.tabs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.tabs02 {
	grid-template-columns: repeat(9, 1fr);
}
.tabs03 {
	grid-template-columns: repeat(8, 1fr);
} 
.Tab_button .tabs03 li:last-child {
    width: 150px;
}
.tabs04 {
	grid-template-columns: repeat(9, 1fr);
}
.tabs05 {
	grid-template-columns: repeat(11, 1fr);
}
.Tab_button li {
    /* float: left;
    width: 9.0909%; */
    text-align: center;
    padding: 15px 5px;
    border-bottom: 3px solid #3c9eff;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    background: #fafafa;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.Tab_button li:last-child {
    width: 140px;
    background: #333333;
    border-bottom: 1px solid #333;
}
.Tab_button li:last-child a {
    color: #fff;
    font-weight: 400;
}
.Tab_button li:last-child span:first-child {
    background: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    vertical-align: -1px;
}
.Tab_button li:last-child span img {
    vertical-align: -3px;
}
.Tab_button li.active {
    background: #3c9eff;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    border: 1px solid #3c9eff;
}
.tabs::after {content:"";display:block;clear:both}
.main_table_wrap table th {
    border: 0;
    position: relative;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
}
.main_table_wrap table th::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #c7c7c7;
    position: absolute;
    top: 28%;
    left: 98%;
}
.main_table_wrap table th:last-child::after {
    display: none;
}
.name_td {
    text-align: left !important;
    /* padding: 10px 25px !important; */
}
.call_box {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 2px 4px;
    margin-left: 7px;
}
.call_box img {
    vertical-align: -2px;
    width: 14px;
}
.main_table_wrap table td:last-child {
    color: #3c9eff !important;
}
.main_table_wrap > div:not(:first-child){
    display: none;
}
.header_mid_license_b {
    animation: blink 1.2s step-end infinite;
}
.best_pop {
    display: none;
}
.main_pop {
    display: block !important;
}
/* .mySwiper {
    border: 1px solid #d1dcec;
    border-radius: 0 0 20px 20px;
    background: url(../images/main/swiper_bg.png) no-repeat;
    background-size: cover;
} */
.mySwiper .best_pop_con {
background: transparent;
border-radius: 0;
border: 0;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: #ddd !important;
    width: 15px !important;
    height: 20px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: #ddd !important;
    width: 14px !important;
    height: 13px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 20px !important;
}
.main_pop2 { 
	display:block;
}

/* 결제페이지 리뉴얼 */
.payment_top_notice {
    background: #fffbf2;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
	font-weight:600;
}
.payment_top_notice img {
    margin-right: 5px;
}
.payment_top_notice span {
    color: #D25673;
}
.license_sel_all_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	/* margin-bottom: 10px; */
	padding: 10px;
}
.license_sel_choice_con {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    display: flex;
    width: 250px;
    justify-content: space-between;
    padding: 10px 35px 10px 10px;
	position:relative;
    font-size: 15px;
	color:#333;
	cursor: pointer;
	background: #fff;
    font-family: 'no400','나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}
.license_sel_choice_view {
	display:none;
    box-shadow: 0px 0px 15.04px 0.96px rgba(142, 142, 142, 0.22);
	position: absolute;
    background: #fff;
    z-index: 2;
}
.license_sel_choice_view .license_sel_choice_con {
	border:0;
    padding: 8px 10px;
}
.view_arrow {
    position: absolute;
    right: 7px;
    bottom: 6px;
}
.view_arrow i {
    font-size: 20px;
}
.license_sel_choice_tt {
	font-size: 18px;
    color: #222;
    vertical-align: middle;
}
.license_sel_all_box_wrap input {
	display:none;
}
/* .license_sel_choice_con:hover {
    background-color: #f0f0f0;
} */
.license_sel_all_box_wrap input:checked + label .circle_dot_in {
    border-color: #CB4061;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.license_sel_all_box_wrap input:checked + label .circle_dot {
    background-color: #D25673;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.license_sel_all_box_wrap label {
	display:block;
	width:100%;
}
.license_sel_all_box_wrap input:checked + label {
	background: #feeff2;
}
.license_sel_all_box_wrap input:checked + label .license_sel_choice_tt {
	color:#CB4061;
}
.license_sel_all_box_wrap:hover {
	background: #feeff2;
}
.license_sel_choice_view .license_sel_choice_con:hover {
    background: #f8f8f8;
}
.license_sel_all_chk_txt {
	background: #F9F9F9;
    padding: 15px 20px;
}
.license_sel_all_chk_txt > div {
    font-size: 15px;
    color: #333;
    max-width: 350px;
    /* margin: 0 auto; */
    margin-bottom: 3px;
    font-family: 'no400','나눔고딕',NanumGothic, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
}
.license_sel_all_chk_txt > div:last-child {
	margin-bottom:0;
}
.license_sel_all_chk_txt > div > i {
    color: #fff;
    margin-right: 10px;
    background: #D25673;
    border-radius: 50%;
    padding: 3px 3px;
    font-size: 11px;
    font-weight: 600;
}
.license_sel_all_btm {
    text-align: center;
    color: #7F7F7F;
    margin-top: 20px;
}
.license_each_box_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
}
.license_each_box {
    box-shadow: 0px 0px 4px 0px #C2C2C2;
    border-top: 7px solid #CB4061;
    border-radius: 5px;
    padding: 15px 20px 5px;
}
.license_each_box_tt {
    font-size: 20px;
    text-align: center !important;
    color: #4A4A4A;
    margin: 0 !important;
	padding-bottom:15px;
}
.license_each_box_wrap .charge_buttons input:checked + label .circle_dot_wrap:before {
	box-shadow: 0px 0px 4px 0px #CB4061;
	border:0;
}
.license_each_box_wrap .charge_buttons:hover .circle_dot_wrap:before {
	box-shadow: 0px 0px 4px 0px #CB4061;
	border:0;
}
.license_each_box_wrap .charge_buttons > div {
    margin: 15px 0;
}
.license_each_box_wrap .charge_buttons .license_each_box_con {
    margin: 0;
    margin-bottom: 5px;
}
.license_each_box_wrap .charge_buttons .license_each_box_con label {
    display: block;
    width: 100%;
    padding: 10px;
	background: #FCFCFC;
}
.license_each_box_wrap .payment_btn_wrap {
	margin-top:0;
    border-radius: 3px;
	background: #CDCDCD;
}
.license_each_box_wrap .charge_buttons input:checked + label {
    background: #FEEFF2;
}
.license_each_box_wrap .charge_buttons:hover input:checked + label {
	background: #FEEFF2;
}
.license_each_box_wrap .charge_buttons span {
    font-size: 15px;
	color:#222;
}
.license_each_box .hot_mark {
    top: -10px;
}
.license_each_box .payment_btn_wrap a {
	padding: 12px;
    display: block;
    font-size: 16px;
	color:#fff;
}
.license_all_wrap02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.freetiket_wrap input {
	display:none;
}
.freetiket_wrap {
    box-shadow: 0px 0px 4px 0px #C2C2C2;
    /* margin: 25px 0; */
    padding: 20px 35px;
    /* border-left: 7px solid #FF8E00; */
    border-radius: 5px;
    grid-column: 1 / span 4;
    border-top: 0 !important;
    border-top: 7px solid #FF8E00 !important;
}
.freetiket_wrap:hover {
	z-index: auto !important;
	box-shadow: 0px 0px 7px 0px #FF8E00 !important;
}
.freetiket_wrap.charge_buttons input:checked + label .circle_dot_wrap:before {
    box-shadow: 0px 0px 4px 0px #FF8E00 !important;
}
.freetiket_wrap::after {content:"";display:block;clear:both}
.freetiket_left {
	/* float:left; */
	margin:0 !important;
}
.freetiket_right {
	/* float:right; */
	width:250px;
    margin: 10px auto 0 !important;
}
.freetiket_top span {
    border-radius: 100px;
    padding: 3px 15px !important;
    font-size: 13px !important;
    text-align: center;
	color: #fff !important;
    vertical-align: 5px;
}
.freetiket_top span:first-child {
    background: #FF8E00;
    margin: 0 3px 0 10px;
}
.freetiket_top span:last-child {
	background: #CB4061;
}
.freetiket_tt {
	color: #FF8E00;
    font-size: 25px;
    font-weight: 600;
    margin: 5px 0;
    letter-spacing: -1px;
    display: flex;
}
.freetiket_txt {
    color: #7D7D7D;
    font-size: 16px;
    margin-bottom: 10px;
}
.freetiket_con_wrap {
    display: flex;
    align-items: center;
	gap: 20px;
}
.freetiket_con_wrap > div {
	width:25%;
}
.freetiket_con_wrap .license_each_box_con label {
	background: #FCFCFC;
	padding: 5px;
    padding: 10px;
    margin-right: 10px;
}
.freetiket_con_wrap .license_each_box_con label span {
	font-size:15px;
	color: #222 !important;
}
.freetiket_con_wrap .license_each_box_con label .license_txt_month {
    margin-right: 50px;
}
.freetiket_con_wrap .license_each_box_con:last-child label .license_txt_month {
	margin-right: 0;
}
.license_each_btm_wrap {
    width: 100%;
    background: #FBFBFB;
}
.license_each_btm_con {
	max-width: 1200px;
    margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.license_each_btm_box {
    border-right: 1px solid #ECECEC;
    margin: 35px 0;
    display: flex;
    align-items: center;
}
.license_each_btm_box:last-child {
	border-right:0;
}
.license_each_btm_txt {
    padding-left: 15px;
}
.license_each_btm_txt div:first-child {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.license_each_btm_txt div:last-child {
    color: #8E8E8E;
    font-size: 15px;
    line-height: 1.3;
}
.license_each_btm_box02 {
    margin: 35px 20px;
}
.freetiket_right .payment_btn_wrap {
    background: #CDCDCD;
    border-radius: 3px;
}
.freetiket_right .payment_btn_wrap.on {
    background: linear-gradient(270deg, #FFC107, #F66C21, #FFC107, #F66C21);
    background: -moz-linear-gradient(270deg, #FFC107, #F66C21, #FFC107, #F66C21);
    background: -webkit-linear-gradient(270deg, #FFC107, #F66C21, #FFC107, #F66C21);
    background: linear-gradient(270deg, #FFC107, #F66C21, #FFC107, #F66C21);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC107', endColorstr='#F66C21',GradientType=1 );
    background-size: 600% 600%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    -o-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}
.freetiket_right .payment_btn_wrap a {
    padding: 12px;
    display: block;
    font-size: 16px;
	color:#fff;
}
.license_each_notice {
    color: #7F7F7F;
    text-align: right;
}
.license_each_notice2 {
    margin-top: 30px;
}
.freetiket_con_wrap input:checked + label {
    background: #fff5e8 !important;
}
.freetiket_con_wrap input:checked + label .circle_dot_in {
    border: 1px solid #FF8E00 !important;
}
.freetiket_con_wrap input:checked + label .circle_dot {
    background-color: #FF8E00 !important;
}
.no_sel_box {
    color: #C7C7CC !important;
}
.main_section_02_box_wrap .main_table_label_list a {
	background-image: none;
    padding-left: 0;
}
.main_table_top02 {
    padding-right: 0;
}
.list_view_top_gnb .main_section_01_btm_box {
	background: #fff;
	height: auto;
	padding: 10px 15px 0;
}
.list_view_top_gnb .main_section_01_btm_box a div {
	height:37px;
}
.list_view_top_gnb .main_section_01_btm_tt {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.list_view_top_gnb .main_section_text01 {
    font-size: 20px;
}
.list_view_top_gnb .main_section_text02 {
    font-size: 23px;
}
.list_view_top_gnb .hot_mark {
    top: -3px;
    width: 30px;
}
.grid_layout01 {
    display: flex;
    gap: 15px;
}
.grid_layout02 {
	display: flex;
    gap: 15px;
}
.bar_left_box {
	display:flex;
}
.bar_left_box_02, .bar_left_box_04 {
	width: 50%;
}
.bar_left_wrap .seok_sch_box_label {
	width: 20%;
}
.bar_left_box_02 .bar_left_box_in_01 {
    margin-right: 10px;
}
.bar_left_box_04 .seok_sch_box_label, .bar_left_box_05 .seok_sch_box_label {
    width: 12%;
}
.bar_left_box_04 .bar_left_box_in {
	width: 88%;
}
.bar_left_box_04 #SDATE {
	margin-right: 10px;
}
.bar_left_box_04
.date_input_box_wrap {
	display:flex;
}
.bar_left_box_06 {
	width:42%;
}
.bar_left_box_06 .bar_left_box_in_02 {
    margin-right: 5px;
}
.bar_left_box_01 {
    /* width: 48.5%; */
	width: 53%;
}
.list_search_wrap {
	background: #FAFAFA;
    padding: 20px 0;
}
.bar_left_box_in_02 {
    position: relative;
}
.bar_left_box_in_02 > i {
    position: absolute;
    right: 10px;
    bottom: 11px;
    font-size: 15px;
    color: #8D8D8D;
}
.main_table_wrap_long {
	overflow:auto;
}
.main_table_wrap_long table {
	min-width:1600px;
}
.txt_left {
    text-align: left !important;
	/* padding:0 15px; */
}
.ellipsis {
	transition: all 0.5s ease;
}
.ellipsis:hover {
	overflow: visible;
    white-space: pre-line;
    word-break: break-all;
}
.scroll_arrow {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #F04393;
    z-index: 9999;
    color: #fff;
    width: 240px;
    font-size: 22px;
    text-align: center;
    border-radius: 100px;
    padding: 10px 0;
	display:none;
}
.scroll_arrow img {
	margin-left: 10px;
}
.scroll_arrow.on {
	display: flex !important;
    justify-content: center;
    align-items: center;
}


/* .view_list_top {
	height: 184px;
}
.view_list_top .main_section_in {
	padding: 50px 0;
} */

.payment_wrap {
	height:100%;
	position: relative;
}
.pay_loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.pay_loading_txt {
	background: #F5F5FF;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	font-family: 'Noto Sans KR', sans-serif;
}
.pay_loading_txt div:first-child {
    font-size: 26px;
    color: #111;
    font-weight: 600;
}
.pay_loading_txt div:first-child span {
	color: #7350DA;
}
.pay_loading_line {
	background: linear-gradient(270deg, rgba(100, 93, 244, 0) 0.17%, #645DF4 47.04%, rgba(100, 93, 244, 0) 100.17%);
    height: 1px;
    margin: 10px 0;
}
.pay_loading_txt div:last-child {
	color:#645DF4;
	font-size: 22px;
}

.right_b_mob {
	display: none;
}
.m_menu_box .menu_a span img {
    width: 28px;
    vertical-align: -8px;
    margin-right: 5px;
}



@media (max-width: 1200px) {
    .header_mid_all_wrap {
		padding: 0 15px
	}
	.main_section_in {
	    padding: 30px 15px 30px;
	}
	.main_section_top_in {
		padding: 30px 10px 30px;
	}
	.list_view_top_gnb .main_section_01_btm_box {
	    padding: 10px 12px 0;
	}
	.main_table_all_wrap {
		padding: 0 15px;
	}
	.main_gnb_cate_box_wrap {
		gap: 7px !important;
	}
	/* .main_gnb_DB_wrap {
		width:98% !important;
	} */
	.main_gnb_cate_box_con {
	    padding: 30px 5px 15px !important;
	}
}


.ft_txt_btn {
    max-width: 130px;
    margin-left: auto;
    background: #f3f3f3;
	border: 1px solid #E1E1E1;
    color: #111;
    border-radius: 5px;
    padding: 7px 10px;
    text-align: center;
    cursor: pointer;
}
.ft_txt_btn i {
	font-size: 18px;
    vertical-align: text-top;
}
.ft_txt_con {
	display: none;
}

.header_search_all_wrap {
	position: relative;
	width: 100%;
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.header_logo_search_con {
	display: flex;
	align-items: center;
	gap: 32px;
	height: 100%;
}
.header_logo_search_con .header_mid_logo {
	position: initial;
}

.gnb_search {
	display: flex;
	width: 24vw;
	height: 40px;
}
.gnb_search input[type="text"] {
	flex: 1 1 0;
	height: 100%;
	max-width: 360px;
	padding: 0 8px;
	border: 1px solid #7448BD;
	border-right: none;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.gnb_search button[type="submit"] {
	height: 100%;
	width: 40px;
	border: none;
	color: #fff;
	font-size: 18px;
	background: linear-gradient(134.12deg, #7450DA 16.29%, #5D75F4 86.96%);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media screen and (max-width: 1080px) {
	.header_search_all_wrap {
		height: 100px;
	}
	.header_logo_search_con {
		flex-direction: column;
		justify-content: center;
		gap: 16px;
	}
	.header_logo_search_con .header_mid_logo {
		transform: initial;
	}
	.header_search-form {
		width: 100%;
	}
	.gnb_search {
		width: 100%;
		max-width: 100%;
	}
	.gnb_search input[type="text"] {
		max-width: 100%;
	}
}