﻿@import "simple-line-icons.css";

body {
    font-family: 'malgun gothic', 'dotum', 'AppleGothic', 'arial', 'Helvetica', sans-serif; margin:0;
}

a,
a:hover {
    text-decoration: none;
}


/********wrap*********/

#wrap {
    /* max-width: 1920px; */
}

.container,
.contents_container {
    max-width: 1021px;
    margin: 0 auto;
    position: relative;
}


/********header********/

#main_header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header h1 {
    float: left;
    padding-top: 10px;
}

#header ul.lnb {
    position: absolute;
    top: 15px;
    right:10px;
    font-size: 0;
}

#header ul.lnb li {
		display: inline-block;
		font-size: 13px;
		margin-left:5px;
}

#header ul.lnb li a {
    display: block;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    letter-spacing: -0.03em;
}

#header ul.lnb li.lnb_login a {background-color: #27aae1;}
#header ul.lnb li.lnb_join a {background-color: #7e8f9c;}
#header ul.lnb li.lnb_down a {background-color: #6E7370;}
#header ul.lnb li.lnb_app a {
	background: rgba(0, 0, 0, 0.4) url("/images/home/icon_down_app.png") 90% 50% no-repeat;
	background-size: 16px auto;
	padding-right:32px;
	color: #ffff31;
}
#header .sticky ul.lnb li.lnb_app a {background-color: rgb(49, 81, 109);}

#header video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

#header .nav {
    /* 	background-color: rgba(255, 255, 255, 0.2); */
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 101;
    top: 90px;
}

#header .nav h1 a {
    color: transparent;
    width: 221px;
    height: 45px;
    display: block;
    background: url("/images/home/fingerpost_logo.png") no-repeat;
}

#header .nav.sticky h1 a {
    color: transparent;
    width: 221px;
    height: 45px;
    display: block;
    background: url("/images/home/fingerpost_logo_sticky.png") no-repeat;
}



/* 2017-02-06 coby ����占쏙옙釉�占쏙옙占쏙옙 */

#header .nav.sticky {
    background-color: #fff;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    /*display: none;*/
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#header .nav_contents {
    vertical-align: middle;
}

#header .main_top {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header .main_top .top_blue {
    font-size: 82px;
    color: #27aae1;
}

#header .main_top .sales {
    font-size: 82px;
}

#header .main_top .top_ptag {
    font-size: 31px;
    margin-bottom: 13px;
    letter-spacing: -1px;
    font-weight: 100;
}

.menu_mobile {
    display: none;
}

#header .scroll_button {
    height: 140px;
    position: fixed;
    right: 30px;
    top: 33%;
    z-index: 4;
}

#header .scroll_button ul li {
    padding-bottom: 17px;
}

.main_topbn{
	height: 90px;
	padding: 10px;
	background: #5786cc;
	position: fixed;
	left: 0; top: 0;
	width: 100%;    
	z-index: 9999;
}

.main_topbn .main_topbn_con{
    max-width: 1024px;
	margin:0 auto;
	text-align:left;
	color:#fff;
}

.main_topbn .main_topbn_con .c_inner{
    background: url(../../images/home/popup_top.png) no-repeat 0 0;
    width: 100%;
    height: 80px;
    padding-left: 160px;
    position: relative;
}

.c_inner p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.c_inner p b {
    color: #ff0;
    font-size: 22px;
}

.c_inner ul li {
    display: block;
    font-size: 15px;
    opacity: 0.8;
    float: left;
    letter-spacing: -1px;
}

.c_inner ul li.on_pc {
    margin: 0 3px;
}

.c_inner a {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    color: #323847;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    width: 80px;
    height: 60px;
    line-height: 60px;
    letter-spacing: -0.03em;
}



/* .scroll_button_on { */


/* 	display:block; */


/* 	width:18px; */


/* 	height:18px; */


/* 	background-color:#27a7df; */


/* } */


/* .scroll_button_off { */


/* 	display:block; */


/* 	width:18px; */


/* 	height:18px; */


/* 	background-color:#fff; */


/* 	border:1px solid #bfbfbf; */


/* } */


/* 2017-02-06 coby ����占쏙옙釉�占쏙옙占쏙옙 */

.scroll_button ul li .link {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}

.scroll_button ul li .link.on {
    background-color: #27a7df;
}

#header .top_join_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    text-align: center;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
}

#header .top_join_text p {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.sub_top {
    color: #fff;
    padding: 70px 0;
}

.sub_top p {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 17px;
}

.sub_top span {
    font-size: 20px;
}


/********contents************/

.sub_title {
    font-size: 35px;
    padding: 50px;
}

#contents {
    position: relative;
}

.sub_contents {
    background-color: #f8f8f8;
    overflow: hidden;
}

#contents .top_join_information {
    height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #27a7df;
    line-height: 60px;
}

.contents_top {
    font-size: 47px;
    background-color: #3aa7d7;
    padding: 46px 0;
    color: #fff;
}

#contents .customer,
#contents .price_list {
    width: 100%;
}

#contents .section_text {
    padding-top: 85px;
    padding-bottom: 54px;
}

#contents .title {
    font-size: 35px;
    padding-bottom: 50px;
    font-weight: 100;
}

#contents .main_text {
    font-size: 18px;
    line-height: 27px;
}

#contents .section_image {
    padding-bottom: 120px;
}

#contents .fingersales_sing_up_button {
    padding-bottom: 84px;
}

#contents .fingersales_function {
    position: relative;
}

#contents .fingersales_function img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* #contents .sales_activities, .sales_index, .fingersales_start { */


/* 	color: #fff; */


/* } */

#contents .sales_activities {
    width: 100%;
}

#contents .section_text02 {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

#contents .opportunity {
    width: 100%;
}

