body{
    background: #eef3f9;
}
a{text-decoration: none;}
button{
    border:none;
    cursor: pointer;                            
}
.mb_50{
    margin-bottom:50px;
}
.mb_30{
    margin-bottom:30px;
}
.mb_20{
    margin-bottom:20px;
}
.mt_20{
    margin-top: 20px;
}
.f_right{
    float:right;
}
.f_left{
   float: left;
}
.f_double{
   float: left;
}
header{
    position: relative;
    width:1500px;
    margin:0 auto;
/*    background: url(../images/header_bg.png)no-repeat right bottom;*/
}
.clearfix {clear:both;}
.clearfix:after {content:"";display:block;clear:both;}
.ab{
    position: absolute;
    right:0;
    bottom:0;
	z-index:-1;
}
header .link{
    width:100%;
}
header .link_inner{
    width:33.3%;
    float: left;
    padding: 13px 0 11px;
    color:#fff;
    font-family: 'Gmarket Sans';
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.n_01{
    background: #3993ff;
}
.n_02{
    background: #456aa7;
}
.n_03{
    background: #64a35a;
}
.n_04{
    background: #40693A;
}
header h1{
    width:100%;
    padding-top: 32px;
    font-family: 'Gmarket Sans';
    font-size: 45px;
    color:#456aa7;
    font-weight: 700;;
    text-align: center;
    height: 110px;
    clear: both;
    box-sizing: border-box;
}
header h1 span{color:#40454d;}
.wrap_intro{
    width:1500px;
    height: auto;
    margin:0 auto 30px;
    padding:20px 0;
    border-radius: 50px;
    box-shadow: 15px 15px 15px #eee;
    background: #fff;
    overflow: hidden;
}
.wrap_intro .inner{
    float: left;
    width: 50%;
    padding: 0 35px;
    box-sizing: border-box;
}
.wrap_intro .inner:nth-child(2){
    border-left:1px solid #dae1ed;
    /*border-right:1px solid #dae1ed;*/
}
.wrap_intro .inner_2{
    padding: 0 35px;
    box-sizing: border-box;
}
.wrap_intro .inner_3{
    float: left;
    width: 33.3%;
    padding: 0 35px;
    box-sizing: border-box;
	border-left:1px solid #dae1ed;
}
.check__{
	display:inline-block;
	width:12px;
	height:12px;
	font-size:0;
	vertical-align:middle;
	background-position:center;
	background-repeat:no-repeat;
}
.non{
	background-image:url(../images/non.png);
}
.tact{
	background-image:url(../images/tact.png);
}
.med{
	background-image:url(../images/med.png);
}
.rr{
	background-image:url(../images/rr.png);
}
.pp{
	background-image:url(../images/pp.png);
}
.wrap_intro h2{
    font-size: 19px;
    font-weight: 700;
    color:#456aa7;                        
    padding: 11px 0 0 30px;
    margin-bottom:10px;
    background: url(../images/ico_arrow.png)left 11px no-repeat;
}
.ex{
    float:right;
    margin-top: 17px;
    font-size: 13px;
    color: #6e6e6e;
}
/* table */
.wrap_intro .table_normal{
	width: 100%;
	border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom:2px solid #a2b8dc;
    margin-bottom:15px;
}
.wrap_intro .table_normal th{
/*    height: 50px;*/
    padding: 8px 0 5px;
    font-size: 16px;
    font-family: 'Gmarket Sans';
    background: #eef3f9;
    border-top: 2px solid #a2b8dc;
	border-right: 1px solid #c2cde0;
	border-bottom: 1px solid #c2cde0;
	font-weight: 500;
	color: #456aa7;
    line-height: 1.7;
    vertical-align: middle;
    text-align: center;
}
.bt_none{
    border-top: 1px solid #a2b8dc !important;
}
.wrap_intro .table_normal td{
    height: 50px;
    font-size: 14px;
    font-family: 'Gmarket Sans';
	border-right: 1px solid #c2cde0;
	border-bottom:1px solid #c2cde0;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 1.7;
	word-break: break-all;
	vertical-align: middle;
    text-align: center;
} 
.wrap_intro .table_normal1 th{
    font-size: 12px;
}
.wrap_intro .table_normal1 td{
    font-size: 12px;
} 
.caution{
    padding-left: 23px;    
    color:#6e6e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    background: url(../images/ico_caution.png)left 2px no-repeat;
}

.wrap_intro .table_row{
	width: 100%;
	border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom:2px solid #a2b8dc;
}
.wrap_intro .table_row tr:first-child{
    border-top: 2px solid #a2b8dc;
}
.wrap_intro .table_row tbody th{
    height: 93px;
    font-size: 14px;
    font-family: 'Gmarket Sans';
    background: #eef3f9;
	border-right: 1px solid #c2cde0;
	border-bottom: 1px solid #c2cde0;
	font-weight: 600;
	color: #456aa7;
    line-height: 1.7;
    vertical-align: middle;
    text-align: center;
}
.wrap_intro .table_row td{
    height: 93px;
    font-size: 14px;
    font-family: 'Gmarket Sans';
	border-right: 1px solid #c2cde0;
	border-bottom:1px solid #c2cde0;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 1.7;
	word-break: break-all;
	vertical-align: middle;
    text-align: center;
    word-break: keep-all;
} 
.wrap_intro .table_row .intro_text_left {
	padding-left:10px;
	text-align:left;
}
.btn_loc{
    font-size: 12px;
    color:#456aa7;
    font-weight: 500;
    padding: 7px 20px 7px 7px;   
    background: url(../images/ico_loc.png)right center no-repeat #f3f8ff;
    border:1px solid #a2b8dc;
}
.status {
	display:inline-block;
	padding:0 12px;
	height:24px;
	line-height:26px;
	border-radius:20px;
	color:#fff;
}
.bg1 {
	background-color:#15a527;
}
.bg2 {
	background-color:#e1002a;
}
.bg3 {
	background-color:#707070;
}
.bg4 {
	background-color:#00b4e1;
}
/* 아코디언 */
.set_faq{position: relative; width: 100%; height: auto;}
.set_faq > a{
    width:100%;
	display: block;
	padding: 12px 7px 9px;
	text-decoration: none;
    color: #555;
    font-size: 14px;
	font-weight: 500;
	border-bottom: 1px dotted #456aa7;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	height: auto;
	line-height: 1.7;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.set_faq:first-child > a{
	border-top: 2px solid #a2b8dc;
}
.set_faq:last-child > a{
	border-bottom: none;
}
.set_faq:last-child .content{
    border-bottom: none;
}
.set_faq dl dt{
    width:100px;
    display: inline-block; 
    float: left;
}
.set_faq dl dd{
    float: left; 
    color:#6e6e6e;
    font-size: 14px;
    font-weight: 500; 
    line-height: 1.7; 
    display:inline-block;
    width:75%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.green{
    color: #45823c;
}
.red{
    color: #ec5858;
}
.set_faq > a.active{
	background-color:#f5faff;
    color: #456aa7;
    border-bottom: none;
}
.set_faq .content{
	border-bottom: 1px dotted #456aa7;
    display:none;
    padding: 15px;
	line-height: 1.9;
	font-size: 16px;
}
.set_faq .content p{
    margin: 0;
    font-size: 14px;
    color: #6e6e6e;
    text-align: justify; 
    word-break: break-all;
}
.t_on{
    background-color:#f5faff;
    border-bottom: none !important;
}
.set_faq .q{
	width:100px;   
    font-size: 14px;
    color:#456aa7;
    font-weight: 500; 
	box-sizing: border-box; 
	display: inline-block; 
    vertical-align: middle; 
}
.more{
    font-size: 15px;
    font-weight: 500;
    color: #456aa7;
    text-align: center;
    padding: 12px 0 9px;
    background: #eef3f9;
    border-top: 1px solid #a2b8dc;
    border-bottom: 2px solid #a2b8dc;
} 

.standard{
    position: relative;
    padding: 20px 20px 40px;
    margin:17px 0 30px;
    font-size: 14px;
    font-weight: 500;
    color:#456aa7;
    line-height: 1.7;
    text-align: center;
    letter-spacing: -1px;
    border:1px solid #a2b8dc;
}
.text{
    word-break: keep-all;
    margin-bottom: 20px;
}
.strong{
    font-weight: 700;
}
.btn_yellow{
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform: translate(-50%, 0);
    width:245px;
    font-size: 14px;
    color: #456aa7;
    font-weight: 700;
    background: #fffe97;
    border:1px solid #a2b8dc;
}
.content_show{
    margin-bottom: 20px;
    display: none;
}
.bar_round{
    float: left;
    width: 13px;
    height: 5px;
    margin-right:6px;
    margin-top: 8px;
    border-radius: 50px;
    background: #456aa7;
}
h3{
    font-size: 14px;
    color: #456aa7;
    font-weight: 700;
    text-align: left;
    line-height: 24px;
}
.text_basic{
    margin-bottom: 20px;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}
.text_num{
    position: relative;
    overflow: hidden;
}
.text_num dt{
    position: absolute;
    top:0;
    left:0;
    padding-top: 2px;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 50%;
    border: 1px solid #456aa7;
    box-sizing: border-box;
    display: inline-block;
}
.text_num dd{
    float: left;
    padding-left: 22px;
    text-align: justify;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.3;
    text-align: left;
    word-break: break-all;
    display: inline-block;
}
/* 슬라이더 */
.box_slider{
    position: relative;
    width:100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
} 
.box_slider img{
    width:100%;
    display:block;
}
/* .btn_area{
    position: absolute;
    right:7px;
    bottom:7px;
    width:98px;
    height: 32px;
    padding: 0 14.5px;
    border-radius: 50px;
    background: rgba(0,35,92,0.6);
    box-sizing: border-box;
} */
.btn{
    width:23px;
    height: 32px;
    float: left;
    background: none;
    border:none;
}
.prev{
    background: url(../images/ico_prev.png);
}
.pause{
    background: url(../images/ico_pause.png);
}
.next{
    background: url(../images/ico_next.png);
}

.link_covid{
    width:100%;
    margin: 30px 0 10px;
    overflow: hidden;
}
.link_covid_inner a{
    float: left;
    width:31.5%;
    height: 46px;
    padding:16px 0 15px;
    margin-right:2.75%;
    margin-bottom:2.75%;
    font-size: 13px;
    color: #456aa7;
    font-weight: 500;
    text-align: center;
    background: #f3f8ff;
    border:1px solid #a2b8dc;
    box-sizing: border-box;
}
.link_covid_inner:nth-child(3) a, .support_inner:nth-child(3) a{
    margin-right:0;
}
.support{
    width:100%;
    overflow: hidden;
}
.support_inner a{
    float: left;
    width:31.5%;
    height: 46px;
    padding:16px 0 15px;
    margin-right:2.75%;
    margin-bottom:2.75%;
    font-size: 14px;
    color: #456aa7;
    font-weight: 500;
    text-align: center;                                                                                                          
    border:1px solid #a2b8dc;
    box-sizing: border-box;
}
.yellow{
    background: #fffe97;
}
.pink{
    background:#fdecec;
}
.mint{
    background: #e5fce1;
}
.logo{
    margin-top: 20px;
}
/* .bg_logo{
    height: 865px;
    background: url(../images/logo.png)no-repeat right bottom;
} */
.coronic_defalut .set_faq:last-child .content{
    border-bottom: none;
}
.coronic_show{
    display: none;
}
.coronic_show .set_faq:first-child > a{
    border-top: 1px dotted #456aa7 !important;
}
.m_Hide{
    display: block;
}
.m_Show{
    display: none;
}


.box_stand .box_stand_img {width:100%;}
.stand_time_box {margin-top:16px; font-size:14px; color:#496ea9;}
.stand_time_box .time {float:left; padding-left:5px; width:104px; height:26px; line-height:26px; background:#f3f8ff; font-size:14px; border:1px solid #a2b8dc;}
.stand_time_box .time_icon {float:right; padding:0 7px; background-color:#fffe97;}
.stand_time_box .time_icon img {vertical-align:middle;}
.stand_time_box .time_text {float:left; position:relative; margin-left:10px; padding-left:16px; line-height:30px; background:url('/resources/intro/images/waiting_icon.png') 0 6px no-repeat;}


.stand_box {font-size:14px; color:#496ea9;}
.stand_box .stand_box_left {float:left; margin-top:5px; width:48%; height:141px; border:1px solid #a2b8dc;}
.stand_box .stand_box_left .stand_box_left_title {height:36px; line-height:36px; background-color:#fdecec; font-size:15px; text-align:center;}
.stand_box .stand_box_left .stand_box_left_title_2 {height:36px; line-height:36px; background-color:#eceefd; font-size:15px; text-align:center;}
.stand_box .stand_box_left .stand_box_left_box {padding:8px 28px;}
.stand_box .stand_box_left .stand_box_left_box p {height:30px; line-height:30px;}
.stand_box .stand_box_left .stand_box_left_box .stand_box_left_box_title{float:left;}
.stand_box .stand_box_left .stand_box_left_box .stand_box_left_box_num{float:right; position:relative;}
.stand_box .stand_box_left .stand_box_left_box .stand_box_left_box_num font{font-weight:600;}

.stand_box .stand_box_right {float:right; margin-top:5px; width:48%; height:141px; border:1px solid #a2b8dc;}
.stand_box .stand_box_right .stand_box_right_title {height:36px; line-height:36px; background-color:#e5fce1; font-size:15px; text-align:center;}
.stand_box .stand_box_right .stand_box_right_box {padding:8px 28px;}
.stand_box .stand_box_right .stand_box_right_box p {height:30px; line-height:30px;}
.stand_box .stand_box_right .stand_box_right_box .stand_box_right_box_title{float:left;}
.stand_box .stand_box_right .stand_box_right_box .stand_box_right_box_num{float:right; position:relative;}
.stand_box .stand_box_right .stand_box_right_box .stand_box_right_box_num font{font-weight:600;}
.stand_box .state1 {color:#4b843a;}
.stand_box .state1:after {display:block; position:absolute; top:8px; left:-14px; width:10px; height:10px; background-color:#4b843a; border-radius:50%; content:'';}
.stand_box .state2 {color:#e25258;}
.stand_box .state2:after {display:block; position:absolute; top:8px; left:-14px; width:10px; height:10px; background-color:#e25258; border-radius:50%; content:'';}
.stand_box .state3 {color:#3c48d2;}
.stand_box .state3:after {display:block; position:absolute; top:8px; left:-14px; width:10px; height:10px; background-color:#3c48d2; border-radius:50%; content:'';}
.stand_box .state4 {color:#463d34;}
.stand_box .state4:after {display:block; position:absolute; top:8px; left:-14px; width:10px; height:10px; background-color:#463d34; border-radius:50%; content:'';}

.wrap_intro .stand_box1 tbody tr th {border-top:0;}
.wrap_intro .stand_box1 tr td {height:44px; line-height:44px;}
.wrap_intro .stand_box1 .stand_box_title_1 {background-color:#fdecec;}
.wrap_intro .stand_box1 .stand_box_title_2 {background-color:#e5fce1;}
.wrap_intro .stand_box1 .stand_box_title_3 {background-color:#eceefd;}
.stand_box1 .stand_box_right_box_num{position:relative;}
.stand_box1 .stand_box_right_box_num font{font-weight:600;}
.stand_box1 .state1 {margin-left:13px; color:#4b843a;}
.stand_box1 .state1:after {display:block; position:absolute; top:1px; left:-14px; width:10px; height:10px; background-color:#4b843a; border-radius:50%; content:'';}
.stand_box1 .state2 {margin-left:13px; color:#e25258;}
.stand_box1 .state2:after {display:block; position:absolute; top:1px; left:-14px; width:10px; height:10px; background-color:#e25258; border-radius:50%; content:'';}
.stand_box1 .state3 {margin-left:13px; color:#3c48d2;}
.stand_box1 .state3:after {display:block; position:absolute; top:1px; left:-14px; width:10px; height:10px; background-color:#3c48d2; border-radius:50%; content:'';}
.stand_box1 .state4 {margin-left:13px; color:#463d34;}
.stand_box1 .state4:after {display:block; position:absolute; top:1px; left:-14px; width:10px; height:10px; background-color:#463d34; border-radius:50%; content:'';}

@media screen and (max-width: 1500px) {
    .wrap_intro, header{
        width:100%;
    }
   
}
@media screen and (max-width: 1480px) {
    .f_double{
        float: none;
    }
    .ex{
        float: none;
        clear: both;
        margin-top:0;
    }
    .set_faq dl dd{
        width:100%;
    }
    .link_covid_inner a, .support_inner a{
        font-size: 13px;
    }
}
@media screen and (max-width: 1391px) {
    .btn_loc{
        padding: 5px 17px 7px 5px; 
        font-size: 11px;
    }
    .link_covid_inner a, .support_inner a {
        width: 48.25%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
    .link_covid_inner:nth-child(3) a, .support_inner:nth-child(3) a{
        margin-right: 3.5%;
    }
    .link_covid_inner:nth-child(2) a, .support_inner:nth-child(2) a,
    .link_covid_inner:nth-child(4) a, .support_inner:nth-child(4) a {
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .ab{
        display: none;
    }
    header{
        background: url(../images/header_bg.png)no-repeat right bottom;
    }

	.stand_box .stand_box_left .stand_box_left_box {padding:8px 15px;}
	.stand_box .stand_box_right .stand_box_right_box {padding:8px 15px;}
}

@media screen and (max-width: 1152px) {
    header{
        height: 262px;
/*        background: url(../images/header_bg.png)no-repeat center bottom;*/
    }
    header h1{
        padding-top: 55px;
        line-height: 1.3;
    }
    header h1 span {
        width: 100%;
        display: block;
    }
    .ab{
        width: auto;
    }
    .wrap_intro .inner{
        width:100%;
        padding: 0 15%;
    }
    .f_double{
        float: left;
    }
    .ex{
        float: right;
        clear: right;
        margin-top: 17px;
    }
    .btn_loc{
        padding: 7px 20px 7px 7px; 
        font-size: 12px;
    }
    .set_faq dl dd{
        width:80%;
    }
    .link_covid_inner a, .support_inner a{
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 2.75%;
        font-size: 14px;
    }
    .link_covid_inner:nth-child(3) a, .support_inner:nth-child(3) a {
        margin-right: 0;
    }
    .link_covid_inner:nth-child(2) a, .support_inner:nth-child(2) a,
    .link_covid_inner:nth-child(4) a, .support_inner:nth-child(4) a {
        margin-right: 2.75%;
    }
    .logo{
        float: none;
        width:100%;
        margin-top:58px;
        text-align: center;
        clear: both;
    }
}
@media screen and (max-width: 830px) {
    .set_faq dl dd{
        width:71%;
    }
}
@media screen and (max-width: 640px) {
    header{
        height: 280px;
        background: url(../images/header_bg.png)no-repeat center bottom;
    }
    header h1{
        padding-top: 20px;
        font-size: 40px;
    }
    .ab{
        display: none;
/*
        width: 250px;
        left:50%;
        transform: translate(-50%, 0);
*/
    }
    .wrap_intro{
        padding:20px 0 0;
        margin:0 auto;
        border-radius:0; 
    }
    .wrap_intro .inner{
        padding: 0 11.5%;
    }
    .standard {
        font-size: 13px;
        letter-spacing:-1px;
    }
    text, .text_basic, .text_num dd{
        font-size: 13px;
    }
    .text_num dt{
        width:15px;
        height: 15px;
        font-size: 12px;
    }
    .logo{
        margin:58px 0 100px;
    }
}
@media screen and (max-width: 570px) {
    .standard{
        padding: 20px 17px 40px;
    }
}
@media screen and (max-width: 505px) {
    .m_Hide{
        display: none;
    }
    .m_Show{
        display: block;
    }
    .mb_50{
        margin-bottom: 25px;
    }
    header .link{
        width: 100%;
    }
    header h1{
        padding-top: 10px;
        font-size: 30px;
        line-height: 1.2;
    }
	/*header .link_inner{
		width:50%;
	}*/
    .wrap_intro .inner{
        padding: 0 5%;
    }
    .wrap_intro h2{
        float: none;
    }
    .ex{
        float: left;
        margin-top: 0;
    }
    .wrap_intro .table_normal th, .wrap_intro .table_normal td, 
    .wrap_intro .table_row th, .wrap_intro .table_row td{
        font-size: 13px;
    }
    .wrap_intro .table_row tbody th, .wrap_intro .table_row td{
        display: block;
        text-align: left;
        height: auto;
        padding-top: 1.7%;
        border-right:0;
    }
    .wrap_intro .table_row tr{
        border-bottom: 1px solid #c2cde0;
        padding-bottom: 1.5%;
        display: block;
    }
    .wrap_intro .table_row td{
        border-bottom: 0;
    }
    .caution{
        font-size: 13px;
        background: url(../images/ico_caution.png)left 1px no-repeat;
    }
    .set_faq .q{
        width: 90px;
        font-size: 13px;
    }
    .set_faq .content p{
        font-size: 13px
    }
    .more{
        font-size: 13px;
    }
    .standard{
        padding: 20px 20px 40px;
    }
    .link_covid{
        margin:25px 0 15px;
    }
    .link_covid_inner a, .support_inner a{
        width: 48.25%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
        font-size: 13px;
    }
    .link_covid_inner:nth-child(3) a, .support_inner:nth-child(3) a {
        margin-right: 3.5%;
    }
    .link_covid_inner:nth-child(2) a, .support_inner:nth-child(2) a,
    .link_covid_inner:nth-child(4) a, .support_inner:nth-child(4) a {
        margin-right: 0;
    }
    .logo{
        margin:48px 0 58px;
    }
	.table_row colgroup col{display:none;}
}
@media screen and (max-width: 363px) {
    .set_faq dl dd{
        width: 69%;
        font-size: 13px;
    }

}

.inner_2 .corona_icon a{position:relative; float:left; margin-right:20px; padding:10px 26px 8px 8px; border:1px solid #ddd; border-radius:3px; font-size:14px; color:#000;}
.inner_2 .corona_icon div{position:relative; float:left; margin-right:20px; padding:10px 8px 8px 26px; border:1px solid #ddd; border-radius:3px; font-size:14px;}
.inner_2 .corona_icon a:before{display:block; position:absolute; top:10px; right:8px; vertical-align:middle; font-size:0; width:14px; height:12px; background-position:center; background-repeat:no-repeat; content:'';}
.inner_2 .corona_icon div:before{display:block; position:absolute; top:10px; left:8px; vertical-align:middle; font-size:0; width:14px; height:12px; background-position:center; background-repeat:no-repeat; content:'';}
.inner_2 .corona_icon .corona_icon0:before{background-image:url(../images/corona_mi_ico00.png);}
.inner_2 .corona_icon .corona_icon1:before{background-image:url(../images/corona_mi_ico01.png);}
.inner_2 .corona_icon .corona_icon2:before{background-image:url(../images/corona_mi_ico02.png);}
.inner_2 .corona_icon .corona_icon3:before{background-image:url(../images/corona_mi_ico03.png);}
.inner_2 .corona_icon .corona_icon4:before{background-image:url(../images/corona_mi_ico04.png);}

.inner_2 .inner_2_table { margin:12px 0 15px 0; font-size:0.92em; letter-spacing: -0.05em; }
.inner_2 .inner_2_table tbody tr.hide { display:none; }
.inner_2 .inner_2_table .corona_icon01 { display:inline-block; vertical-align: middle; font-size:0; width:14px; height:12px; background-image:url(../images/corona_mi_ico01.png); background-position:center; background-repeat:no-repeat }
.inner_2 .inner_2_table .corona_icon02 { display:inline-block; vertical-align: middle; font-size:0; width:14px; height:12px; background-image:url(../images/corona_mi_ico02.png); background-position:center; background-repeat:no-repeat; margin-left:0; }
.inner_2 .inner_2_table .corona_icon03 { display:inline-block; vertical-align: middle; font-size:0; width:14px; height:12px; background-image:url(../images/corona_mi_ico03.png); background-position:center; background-repeat:no-repeat; margin-left:0; }
.inner_2 .inner_2_table .corona_icon04 { display:inline-block; vertical-align: middle; font-size:0; width:14px; height:12px; background-image:url(../images/corona_mi_ico04.png); background-position:center; background-repeat:no-repeat; margin-left:0; }

.inner_2 .inner_2_more {display:block; text-align:center; width:200px; padding:10px 0; border:1px solid #ddd; border-radius:5px; margin:0 auto; color:#333}


@media screen and (max-width: 505px) {
	.inner_2 .corona_icon a{margin-right:0;}
	.inner_2 .corona_icon div{margin-right:0;}
}