@charset "utf-8";
/* CSS Document */
/*공통*/
body {width: 100%;   }
body, html { text-align: initial;/* overflow-x:hidden; */}
html {}
body{}

img {max-width: 100%;}
#wrap{/* z-index: 999; position: relative;top: 0px; left: 0px; */
    /* padding-top: 80px; */
   /*  min-width: 1220px; */
	/* padding:0 10px; */
}
/* #wrap > div {z-index: 900} */

a {
  /*   -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; */
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}
#toTop {
    display: none!important;
    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: #3399ff;
    background-repeat: no-repeat;
    background-position: center center;
}
#toTop:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.header_all_wrap {
    position: fixed;top: 90px; left: 0px; width: 100%;z-index:9
}
.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: 1140px; 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: 160px; height: 40px;
    background: #48e58a; /* Old browsers */
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff);
    background: -moz-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9eff', endColorstr='#48e58a',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: #2f3438;
    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 #2f3438;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}

.header_mid_all_wrap {
    width: 100%;
   /*  background-color: #272c40;
    border-bottom: 1px solid #3c4056; */
}
.header_mid_wrap {
    width: 100%; max-width:1120px; margin: 0 auto;
   padding:10px;
}
.header_mid_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_menu {
  float:right;
}
.header_mid_logo {
	float:left;
}
.header_mid_logo a {
    display: table-cell;
	vertical-align:middle;
}
.header_mid_right {
    position: absolute;top: 50%; right: 280px;
    margin-top: -10px;
}
.lang_wrap{
	text-align:right;
	margin-bottom:15px;
}
.lang_wrap > div {
   /*  float:right; */
   display:inline-block;
}
.header_mid_lang:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_lang .lang_list a {
	display:table;
}
.header_mid_lang .lang_list a img{
    opacity: 0.4;
}
.header_mid_lang .lang_list a:hover img,
.header_mid_lang .lang_list a.active img{
    opacity: 1;
}
.header_mid_user_wrap {
    position: absolute;top: 50%;
    right: 170px;
    margin-top: -13px;
}
.header_mid_user_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_user_wrap > div {
    float: left;
    margin: 0 10px;
    position: relative;top: 0px; left: 0px;
}

.header_mid_mypage_btn {
    background-image: url(../images/common/mypage_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}
.header_mid_alert_btn span {
    background-color: #ff9812;
    color: #fff;
    min-width: 18px;
    height: 18px;
    border-radius: 18px;
    line-height: 18px;
    font-size: 11px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    display: inline-block;
    text-align: center;
    padding: 0 2px;
    position: absolute;top: -6px;right: -4px;
}
.header_mid_alert_box {
    display: none;
    position: absolute;top: 100%;
    left: 50%;
    width: 330px;
    padding-top: 20px;
    margin-left: -165px;
}

.header_mid_mypage_btn {

}
.header_mid_alert_box button.close {
    position: absolute;top: 0px; right: 5px;
    font-weight: 300;
}
.header_mid_alert_box .alert h4 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
.header_mid_alert_box .alert p {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.alert_btn_wrap {
    text-align: right;
}
.alert_btn_wrap a {
    font-size: 16px;
    color: #44b554;
}



.header_mid_right:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_mid_right a {
    padding: 5px;
    font-size: 16px;
    margin: 0 2px;
    color: #a3a8bf;
}
.mid_nav {

}
.mid_nav .menu {
    display: inline-block;
	padding:0 30px;
	position:relative;
}
.mid_nav .menu > a{
	display:block;
	font-size:18px;
	color:#fff;
}
.mid_nav .menu.on{
	/* background:#fff;
	border-radius:10px 10px 0 0; */
}	
.mid_nav .menu > a::before {
   /*  position: absolute;
    right: 100px;
    left: 100px;
    bottom: -1px;
    height: 4px; */
    background-color: transparent;
    content: '';
	display:block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	 opacity: 0; 
    -webkit-transition: all 0.2s ease; 
    transition: all 0.2s ease;
	width:30px;
	height:3px;
	margin:0 auto 12px;
}

.mid_nav .menu.active > a::before,
.mid_nav .menu > a:hover::before{
    background-color: #ffd239;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.mid_nav .menu.active a:hover {
    color: #ffd239
}

.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: 16px;
}
.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%;
}
.date_input_box_wrap {

}
.date_input_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.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'; */font-weight:300;
}
.date_input_box_wrap span {
    float: left; display: block;
    height: 34px; line-height: 34px;
    width: 30px;
    font-size: 20px;
    text-align: center;
}
.seok_sch_wrap_02 {
    float: left;
}
.seok_sch_wrap_03 {
    float: right;
}

.seok_sch_box_date_btn {
    width: 380px;
}

.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: #337bef;
    width: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-family:"no300";
    font-weight: 300;
    border-radius: 0px;
}
.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: 300;
}



















.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: 1024px;
    margin: 0 auto;
}
.seok_total {
    float: left;
    padding-top: 10px;
}

.seok_excel_down {
    float: right;
    margin: 5px 10px 0 0
}
.seok_excel_down a {
    display: block;width: 130px;
    height: 31px;
    line-height: 31px;
    padding-left: 30px;
    background-image: url(../images/common/excel_down.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}

.seok_total_txt_01 {
    font-size: 16px;
    /*     font-family: 'no300'; */font-weight:300; letter-spacing: -1px;
}
.seok_total_txt_01 b {
    /*     font-family: 'no400'; */font-weight:400;
    color: #3399ff;
    font-size: 18px;
    padding-right: 5px;
}

.seok_total_txt_02 {
    font-size: 16px;
    /*     font-family: 'no300'; */font-weight:300; letter-spacing: -1px;
    padding-left: 5px;
    height: 40px; line-height: 40px;
}
.seok_total_txt_02 b {
    /*     font-family: 'no400'; */font-weight:400;
    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: 300;
    color: #333;
    min-width: 47px;
    text-align: center;
    background-color: #fff;
    outline: none;
    margin: 2px;
    /*     font-family: 'no300'; */font-weight:300;
}
.date_btn_box_wrap button.active {
    border-color: #337bef;
    color: #fff;
    background-color: #337bef;
}
.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: 1024px;
    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: 1024px;
}
.bo_fx {
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1024px;
    float: none;
}

.board_search {
    max-width: 1024px; width: 100%; margin: 0 auto;
    background-color: #fff;
    padding: 25px 2%;
    border-radius: 15px;
    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: 300;
    border-radius: 0px;
    font-family: 'Malgun Gothic', dotum, sans-serif;
}
.bo_tit {
    font-weight: 300;
    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;
}

.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: 300;
    color: #454545;
}


.main_all_wrap {
    width: 100%;
}
.main_wrap {
    width: 100%;
}
.main_section_wrap {
    width: 100%;
}
.main_section_in {
    width: 100%; max-width: 1120px;
    margin: 0 auto;
	padding:0 10px;
}


.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;
}

/*슬라이더*/

.slider1{
    background:#152230 url(../images/con0101_bg.png)no-repeat center 0;
    background-size: cover;
}
.slider1 .bx-wrapper .bx-viewport > ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.slider1 .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: #ffd739;
}
.slider1 .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: #ffd739;
}
.slider1 .bx-wrapper .bx-pager.bx-default-pager a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.3;
}
.slider1 .bx-wrapper .bx-pager, .slider1 .bx-wrapper .bx-controls-auto {
    top: auto;
    bottom: 25px;
    z-index: 8;
	width:100%
}
.slider1 .bx-wrapper .bx-controls-direction {
    position: absolute;top:50%; left: 50%;
    width: 100%; max-width: 1420px; transform:translate(-50%,-50%);
	z-index:8;
}
.slider1 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    z-index: 910;
    display: block;
    background-image: url(../images/common/main_pt_img_left.png);
}

.slider1 .bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.slider1 .bx-wrapper:hover .bx-controls-direction a {
    display: block;
}
.slider1 .bx-wrapper .bx-prev {
    left: -100px;
    background-repeat: no-repeat;
    background-position: 0px;
}
.slider1 .bx-wrapper .bx-next {
    right: -100px;
    transform:rotate(180deg);
    background-repeat: no-repeat;
    background-position: 0px;
}

.slider1 {position: relative;top: 0px; left: 0px; overflow: hidden;width: 100%;}
.slider1 .bx-wrapper .bx-viewport {
/*     width: 100% !important;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -1000px; */
	/* padding-bottom:26.3%; */
	height:500px !important;
}
.slider1 .main_slider_bg {

}

.slider1 > .bxslider1 > li:first-child {
    position: relative;
}
.slider1 > .bxslider1 > li {
    position: absolute;
}
.slider1 .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);
}
.slider1 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);
}
.slider1 .main_slider_on {
    position: absolute;top: 0px; left: 0px; right: 0px;bottom: 0px;
}
.slider1 .main_slider_txt_box_wrap {
    position: absolute;
	top: 0;
	left: 50%; 
	transform:translateX(-50%);
	max-width: 1020px;
	width:100%;
	height:100%;
	padding:80px 10px 0;
}
.slider1 .main_slider_txt_box {
 /*    position: absolute;top: 60px; left: 0px; */
}
.slider1 .main_slider_txt_box 
.slider1 .main_slider_txt_00 {
    padding: 15px 0
}
.slider1 .main_slider_txt_00 img {
    display: inline-block;
}
.slider1 .main_slider_txt_01 {
    font-size: 36px; 
	/*     font-family: 'no200'; */font-weight:300;
    color: #fff;
    letter-spacing: -0.075em;
    line-height: 1.2
}
.slider1 .main_slider_txt_01 span {
    font-family: 'no300'
}
.slider1 .main_slider_txt_02 {
    font-size: 45px;
    letter-spacing: -3px;
    /*     font-family: 'no400'; */font-weight:400;
    color: #fff;
}
/* 
.slider1 .main_slider_txt_02 span {
    color: #339bfe;
    font-family: 'no500';
}*/

.slider1 .main_slider_txt_03 {
    font-size: 45px;
    letter-spacing: -1px;
    /*     font-family: 'no400'; */font-weight:400;
    color: #787d94;
    line-height: 1.2;
}
.slider1 .main_slider_txt_03 span {
	color:#ffd739;
	display:inline-block;
	border-bottom:1px solid #ffd739;
} 

.slider1 .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
}

.slider1 .main_slider_txt_05 a:hover {
    border-radius: 100px;;
}

.slider1 .main_slider_img {
    position: absolute;top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40%;
}

.slider1 .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; */
}

.slider1 .main_slider_wrap_01 .main_slider_txt_05 a {
    background-color: #fd845f;
    border-color: #fd845f
}

.slider1 .main_slider_wrap_01 .main_slider_bg {

}

