@charset "utf-8";
 
*,
*::before,
*::after {
  /* 테두리를 기준으로 크기를 정합니다. */
  box-sizing: border-box;
}
 
/* 텍스트 마우스 드래그시 색상 변경방법 */
::selection,
::-moz-selection {
  background : #fff;
  color      : #fff;
  text-shadow: none;
}
 
html {
  font-family: -apple-system,
    BlinkMacSystemFont,
    /* 한글 폰트 들어갈 자리 */
    "nanumsquare";
  /* `font` 속성 리셋 */
  font-size                  : 16px;
  /* 기본 글골 사이즈 정의            : 16x => 1rem */
  font-weight                : normal;
  line-height                : 1.5;
  /* 단위 쓰지 말것 */
  background-color           : #fff;
  color                      : #000000;
  /* 글꼴 크기 조정을 방지 */
  -webkit-text-size-adjust   : 100%;
  /* 폰트를 부드럽게 */
  -webkit-font-smoothing     : antialiased;
  -moz-osx-font-smoothing    : grayscale;
  /* 웹킷 마음대로 눌림 하이라이트 막음 */
  -webkit-tap-highlight-color: transparent;
}
 
body {
  margin: 0;
}
 
/* 기본 셋업 */
header,section,article,aside,footer,main,a,button,input,textarea,img,nav,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,span{
  margin   : 0;
  padding  : 0;
  /* 폰트 크기 상속 */
  font-size: inherit;
  letter-spacing: -2;
}
 
a:active,
a:hover {
  outline: none;
}

/** 본문 스타일 **/

#wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

div#wrap>img {
    width: 100%;
    margin: 0 auto;
    margin: 0; 
}


.form {
    background-color: #009FDE;
    padding: 50px;
}

#wrap .form_title{
	background:#007e41;
	padding:15px 0;
}

#wrap .form_title h1 {
	font-size:48px;
	color:#fff;
	text-align: center;
}

/*종합건강보험 상담신청*/

.info_input{
	padding-top:50px;
}

.info_input h1 {
	font-size:48px;
	font-weight: 600;
}

.info_input ul {
	padding-top:40px;
}

.info_input ul li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-bottom:25px;
}

.info_input ul li .list {
	width:35%;
}

.info_input ul li .list p{
	font-size:40px;
	font-weight: 600;
}

.info_input ul li .input {
	width:65%;
}

.info_input ul li .input input {
    font-size: 18px;
	margin-top:3px;
	padding:0 10px;
	border-radius: 5px;
	border:1px solid #000;
}

.info_input ul li:nth-child(1) .input input {
	width:100%;
	height: 60px;
	font-size:26px;
}

.info_input ul li:nth-child(2) .input {
	display: flex;
	font-size:36px;
}

.info_input ul li:nth-child(2) .input input {
	width:40px;
	height:40px;
	margin-top:12px;
	margin-right:10px;
}
.info_input ul li:nth-child(2) .input > div {
	display: flex;
	margin-right:30px;
} 

.info_input ul li:nth-child(3) .input input {
	width:100%;
	height: 60px;
	font-size: 26px;
}

.info_input ul li:nth-child(4) .input{
	display: flex;
}

.info_input ul li:nth-child(4) .input select {
	height:60px;
	width:30%;
	border-radius:5px;
	padding:0 10px;
	font-size:26px;
	border:1px solid #000;
}
.info_input ul li:nth-child(5) .input select {
	height:60px;
	width:100%;
	border-radius:5px;
	padding:0 10px;
	font-size:26px;
	border:1px solid #000;
}

.info_input ul li:nth-child(4) .input .num{
	text-align: center;
	width:3%;
	height:60px;
	line-height: 60px;
}

.info_input ul li:nth-child(4) .input input {
	width:32%;
	height: 60px;
	margin-top:0;
}

.info_input::after {
	content:"";
	width:100%;
	height:1px;
	background: #999999;
	display: block;
	margin-top:30px;
}

/*개인정보 수집 및 활용 동의 및 상담신청*/
.apply {
	padding-top:40px;
}