#contents .sales_index {
    /* 	background: url("../../images/home/fingersales_bg03.png") no-repeat; */
    width: 100%;
}

#contents .fingersales_start {
    background-color: #f5f5f5;
    width: 100%;
}

#contents .fingersales_start a {
    padding: 22px;
    display: block;
    border: 6px solid #27aae1;
    border-radius: 10px;
    max-width: 405px;
    margin: 0 auto;
    font-size: 21px;
    color: #27aae1;
    font-weight: 800;
}

#contents .fingersales_start a:hover {
    background-color: #27aae1;
    color: #fff;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#contents .mobile_table_price_list {
    display: none;
}

#contents .mobile_scoll_button {
    display: none;
}

#contents .mobile_join {
    display: none;
}

#contents .price_list {
    background-color: #fff;
}

#contents .price_list .pc_price_list_img {
    padding-bottom: 100px;
}

#contents .price_list .mobile_price_list_img {
    display: none;
}

#contents .price_list .price_list_ul {
    overflow: hidden;
    display: inline-block;
    zoom: 1;
}

#contents .price_list .pc_price_list_img ul li {
    float: left;
    padding-right: 26px;
    position: relative;
}


#contents .price_list .price_list_a {
    position: absolute;
    bottom: 7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #27aae1;
    color: #fff;
    padding: 16px 0;
    font-size: 15px;
    left: 163px;
    border-radius: 6px;
    width: 190px;
    display: inline-block;
}

.price_list_center {
    position: absolute;
    position: absolute;
    bottom: 3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 16px 0;
    font-size: 15px;
    left: 163px;
    border-radius: 6px;
    width: 190px;
    display: inline-block;
    text-align: center;
    color: #27aae1;
}

#contents .price_list .price_list_a:hover {
    background-color: #21b5cc;
    color: #fff;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#contents .price_list .pc_price_list_img ul li:last-child {
    padding-right: 0;
}

.agree_button {
    clear: both;
    padding: 55px 0 106px 0;
    border-top: 1px solid #e3e3e3;
    color: #fff;
    font-size: 20px;
}

.agree_button .agree {
    display: inline-block;
    padding: 21px 40px;
    background-color: #27a7df;
    cursor: pointer;
}

.agree_button .cancle {
    display: inline-block;
    padding: 21px 27px;
    background-color: #7e8f9c;
    cursor: pointer;
}

.agree_button .cancle a {
    color: #fff;
}

.title_number {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price_list_text {
    font-size: 28px;
    padding-bottom: 60px;
    color: black;
    font-weight: 100;
}


/*20170314*/

.mobile_image {
    display: none;
}


/*20170315*/

.pc_customer_image {
    text-align: center;
    width: 590px;
    height: 217px;
    margin: 0 auto;
    background: url("../../images/home/customer_backimg.png") no-repeat;
    position: relative;
}

.pc_customer_image ul {
    display: inline-block;
    zoom: 1;
}

.pc_customer_image ul li {
    float: left;
    margin-left: -1;
    z-index: 1;
    /* 	height:321px; */
    /* 	background-color:#fff; */
    /* 	border:1px solid rgb(225, 225, 225); */
    /* 	border-radius:15px; */
    /* 	margin-right:17px; */
    /* 	box-shadow:3px 0px 5px #e1e1e1; */
    /* 	padding-top:44px; */
}




.pc_customer_image ul li span {
    font-size: 33px;
    color: #fff;
    padding-top: 15px;
    display: inline-block;
}

.pc_customer_image ul li p {
    font-size: 21px;
    padding-top: 14px;
    color: #fff;
    line-height:1.3;
}

.pc_customer_image ul li:last-child {
    margin-right: 0;
}


/*20170316*/

.pc_sales_activities_image {
    text-align: center;
}

.pc_sales_activities_image ul {
    overflow: hidden;
    display: inline-block;
    zoom: 1;
}

.pc_sales_activities_image ul li {
    margin-left: -1;
    z-index: 1;
    float: left;
    padding-right: 5px;
    position: relative;
}

.pc_sales_activities_image ul li p {
    width: 170px;
    height: 252px;
    color: transparent;
}


/* .activities_icon01 { */


/* 	background:url("../../images/home/fingersales_icon04.png") no-repeat; */


/* } */


/* .activities_icon02 { */


/* 	background:url("../../images/home/fingersales_icon05.png") no-repeat; */


/* } */


/* .activities_icon03 { */


/* 	background:url("../../images/home/fingersales_icon06.png") no-repeat; */


/* } */


/* .activities_icon01:hover { */


/* 	background:url("../../images/home/fingersales_icon04_hover.png") no-repeat; */


/* 	-webkit-transition:all ease 0.4s; */


/* 	transition:all ease 0.4s; */


/* } */


/* .activities_icon02:hover { */


/* 	background:url("../../images/home/fingersales_icon05_hover.png") no-repeat; */


/* 	-webkit-transition:all ease 0.4s; */


/* 	transition:all ease 0.4s; */


/* } */


/* .activities_icon03:hover { */


/* 	background:url("../../images/home/fingersales_icon06_hover.png") no-repeat; */


/* 	-webkit-transition:all ease 0.4s; */


/* 	transition:all ease 0.4s; */


/* } */

.pc_sales_activities_image ul li:last-child {
    padding-right: 0;
}


/*20170320*/

.fingersales_enterprise_img ul li.m_divide {
    display: none;
}

.fingersales_enterprise {
    /* 	background:url("../../images/home/fingersales_bg05.png") no-repeat; */
    background-color: #fff;
    width: 100%;
}

.fingersales_enterprise_img {
    text-align: center;
    padding: 30px 0 40px;
    position: relative;
    border-top: 6px solid #eaeaea;
    overflow: hidden;
}

.m_fingersales_enterprise_img {
    display: none;
}

.fingersales_enterprise_img ul {
    overflow: hidden;
    display: inline-block;
    zoom: 1;
}

.fingersales_enterprise_img ul li {
    float: left;
    z-index: 1;
    margin-right: 30px;
}

.fingersales_enterprise_img ul li.link {
    margin-right: 0;
}

.fingersales_enterprise_img a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin: 22px auto 0;
/*     background-color: #737373; */
	background-color: #5ac0ea;
    text-indent: -9999em;
    border-radius: 4px;
}