.slider1 .main_slider_bg .pg-canvas {
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.slider1 .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;
}
.slider1 .main_slider_wrap_02 .main_slider_bg {
    background-image: url(../images/main/main_slider_wrap_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


.main_s_all_wrap {
    width: 100%;
}
.main_s_wrap {
    width: 100%;max-width: 1024px;
    position: relative;top: 0px;
    left: 0px;
    margin: 0 auto;
}

.slider1 .main_slider_down_wrap {
    position: absolute;bottom: 0px;
    right: 0px;z-index: 10
}
.slider1 .main_slider_down {
    border-left: 1px solid #3a3f4d;
    border-right: 1px solid #3a3f4d;
    background-color: #000;
    display:inline-block;
}
.slider1 .main_slider_down_txt {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    display: block;
}
.slider1 .bx-wrapper .main_slider_down_txt img {
    display: inline-block;
    padding-left: 10px;
}

.main_slider_down_img {
    position: relative;top: 0px; left: 0px;
    display: block;
}
.main_slider_down_img .pg-canvas {
    position: absolute;top: 0px;left: 0px ;right: 0px;
    bottom: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider2 .bx-wrapper .bx-viewport > ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.slider2 .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: #ffd739;
}
.slider2 .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: #ffd739;
}
.slider2 .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: 8px;
    height: 8px;
    margin: 0 4px;
    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;
}
.slider2 .bx-wrapper .bx-pager, .slider2 .bx-wrapper .bx-controls-auto {
    top: 20px;
    bottom: auto;
    z-index: 8;
    left: 50%;
    width: 100px;
    text-align: left;
}
.slider2 .bx-wrapper .bx-controls-direction {
    position: absolute;top:50%; left: 50%;
    width: 100%; width: 1024px; margin-left: -570px;
}
.slider2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 910;
}

.slider2 .bx-wrapper .bx-prev {
    left: -100px;
    background-image: url(../images/main/main_pt_img_left2.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.slider2 .bx-wrapper .bx-next {
    right: -100px;
    background-image: url(../images/main/main_pt_img_right2.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.slider2 {position: relative;top: 0px; left: 0px; overflow: hidden;width: 100%;}
.slider2 .bx-wrapper .bx-viewport {
    width: 2000px!important;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -1000px;
}
.slider2 .main_slider_bg {
    position: relative;top: 0px; left: 0px;
    width: 100%;
    height: 148px;
}

.slider2 > .bxslider2 > li:first-child {
    position: relative;
}
.slider2 > .bxslider2 > li {
    position: absolute;
}
.slider2 .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);
}
.slider2 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);
}
.slider2 .main_slider_on {
    position: absolute;top: 0px; left: 0px; right: 0px;bottom: 0px;
}
.slider2 .main_slider_txt_box_wrap {
    position: absolute;top: 0px; left: 50%; width: 1024px; margin-left: -570px;
    bottom: 0px;
}
.slider2 .main_slider_txt_box {
    position: absolute;top: 44px; left: 50%;
}
.slider2 .main_slider_txt_00 {
    padding: 15px 0
}
.slider2 .main_slider_txt_00 img {
    display: inline-block;
}
.slider2 .main_slider_txt_01 {
    font-size: 18px; /*     font-family: 'no300'; */font-weight:300;
    color: #333;
    letter-spacing: -1px;
    line-height: 1.2
}
.slider2 .main_slider_txt_01 span {
    font-family: 'no500'
}
.slider2 .main_slider_txt_02 {
    font-size: 26px;
    letter-spacing: -3px;
    /*     font-family: 'no400'; */font-weight:400;
    color: #333;
    padding: 0px 0 10px;
}
.slider2 .main_slider_txt_02 span {
    color: #339bfe;
    /*     font-family: 'no500'; */font-weight:500;
}
.slider2 .main_slider_txt_03 {
    font-size: 17px;
    letter-spacing: -1px;
    /*     font-family: 'no300'; */font-weight:300;
    color: #787d94;
    line-height: 1.2;
}
.slider2 .main_slider_txt_03 span {
}

.slider2 .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
}

.slider2 .main_slider_txt_05 a:hover {
    border-radius: 100px;;
}

.slider2 .main_slider_img {
    position: absolute;top: 0px;
    left: 0px;
    bottom: 0px;
    width: 40%;
}

.slider2 .main_slider_wrap_01 .main_slider_img{
    background-image: url(../images/main/slider2_01.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.slider2 .main_slider_wrap_01 .main_slider_txt_05 a {
    background-color: #fd845f;
    border-color: #fd845f
}

.slider2 .main_slider_wrap_01 .main_slider_bg {
    background-color: #e9eef4
}
.slider2 .main_slider_wrap_02 .main_slider_img{
    background-image: url(../images/main/slider2_02.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.slider2 .main_slider_wrap_02 .main_slider_bg {
    background-color: #e9eef4
}

.slider2 .main_slider_down_wrap {
    position: absolute;bottom: 0px;
    right: 0px;z-index: 10
}
.slider2 .main_slider_down {
    border-left: 1px solid #3a3f4d;
    border-right: 1px solid #3a3f4d;
    background-color: #000;
}
.slider2 .main_slider_down_txt {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.slider2 .bx-wrapper .main_slider_down_txt img {
    display: inline-block;
    padding-left: 10px;
}





















.main_section_01_box_wrap {
    width: 100%;
}
.main_30_box {
    padding: 10px 3% 20px;
    width: 385px;
    float: left;
    background-color: #323b4c;
    color: #fff;
}
.main_30_box_02 {
    margin: 0 22px;
    background-color: #0bc361
}
.main_30_box_02 .main_30_box_more {
    background-color: #364051
}
.main_30_box_02 .main_30_box_num_wrap2 .main_30_box_num_label span {
    background-color: #364051
}

.main_30_box_03 {
    background-color: #3388f1
}
.main_30_box_03 .main_30_box_more {
    background-color: #f6d831;
    color: #364051;
}
.main_30_box_03 .main_30_box_num_wrap2 .main_30_box_num_label span {
    background-color: #f6d831;
    color: #364051;
}



.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-repeat: no-repeat;
    background-position: center top;
    position: relative;top:0px; left: 0px;
}
.main_section_01 .main_section {
    position: relative;top:0px; left: 0px;
}
.main_30_box_label_wrap {
    position: relative;top:0px; left: 0px;
    padding-bottom: 20px;
}
.main_30_box_label {
    font-size:20px;
    color: #fff;
    height: 40px; line-height: 40px;
    position: relative;top: 0px; left: 0px;
}
.main_30_box_label:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;top: 100%; left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.main_30_box_more {
    position: absolute;top: 3px; right: 0px;
    width: 80px; height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #fc767f;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
}

.main_30_box_num_wrap {
    width: 100%;
    padding-left: 70px;
    position: relative;top: 0px; left: 0px;
}
.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: 30px;
    /*     font-family: 'no400'; */font-weight:400;
}
.main_30_box_num_desc b {
    font-size: 20px;
    font-weight: 300;
    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;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    /*     font-family: 'no400'; */font-weight:400;
    display: block;
}

.main_30_box_num_wrap2 .main_30_box_num_label span {
    width: 55px; height: 30px; line-height: 30px;
    font-size: 16px; color: #fff;
    border-radius: 100px;
    text-align: center;
    /*     font-family: 'no400'; */font-weight:400;
    display: block;
    background-color: #fc767f
}

.main_30_box_01 .main_30_box_num_wrap2 .main_30_box_num_desc span {
    color: #fc767f
}



.lat .lat_title {
    padding: 10px 20px 10px 5px;
    line-height: normal;
    border-bottom: 2px solid #222;
    color: #222;
}
.lat ul {
    padding: 10px;
}

.main_section_03 {
    padding: 20px 0;
}

.main_section_03 .main_section {
    padding: 10px 0;
}



.lat .lat_title a {
    color: #222;
    font-size: 19px;
    /*     font-family: 'no400'; */font-weight:400;
    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: 300;
    font-size: 13px;
}


.s_db_all_wrap {
    position: absolute;top: 0px; left: 50%;
    width: 1024px;
    margin-left: -570px;
}

.s_db_wrap {
    position: absolute;
    top: 26px;
    right: 30px;
}

.main_section_04 {
    padding: 20px 0;
    background-color: #f5f6f9
}
.main_section_04_box_wrap {
    width: 100%;
    padding: 20px 0
}
.main_section_04_box_wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_50_box {
    float: left; width: 49%;
}
.main_50_box.main_50_box_02 {
    float: right;
}

.f_bottom_box_in {
    width: 100%;
    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: relative;top: 0px; left: 0px;
    padding-bottom: 15px;
}
.f_bottom_box_label {
    font-size: 24px;
    color: #484a5a;
    /*     font-family: 'no400'; */font-weight:400;
}
.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;
}



.f_bottom_box_notice .f_board_box {
    padding-left: 70px;
    padding-right: 0px;
}

.f_board_type {
    position: absolute;
    top: 9px;
    left: 0px;
    color: #a9a9aa;
    font-size: 14px;
    text-align: center;
    width: 60px;
}
.type_notice {
    background-color: #3f4556;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 44px;
    text-align: center;
    font-size: 13px!important;
}
.type_update {
    background-color: #44b554;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 44px;
    text-align: center;
    font-size: 13px!important;
}

.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;
    min-height: 24px;
}
.f_board_box_in span {
    position: absolute;top: 3px; right: 0px;
}
.f_board_box_in a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212d3b;
    font-size: 18px;
    letter-spacing: -0.03em;
}
.f_board_date {
    position: absolute;top: 9px; right: 0px;
    color: #a9a9aa;
    font-size: 14px;
}

