@charset "utf-8";


#container {
	width: 100%;
	height: 400px;
	background-color: #e9f0ff;
}

.main_layout {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	position: relative;
}

.main_layout:after {
	display: block;
	content: "";
	clear: both;
}

.visual_img {
	height: 400px;
	background: #bdcbde;
	background: url(../images/mainbg2.png) center no-repeat;
	background-size: cover;
}

.visual_img_cd {
	height: 400px;
	background: #bdcbde;
	background: url(../images/mainbg_cd.png) center no-repeat;
	background-size: cover;
}

.mboxWrap-cd{
	top: 290px !important;
}

.mboxWrap {
	width: 1200px;
	height: 280px;
	position: absolute;
	top: 260px;
}

.mboxWrap ul li {
	width: 386px;
	height: 280px;
	margin-right: 20px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;

}

.mboxWrap ul li:nth-child(1) {
	background-color: #4366a8;
}

.mboxWrap ul li:nth-child(2) {
	background-color: #84ccc9;
}

.mboxWrap ul li:last-child {
	background-color: #7d828b;
	margin-right: 0;
}

.mcontents {
	width: 1200px;
	margin: 0 auto;
	padding-top: 150px;


}

.mboxTxt {
	width: 100%;
	height: 65px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 65px;
    border-bottom: 1px solid #ccc;
}


.ani-y-cd:last-child{
	margin-right: 0px !important;
}

.ani-y-cd{
	margin-right: 10px !important;
	width: 292px !important;
	height: 228px !important;
}

.ani-y:hover {
	transition: 0.5s all ease;
	transform: translate(0, -30px);
	-webkit-transform: translate(0, -30px);
	-moz-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	-o-transform: translate(0, -30px);
	box-shadow: 1px 4px 5px 2px #bdbdbd;
}


div.utilewrap {
	width: 100%;
	height: 180px;
	margin: 15px 0 30px 0;
}


div.utilewrap div.utilebox {
	width: 284px;
	height: 180px;
	border: 1px solid #d0d0d0;
	float: left;
	margin-right: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background-image: url(../images/util_ico4.png);
	background-repeat: no-repeat;
}

div.utilewrap div.utilebox2 {
	width: 284px;
	height: 180px;
	border: 1px solid #d0d0d0;
	float: left;
	margin-right: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background-image: url(../images/util_ico1.png);
	background-repeat: no-repeat;
}

div.utilewrap div.utilebox3 {
	width: 284px;
	height: 180px;
	border: 1px solid #d0d0d0;
	float: left;
	margin-right: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background-image: url(../images/util_ico2.png);
	background-repeat: no-repeat;
}

div.utilewrap div.callbox {
	width: 318px;
	height: 180px;
	border: 1px solid #d0d0d0;
	float: left;
	padding: 40px;
	box-sizing: border-box;
}

p.utileTitle {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 5px;
}

.utilExplain {
	font-size: 11px;
	text-align: center;
}

div.callbox ul li {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	cursor: default;
}

div.callbox ul li:first-child {
	font-size: 20px;
	font-weight: 500;
}

div.callbox ul li.cnumber {
	font-size: 26px;
	font-weight: 500;
	color: #005b9a;
	margin: 10px 0;
	line-height: 28px;
}

.main_plist {
	position: absolute;
    top: 11px;
    right: 0px;
    width: 386px;
    height: 238px;
    border: 5px solid #4366a8;
    background-color: #fff;
    box-sizing: border-box;
}

.main_plist h2 img {
	width: 120px;
	padding: 10px 20px;
}

.main_plist h2 span {
	padding: 10px;
	display: inline-block;
}

.main_plist ul.main_plist_inner {
	margin: 5px 20px;
	box-sizing: border-box;
	border: 2px solid #d0d0d0;
	height: 145px;
	overflow-y: scroll;
	font-size: 14px;
}

.main_plist ul.main_plist_inner li {
	padding: 5px;
}