.fingersales_enterprise_img a:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 23px;
    height: 28px;
    width: 3px;
    display: block;
    background-color: #fff;
}

.fingersales_enterprise_img a:after {
    position: absolute;
    content: '';
    top: 23px;
    left: 10px;
    height: 3px;
    width: 30px;
    display: block;
    background-color: #fff;
}

.fingersales_enterprise_img a:hover,
.fingersales_enterprise_img a:focus,
.fingersales_enterprise_img a:active {
	background-color: #737373;
/*     background-color: #5ac0ea; */
    -webkit-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.refer .container {
    max-width: 1400px;
}

.refer_header {
    position: relative;
}

.refer_header a {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999em;
    overflow: hidden;
    width: 221px;
    height: 45px;
    display: block;
    background: url("/images/home/fingerpost_logo_sticky.png") no-repeat 0 0;
}

.sub_contents.refer {
    background-color: #fff;
}

.list_refer {
    overflow: hidden;
    margin: 70px 0;
    text-align: center;
}

.list_refer li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 40px 40px;
    width: 140px;
    height: 90px;
    line-height: 90px;
}

.list_refer li img {
    width: auto;
    max-width: 140px;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
}

.list_refer li:hover img {
    transform: scale(0.95);
}



/*20170321*/

.section_text03 {
    padding-top: 80px;
}

.activities_mobile {
    display: none;
}

.activities_text {
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    position: absolute;
    top: 212px;
    ;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 158px;
    left: 85px;
}


/*20170327*/

.sales_index_rolling {
    padding-top: 40px;
    overflow: hidden;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.tablet,
.phone {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.sales_index_rolling ul li {
    float: left;
}

.sales_index_rolling ul:last-child {
    margin-right: 0;
}

.tablet {
    width: 590px;
    height: 378px;
    background: url("/images/home/tablet_new.png") no-repeat;
}

.tablet .display {
    width: 471px;
    height: 355px;
    position: absolute;
    top: 13px;
    left: 56px;
}

.phone {
    width: 198px;
    height: 378px;
    background: url("/images/home/mobile_new.png") no-repeat;
}

.phone .display {
    width: 181px;
    height: 302px;
    position: absolute;
    top: 40px;
    left: 8px;
}

.sales_index_rolling_button {
    padding: 25px 0 40px 0;
    text-align: center;
}

.sales_index_rolling_button ul {
    overflow: hidden;
    display: inline-block;
    zoom: 1;
}

.sales_index_rolling_button ul li {
    float: left;
    margin-right: 18px;
    z-index: 1;
}

.sales_index_rolling_button ul li:last-child {
    margin-right: 0;
}

.sales_index_rolling_button ul li a {
    display: block;
    width: 84px;
    height: 83px;
}

.button01 {
    background: url("/images/home/section5_button1.png") no-repeat;
}

.button01.active {
    background: url("/images/home/section5_button1_hover.png") no-repeat;
}

.button02 {
    background: url("/images/home/section5_button2.png") no-repeat;
}

.button02.active {
    background: url("/images/home/section5_button2_hover.png") no-repeat;
}

.button03 {
    background: url("/images/home/section5_button3.png") no-repeat;
}

.button03.active {
    background: url("/images/home/section5_button3_hover.png") no-repeat;
}

.button04 {
    background: url("/images/home/section5_button4.png") no-repeat;
}

.button04.active {
    background: url("/images/home/section5_button4_hover.png") no-repeat;
}

.button05 {
    background: url("/images/home/section5_button5.png") no-repeat;
}

.button05.active {
    background: url("/images/home/section5_button5_hover.png") no-repeat;
}

.button06 {
    background: url("/images/home/section5_button6.png") no-repeat;
}

.button06.active {
    background: url("/images/home/section5_button6_hover.png") no-repeat;
}

.sales_index_rolling_button ul li a:hover {
    background-color: #28a9e2;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.mobile_image02 {
    display: none;
}

.arrow_l {
    position: absolute;
    top: 50%;
    left: -5%;
}

.arrow_r {
    position: absolute;
    top: 50%;
    right: -5%;
}

.box {
    background-color: #fff;
    height: 591px;
    padding: 0 80px;
    position: relative;
}

.contents_container {
    padding-top: 80px;
}


#section_top {
    background-color: #f5f5f5;
}


/*20170405*/

.last_box {
    padding-bottom: 80px;
}


/*20170406*/

.preview {
    background-color: #27aae1;
}


/*0410*/

.m_sales_index_rolling {
    display: none;
}

.m_sales_index_rolling_button {
    display: none;
}

.customer_text {
    display: none;
}


/************footer***************/

#footer {
    clear: both;
    color: #fff;
    background-color: black;
}

#footer .footer_text {
    padding: 60px 0;
}

#footer .company_text {
    line-height: 20px;
    color: #888;
}

#footer .copyright {
    font-size: 12px;
    color: #888;
}

#footer .company_phone {
    text-align: center;
}

#footer .company_phone ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#footer .company_phone ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    z-index: 1;
    padding: 0 20px;
    border-right: 1px solid #555;
    margin-bottom: 20px;
}

#footer .company_phone ul li p {
    font-size: 16px;
    padding-bottom: 7px;
    color: #ccc;
}

#footer .company_phone ul li span {
    font-size: 22px;
}