.f_board_wrap {
    width: 100%;
    min-height: 250px;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 15px;
}
.f_bottom_box_more_wrap {
    position: absolute;top: 0px; right: 0px;
}
.f_bottom_box_more_wrap a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #444;
    /*     font-family: 'no300'; */font-weight:300;
    background-image: url(../images/main/f_bottom_box_more_wrap.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.f_board_box_empty_wrap {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}
.state_no {
    color: #cc3222
}
.state_ok {
    color: #24bc7f
}





.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: 'no300'; */font-weight:300;
    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: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 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_table_info {
    height: 40px; line-height: 40px;
    font-size: 16px;
    float: right;
    text-align: right;
    color: #3f4649;
}
.main_table_info span {
    color: #f06a56;
}
.main_table_more {
    position: absolute;top: 3px; right: 0px;
}
.main_table_more a {
    width: 31px; height: 31px;
    background-image: url(../images/main/main_table_more.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.main_table_wrap {
    width: 100%;
}
.main_table_wrap table {
    width: 100%;
}
.main_table_wrap table th {
    border-top: 2px solid #3f4649;
    border-bottom: 1px solid #3f4649;
    padding: 10px 5px;
    font-size: 14px; font-weight: 300;
    color: #3f4649;
    /*     font-family: 'no400'; */font-weight:400;
    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;
}

.cut_txt {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    display: block;
    width: 250px;
}



.footer_wrap {
    width: 100%;
    padding:30px 0;
}
.footer_info {
    font-size: 14px;
    line-height: 1.6;
    color: #62686c;
	text-align:center;
}
.footer_info ul:first-child{
	padding-bottom:5px;
}
.footer_info ul li{
	display:inline-block;
}
.footer_info ul li:after{
	content:"|";
	display:inline-block;
	margin:0 10px;
	font-size:0.8em;
	vertical-align:2px;
}
.footer_info ul li:last-child:after{
	display:none;
}
.footer_copy {
    color: rgba(86,92,95,0.6);
    font-size: 14px;
    padding-top: 26px;
	text-align:center;
}
.footer_copy b{
	font-weight:500;
}

footer{
    background-color: #232d35;
}
.footer_link_all_wrap {
    padding: 15px 0;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.footer_link_wrap {
    text-align:center;
}
.footer_link_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer_link_wrap a {
    display: inline-block;
    margin-left:10px;
    font-size: 17px;
    color: rgba(159,168,174,0.7);
}
.footer_link_wrap a:first-child {
    margin-left:0px;
}

.footer_link_wrap a:before {
    content: "";
    height: 12px;
    width: 1px;
    background-color: rgba(159,168,174,0.7);
   display:inline-block;
	margin-right: 10px;
    vertical-align: -1px;
}
.footer_link_wrap a:first-child:before {
    display: none;
}

.inner_table_all_wrap {
    width: 100%;
    background-color: #fff;
}
.inner_table_wrap {
    width: 100%; max-width: 1024px;
    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: 1024px;
    margin: 0 auto;
}



.sub_mypage .board_wrap{
    width: 100%;
    background-color: #fff;
}

.sub_mypage .sub_wrap {
    width: 100%;
    max-width: 1024px;
    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: 1024px;
    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 label  {
    border: 1px solid #ddd;
    width: auto;
    height: 26px;
    padding: 0 5px;
    border-radius: 100px!important;
    font-size: 13px;
    font-weight: 300;
    color: #333;
    min-width: 47px;
    text-align: center;
    background-color: #fff;
    outline: none;
    margin: 2px!important;
    /*     font-family: 'no300'; */font-weight:300;
    line-height: 25px;
}
.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: #337bef; color: #fff; border-color: #337bef
}
.date_tab_wrap .nav {
    padding-top: 5px;
}

.board_page_all_wrap {
    width: 100%;  margin: 0 auto;
	position:relative;
}
.board_page_wrap {
    width: 100%; padding-top: 50px; text-align: center;
    font-size: 0px;
}
.board_page_wrap * {
    vertical-align: middle;
}
.board_page_wrap > div {
    display: inline-block;
}
.board_page_wrap span {
    display: inline-block;
}
.board_page_wrap b {
    display: inline-block;
    font-weight: 300;
}
.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,
.board_page_next_wrap a{
    display: block; height: 35px; line-height: 35px;
    border: 1px solid #e5e5e5;
    text-align: center;  color: #333; min-width: 35px; 
    background-color: #fff;
    border-radius: 8px;
	overflow:hidden;
	font-size:16px;
	padding:0 10px;
	color:rgba(33,45,59,0.4);
}
/* .board_page_first a,.board_page_last a{
	text-indent:-9999999px;
	background:url(../images/bb_arrow.png)no-repeat center;
}
.board_page_prev a,
.board_page_next a{
	text-indent:-9999999px;
	background:url(../images/b_arrow.png)no-repeat center;
} 
.board_page_next a,
.board_page_last a{
 transform: rotate(180deg);
}*/


.board_page_next_wrap {

}
.board_page_next_wrap span {
    font-size: 18px;
    padding: 2px;
}
.board_page_num_wrap {
    padding: 0 10px;
}

.board_page_num a {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #fff;
    text-align: center;  color: #333; width: 35px; padding: 0 2px;
	color:rgba(33,45,59,0.4);
	font-size:18px;
}

.board_page_num b {
    display: inline-block; height: 35px; line-height: 35px;
    border: 1px solid #eec525;
    text-align: center;  color: #212d3b; width: 35px; 
    background-color: #ffd239;
    border-radius: 5px;
	font-size:18px;
}


.company_top {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 0
}
.company_top_txt {
    font-size: 32px;
    /*     font-family: 'no200'; */font-weight:300;
    color: #fff;
    line-height: 1.2;
}
.company_top_txt span{
    font-size: 48px;
    /*     font-family: 'no400'; */font-weight:400;
}
.company_all_wrap {
    width: 100%;
}
.company_wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.company_label_wrap {
    padding: 30px 0;
}
.company_label {
    font-size: 26px;
    color: #3f4649
}
.company_bar_wrap {
    padding-top: 15px;
}

.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;
}
.company_sec_01_right {
    float: right;
}
.company_sec_01_txt_01 {
    font-size: 60px;
    color: #3f4649;
    /*     font-family: 'no500'; */font-weight:500;
    letter-spacing: -3px;
    line-height: 1.2;
    padding: 10px 0 30px;
}
.company_sec_01_txt_02 {
    font-size: 16px;
    color: #3f4649;
    /*     font-family: 'no300'; */font-weight:300;
    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: 110px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.company_sec_02_box_label {
    font-size: 24px;
    color: #2e3236;
    /*     font-family: 'no400'; */font-weight:400;
    padding-top: 15px;
}
.company_sec_02_box_desc {
    font-size: 16px;
    color: #2e3236;
}

.company_sec_03_wrap {
    width: 100%;
}
.company_sec_03:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_03_in {
    float: right;
    letter-spacing: -1px;
}

.company_sec_03_txt_01 {
    font-size: 18px; color: #3177e7;
    line-height: 1.2;

}
.company_sec_03_txt_02 {
    font-size: 26px; color: #2e3236;
    /*     font-family: 'no400'; */font-weight:400;
    padding-bottom: 20px;

}
.company_sec_03_txt_03 {
    font-size: 16px; color: #2e3236;

}
.company_sec_03_box {
    padding-top: 15px;
}
.company_sec_03_box_in {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}
.company_sec_03_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.company_sec_03_box_left {
    float: left; width: 120px;
    height: 106px;
    border-right: 1px solid #ddd;
    line-height: 106px;
    text-align: center;
    font-size: 18px;
    color: #797979
}
.company_sec_03_box_right {
    float: left; width: 320px;
    padding-top: 5px;
    padding-left: 30px;
}
.company_sec_03_info {
    font-size: 16px;
    color: #2e3236;
    height: 30px; line-height: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 center
}
.company_sec_03_info span {
}
.company_sec_03_info b {
    /*     font-family: 'no500'; */font-weight:500;
    font-weight: 300;
}
.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: 1px solid #ddd;
}
.company_sec_04_table.first_table table {
    border-top: 3px solid #333;
}
.company_sec_04_table th {
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
    width: 120px;
    text-align: center;
    font-size: 18px;
    color: #3f3a39;
    padding: 10px;
    font-weight: 300;
    /*     font-family: 'no400'; */font-weight:400;
}
.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
}













/*팝업*/
.pop_all_wrap {
    margin: 0 auto; width: 98%;
    background-color: #fff;
    padding: 40px 40px 50px; display: none;
    border-radius: 20px; overflow: hidden;
	max-width:500px;
	left:50% !important;
	transform:translateX(-50%);
}
.pop_all_wrap.pop_login_wrap {
    padding-left: 450px;
    max-width: 900px;
	width:100%;
	background:transparent;
	padding:0;
}
.pop_box_left {
    position: absolute;top: 0px; left: 0px;
    width: 482px;
    bottom: 0px;
	z-index:1;
}
.pop_box_left a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/pop_box_left.png);
    background-repeat: no-repeat;
    background-position: center top;
  /*   background-size: cover; */
  background-size:100% 100%;
}
.lang_cn .pop_box_left a {
    background-image: url(../images/pop_box_left_cn.png);
}
.lang_jp .pop_box_left a {
    background-image: url(../images/pop_box_left_jp.png);
}
.lang_en .pop_box_left a {
    background-image: url(../images/pop_box_left_da.png);
}

.pop_login_wrap .pop_box_wrap {
    width: 450px;
	float:right;
	padding: 30px 60px;
	background:#fff;
}

.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: 850px;
	max-height:550px;
}
.pop_term .pop_top_label {
    text-align:left; letter-spacing: -1px;
}

.term_wrap textarea {
    display: block;width: 100%!important;
    height: 400px;
    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-bottom: 30px;
	text-align:center;
}
.pop_top_label {
    font-size:38px; 
    color: #222;
}
.pop_login_wrap .pop_top_label {
    text-align: left; letter-spacing: -0.06em;
}


.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-top: 15px;
}
.pop_login_right a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    border-radius: 8px;
    height: 60px; line-height: 60px;
/* 
    background: #48e58a; 
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff);
    background: -moz-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); 
    background: -webkit-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff);
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9eff', endColorstr='#48e58a',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; */

}
.pop_login_right a.pop_login_btn{
    color: #1a2128;
}
.pop_login_right.signup_bt{
	padding-top:0;
}
.pop_login_right a.pop_sign_btn{
	margin-top:15px;
	background:#fff;
	font-size:17px;
    color: #777;
    height: 55px; line-height: 55px;
	border:1px solid #999;
}
.pop_login_input_wrap input{
    width: 100%;
    display: block;
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.pop_login_input_wrap:first-child {
    padding-bottom: 10px;
}

.pop_login_mid_wrap {
    width: 100%; padding: 15px 0;
}
.pop_login_mid_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pop_login_link_wrap {
	float:right;
}
.pop_login_link_wrap a {
    display: inline-block;
    /* float: right; */
/*     height: 25px; line-height: 25px; */
    font-size: 16px; color: #212d3b;
	letter-spacing:-0.03em;
	vertical-align: -8px;
}


.pop_login_bottom_wrap {
}

.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'; */font-weight:300;
}

.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,.pop_box_close_btn2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url("/Form/_guest/basic/images/close_bt.png");
    background-repeat: no-repeat;
    background-position: center center;
}


.buy_table_wrap table {
    border-top: 1px solid #ddd;
}
.buy_table_wrap th {
    background-color: #f6f6fa;
    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: #337bef;
}

.pop_pay_type_box.active  label span {
    color: #337bef; /*     font-family: 'no400'; */font-weight:400;
}


.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: #126ce0; /*     font-family: 'no400'; */font-weight:400;
}
.pop_bank_num {
    color: #333; /*     font-family: 'no400'; */font-weight:400;
}
.sweet-alert h2 {
    font-size: 16px; line-height: 1.5;
}

.signup_all_wrap {
    width: 100%;
}
.signup_wrap {
    width: 100%; 
}

.signup_in {
    width: 100%; max-width: 600px; margin: 0 auto;
}

.signup_top_label_wrap {
    width: 100%;
    padding: 20px 0
}
.signup_top_label {
    font-size:36px; /*     font-family: 'no300'; */font-weight:300;
    color: #333; text-align: center;
}

.signup_top_label span {
    color: #e23d3c
}

.signup_mid_wrap {
    width: 100%;
   /*  padding: 10px 0 ; */
}

.signup_agree_all_wrap {
	padding:40px 0 30px;
	border-bottom:1px solid rgba(229,229,229,0.08);
	margin-bottom:30px;
}
.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.check_agree_box input + label span{
    font-size: 22px; color: #fff;
   /*  border: 1px solid #ddd;
    border-radius: 5px;
    height: 60px; line-height: 60px; */
    display: block;
    text-align: center;
/*     font-weight: 300; */
}

