@charset "utf-8";
* {margin:0; padding:0; box-sizing:border-box;}
body {font-family:'Noto Sans KR','Noto Sans Korean','Malgun Gothic','¸¼Àº °íµñ','Sans-serif'; color:#484848; letter-spacing:-0.05rem;}
ul, li, dl, dd {list-style-type:none;}
img, input.image, fieldset,iframe {border:0 none;}
a {color:#000; text-decoration:none;}

.wrap {position:relative; width:1000px; max-width:92%; margin:0 auto; background:url('/covid-19/header_bg.gif') no-repeat;}
 h1 {font-size:45px; padding-top:30px; font-weight:700; line-height:1.5em; text-align:center; color:#fff;}
.bCon {padding:20px 40px; background:#efefef;}
.bCon .tit {font-weight:bold; font-size:23px;}
.bCon .tit strong span {font-size:29px;}
.bCon .phone {margin-top:10px; font-size:0;}
.bCon .phone dl {display:inline-block; text-align:center; vertical-align:top; width:32.5%; height:auto; margin-left:1.25%; margin-bottom:1%; padding:10px; font-weight:400; border-radius:2px; background:#fff;}
.bCon .phone dl:first-child, .bCon .phone dl:nth-child(3) {margin-left:0;}
.bCon .phone dl:nth-child(1), .bCon .phone dl:nth-child(2) {width:49.375%;}
.bCon .phone dl dt {font-size:18px; line-height:1.5rem; color:#0060b2;}
.bCon .phone dl dd {font-size:20px; letter-spacing:0;}
.bCon ul li {padding-left:25px; margin-top:15px; font-size:17px; letter-spacing:-0.05rem; color:#000; background:url('/covid-19/check.gif') no-repeat left 7px;}
.bCon ul li strong {font-weight:400; font-size:15px; color:#f51515;}
#footer {text-align:center; margin-top:20px; padding:30px; color:rgba(255,255,255,.45); font-size:14px; letter-spacing:0; font-weight:400; background:#1d314a;}

@media screen and (max-width:640px) { 
	h1 {font-size:36px;}
	.bCon .phone{display:flex; flex-direction:row; justify-content:center; flex-wrap: wrap; width:100%}
	.bCon .phone dl{width:49.375%;}
	.bCon .phone dl:nth-child(1){width:100%;}
	.bCon .phone dl:nth-child(2), .bCon .phone dl:nth-child(4) {margin-left:0;}
	.bCon .phone dl:nth-child(3) {margin-left:1.25%;}
	.bCon .phone dl dt {font-size:16px;}
	.bCon .phone dl dd {font-size:18px;}
}

@media screen and (max-width:480px) {	
	h1 {font-size:28px;}
	.bCon .phone dl{width:100%;}
	.bCon .phone dl:nth-child(1), .bCon .phone dl:nth-child(2) {width:100%;}
	.bCon .phone dl:nth-child(3), .bCon .phone dl:nth-child(5) {margin-left:0;}
}