#footer .company_phone ul li:last-child {
    border-right: 0;
}

#footer .sns_icon {
    padding: 20px 0;
}

#footer .sns_icon a {
    display: inline-block;
    margin: 0 5px;
}

#footer .sns_icon a img {
    width: 48px;
    height: 48px;
}

#footer .f_clear {
	overflow: hidden;
}

#footer .footer_text .f_left {
	float:left;
	text-align: left;
	width: 50%;
}

#footer .footer_text .f_left .icons {
	margin-bottom: 12px;
}

#footer .footer_text .f_left p span {
	white-space:nowrap;
}

#footer .footer_text .f_left p span.privacyPolicyTerms {
	display:block;
	margin-top:5px;
}

#footer .footer_text .f_left p span.privacyPolicyTerms > a {
	font-weight: bold;
  color: rgba(255,255,255,0.7);
}

#footer .footer_text .f_left a {
    display: inline-block;
    margin-right: 13px;
}

#footer .footer_text .f_left a img {
    width: 48px;
    height: 48px;
}

#footer .footer_text .f_right {
	float:right;
	text-align:left;
	border: 1px solid #3e3e3e;
  padding: 30px 40px;
}

#footer .footer_text .f_right p {
	display: inline-block;
	text-align:right;
}

#footer .footer_text .f_right p.f_line {
	border-right: 1px solid #545454;
	padding-right: 30px;
	margin-right: 25px;
}

#footer .footer_text .f_right p span {
	font-size: 14px;
	color: #888888;
	display:block;
	margin-bottom:3px;
}

#footer .footer_text .f_right p b {
	font-size: 18px;
	color: #e0e0e0;
	display:block;
	font-weight: normal;
}

#footer .footer_text .f_right p.f_line b {
	font-size: 26px;
	padding-top: 12px;
}

#footer .footer_text .f_right p.f_line span {
	font-size: 16px;
	margin-bottom: 8px;
}

#footer .footer_text .f_right p b.mgb {
	margin-bottom: 20px;
}

#footer .footer_text .f_right p b.mgb.gap {
	margin-bottom:15px;
}









/*****************sub_footer*********************/

#sub_footer {
    background-color: #e2e2e1;
    padding: 35px 0;
}

.sub_footer_text {
    padding: 0 15px;
}

.sub_company_text {
    line-height: 19px;
}

.sub_copyright {
    font-size: 12px;
    padding-top: 17px;
    color: #888;
}


/*20170420*/

.mobile_main_text {
    display: none;
}

.swiper-slide {
    left: 1px;
}


/* 201705 popup */

.popup_area {
    position: absolute;
    z-index: 100;
    top: 150px;
    left: 4%;
}

.popup_box {
    position: relative;
    float: left;
    background: #fff;
    margin: 0 10px 10px 0;
    font-family: 'nanumgothic';
    -webkit-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.31);
    font-family: nanumgothic;
    border-radius:  3px;
    /* border: 5px solid #27a7df; */
}

.popup_box .close_once {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 13px;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    background: url(../../images/home/smr_popup_close_btn.png) no-repeat 0 0;
}

.popup_box .close_once_gov {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    background: url(../../images/home/gov_popup_close_btn.png) no-repeat 0 0;
}

.popup_box .close_once_partner {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 13px;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    background: url(../../images/home/smr_popup_close_btn.png) no-repeat 0 0;
}