.signup_agree_all_box label:before {
    content: '\f00c';
    color: #e23d3d;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 36px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    font-family: 'FontAwesome';
    font-weight: 300;
}

.signup_agree_all_wrap.active .signup_agree_all_box label {
/*     color: #fff; background-color: #e23d3d; border-color: #e23d3d; */
}

.signup_agree_all_wrap.active .signup_agree_all_box label:before {
    background-color: #ffd739;
    border-color: #ffd739;
    color: #1a2128;
}

.check_agree_box_wrap {
    width: 100%;
    padding-bottom:20px ;
}
.check_agree_box_wrap:last-child{
	padding-bottom: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 {
	display:inline-block;
    /* font-size: 14px; color: #888;
    border: 1px solid #ddd; */
	height:30px;
	line-height:30px;
	 padding:0 15px;
	/*border-radius:5px; */
}


.check_agree_box {
    float: left; padding: 0
}


.check_agree_box_sub {
    float: left;
    padding-left: 35px;
    font-size: 16px;
    color: #999
}

.file_guide_window  .page_top_label {
    padding-left: 50px;
    height: 50px;
    background-image: url(../images/common/file_guide_window.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 50px;
}

.file_guide_mac  .page_top_label {
    padding-left: 50px;
    height: 50px;
    background-image: url(../images/common/file_guide_mac.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 50px;
}
.file_guide_ios  .page_top_label {
    padding-left: 50px;
    height: 50px;
    background-image: url(../images/common/file_guide_ios.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 50px;
}

.file_guide_and  .page_top_label {
    padding-left: 50px;
    height: 50px;
    background-image: url(../images/common/file_guide_and.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 50px;
}

.page_top_label_all_wrap {
  /*   width: 100%;
    max-width: 1024px;
    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;
}
.page_top_desc {
    font-size: 16px;
	padding-top:5px;
	color:rgba(33,45,59,0.7);
}
.page_top_desc span {
    color: #1fa3ff
}
.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: #337bef
}

.total_btn_all_wrap {
    width: 100%;
}
.total_btn_wrap {
    width: 100%;
    padding-top: 30px;
}
.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,
.total_btn_wrap button{
    float: left; width: 100%;
    height: 60px; line-height: 60px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: 400;
}
.total_btn_wrap a.btn_submit {
   /*  background-color: #1c242a;
    color: #fff;
    border-color: #1c242a;
    	font-size:18px; */
}
.total_btn_wrap a.btn_submit.on  {
    background-color: #ffd739;
    color: #1a2128;
    border-color: #ffd739;
}
.btn_darks{
    background-color: #1c242a !important;
    color: #fff !important;
    border-color: #1c242a !important;
	font-size:18px !important; 	
}


.form_text_box_wrap {
    width: 100%;
	padding-bottom:25px;
}
.form_text_box_wrap:last-child{
	padding-bottom:0 !important;
}
.form_text_box_top {
    width: 100%;
    position: relative;top: 0px; left: 0px; padding-bottom:5px;

}
.form_text_box_top:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form_text_box_label {
    float: left; font-size: 15px; color: #1f2a35;
}
.form_text_box_desc {
    float: right; padding-right: 5px;
}
.form_text_box {
    width: 100%; position: relative;
}
.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: 8px; width: 100%;
    background-color: #fff;
}
.form_text_box_input input {
    display: table-cell;width: 82%;
    float:left;
    height: 35px; line-height: 35px;
    border: none;
    vertical-align: top;
   font-size: 16px;
   padding:0 10px;
}
.form_text_box_input input::placeholder{
	color:#999;
	font-size:16px;
}
.form_text_box_dublecheck {
    position: absolute;
    right:8px;
    top:9px;
}
.form_text_box_dublecheck:after {content: "";display: block;clear: both}
.form_text_box_dublecheck a {
    display: block;
    width:80px;
    height: 35px;
    line-height: 35px;
	color:#1a2128;
}
.button_s{
	border:1px solid #ffd739 !important;
    border-radius: 5px !important;
    background: #ffd739 !important;
    color:#1a2128 !important;
    text-align: center !important;
    font-size: 15px;
}
.form_text_cert {display: none;padding-top:20px;}

.form_text_box_send {
    width:100%;
    padding-top:10px;
}
.form_text_box_send:after {content: "";display: block;clear: both}
.form_text_box_send>div {
    float:right;
    width:130px;
    margin-left:5px;
    height:40px;line-height: 40px;
    cursor: pointer;
    font-size: 16px;
}
.form_text_box_send_a {
    display: none;
    position: relative;
   /*  border:1px solid #e23d3d; */border-radius: 5px;
   /*  color:#e23d3d; */
    padding-right:20px;
}
.form_text_box_send_a span {
    display: block;
    position: absolute;
    top:5px;right:10px;
}

.form_text_box_send_a span:after {
    content: '';
    position: absolute;
    text-align: center;
    left: -25px;
    top: 5px;
    width: 7px;
    height: 10px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #000;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
}
.form_text_box_send_b {

}
.form_text_box_count {
    position: absolute;
    right:25px;
    top:23px;
    color:#3ad0dc;
    font-size: 15px
}
.form_text_box_number {
    width:100%;
    padding-top:10px;
}
.form_text_box_number:after {content: "";display: block;clear: both}
.form_text_box_number>div {
    float:right;
    width:100px;
    margin-left:10px;
    height:40px;line-height: 40px;
    cursor: pointer;
    font-size: 16px;
   /*  border:1px solid #e23d3d; */border-radius: 5px;
    text-align: center;
}
.form_text_box_number_a {
    color:#339bfe;
}
.form_text_box_number_b {
/*     color:#fff;
    background: #e23d3d; */
}



.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: #fff; color: #777; border-color: #999;
}
.layer_wrap .total_btn_wrap .btn_submit{
    background-color: #474e55; color: rgba(255,255,255,0.2); border-color: #474e55;
	border-radius:8px;
}


.alipay_img_wrap {
    width: 100%;
    text-align: center;
}
.alipay_img_wrap a {
    border: 1px solid #339bfe;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 100px;
    color: #339bfe;
    display: inline-block;
}
.signup_complete_text {
    font-size:40px;
    color: #fff; text-align: center;
    line-height: 1.2;
    padding-top: 40px;
	font-weight:300;
}
.signup_complete_text2 {
    font-size:14px;
   text-align: center;
    width: 100%;
    padding-top: 50px;
	color:#7d8288;
}
.layer_wrap .signup_complete_text span{
	color:#ffd739;
	font-weight:500;
/* 	font-size:40px; */
}
.layer_wrap .signup_complete_text2 {
    font-size:14px;
    color: rgba(255,255,255,0.15); text-align: center;
    width: 100%;
    padding-top: 50px;
}

.signup_complete_text3 {
    font-size:14px;
    color: #999; text-align: center;
    width: 100%;
    padding-top: 10px;
}

.center_label.signup_complete_text {
  font-size:40px;
  padding-top:55px;
}
.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: 1024px;
    margin: 0 auto;
    padding: 30px 0px 40px;
}
.two_block_wrap:first-child{
	border-bottom:1px solid rgba(229,229,229,0.08);
}
.two_block_wrap:last-child{
	padding-bottom:10px !important;
}
.two_block_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.two_block_box_wrap .form_text_box_wrap{
	padding:0 !important;
}

.two_block_box_wrap .form_text_box{
	margin-bottom:10px;
}

.two_block_box .form_text_box_label {
    font-size: 20px;
}
.two_block_box .total_btn_wrap a {
    width: 100%;
	font-size:20px;
	font-weight:500;
}
.two_block_box .total_btn_wrap{
	padding-top:25px;
}
/* .pdt_name {
    text-align: left;
    color: #666
}
.pdt_name b {
    font-weight: 300;
}
.pdt_name span {
    color: #e83837;
} */
.td_cost b {
    font-weight: 300;
}
.ex_date {
    color: #4fc134;
}

.ex_date b {
    font-weight: 300;
    color: #787878
}

input:disabled {
    background-color: #f7f8fa !important;
    color: #1f2a35;
	font-weight:500;
}

.my_home_all_wrap {
    width: 100%;
    padding-top: 17px;
}
.my_home_wrap {
    width: 100%; max-width: 1024px; margin: 0 auto;
}
.my_home_in {
    width: 100%; padding-bottom: 50px;
}
.my_home_box_wrap {
    width: 100%;
    border: 1px solid #ddd;
    padding: 25px 2%;
    background-color: #f5f6f9
}
.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 {
    width: 100%; position: relative;top: 0px; left: 0px;
    padding-left: 150px;
    min-height: 120px;
}
.my_home_box_in:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.my_home_box_img {
    position: absolute;top: 50%;
    left: 0px;
    margin-top: -58px;
}
.my_home_box_label_wrap {
}

.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%;
    padding-top: 10px;
}
.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: #337bef
}
.my_home_box_welcome {
    font-size: 18px;
    color: #17c5a3;
    /*     font-family: 'no400'; */font-weight:400;
    text-decoration: underline;
}
.my_home_box_txt_info {
    padding-left: 15px;
}
.my_home_box_auth_yes {
    font-size:12px; border: 1px solid #3473ef;
    color: #3473ef;
    height: 25px; line-height: 25px;
    display: inline-block;
    padding: 0 5px;
    font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important;
    border-radius: 5px;
}

.my_home_box_label_wrap {
    font-size: 20px; color: #333;
}
.my_home_box_label {
    display: inline-block;
    padding-right: 10px;
}
.my_home_box_label span {
    color: #3473ef
}
.my_home_box_edit_wrap {
    display: inline-block;
}
.my_home_box_edit_btn {
    font-size:13px; border: 1px solid #5d7acb;
    color: #5d7acb;
    height: 30px; line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 5px;
}



.total_label_all_wrap {
    width: 100%;
}
.total_label_wrap {
    width: 100%; max-width: 1024px; 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: 20px;
    color: #333;
    letter-spacing: -1px;
}
.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: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    /* height: 20px; */
}
.form_radio_box input + label span {
    font-size: 16px; line-height: 30px;
	color:#212d3b;
	padding-left:12px;
}
.form_radio_box input + label:active:before,
.form_radio_box input:checked + label:active:before,
.form_radio_box input:checked + label:before {

}

.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: 0;
    width: 20px;
    height: 20px;
	font-size:15px;
    content: '\f00c';
    color: #bbb;
    font-family: 'FontAwesome';
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid #ddd;
    line-height: 20px;
	text-align:center;
}
 */
.form_radio_box input + label:after {
 /*    content: '';
    position: absolute;
    text-align: center;
    left: 9px;
    top: 7px;
    width: 7px;
    height: 10px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #ccc;
    border-left: none;
    border-top: none;
    transform: rotate(45deg); */

}


/* .form_radio_box input:checked + label:before {
    background-color: #e23d3d;
    border-color: #e23d3d;
	color:#fff;
} */