.apply h2{
	font-size: 42px;
}

.apply p{
	font-size: 32px;
	padding-top:30px;
}

/* 이용권 지급 관련 사항 */
.apply2::after {
	content:"";
	width:100%;
	height:1px;
	background: #999999;
	display: block;
	margin-top:30px;
}
.apply2{
	padding-top:50px;
}
.apply2 h2{
	font-size: 42px;
}
.apply2 p{
	font-size: 30px;
	padding-top:30px;
}

/* 유의사항 관련 사항 */
.apply3::after {
	content:"";
	width:100%;
	height:1px;
	background: #999999;
	display: block;
	margin-top:30px;
}
.apply3{
	padding-top:50px;
	background-color:#F5F5F5;
}
.apply3 h2{
	font-size: 42px;
}
.apply3 p{
	font-size: 30px;
	padding-top:30px;
}


/*[필수] 동의*/

.agree_1{
	margin-top:60px;
}

.agree_1 .title {
	display:flex;
	justify-content: space-between;
}

.agree_1 .title h2{
	font-size:34px;
	width:50%;
	margin-right:15%;
	font-weight: 400;
}
.agree_1 .title button{
	width:35%;
	font-size: 36px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #999;
}

.agree_1 ul {
	margin-top:40px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.agree_1 ul li{
	list-style:none;
	padding-top:30px;
}
.agree_1 ul li .list_title {
	display: flex;
	justify-content: space-between;
	padding-bottom:30px;
}

.agree_1 ul li .details{
	border-top:1px solid #ccc;
	overflow: hidden;
	height: 0;
}
.agree_1 ul li .details.on {
	height: auto;
	padding:30px 0;
	border-bottom:1px solid #ccc;
}
.agree_1 ul li .details p{
	font-size:20px;
}

.agree_1 ul li .list {
	width:65%;
	font-size:32px;
	font-weight: 500;
}

.agree_1 ul li .list p{
	cursor:pointer;
}

.agree_1 ul li .radio {
	width:13%; /* 230529 35% */
	font-size:32px;
	display: flex;
}

.agree_1 ul li div input {
	width:35px;
	height:35px;
	margin-right:10px;
	margin-top:8px;
}

/*[선택] 동의*/

.agree_2{
	margin-top:60px;
}

.agree_2 .title {
	display:flex;
	justify-content: space-between;
}

.agree_2 .title h2{
	font-size:34px;
	width:50%;
	margin-right:15%;
	font-weight: 400;
}
.agree_2 .title button{
	width:35%;
	font-size: 36px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #999;
}

.agree_2 ul {
	margin-top:40px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

.agree_2 ul li{
	list-style:none;
	padding-top:30px;
}
.agree_2 ul li .list_title {
	display: flex;
	justify-content: space-between;
	padding-bottom:30px;
}

.agree_2 ul li .details{
	border-top:1px solid #ccc;
	overflow: hidden;
	height: 0;
}
.agree_2 ul li .details.on {
	height: auto;
	padding:30px 0;
	border-bottom:1px solid #ccc;
}

.agree_2 ul li .details p{
	font-size:20px;
}

.agree_2 ul li .list {
	width:65%;
	font-size:32px;
	font-weight: 500;
}

.agree_2 ul li .list p{
	cursor:pointer;
}

.agree_2 ul li .list {
	width:65%;
	font-size:32px;
	font-weight: 500;
}

.agree_2 ul li .radio {
	width:35%;
	font-size:32px;
	display: flex;
}

.agree_2 ul li .radio div{
	display:flex;
	margin-right:30px;
}
.agree_2 ul li .radio input {
	width:35px;
	height:35px;
	margin-right:10px;
	margin-top:8px;
}


/*신청버튼*/

.button{
	width:80%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:70px; /*원래100px 0623*/
}

.button a {
	width:100%;
	display: inline-block;
	border:none;
	border-radius: 5px;
	text-align: center;
	font-size:40px;
	color:#fff;
	font-weight: 600;
	background:#006b1f;
	box-shadow: 3px 3px 5px #999;
	padding:15px 0;
	text-decoration: none;
}



