.popup_box .close_day {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.popup_box .close_day label {
    /* color: #949595; */
    color: #fff;
    font-size: 12px;
    padding-left: 25px;
    line-height: 18px;
    cursor:pointer;
}

.popup_box .close_day label.gov-popup {/* color:#083052; */ color:#fff;}

.popup_box .close_day input[type="checkbox"]+label::before {
    position: absolute;
    top: 0;
    left: 0;
}

input[type=checkbox]:checked + label.edu-popup:before,
input[type=checkbox]:checked + label.gov-popup:before {
	background:#083052 !important;
	line-height:20px !important;
}


/* 20180723 占쏙옙占쏙옙占쏙옙占쏙옙占쏙옙, ��占쏙옙占� �귐�占쎈��占쏙옙 */
.popup_box.edu {position:relative; width:470px; height:558px; letter-spacing:-0.03em; padding:43px 20px 71px; background:url(../../images/home/smr_popup_bg_r0406.png) repeat 0 0; background-size:100% 100%;}
.popup_box.edu .pop_title {position:absolute; top:20px; left:56px; width:359px; height:65px; background:url(../../images/home/smr_popup_title.png) repeat 0 0;  background-size:100% 100%;}
/* .popup_box.edu .pop_title {position:absolute; top:16px; left:53px; color:#fff; font-size:32px; font-weight:bold;} 
.popup_box.edu .pop_title span {display:block; font-size:20px; font-weight:normal; margin-bottom:10px;}*/
.popup_box.edu .pop_txt {position:absolute; top:110px; left:40px; width:390px; height:67px; /* background:url(../../images/home/smr_popup_txt.png) repeat 0 0; */ background:url(../../images/home/smr_popup_txt_r200406.png) repeat 0 0; background-size:100% 100%;}
/* .popup_box.edu .pop_txt {position:absolute; top:85px; left:0; font-size:16px; line-height:1.6; background:transparent;} */
.popup_box.edu .pop_box_bl {position:absolute; top:190px; left:31px; width:87%; font-size:16px; color:#555; background-color:rgba(255,255,255,0.8); padding:20px 25px 40px 25px; border-radius:2px; box-shadow:1px 1px 5px rgba(0,0,0,0.3);}

.popup_box.edu .pop_box_bl p.ps0406{
	height: 70px; padding: 20px;
	text-align:left; display: flex;
}

.popup_box.edu .pop_box_bl p.ps0406::before{
	content:'※ ';
	display:inline-block;
	clear:both;
	width:15px;
}
/* .popup_box.edu .pop_box_bl dl {overflow: hidden;}
.popup_box.edu .pop_box_bl dl dt {float: left;width: 17%;position: relative;margin-bottom: 11px;text-align: right;padding-right: 16px;}
.popup_box.edu .pop_box_bl dl dt:after {position: absolute;content: '';top: 2px;right: 0;width: 1px;height: 10px;background-color: #ffffff6b;}
.popup_box.edu .pop_box_bl dl dd {float: left;width: 83%;text-align:  left;padding-left: 15px;margin-bottom: 11px;}
.popup_box.edu .pop_box_bl dl dd span {font-size: 11px;white-space:nowrap;}
.popup_box.edu .pop_box_bl dl dd b {font-weight:normal;white-space:nowrap;} */
.popup_box.edu .pop_box_bl > ul {list-style:none; padding:0; margin:0;}
.popup_box.edu .pop_box_bl > ul > li {margin-bottom:15px; overflow:hidden;}
.popup_box.edu .pop_box_bl > ul > li:last-child {margin-bottom:0;}
.popup_box.edu .pop_box_bl > ul > li > * {float:left;}
.popup_box.edu .pop_box_bl > ul > li > i {width:23px; height:21px; background:url(../../images/home/smr_popup_list_icon.png) repeat 0 0; background-size:100% 100%; vertical-align:bottom; margin-right:5px;}
.popup_box.edu .pop_box_bl > ul > li > span.cate-target {font-weight:bold; margin:3px 5px 0 0; letter-spacing:2px;}
.popup_box.edu .pop_box_bl > ul > li > span.cate-target + span {margin-top:3px;}
.popup_box.edu .pop_box_bl > ul > li:nth-child(3) > span.cate-target + span > p {margin:5px 0 0 0; font-size:14px; text-align:left;}
.popup_box.edu .pop_box_bl > div.deco-img-1 {position:absolute; bottom:-40px; right:-15px; width:114px; height:105px; background:url(../../images/home/smr_popup_img_1.png) repeat 0 0; background-size:100% 100%;}
.popup_box.edu .pop_box_bl > div.deco-img-2 {position:absolute; bottom:-42px; left:-10px; width:39px; height:83px; background:url(../../images/home/smr_popup_img_2.png) repeat 0 0; background-size:100% 100%;}
.popup_box.edu .btn-go-box {position:absolute; bottom:29px; left:114px; width:248px; height:45px;}
.popup_box.edu .btn-go-box > a, .popup_box.gov .btn-go-box > a {display:block;}
/* .popup_box.edu .pop_link {display:none; max-width: 263px; margin: 36px auto 0;} */
/* .popup_box.edu .close_day, .popup_box.edu .close_once {background-color:#fff;} */


.popup_box.gov {position:relative; width:381px; height:558px; letter-spacing:-0.03em; padding:43px 20px 71px; background:url(../../images/home/new_gov_popup.png) repeat 0 0; background-size:100% 100%;}
.popup_box.gov .btn-go-box {position:absolute; bottom:48px; left:93px; width:195px; height:37px;}

.popup_box.gov_4 {position:relative; width:381px; height:558px; letter-spacing:-0.03em; padding:43px 20px 71px; background:url(../../images/home/gov_popup_4.png) repeat 0 0; background-size:100% 100%;}
.popup_box.gov_4 .btn-go-box {position:absolute; bottom:40px; left:93px; width:195px; height:37px;} 

/* .popup_box.gov {padding: 47px 40px 65px;background: #fff;}
.popup_box.gov .pop_link {max-width: 187px;display: block;margin: 31px auto 0;}
.popup_box.gov .close_day, .popup_box.gov .close_once {background-color:#fff;}
.popup_box.gov .gov_img {display:block;margin: 0 auto;max-width:289px;}
.popup_box.gov .no_display {text-indent:-9999em;overflow:hidden;height:1px;width:1px;} */


.popup_box.nipa {position:relative; width:381px; height:558px; letter-spacing:-0.03em; padding:43px 20px 71px; 
background:url('../../images/home/nipa_popup.png?vs=20200720') repeat 0 0; background-size:100% 100%;
}
.popup_box.nipa .btn-go-box {position:absolute; bottom:40px; left:93px; width:195px; height:37px;}

.popup_box.pop_img {border:none;}

.popup_box.pop_cloud {
	position:relative;
	width: 408px;height:558px;
	letter-spacing: -0.03em;
	padding: 43px 20px 71px; 
	background:url(../../images/home/gov_popup_1217.jpg?vs=20201218) repeat 0 0; 
	background-size:100% 100%;
}

.popup_box.pop_cloud .btn-go-box {position:absolute; bottom:45px; left:93px; width:195px; height:37px;} 

.popup_box.partner {position:relative;width: 470px;height: 558px;letter-spacing: -0.03em;padding: 43px 20px 71px; background:url(../../images/home/partner_pop.jpg) repeat 0 0; background-size:100% 100%;}

.popup_box.check {position:relative;width: 470px;height: 558px;letter-spacing: -0.03em;padding: 43px 20px 71px; background:url(../../images/home/check_popup.jpg) repeat 0 0; background-size:100% 100%;}

.popup_box.holiday2 {position:relative;width: 408px;height:558px;letter-spacing: -0.03em;padding: 43px 20px 71px; background:url(../../images/home/holiday2_popup.jpg) repeat 0 0; background-size:100% 100%;} 



.popup_box.holiday3 {position:relative;width: 470px;height: 558px;letter-spacing: -0.03em;padding: 43px 20px 71px; background:url(../../images/home/holiday4_popup.jpg) repeat 0 0; background-size:100% 100%;}

.popup_box.holiday5 {position:relative;width: 408px;height:558px;letter-spacing: -0.03em;padding: 43px 20px 71px; background:url(../../images/home/holiday5_popup.jpg) repeat 0 0; background-size:100% 100%;}

.popup_box.partner .btn-go-box {
	    position: absolute;
    bottom: 29px;
    left: 114px;
    width: 248px;
    height: 45px;} 

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


/* 占쏙옙�닌�占쏙옙  */
.product_list {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.product_list ul.tabs {
    width: 1021px;
    height: 80px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.product_list ul.tabs li {
    float: left;
    width: 200px;
}

.product_list ul.tabs li a {
    position: relative;
    display: block;
    height: 70px;
    margin-top: 30px;
    padding: 18px 0 0 0;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #27aae1;
    -webkit-box-shadow: 2px 4px 8px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 8px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 8px -2px rgba(0, 0, 0, 0.3);
    border: 0px solid #000000;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}

.product_list .tabs li:first-child a {
    z-index: 3;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.product_list .tabs li:nth-child(2) a {
    z-index: 2;
}

.product_list .tabs li:last-child a {
    z-index: 1;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

.product_list ul.tabs li a:hover {
    margin: 25px 0 0 0;
    padding: 20px 0 5px 0;
}

.product_list ul.tabs li a.active {
    margin: 20px 0 0 0;
    padding: 25px 0 10px 0;
    background: #ffffff;
    color: #1a80ab;
    z-index: 4;
    outline: none;
    font-weight: bold;
}

.product_list .group:before,
.product_list .group:after {
    content: " ";
    display: table;
}

.product_list .group:after {
    clear: both;
}

.product_list .tab_contents {
    width: 1021px;
    height: 780px;
    min-height: 620px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 2px 10px 13px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 10px 13px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 10px 13px -2px rgba(0, 0, 0, 0.15);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product_list .tab_contents .tab_detail {
    padding: 30px;
    color: #4c4c4c;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    display: none;
}

.product_list .tab_contents #one {
    display: block;
}

.db_mb {display: none;}
.db_pc {display: block;}

.tab_title {font-size: 26px;margin: 20px 0 40px;padding-bottom: 10px;display: block;color: #616161;}
.tab_list {overflow: hidden;}
.tab_list li {float: left;width: 50%;margin-bottom: 35px;text-align: left;font-size: 16px;color: #737373;padding-left: 30px;}
.tab_list li ul {}
.tab_list li ul li {float: left;margin: 0;line-height:1.9;position:relative;padding-left:15px;width: 100%;}
.tab_list li ul li:before {position: absolute;content: '';top: 11px;left: 0;width: 8px;height: 2px;background: #cccfd0;}
.tab_list li ul li.li_title {font-size: 18px;font-weight:bold;color: #1a80ab;position: relative;width:100%;padding:0 0 8px 15px;}
.tab_list li ul li.li_title:before {position: absolute;content: '';top: 9px;left: 0;width: 4px;height: 17px;background: #27aae1;}

#two .tab_title b {font-weight:normal;}
#two .tab_title b strong {font-weight: bold;color: #1a80ab;}
#two .tab_list li {margin-bottom: 20px;padding-left: 0;}
#two .tab_list li ul li {width:92%;padding:0;position:relative;min-height: 100px;}
#two .tab_list li ul li:before {content: none;}
#two .tab_list li ul li.li_title {padding:0 0 8px 15px;min-height: auto;margin: 0;}
#two .tab_list li ul li.li_title:before {content: '';}
#two .tab_list li ul li img {position:absolute;top:0;left:0;width: 320px;height:120px;border: 4px solid #ececec;}
#two .tab_list li ul li span {padding: 130px 0 0;display:block;font-size: 15px;line-height: 1.6;}
.product_list .tab_contents .tab_detail .txt {font-size: 20px;font-weight: bold;padding: 20px 0 0;display: block;color: #1a80ab;}

#three {padding: 40px 30px 30px;}
#three .tab_list li {width: 100%;margin-bottom: 30px;font-size: 15px;}
#three .tab_list li ul li {margin: 0;line-height: 1.6;}
#three .tab_list li ul li.li_title {padding: 0 0 6px 0;text-indent: -20px;padding-left: 20px;font-size: 17px;}
#three .tab_list li ul li.li_spcl {font-size: 16px;padding-left: 0;margin: 4px 0 10px;font-weight: bold;}
#three .tab_list li ul li.li_title:before, #three .tab_list li ul li.li_spcl:before {content: none;}
#three .tab_list li ul li .emph {font-size: 17px;font-weight: bold;color: #F2693F;line-height: 1;white-space:nowrap;}

.modal-overlay {opacity: 0; filter: alpha(opacity=0); position: fixed; top: 0; left: 0; z-index: 900; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7) !important; }
.modal-box {padding: 30px 10px;;color: #4e4e4e;display: none; position: fixed; z-index: 1000; width: 98%;max-width: 480px;text-align: center; background: white; border-bottom: 1px solid #aaa; border-radius: 4px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); border: 1px solid rgba(0, 0, 0, 0.1); background-clip: padding-box; }
.modal-box a.close {position: absolute; width: 40px; height: 40px; right: 0px; top: 0px; display: block; font-size: 18px; line-height: 40px; font-family: arial;}
.modal-box p.modal_title {font-weight: bold;font-size: 22px;margin: 0 0 20px;}
.modal-box p.modal_title.v02 {font-size: 18px;margin: 30px 0 20px;font-weight: normal;}
.modal-box ul {margin-bottom: 20px;padding: 0 40px;}
.modal-box ul li {margin: 5px 0;}
.modal-box ul li input {width: 100%;margin: 0 auto;background-color: #f7f7f7;border: 1px solid #ececec;font-size: 13px !important;}
.modal-box ul li.txt_small {margin: 0;font-size: 13px;text-align: right;}
.modal-box .agree_lb {margin-bottom: 10px;}
.modal-box .agree_lb input {display: inline-block;}
.modal-box .agree_lb label {display: inline-block;}
.modal-box .agree_ct {padding: 0 40px;}
.modal-box .agree_ct div {line-height: 1.5;text-align:left;padding: 10px;height: 80px;overflow: hidden;overflow-y: scroll;font-size: 12px;border: 1px solid #ececec;}
.modal-box .agree_ct div strong {display: block;}
.modal-box .btn_save {width: 100px; background-color: #27a7df; color: #fff; font-size: 17px; padding: 8px 0; border-radius: 8px; margin: 20px 0 10px;}
.modal-box .btns_bottom {overflow: hidden;}
.modal-box .btns_bottom div {float: left;width:49%;text-align:center;}
.modal-box .btns_bottom div:first-child {border-right: 1px solid #ececec;}
.modal-box .btns_bottom p {margin-top: 6px;letter-spacing: -0.05em;color: #777;}
.modal-box .btns_bottom button {width: 150px;background-color: #4d5f6d;color: #fff;padding: 10px 0;border-radius: 8px;font-size: 17px;}

/* LOGIN */
.body_login {background-color: #5786cc;margin:0;}
.wrap_login {
	position: fixed; left: 0; right: 0; top: 0 ; bottom: 0;width: 100%; height: 100%; margin: 0;padding: 0;z-index: 9999;
	background: #99f9ff;
	background: -moz-linear-gradient(top, #99f9ff 0%, #5786cc 100%);
	background: -webkit-linear-gradient(top, #99f9ff 0%, #5786cc 100%);
	background: linear-gradient(to bottom, #99f9ff 0%, #5786cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99f9ff', endColorstr='#5786cc',GradientType=0 );}	
.login_box {
	position: absolute;top: 25%;left: 50%;width: 400px;margin: 0 0 0 -200px;z-index:2;
	text-align: center;border-radius: 6px;
	-webkit-box-shadow: 0px 4px 21px 2px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 4px 21px 2px rgba(0,0,0,0.27);
	box-shadow: 0px 4px 21px 2px rgba(0,0,0,0.27);
	background-color: #e5f7fb;
	padding: 20px 0;}
.login_box img {margin:10px 0 31px;}
.login_box li {text-align: left;width: 280px;height:33px;margin: 0 auto 13px;position: relative;}
.login_box li input {outline:none;background-color: transparent;border:none;border-bottom: 1px solid #afb8bd;width: 100%;color: #2d2d2d;padding-right: 22px;}
.login_box li input:-webkit-autofill,
.login_box li input:-webkit-autofill:hover,
.login_box li input:-webkit-autofill:focus,
.login_box li input:-webkit-autofill:active {background-color: #e5f7fb !important; -webkit-box-shadow: 0 0 0 30px #e5f7fb inset; }
.login_box li input::-webkit-input-placeholder, .login_box li input::-moz-placeholder, .login_box li input:-ms-input-placeholder, .login_box li input:-moz-placeholder {color: #8a9195;opacity: 0.8;}
.login_box li i {position: absolute;bottom: 12px;right: 5px;color: #8a9195;}
.btn_box {margin: 30px auto 60px;height: 50px;overflow: hidden;width: 300px;}
.btn_box .btn_login {width: 248px;height: 50px;border-radius: 25px 0 0 25px; color: #fff;background-color: #27a7df;text-align: center;display: block;font-size: 17px;float: left;}
.btn_box .btn_setting {width: 50px;height: 50px;border-radius: 0 25px 25px 0; color: #fff;background-color: #27a7df;text-align: center;display: block;float: right;}
.login_box .txt {text-align: center;color: #7f8184;font-size: 12px;line-height: 1.3;display:block;position:absolute;left:0;right:0;width:100%;bottom:20px;}
.txt_add {position: absolute;z-index:1;bottom: 10px;left: 0;right: 0;padding: 0 20px;text-align: center;color: #fff;opacity: 0.7; font-size: 11px;line-height: 1.7;}
.txt_add span {white-space:nowrap;}
.txt_add a {color: #fff;}
.guide_tip {position:absolute;top:-20px;right:5px;font-size: 12px;color: #fff;}
.guide_tip .icon-question {margin-right: 4px;font-size: 12px;color: #fff;}

/* Startup */
.gov_top {font-size: 26px;font-weight: normal;color: #fff;text-align: center;line-height: 1.4;padding-top: 72px;background: url(../../images/home/startup_top.jpg) repeat-x 50% 50%;width:100%;height:230px;}
.gov_top strong {display:block;font-size: 37px;font-weight: bold;}
.gov_wrap {width: 1000px;margin: 40px auto 80px;color: #676767;line-height: 1.3;text-align:left;font-size: 16px;}
.gov_wrap h3 {font-size: 17px;font-weight: bold;margin:30px 0 15px; border-bottom: 2px solid #27a7df;}
.gov_wrap h3 span {width: 240px;color: #fff; background: #27a7df; padding: 9px 18px;display: inline-block;border-radius: 8px 8px 0 0;letter-spacing:-0.04em;}
.gov_wrap strong {display: block; font-size: 17px; color: #222; margin-bottom: 5px;}
.gov_wrap table {margin: 20px 0;table-layout: fixed;}
.gov_wrap table th {width: 150px; vertical-align: top;line-height: 1.7;position:relative;padding-left: 20px;color: #444;}
.gov_wrap table th i {position: absolute; top: 4px; left: 0;font-size: 14px;}
.gov_wrap table td {line-height: 1.7;}
.gov_wrap table td ul {overflow: hidden;margin-bottom: 20px;}
.gov_wrap table td ul li {width: 290px;float: left;position: relative;padding-left: 12px;}
.gov_wrap table td ul li:nth-child(3n) {width: 220px;}
.gov_wrap table td ul li:after {position: absolute; content: '';top: 12px; margin-top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 0 3px 4px 3px; border-color: transparent transparent #7b7b7b transparent;}
.sum_box {position: relative;padding-left: 370px;}
.sum_box img {position: absolute;top: 0;left: 0;width: 340px;}
.sum_box ul {overflow: hidden;}
.sum_box ul li {margin-bottom: 16px; vertical-align: middle; position: relative;padding-left: 100px;}
.sum_box ul li:nth-child(4) {padding: 0 0 0 100px;}
.sum_box ul li:nth-child(5) {padding: 28px 0 0 0;}
.sum_box ul li b {font-weight: normal;display: block;font-size: 13px;margin-top: 2px;}
.sum_box ul li b.narrow {letter-spacing: -0.06em;font-size: 16px;}
.sum_box ul li span {display: block;font-weight: bold; color: #222; font-size: 18px;position: absolute;top: 0;left: 0;letter-spacing: 2em;}
.sum_box ul li:nth-child(4) span, .sum_box ul li:nth-child(5) span {letter-spacing: 0;}
.sum_box ul li ul {margin-top:10px;}
.sum_box ul li li {width: 90px;height: 66px;border-radius: 10px;float: left;margin: 0 18px 0 0;text-align: center;padding: 0;position: relative;}
.sum_box ul li li:after {position: absolute; content: '';    top: 50%;margin-top:-8px; right: -12px;width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 7px;}
.sum_box ul li li:nth-child(1) {background-color: #c2e4f3;}
.sum_box ul li li:nth-child(1):after {border-color: transparent transparent transparent #c2e4f3;}
.sum_box ul li li:nth-child(2) {background-color: #76bbd9;}
.sum_box ul li li:nth-child(2):after {border-color: transparent transparent transparent #76bbd9;}
.sum_box ul li li:nth-child(3) {background-color: #4499bd;}
.sum_box ul li li:nth-child(3):after {border-color: transparent transparent transparent #4499bd;}
.sum_box ul li li:nth-child(4) {background-color: #147199;padding: 0;margin:0;}
.sum_box ul li li:nth-child(4):after {content: none;}
.sum_box ul li li i {display: block;color: #fff;margin-top: 12px;}
.sum_box ul li li span {letter-spacing: 0;display: block;color: #fff;font-weight: normal;font-size: 15px;min-width: auto;margin-top: 6px;position: relative;top: auto;left: auto;}
.sum_box ul li li:nth-child(1) i, .sum_box ul li li:nth-child(1) span {color: #147199;}

.c_black {font-size: 16px;font-weight: bold;text-decoration: underline;}

.link_box {overflow: hidden;margin: 50px auto 60px;background: #e6eff3;width: 100%; padding: 40px 0 50px;}
.link_box div {width: 50%;float: left;text-align: center;}
.link_box div a {display: block; background-color: #114961; color: #fff; text-align: center; width: 300px; height: 50px; line-height: 50px; margin: 0 auto; letter-spacing: -0.06em; font-weight: bold; font-size: 22px; border-radius: 3px; box-shadow: 2px 2px 0 rgba(17, 73, 97, 0.3);}
.link_box div a span {}   
.link_box div p {margin-bottom: 7px;font-size: 14px;}
.link_box div p i {margin-right:5px;color: #3e3e3e;}

.gov_contact p {font-size: 21px;margin-bottom: 10px;font-size: 21px;letter-spacing: 0.05em;}
.gov_contact p strong {display: inline;font-size: 19px;letter-spacing: 0.02em;padding-right: 10px;}

.app_area {display: none;position: absolute;top: 53px;right: 11px;background-color: #fff;padding: 14px 7px;border: 1px solid #aaa;box-shadow: 0 10px 14px rgba(0, 0, 0, 0.26);}
.app_area a {display:block;width:50%;float:left;padding:0 8px;}
.app_area a img {display:block;margin: 0 auto;}
.app_area a img.app_logo {width:130px;}
.app_area a img.app_qr {width:60px;margin-top:8px;}


/* 20180724 mobile 占쏙옙占쏙옙占싼�占쎌�깍옙��占쏙옙 */
#m_banner {display:none;}


/******** privacy policy *********/
#prv_header {background:url("../../images/home/privacy/privacy_top.jpg") no-repeat 100%; background-position:center; background-size:cover;}

.sub_contents.prv {background-color:#fff; text-align:left;}
.prv {padding:150px 0;}
.prv h1 {font-size:2.5rem; margin-bottom:10px; color:#555;}

.prv-mt {margin-top:10px;}
.prv-mb {margin-bottom:15px;}

.prv-content {margin-top:60px;}
.prv-content span.title {font-size: 15px; margin-bottom: 10px; display: block; font-weight: bold; line-height:1.5;}
.prv-content p {line-height:1.5;}
.prv-content p:nth-child(3) {margin-bottom:40px;}

.prv-content ol.terms-list {padding: 0; margin-bottom: 15px; margin-top:15px;}
.prv-content ol.terms-list-sub {padding-left: 20px; margin: 0;}
.prv-content ol li .text-num {display: block; float: left; width: 13px; margin-right: 5px;}
.prv-content ol li .text-clause {font-size: 14px; margin-bottom: 5px; padding-left: 20px;}

table.prv-table {width:75%; border:1px solid #ccc; border-top:2px solid #ccc;}
table.prv-table tr {border-bottom:1px solid #ccc;}
table.prv-table tr:last-child {border-bottom:0;}
table.prv-table tr td {border-right:1px solid #ccc; padding:10px;}
table.prv-table tr td:last-child {border-right:0;}


@media all and (max-width:1136px) {
	.prv .container {padding:0 15px;}
}