.form_radio_box input:checked + label:after {
    border-color: #fff;
}



.form_text_box .form_radio_box {
    float: left; width: 33%;
}

.sub_page_all_wrap {
    width: 100%;
 /*    padding: 40px 0 */
}
.sub_page_wrap {
/*     width: 100%;
    max-width: 1024px;
    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: 850px; */
}
.sub_page_con {
    width: 100%;
  /*   padding-top: 34px; */
}
.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: 10px;
}
.left_memu_box .menu_a span {
    font-size: 26px;
    color: #3f4649;
    display: inline-block;
    position: relative;top: 0px; left: 0px;
}

.left_memu_box .sub_menu_wrap {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top: 2px solid #222;
}
.left_memu_box .sub_menu {
    border-bottom: 1px solid #ddd;
}
.left_memu_box .sub_menu_a {
    height: 48px;
    line-height: 48px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #999;
    padding-left: 20px;
    overflow: hidden;
    background-image: url(../images/common/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;
    background-color: #fafafc;
    color: #333
}
.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;
    background-color: #fafafc;
    color: #333
}


/*게시판*/
.board_all_wrap {
    width: 100%; /* padding-bottom: 30px; */
}
.board_wrap {
   /*  width: 100%; max-width: 1024px; margin: 0 auto; */
}
.board_con {
    width: 100%; position: relative;top: 0px; left: 0px;
}

.board_list table {
    table-layout: fixed;
    word-break: break-all;
}
.board_list table thead,
.faq_boxs table{
    border-top: 2px solid #000;
    border-bottom: 1px solid #ebebeb;
}
.board_list th {
    text-align: center; /* font-weight: 300; */
    color: #222;
    padding: 17px 0;
    font-size: 18px;
}
.board_list tr{
    border-bottom: 1px solid #ebebeb;
}
.board_list td {
    text-align: center; 
	/* font-weight: 300; */
    color: #212d3b;
    padding: 17px 0;
    font-size: 18px;
}


.board_list tbody tr:hover {
    background-color: #f8f8f8;
}
.td_qna_type {
    width: 65px;
}
.td_cate {
    width: 150px;
}
.td_num {
    width: 60px;
}
.td_hit {
    width: 50px;
}
.td_writer {
    width: 100px;
}
.td_date {
    width: 150px;
}
.td_cost {
    width: 200px;
}
.td_cost span {
    color: #e23d3d
}
.td_qty {
    width: 70px;
}
.board_list td.td_pay_type {
    width: 150px;
	color:#999;
}
.td_date_end {
    width: 150px;
}
.td_state {
    width: 80px;
}
.td_name {
    width: 80px;
}
.td_date_d{
	width:230px;
}
.td_arrow{
	width:90px;
}
tbody .td_date_d{
	position:relative;
}
tbody .td_date_dend{
	color:#999;
}
tbody .td_date_d .td_date_ds{
	display:inline-block;
	position:absolute;
	margin-left:10px;
	color:#fff;
	background:#6a89a0;
	font-size:13px;
	padding:3px 10px;
	border-radius:5px;
	margin-top:-1px;
}
.board_btn_all_wrap {
    width: 100%;
}
.board_btn_wrap {
    width: 100%;
    padding-top: 30px;
}
.board_btn_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.board_right_btn {
	 float: right; 
}
.board_left_btn{
	float:left;
}
.list_wrap .board_right_btn{
   position:absolute;
   right:0;
   bottom:0;
}
.board_right_btn a,
.board_left_btn a,
.board_btn_wrap a.board_btn_write,
.board_btn_wrap .board_right_btn button{
	display:inline-block;
	color:#1a2128;
	font-size:20px;
	background:#ffd739;
	border-radius:8px;
	border:1px solid #eec525;
	padding:0 20px;
	height:50px;
	line-height:50px;
	font-weight:400;
	cursor:pointer;
}
.board_right_btn a img,
.board_btn_wrap a img{
	vertical-align:-2px;
	display:inline-block;
	margin-right:5px;
}

/* .board_btn_wrap a.board_btn_write {
    background-color: #3358dd; color: #fff; border-color: #3358dd;
} */
.board_btn_wrap a.board_btn_list {
    background-color: #fff;
	border:1px solid #e5e5e5;
}
.board_btn_wrap a.board_btn_edit {
    background-color: #a1a1a8; color: #fff; border-color: #a1a1a8;
}
.board_btn_wrap a.board_btn_del {
    background-color: #a1a1a8; color: #fff; border-color: #a1a1a8;
}
.board_btn_wrap a.board_btn_del2{
  background-color: #1a2128; color: #fff; border-color: #1a2128;
}

.board_btn_wrap button.board_btn_edit{
    display: inline-block;
    border: 1px solid #ddd; color: #666;
    background-color: #fff;
    height: 50px; line-height: 50px; /* width: 100px; */
    margin: 0 3px; text-align: center;
    font-size: 15px;
    border-radius: 8px;
    vertical-align: bottom;
    outline: none;
    box-shadow: none;
	cursor:pointer;
}

.board_btn_wrap button.board_btn_write {
    background-color: #3358dd; color: #fff; border-color: #3358dd;
}
.board_btn_wrap button.board_btn_list {
    background-color: #fff;
}
.board_btn_wrap button.board_btn_edit {
    background-color: #a1a1a8; color: #fff; border-color: #a1a1a8;
}
.board_btn_wrap .board_btn_del {
    background-color: #a1a1a8 !important; color: #fff !important; border-color: #a1a1a8 !important;
}

.board_view {
    width: 100%;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ddd;
}
.board_view_label {
    width: 100%;
    padding: 17px 0;
    background-color: #fff;
    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;
	font-size:18px;
}
.board_view_info_div span {
    color: #212d3b; padding: 0 10px;
	font-size:18px;
}
.board_view_info_div a {
    color: #666; font-size: 13px;
}
.board_view_info_div a:hover {
    color: #e83837
}
.board_view_info_file a {
    color: #337bef!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-weight:400;
    color: #333;
    padding-right: 5px;
} */

.board_write table {
    border-top: 1px solid #222;
}
.board_write th {
    color: #222;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100px; text-align: center;
}
.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: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    padding: 10px;
}
.board_view_reply .span_state_no {
    width: auto;
    padding: 0 5px;
}
.board_view_reply .span_state_yes {
    width: auto;
    padding: 0 5px;
}
.board_view_info_div span.span_state_no {
  /*   display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center; */
    color: #abb0b3;
   /*  min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important; */
}
.board_view_info_div span.span_state_yes {
   /*  display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #17c5a3;
    text-align: center; */
    color: #212d3b;
  /*   min-width: 35px;
    background-color: #fff;
    font-size: 12px;
    width: 60px;
    font-family: '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important; */
}


.board_view_reply_wrap {
    width: 100%;
    border-top: 1px solid #ddd;
	background:#f7f8fa;
	padding:25px 20px;
}
.board_view_reply {
    width: 100%;
}
.board_view_reply > span{
	display:block;
}
.board_view_reply .board_reply_admin{
	float:left;
	font-size:18px;
	color:#222;
	letter-spacing:-0.06em;
}
.board_view_reply .board_reply_date{
	float:right;
	font-size:16px;
	color:#212d3b;
	letter-spacing:-0.03em;
}
.board_view_reply_wrap .board_view_con{
	padding:25px 0 0;
}
.main_board_line {
    width: 100%;
}
.main_board_line_in {
    font-size: 26px;
    color: #333;
/*     /*     font-family: 'no400'; */font-weight:400;
}



.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

}
.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: #f9f9f9; display: none;
}
.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: 1024px;
    margin: 0 auto;
    padding: 0 2%;
}
.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 #eee;
    background-color: #f9fafb;
    padding: 20px 8%;
}
.license_dot_wrap {
    width: 100%;
}
.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: 20px 0;
    border-bottom: 1px solid #ddd;
    max-width: 80%;
    margin: 0 auto;
}
.license_txt_wrap {
    padding: 20px 0;
    text-align: center;
}
.license_txt_label {
    font-size:22px;
    color: #3f4649;
    /*     font-family: 'no400'; */font-weight:400;
    letter-spacing: -1px;
}
.license_txt_cost b {
    font-size:34px;
    color: #3f4649;
    /*     font-family: 'no500'; */font-weight:500;
    letter-spacing: -2px;
}
.license_txt_cost span {
    font-size:22px;
    color: #3f4649;
    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: #337bef;
    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: #337bef;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_dot_in {
    border-color: #337bef;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.license_box input:checked + label .license_txt_cost b {
    color: #337bef;
    -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 {
    display:block;
    font-size: 20px; color: rgba(255,255,255,0.3);
    text-align: center;
    border-radius: 10px;
    background: #484d53;
    border: 1px solid #484d53;
	padding:15px 0;
	font-weight:500;
}
.license_btn_wrap .license_home {
	display:inline-block;
	margin-top:40px;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.license_btn_wrap .now_talk {
   /*  min-width: 160px;*/
    height: 60px;
    line-height: 60px; 
    border: 1px solid #339bfe;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 5px;
    background-color: #339bfe;
}
.chk_on .license_btn_wrap .license_btn{ /*.license_btn_wrap .license_btn:hover */
    /*background: #48e58a; 
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff);
    background: -moz-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); 
    background: -webkit-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); 
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9eff', endColorstr='#48e58a',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;*/
    color: #ffd739;
	background:#1a2128;
	border:1px solid #1a2128;
}


.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: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0
}
.license_top_txt {
    font-size: 34px;
    /*     font-family: 'no200'; */font-weight:300;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -2px;
}
.license_top_txt span{
    font-size: 16px;
    /*     font-family: 'no300'; */font-weight:300;
    letter-spacing: 0px;
}

.license_pay_all_wrap {
    width: 100%;
}
.license_pay_wrap {
    width: 100%;
   /*  max-width: 1024px;
    margin: 0 auto; */
}
.license_pay_table table {
    border-top: 2px solid #333;
}
.license_pay_table th {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    /*     font-family: 'no400'; */font-weight:400;
    text-align: center;
    background-color: #fcfcfd;
}
.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'; */font-weight:400;
}
.license_pay_total_wrap {
    width: 100%;
    padding: 20px 0 60px;
}
.license_pay_total {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fbfbfc
}
.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: #337bef;
    /*     font-family: 'no500'; */font-weight:500;
    letter-spacing: -2px;
}
.license_pay_type_table table {
    border-top: 2px solid #333;
}
.license_pay_type_table th {
    background-color: #fbfbfc;
    color: #333;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    width: 120px;
    text-align: center;
    /*     font-family: 'no400'; */font-weight:400;
}
.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: #f7f8fa;
    right: 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: #1f2b36;