.mboxWrap a:hover p{
	background-color: #f0f5ff !important;
}
.alert_maininfo{
	background-color: #0070c0;
	padding: 0px;
}
.alert_title{
	padding : 20px;
	text-align: left;
}
.alert_title p{
	font-size : 30px;
	font-weight: 500;		
	color: #fff;
}
.alert_main{
	width: 93%;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
}
.qabox{
	margin: 15px 10px;
}
.qa{
	color: #fff;
	font-size: 20px;
	background-color: #0070c0;
	padding : 3px 20px;
	display: inline-block;
	margin-bottom: 10px;
}
.q{
	font-size: 19px;
	font-weight: 500;
	width: 93%;
	padding: 0 20px;
}
.a{
	margin: 5px;
}
.cursor{
	float: left;
	padding: 5px;
	line-height: 19px;
}
.cursor_a{
	width: 95%;
	padding: 5px 0 0 25px;
	font-size: 15px;
}
.num{
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
.pay_info{
	font-size: 15px;
	font-weight: 500;
}
.emphasize{
	display: inline-block;
	background-color: #ffff00;
	padding: 3px 5px 2px 5px;
	border-radius: 3px;
}
.emphasize2{
	display: inline-block;
	color: #f00;
	padding: 3px 5px 2px 5px;
	border-radius: 3px;
}
.alertBox2{
	width: 750px;
	height: 300px;
}
.alert_cont2{
	font-size: 17px;
}
	
.mb0{
	margin-bottom: 0px !important;
}

.giwaninfo{
	text-align: left;
	padding: 10px 20px 0px 20px;
	font-weight: 500;
	margin-bottom: -10px;
}

.qrimg{
	display: inline-block;
	position: relative;
	width: 90px;
	left: 82%;
	top: -120px;
}

.qrimg p {
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}

/*
	챗봇
	2023-09-25 추가  
*/
div.utilewrap div.callbox {
	width: 318px;
	height: 180px;
	border: 1px solid #d0d0d0;
	float: left;
	padding: 24px 10px;
	box-sizing: border-box;
}
p.utileTitle {
	font-size: 15px ;
	font-weight: 500;
	text-align: center;
	padding-top: 90px;
}
.utilExplain {
	font-size: 11px;
	text-align: center;
}
div.callbox .left{
	width: 50%;
	float: left;
	padding-right: 1%;
	border-right: 1.5px dashed #d0d0d0;
}
div.callbox .right{
	float: right;
}
div.callbox .chatbot{
	border: 1px solid #333;
	width: 130px;
	height: 50px;
	margin: 14px 0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	box-sizing: border-box;
	margin-left: 6px;
}
div.callbox .chatbot a{
	width: 100%;
	display: block
}
div.callbox .chatbot:hover{
	border: 1.5px solid #005b9a;
	border-radius: 8px;
	box-sizing: border-box;
}
div.callbox .chatbot a:hover{
	cursor: pointer;
	color: #005b9a;
}
div.callbox ul li.cnumber {
	font-size: 18px;
	margin: 25px 0;
}
div.callbox ul li {
	font-size: 11px;
}

.alertBox2{
	width: 750px;
	height: 300px;
}
.alert_cont2{
	font-size: 17px;
}

.mboxWrap a:hover p{
	background-color: #f0f5ff !important;
}

.mb0{
	margin-bottom: 0px !important;
}

.qrimg{
	display: inline-block;
	position: relative;
	width: 90px;
	left: 82%;
	top: -120px;
}

.qrimg p {
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
}


.cmr_btn, .med_btn {
	display:inline-block;
	line-height:20px;
	padding:10px 0;
	float:left;
}

.cmr_btn {
	margin-left:45px;
}

.med_btn {
	margin-left:75px;
}


/* 메인 팝업 */

.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.red_text_guide {
  color: #d80000;
}

.popup_new {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  border: 5px solid #4366a8;
  border-top: 60px solid #4366a8;
  padding-bottom: 0px;
}
.guide_popup_title {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.guide_popup_title img {
  vertical-align: bottom;
  width: 28px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.guide_popup_btn_box {
  margin: 10px;
}
.guide_popup_btn_box > li {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
  border: 5px solid #4366a8;
  border-radius: 10px;
  box-sizing: border-box;
}
.guide_popup_btn_box > li:last-child {
  margin-right: 0px;
}
.guide_popup_btn_box > .guide_popup_btn_box_mint {
  border: 5px solid #7fbfc0;
  
}
.guide_popup_btn_box > li > p:first-child {
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  color: #4366a8;
  transform: rotate(0.04deg);
}
.guide_popup_btn_box > .guide_popup_btn_box_mint > p:first-child {
  color: #7fbfc0;
  transform: rotate(0.04deg);
}

.guide_popup_btn_box > li > p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.guide_popup_btn_box > li > p:nth-child(3) {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
 
.guide_popup_btn_box > li > ul{
	background-color: #f2f2f2;
	box-shadow: inset 1px 1px 10px 1px #dfdfdf;
	width: 340px;
	height: 110px;
	margin: 0 auto;
	padding: 15px 10px;
	box-sizing: border-box;
	margin-top: 10px;
	border-radius: 5px;
}
.guide_popup_btn_box > li > ul > li {
  /* margin-bottom: 10px; */
  margin-bottom: 13px;
  text-align: left;
  font-weight: 500;
}
.guide_popup_btn_box > li > ul > li:last-child {
  margin-bottom: 0;
}
.guide_popup_btn_box > li > ul > li > p {
  position: relative;
  padding-left: 20px;
  /* font-size: 14px; */
  font-size: 15px;
  transform : rotate(0.04deg); 
}
.guide_popup_btn_box > li > ul > li > p::before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../images/guide_check_blue.png);
  background-size: 15px;
}
.guide_popup_btn_box > .guide_popup_btn_box_mint > ul > li > p::before {
  background-image: url(../images/guide_check_mint.png);
}
.guide_popup_btn_box > li > ul > li > span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 3px;
}
.guide_popup_btn_box > li > a {
  display: block;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #4366a8;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 58px;
  font-weight: 500;
  transform : rotate(0.04deg);
}
.guide_popup_btn_box > .guide_popup_btn_box_mint > a {
  background-color: #7fbfc0;
}
.guide_popup_btn_box > li > a img {
  width: 13px;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

#mainInfoPopup span {
	transform: none;
	word-break: keep-all;
}
#mainInfoPopup p {
	display: inline-block;
	transform: rotate(0.03deg);
}

.close24_medcerti {
    position: absolute;
    top: -55px;
    left: 659px;
    width: 125px;
    height: 45px;
    color: #fff;
    border: solid 3px;
    border-radius: 2px;
    cursor: pointer;
}

.close24_medcerti:hover, .mp2btn2:hover {
    background-color: #3f598b !important;
}

.mp2btn1:hover {
	background-color: #6faaab !important;
}