/*     padding: 10px 0 */
}
.m_menu_top_info {
    width: 100%;
    padding: 10px 43px 10px 15px;
    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:23px; height: 23px;
    background-image: url(../images/common/m_menu_top_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
   position:absolute;
   right:15px;
   top:25px;
    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-weight:300;
    font-size: 15px;
	display:table;
}
.m_menu_top_info_left_txt > *{
	display:table-cell;
	vertical-align:middle;
}
.m_menu_top_info_left_txt img{
	display:inline-block;
	width:35px;
}
.m_menu_top_info_left_txt a{
	font-size:17px;
	color:#fff;
	font-weight:400;
}
.m_menu_top_info_left_txt a span {
     border-bottom: 1px solid #fff;
    font-weight:500;
	margin-left:15px;
	font-size:21px;
}
.m_menu_top_info_left_txt a.user_mname span{
	cursor:default;
	border-bottom:1px solid #ffd239;
	color:#ffd239;
	font-size:17px;
}
.m_menu_top_info_left_txt b {
    font-size:18px;
    color: #fff;/*     font-family: 'no400'; */font-weight:400;
    font-weight: 300;
}

.m_menu_top_info_left_txt span {
    padding-left: 5px;
}
.m_link_wrap {
    width: 100%;
	padding:0 15px 15px;
	background:#1f2b36;
}
.m_link_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.m_link_wrap ul{
	margin:0 -8px;
}
.m_link_wrap ul li{
    float: left; width: 50%;
    padding:0 8px;
}
.m_link_wrap ul li a{
	display:block;
	font-size:15px;
	padding:10px 0;
	text-align:center;
	font-weight:500;
	border-radius:8px !important;
}
.m_link_wrap ul li a.m_link_box_signup{
	background:#4f5c66;
	border:1px solid #4f5c66;
	color:#fff;
}
.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;
}

.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_signup.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_menu_box_wrap {
    width: 100%;
	overflow-y: auto;
}

.m_menu_box {
    width: 100%;
}

.m_menu_box .menu {
    width: 100%;
}
.m_menu_box .menu_mob_lang > a,
.m_menu_box .menu > a{
    display: block; height: 55px; line-height: 55px;
    padding-left: 15px;
    font-size: 18px; color: #1f2b36;
    border-bottom: 1px solid #e8e9eb;
    background-color: #fff;
    position: relative;top: 0px; left: 0px;
}
.m_menu_box .menu_mob_lang > a:before,
.m_menu_box .menu > a:before {
    content: '\f107';
    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 .menu_mob_lang.b_s > a:before,
.m_menu_box .menu.b_s > a:before,
.m_menu_box .menu.active > a:before{
	transform: rotate(180deg);
	color:#1f2b36;
}
.m_menu_box .void_link:before {
    content: '\f107';
}

.m_menu_box .void_link.menu_on:before {
    content: '\f106';
}
.a_none a:before{
	display:none !important;
}

.m_menu_box .sub_menu ul li a{
    display: block; height: 40px; line-height: 40px;
    padding-left: 35px;
    font-size: 15px; color: #b4b7bc;
    position: relative;top: 0px; left: 0px;
}




.m_menu_box .sub_menu ul li.active a:before,
.m_menu_box .sub_menu ul li.on a:before{
    content: '';
    display: block;
    position: absolute;top: 50%; left: 18px;
    width: 8px; height: 2px; margin-top: -1px;
    background-color: #1f2b36;
}
.m_menu_box .sub_menu ul li.active a,
.m_menu_box .sub_menu ul li.on a{
	color:#1f2b36;
}

.m_menu_box .sub_menu {
    display: none;
	padding-bottom:10px;
	background:#fff;
}
.m_menu_box .menu.active .sub_menu,
.m_menu_box .menu.b_s .sub_menu{
	display:block;
	border-bottom:1px solid #e8e9eb;
}
.m_menu_box .menu_04 .menu_a {
    padding-left: 50px;
    background-image: url(../images/common/menu_04.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}


.m_menu_box .menu_06 .menu_a {
    padding-left: 50px;
    background-image: url(../images/lang_kr.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.lang_cn .m_menu_box .menu_06 .menu_a {
    background-image: url(../images/lang_cn.png);
}
.lang_jp .m_menu_box .menu_06 .menu_a {
    background-image: url(../images/lang_jp.png);
}
.lang_en .m_menu_box .menu_06 .menu_a {
    background-image: url(../images/lang_en.png);
}


.m_menu_box .menu_06 .sub_menu_a {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 15px center;
}

.m_menu_box .menu_06 .sub_menu_01 .sub_menu_a {
    background-image: url(../images/lang_kr.png);
}
.m_menu_box .menu_06 .sub_menu_02 .sub_menu_a {
    background-image: url(../images/lang_cn.png);
}
.m_menu_box .menu_06 .sub_menu_03 .sub_menu_a {
    background-image: url(../images/lang_jp.png);
}
.m_menu_box .menu_06 .sub_menu_04 .sub_menu_a {
    background-image: url(../images/lang_en.png);
}

.m_menu_box .menu_06 .sub_menu_a:before {
    display: none;
}


#wrap > div.all_bg {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 9;
    -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 {
    display: none;
    width: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
/*     padding: 0 3px; */
    cursor: pointer;
}
.mobile_menu_btn span {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
}




/*라이센스*/
.main_price_box_option .radio_chk_st_wrap {
    /* display: inline-block; */
	text-align:left;
}
.main_section_wrap .main_price_box:not(.chk_on) .radio_chk_st_wrap input + label span{
    font-size: 18px; 
	color:rgba(255,255,255,0.2);
	line-height:30px;
}
.main_price_box_option .radio_chk_st_wrap input + label span{
	color:#444;
    font-weight: 500;
    font-family: 'GmarketSans',sans-serif !important;
    line-height: 30px;
}

.main_price_box_option:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main_price_box_wrap {
	margin:0 -15px 
}

.main_price_box_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main_price_box {
    float: left; 
	width: 25%;
    padding: 0 15px;
	position:relative;
}
.main_price_box_in {
    background-color: #1a2128;
    border: 1px solid #1a2128;
    padding: 25px 25px 20px;
    border-radius: 20px;
	position:relative;
}

.main_price_box_top {
    
}
.main_price_box_top_desc {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'GmarketSans',sans-serif !important;
	text-align:center;
	padding-bottom:20px;
}
.main_price_box_top_cost {
	color:rgba(255,255,255,0.2);
}
.main_price_box_top_cost_cn {
    color: rgba(255,255,255,0.2); /*     font-family: 'no300'; */font-weight:300;
    font-size: 18px;
	letter-spacing:-0.03em;
}
.main_price_box_top_cost_cn b {
    font-weight: 500;
    font-family: 'GmarketSans',sans-serif !important;
}

.main_price_box_top_cost b {
    font-size: 36px;
    font-weight: 600;
    font-family: 'GmarketSans',sans-serif !important;
}
.main_price_box_top_cost span {
    font-size: 24px;
}
.main_price_box_top_label {
    position: absolute;top: -35px; left: 50%;
    width:90px; margin-left: -45px;
    background-color: #999;
    color: #fff;
    border-radius: 100px;
    height: 30px; line-height: 30px;
    display: none;
}
.main_price_box_top_label:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #999;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.main_price_box_option {
    text-align: center;
}

.main_price_box_point {
    padding:3px 3px 3px 23px;
    position: relative;top: 0px; left: 0px;
}
.main_price_box_point:before {
    content: '\f00c';
    color: #ccc;
    font-size: 13px;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;top: 5px; left: 0px;
}

.main_price_box_info {
    padding: 10px 0 ;float: left; width: 100%;
}
.main_price_box_info_right_txt {
    text-align: right;font-size: 15px; color: #888;
    padding: 0 10px;
}

.main_price_box.active .main_price_box_in {
    -moz-box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.3);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(148, 148, 148, 0.3);
    border-color: #e23d3c
}

.main_price_box.active .main_price_box_top_label {
    background-color: #e23d3c
}
.main_price_box.active .main_price_box_top_label:after {
    border-top: 8px solid #e23d3c;
}
.main_price_box.active .main_price_box_point:before {
    color: #e23d3c;
}
.main_price_box.active .main_price_box_top_cost {
    color: #e23d3c
}


.radio_chk_st_wrap {position: relative;top: 0px; left: 0px;
    padding: 2px 0
}
.radio_chk_st_wrap input {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    background: #fff;
    margin: 0px;
	display:none;
}
.radio_chk_st_wrap input + label {
/*     display: inline-block;
    position: relative;
    	padding-left: 30px; 
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    	border:1px solid #bbb;
    border-radius: 10px;
    padding: 10px 14px; */
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #666; height: 25px;
}
.radio_chk_st_wrap input + label span {
    font-size: 17px; 
	color:#555;
}
.radio_chk_st_wrap input#paid_type_ali + label span{
	vertical-align:10px;
}
.radio_chk_st_wrap input + label:active:before,
.radio_chk_st_wrap input:checked + label:active:before,
.radio_chk_st_wrap input:checked + label:before {

}
/*  .radio_chk_st_wrap.check input+ label span{
    color: #fff;
}
 .radio_chk_st_wrap.check input+ label{
	background:#3c4d5a;
	border:1px solid #3c4d5a;
} */
.radio_chk_st_wrap input + label:before,
.form_radio_box input + label:before{
    /* content:'';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    	display:none; */
	position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #dadbdd;
    border-color: #dadbdd;
    content: '\f00c';
    color: #f8f8f8;
    font-size: 20px;
    font-family: 'FontAwesome';
    font-weight: 300;
    border-radius: 8px;
    line-height: 30px;
}
.license_page2 .radio_chk_st_wrap:first-child input + label span{
	padding-left:12px;
}
.radio_chk_st_wrap input + label:after {
    /* content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    width: 11px;
    height: 11px;
    text-align: center;
    background-color: #d0d8de;
    border-radius: 100px;
    display:none; */
}
.main_price_box_bottom {
    text-align: center;
    padding: 20px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:10px;
}

.chk_on .main_price_box_in {
    border-color: #eec525;
/* 	box-shadow: 5px 9px 18px 0px rgba(0, 0, 0, 0.2); */
	background:#ffd739;
}
.chk_on .main_price_box_top{
	/* background:#de3c3c; */
}
.chk_on .main_price_box_top_desc {
    color: #1a2128;
}
.main_price_box.chk_on .radio_chk_st_wrap input + label:before {
    background-color: #dda12e;
    border-color: #dda12e;
	color:#ffe479;
}

.chk_on .radio_chk_st_wrap input + label:after {
    background-color: #8a8a92;
}
.chk_on .main_price_box_bottom{
	border-top:1px solid #eec525;
}

.chk_on .radio_chk_st_wrap input:checked + label:before {
    background-color: #1a2128;
    border-color: #1a2128;
	color:#fff;
}

.chk_on .radio_chk_st_wrap input:checked + label:after {
    background-color: #fff;
}
.chk_on .radio_chk_st_wrap input + label{
	/* border:1px solid #bbb;
	background:#fff; */
}
.chk_on .radio_chk_st_wrap input + label span {
    color: #555
}
.chk_on .radio_chk_st_wrap input:checked + label {
   /*  color: #fff;
    	background:#e23d3d;
    	border:1px solid #e23d3d; */
}
.chk_on .radio_chk_st_wrap input:checked + label span{
	/* color: #fff; */
}
.chk_on .main_price_box_option {
    border-color: #3c4250
}

.chk_on .main_price_box_top_cost {
	color: #1a2128 
}
.chk_on .main_price_box_top_cost_cn{
	color:rgba(26,33,40,0.6)
}



.center_label_wrap {
    text-align: center;
    padding:60px 0;
}
.center_label {
    font-size:38px;
    color: #222;
}
.center_label b{
    /*     font-family: 'no500'; */font-weight:500;
}
.center_label div.line_s,
.pop_top_label div.line_s{
   display:inline-block;
   position:relative;
}
.center_label div.line_s:after,
.pop_top_label div.line_s:after,
.board_tab.active:after{
	content:"";
	display:block;
	width:100%;
	height:13px;
	background:#ffd739;
	bottom:6px;
	position:absolute;
	left:-1px;
	z-index:2;
	padding:0 2px;
}
.board_tab.active:after{
	height:8px;
	bottom:0;
}
.center_label .line_s span,
.pop_top_label div.line_s span,
.board_tab span{
	position:relative;
   z-index:3;
}
 
.center_desc {
    font-size:16px;
    color: rgba(33,45,59,0.7);
	padding-top:5px;
}

.main_section_02 {
    background: #48e58a; /* Old browsers */
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff);
    background: -moz-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(270deg, #48e58a, #3c9eff, #48e58a, #3c9eff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9eff', endColorstr='#48e58a',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;
}

.main_section_02 .main_section {
    padding: 25px 0;
}
.main_section_02_box_wrap {
    position: relative;top: 0px; left: 0px;
    padding-left: 250px;
}

.main_section_02_box {
    width: 100%;
    padding-left: 50px;
    border-left: 1px solid #75d7eb;
}

.main_section_02_box .menu {
    display: none;
}
.main_section_02_box .menu.menu_01 {
    display: block;
}
.main_section_02_box .menu_a {
    display: none;
}
.main_section_02_box .sub_menu_wrap {
    width: 100%;
}

.main_section_02_box .sub_menu_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main_section_02_box .sub_menu {
    float: left;
    margin: 0 10px;
}
.main_section_02_box .sub_menu_a {
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 100px;
    background-repeat: no-repeat;
}

.main_section_02_label {
    position: absolute;top: 50%;
    left: 0px;
    margin-top: -22px;
    text-align: center;
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    font-size:22px;
    color: #fff;
    background-image: url(../images/common/main_section_02_label.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    padding-left: 40px;
}
.main_section_02_box .sub_menu_01 .sub_menu_a {
    background-image: url(../images/common/guide_window.png);
    background-position: 15px center;
    padding-left: 40px;
}
.main_section_02_box .sub_menu_02 .sub_menu_a {
    background-image: url(../images/common/guide_mac.png);
    background-position: 15px center;
    padding-left: 40px;
}
.main_section_02_box .sub_menu_03 .sub_menu_a {
    background-image: url(../images/common/guide_ios.png);
    background-position: 15px center;
    padding-left: 40px;
}
.main_section_02_box .sub_menu_04 .sub_menu_a {
    background-image: url(../images/common/guide_and.png);
    background-position: 15px center;
    padding-left: 55px;
}


.license_nav_all_wrap {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}
.license_nav_wrap {
    width: 100%;
    text-align: center;
    font-size: 0px;
	display:table;
}
.license_nav {
    display: table-cell;
    width:33.33%;
	border-right:1px solid #ddd;
}
.license_nav:last-child{
	border-right:0;
}
.license_nav {

}
.license_nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;top: 0px;
    left: 0px;
}
.license_nav a span{
	display:inline-block;
}
.license_nav a span:first-child{
	font-size:15px;
	color:#999;
	padding-right:15px;
}
.license_nav a span:last-child{
	font-size:17px;
	color:#888
}
.license_nav::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border: 1px solid #999;
    border-left: none;
    border-top: none;
    transform:  rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.license_nav.license_nav_01::after {
    display: none;
}

.license_nav a::after {
/*     position: absolute;
    right: 100px;
    left: 100px;
    bottom: -1px;
    height: 4px;
    background-color: #1fa3ff;
    content: '';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; */

}

.license_nav.active a::after {
    /* right: 10px;
    left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; */
}
.license_nav.active a{
	background:#6a89a0;
}
.license_nav.active a span{
	color:#fff;
}

.license_label_all_wrap {
    width: 100%;
}
.license_label_wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
}
.license_label {
    font-size:32px;
    color: #333;
    /*     font-family: 'no500'; */font-weight:500;
}
.license_label span {
    color: #3473ef
}
.license_desc {
    font-size:18px;
    color: #666
}




.license_paid_table table {
	border-top: 2px solid #000; 
}
.license_paid_table tr{
    border-bottom: 1px solid #e5e5e5;
}
/* .license_paid_table tr:last-child{
	border-bottom:0;
} */
.license_paid_table th {
    font-size: 18px;
    font-weight: 300;
    color: #888;
    width: 200px !important;
	vertical-align:middle;
	text-align:left;
/* 	text-indent:15px; */
}
.license_paid_table td {
    padding:15px 0;
    font-size: 18px;
    color: #444;
	vertical-align:middle;
}

.license_paid_table .main_price_box_option {
    text-align: left;
    border-bottom: none;
}
.license_paid_table .main_price_box_option .radio_chk_st_wrap {
    display: inline-block;
    padding: 0 0 0 20px;
}
.license_paid_table .main_price_box_option .radio_chk_st_wrap:first-child {
    padding-left: 0px;
}
.license_paid_table .radio_chk_st_wrap input:checked + label:before,
.form_radio_box input:checked + label:before{
	background-color: #1a2128;
    border-color: #1a2128;
    color: #fff;
}

.license_paid_table .radio_chk_st_wrap input:checked + label:after {
    background-color: #e23d3d;
}
.license_paid_table .radio_chk_st_wrap input:checked + label {
    color: #333;
}

.paid_type_ali_img {
    display: inline-block;
    padding: 0 12px;
   /*  position: relative;top: -3px; */
    left: 0px;
}

.paid_agree_all_wrap {
    text-align: center;
   padding-top: 30px; 
}
.paid_agree_all_wrap .radio_chk_st_wrap input + label:before {
    border-radius: 3px;
}
.paid_agree_all_wrap .radio_chk_st_wrap input + label:after {
/*     left: 9px;
    top: 7px;
    width: 7px;
    height: 10px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #ccc;
    border-left: none;
    border-top: none;
    transform: rotate(45deg); */
}

.paid_agree_all_wrap .radio_chk_st_wrap input:checked + label:before {
    background-color: #33aafc;
    border-color: #33aafc;
}

.paid_agree_all_wrap .radio_chk_st_wrap input:checked + label:after {
    border-color: #fff;
}
.license_paid_table td.pay_col{
	color:#777;
}
.license_paid_cost {
    font-size: 22px;
    color: #f0c620;
    padding-right: 10px;
	font-weight:500;
}
.license_paid_cost span.s_font{
	font-size:18px;
}

.license_ad_all_wrap {
    padding: 30px 0;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.license_ad_wrap {
    background-color: #f5f6f9;
    border: 1px solid #ddd;
    padding: 40px;
    text-align: center;
    background-image: url(../images/common/license_ad_wrap.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
}


.license_ad_txt_01 {
    font-size: 24px;
    color: #333;
    letter-spacing: -1px;
}
.license_ad_txt_02 {
    font-size: 28px;
    color: #222;
    letter-spacing: -2px;
    /*     font-family: 'no500'; */font-weight:500;
}
.license_ad_txt_02 span {
    color: #3473ef
}
.license_ad_txt_03 {
    padding-top: 10px;
    font-size: 15px;
    color: #555;
}

.span_bank {
    padding: 0 10px;
}






.tab_menu_all_wrap {
    width: 100%; border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tab_menu_wrap {
    width: 100%; max-width: 1024px; margin: 0 auto;
    position: relative;top: 0px; left: 0px;
}
.tab_menu_wrap .menu {
    display: none;
}
.tab_menu_wrap .menu.active {
    display: block;
}
.tab_menu_wrap .menu_a {
    display: none;
}
.tab_menu_wrap .sub_menu_wrap {
    display: block; width: 100%;
    font-size: 0px;
}
.tab_menu_wrap .sub_menu_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_menu_wrap .sub_menu {
    display: inline-block;
    width: 180px;
    text-align: center;
    border-right: 1px solid #eee;
}
.tab_menu_wrap .sub_menu:first-child  {
    border-left: 1px solid #eee;
}
.tab_menu_wrap .sub_menu_a {
    display: inline-block; height: 50px;
    position: relative;top: 0px; left: 0px;
    word-break: break-all; overflow: hidden;
    background-color: #fff;

    text-align: center;
}
.tab_menu_wrap .sub_menu_a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.tab_menu_wrap .sub_menu_a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2; color: #999;
}

.tab_menu_wrap .sub_menu.active .sub_menu_a {
    position: relative;top: 0px; left: 0px;
}

.tab_menu_wrap .sub_menu .sub_menu_a:after {
    position: absolute;
    right: 100px;
    left: 100px;
    bottom: -1px;
    height: 4px;
    background-color: #339bfe;
    content: '';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab_menu_wrap .sub_menu.active .sub_menu_a:after {
    right: 0px;
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.tab_menu_wrap .sub_menu.active .sub_menu_a span {
    color: #333;
}


.tab_menu_wrap .sub_menu:hover .sub_menu_a:after {
    right: 0px;
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.tab_menu_wrap .sub_menu:hover .sub_menu_a span {
    color: #333;
}





.header_title_all_wrap {
    width: 100%; height: 200px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/sub/page_bg_01.jpg);
    position: relative;top: 0px; left: 0px;
}
.header_title_all_wrap .pg-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.header_title_box {
    text-align: center;color: #fff;
    padding: 50px 0 0 0
}
.header_title_box .header_desc {
    font-size: 18px; /*     font-family: 'no300'; */font-weight:300;
    letter-spacing: -1px;
    line-height: 1.6;
    color: #787d94
}
.header_title_box .header_title {
    font-size: 45px; /*     font-family: 'no200'; */font-weight:300;
    letter-spacing: -2px;
    padding-bottom: 15px;
}

.tab_down_wrap {
    position: absolute;bottom: 0px;
    right: 0px;
}
.tab_down_wrap .main_slider_down_wrap {
    position: absolute;bottom: 0px;
    right: 0px;z-index: 10
}
.tab_down_wrap .main_slider_down {
    border-left: 1px solid #3a3f4d;
    border-right: 1px solid #3a3f4d;
    background-color: #000;
    display: block;
}
.tab_down_wrap .main_slider_down_txt {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    display: block;
}



.board_search_wrap {
    width: 100%;
    padding: 15px 0
}
.board_search_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.board_search_box {
    float: right;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.board_search_select {
    float: left;
    padding: 5px 10px;
}
.board_search_select select {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent!important;
}
.board_search_input {
    float: left;
    padding: 5px 40px 5px 10px;
    border-left: 1px solid #ddd;
    position: relative;top: 0px; left: 0px;
}
.board_search_input .board_search_btn {
    position: absolute;top: 0px; right: 0px;
    height: 35px;
    width: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/common/board_search_btn.png);
    outline: none;
    border: none;
    background-color: transparent;
}
.board_search_input input[type="text"] {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent!important;
}



.board_reply_all_wrap {
    padding: 10px 0
}
.new_comment_wrap {
    width: 100%;
    border-top: 1px solid #ddd;
}
.new_comment_box {
    background-color: #fafafc;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    position: relative;top: 0px; left: 0px;
}
.reply_toggle {
    background-color: #fff;
    border-top: none;
    padding: 10px 0 ;
    display: none;
    border-bottom: 1px solid #ddd;
}
.new_comment_reply_box textarea {
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 100%!important;
    height: 100px;
    box-shadow: none!important;
    outline: none!important;
    width: 100%!important;
}
.new_comment_reply_btn {
    padding: 10px 0;
    text-align: right;
}
.new_comment_reply_btn a {
    display: inline-block;
    background-color: #1fa3ff;
    padding: 5px 10px;
    color:#fff!important;
    font-size: 14px;
}

.new_comment_user a {
    font-size: 18px;
    color: #3358dd
}
.new_comment_user span {
    color: #666;
    font-size: 14px;
    padding-left: 10px;
}
.new_comment_desc {
    padding: 15px 0;
    min-height: 50px;
}
.new_comment_info {
    position: absolute;top: 15px;
    right: 15px;
}

.new_comment_info button {
    background-color: #fff!important;
    border: 1px solid #ddd!important;
    border-radius: 5px;
    color: #999;
    outline: none!important;
    box-shadow: none!important;
    font-size: 14px;
}
.new_comment_info button:focus {

}

.new_reply_all_wrap {
    padding: 20px 0;
}
.new_reply_wrap {
    width: 100%;
    padding-right: 100px;
    position: relative;top: 0px; left: 0px;
}
.new_reply_wrap:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.new_reply_btn_wrap {

}

.new_reply_box {
    width: 100%;
}
.new_reply_box textarea {
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 100%!important;
    height: 100px;
    box-shadow: none!important;
    outline: none!important;
    width: 100%!important;
}


.new_reply_btn_wrap a {
    position: absolute;top: 0px; right: 0px;
    width: 90px;
    bottom: 0px;
    background-color: #292f49;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.new_reply_btn_wrap a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.new_reply_btn_wrap a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
}

.board_reply_info_wrap {
    padding: 30px 0 5px;
    font-size: 16px;
    color: #333
}
.board_reply_info_wrap span {
    padding-left: 5px;
    color: #3358dd
}



.board_tab_all_wrap {
    width: 100%;
    margin-bottom:20px;
}
.board_tab_wrap {
	/* margin:0 -12px; */
}
.board_tab {
	display:inline-block;
    font-size: 20px;
	color:#222;
	margin:0 12px;
	position:relative;
}
.board_tab:first-child{
	margin-left:0;
}
.board_tab.active {
   font-weight:500;
}
.faq_span {
    color: #339bfe
}


.qna_type_no {
    color: #abb0b3;
    font-size: 18px !important;
}

.qna_type_yes {
	color: #212d3b;
    font-size: 18px !important;
}

.guide_all_wrap {
    width: 100%;
    padding: 30px 0;
}
.guide_wrap {
    width: 100%; max-width: 1024px;
    margin: 0 auto;
}


.guide_tab_wrap {
    width: 100%;
}
.guide_tab {
    width: 100%;
    text-align: center;
    font-size: 0px;
}

.guide_tab a {
    display: inline-block;
    font-size: 20px;
    color: #a4a9ae;
    border: 1px solid #ddd;
    width: 180px;
    height: 50px;
    line-height: 50px;
}
.guide_tab a.guide_tab_01 {
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.guide_tab a.guide_tab_02 {
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.guide_tab a.active {
    border: 1px solid #3473ef;
    color: #3473ef;
}


.guide_step_label {
    text-align: center;
    font-size: 24px;
    color: #333
}

.guide_step_label span {
    color: #3473ef;
    font-weight: bold;
}
.guide_con_wrap {
    padding: 30px 0;
    min-height: 400px;
}

.guide_step_desc {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 15px 0
}

.guide_down_wrap {
    text-align: center;
}

.guide_down_wrap a {
    display: inline-block;
	width:240px;
	padding:15px 0;
    background-color: #3473ef;
    border-radius: 15px;
/*     background-image: url(../images/common/guide_down_wrap.png);
    background-repeat: no-repeat;
    background-position: 92% center; */
	text-align: center;
}
.guide_down_wrap a > span{
	font-size:20px;
	color:#fff;	
}
.guide_down_wrap a > span img{
    vertical-align: 0;
    display: inline-block;
    padding-left: 12px;
}
.form_info_wrap {
    text-align: center;
    padding: 30px 0 ;
    font-size: 15px;
}




.check_agree_box {
/*     padding: 2px 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: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #333; height: 25px;
}
.check_agree_box input + label span {
    font-size: 16px; line-height: 30px;
	color:#fff;
}
.check_agree_box.check_agree_box2 input + label span{
	color:rgba(255,255,255,0.8);
}

.check_agree_box input + label b {
    font-size: 16px; line-height: 30px;
    font-weight: 300;
	color:#ffd739;
}

.check_agree_box input + label:active:before,
.check_agree_box input:checked + label:active:before,
.check_agree_box input:checked + label:before {

}

.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: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #474e55;
   /*  border: 1px solid #ccc;
    border-radius: 3px; */
	content: '\f00c';
    color: #6c7177;
    font-size: 20px;
    font-family: 'FontAwesome';
    font-weight: 300;
	border-radius:8px;
	border:1px solid #474e55;
    line-height: 30px;
}

.check_agree_box input + label:after {
/*     content: '';
    position: absolute;
    text-align: center;
    left: 9px;
    top: 7px;
    width: 7px;
    height: 10px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #ccc;
    border-left: none;
    border-top: none;
    transform: rotate(45deg); */

}


.check_agree_box input:checked + label:before {
    background-color: #ffd739;
    border-color: #ffd739;
	color:#1a2128;
}

.check_agree_box input:checked + label:after {
    border-color: #fff;
}




.checkbox_st_wrap {
	float:left;
}
.checkbox_st_wrap input {
    position: absolute;
    width: 25px;
    height: 25px;
    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: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    color: #333; height: 25px;
}
.checkbox_st_wrap input + label span {
    font-size: 16px; line-height: 30px;
	color:#212d3b;
	margin-left:12px;
}

.checkbox_st_wrap input + label b {
    font-size: 16px; line-height: 25px;
    font-weight: 300;
}

.checkbox_st_wrap input + label:active:before,
.checkbox_st_wrap input:checked + label:active:before,
.checkbox_st_wrap input:checked + label:before {

}

.checkbox_st_wrap input+ label:hover,
.checkbox_st_wrap input:checked + label {
    color: #000
}
.checkbox_st_wrap input + label:before {
	content: '\f00c';
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-family: 'FontAwesome';
    text-align: center;
    background-color: #fff;
    border: 1px solid #6d7175;
	color:#6d7175;
    border-radius:8px;
    line-height: 30px;
}

.checkbox_st_wrap input + label:after {
/*     content: '';
    position: absolute;
    text-align: center;
    left: 9px;
    top: 6px;
    width: 6px;
    height: 12px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #ccc;
    border-left: none;
    border-top: none;
    transform: rotate(45deg); */

}


.checkbox_st_wrap input:checked + label:before {
    color: #fff;
	background-color: #1a2128;
    border-color: #1a2128;
}

.checkbox_st_wrap input:checked + label:after {
 /*    border-color: #fff; */
}






/*로그인슬라이드*/

.slider3 .bx-wrapper .bx-viewport {
}

.slider3 .bx-wrapper img {
    max-width: 99.9%;
}

.slider3 .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: #339bfe;
}
.slider3 .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: #339bfe;
}
.slider3 .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: 8px;
    height: 8px;
    margin: 0 4px;
    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;
}
.slider3 .bx-wrapper .bx-pager, .slider3 .bx-wrapper .bx-controls-auto {
    top: 12px;
    bottom: auto;
    z-index: 8;
    width: auto;
    right: 10px;
}


.txt_right {
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 1024px;
}



/*언어별수정*/

.lang_jp  .mid_nav .menu_a {
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: -1px;
}

.lang_jp .mid_nav .menu_04 .menu_a {
    padding-left: 40px;
}


.lang_en  .mid_nav .menu_a {
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: -1px;
}

.lang_en .mid_nav .menu_04 .menu_a {
    padding-left: 40px;
}


.lang_cn .span_bar_03,.lang_jp .span_bar_03,.lang_en .span_bar_03 {
    display: block;
    width: auto;
    height: 0px;
    margin: 0px;
    background-color: transparent;
}

.lang_cn .span_bar_05,.lang_jp .span_bar_05,.lang_en .span_bar_05 {
    display: block;
    width: auto;
    height: 0px;
    margin: 0px;
    background-color: transparent;
}


div.scroll_right_wrap {
    position: fixed;
	top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width:110px;
    z-index: 10;
	margin-top:80px;
}
.scroll_right_box {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border:1px solid #e5e5e5;
}
.scroll_right_box > div{
	padding:15px 0;
	border-bottom:1px solid #f2f2f2;
}
.scroll_right_box > div a{
	display:block;
}
.scroll_right_box > div:last-child{
	border-bottom:0;
}
.scroll_right_box > div.scroll_box_mon {
    padding:0 0 15px;
}
.scroll_box_kakao {
}
.scroll_right_box > div.scroll_box_talk {
    padding-bottom:0;
}
.scroll_right_box > div.scroll_box_talk div{
	font-weight:500;
	color:#090404;
	font-size:15px;
	letter-spacing:-0.025em;
	padding-top:5px;
}
.scroll_box_top {
    /* padding-top:40px; */
	padding-top:20px;
}
.scroll_box_top a{
	display:block;
	text-align:center;
}
.scroll_box_mon_txt,
.scroll_right_box > div span{
    font-size: 14px;
    /*     font-family: 'no400'; */font-weight:400;
    letter-spacing: -0.03em;
    color: #212d3b;
	padding-top:5px;
}
.scroll_box_mon_txt{
	padding-top:0;
}
.scroll_right_box > div span{
	display:block;
	text-align:center;
}

.modal {
    display: none;
}

h3.faq_tit{
	font-size:1.2em;
	padding-bottom:15px;
	font-weight:500;
	color:#339bfe;
}

.visual_box{
    position: absolute;
    max-width: 1020px;
	padding:0 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
}
.main_visual_cbg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.main_visual_cbg canvas{
    opacity:0.15;
    vertical-align:baseline;
}
/*pop_all_wrap2*/
.pop_all_wrap2{
	display:block !important;
	position:relative;
}