a { color: #1c1c1c;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100%; touch-action: none;}

/* Select box 스타일 초기화 */ 
select {
	padding: 0 10px 0 4px;
	background: #fff url('arrow.png') no-repeat 100% 50% !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color: inherit;
  font-family: inherit;
  outline: none;
}

select option { 
	color: #000;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { display: none; }

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* placeholder 초기화 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight:100;
}
input::placeholder { font-weight: 400; color:#aaa; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

/* header */
header {background: #fafbfc;}
header .container {display: flex; align-items: center; justify-content: space-between;}
header a {display: inline-block; padding: 20px 0; width: 168px;}
header a img {width: 100%;}


/* section1 */
.section1 {background: #fafbfc; padding: 40px 0 120px;}
.section1 .title_wrap {margin-bottom: 70px;}
.section1 .title_wrap p {font-size: 34px; font-weight: 600; color: #444; letter-spacing: -2px; margin-bottom: 30px;}
.section1 .title_wrap img {width: 670px;}

.section1 .cm_list_wrap {position: relative;}
.section1 .cm_list_wrap .main_image {position: absolute; top: -396px; right: 35px; width: 465px;}
.section1 .cm_list_wrap h2 {font-size: 30px; width: 550px; background: #214f8a; color: #fff; text-align: center; padding: 25px 0; letter-spacing: -1px; font-weight: 500; border-radius: 20px 20px 0 0; position: relative;}
.section1 .cm_list_wrap h2::before {content: ""; width: 20px; height: 20px; background: #214f8a; position: absolute; bottom: -20px; left: 0;}
.section1 .cm_list_wrap h2 b {color: #c9d3e4; font-weight: 400;}
.section1 .cm_list_wrap ul {display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 15px; background: #fff; box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px; z-index: 2; position: relative;}
.section1 .cm_list_wrap ul li {padding: 32px 46px; box-sizing: border-box; text-align: center; min-height: 197px; position: relative;}
.section1 .cm_list_wrap ul li:nth-child(-n + 4) {border-bottom: 1px solid #ddd;}
.section1 .cm_list_wrap ul li:not(:nth-child(4n)) {border-right: 1px solid #ddd;}
.section1 .cm_list_wrap ul li .logo_wrap {height: 35px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; padding: 0 15px; box-sizing: border-box;}
.section1 .cm_list_wrap ul li img {width: 100%; height: 100%; object-fit: contain;}
.section1 .cm_list_wrap ul li p {font-size: 17px; font-weight: 500; color: #333; letter-spacing: -1px; margin-bottom: 23px;}
.section1 .cm_list_wrap ul li a {display: block; font-size: 20px; border: 1px solid #214f8a; padding: 10px; border-radius: 6px; color: #214f8a; font-weight: 600; letter-spacing: -1.5px; background: #f6fafd;}
.section1 .cm_list_wrap ul li .empty {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.section1 .cm_list_wrap ul li .empty img {width: 200px !important; height: auto !important;}

.section1 .cm_list_wrap ul li .logo_wrap.axa {padding: 6px 15px;}
.section1 .cm_list_wrap ul li .logo_wrap.hn {padding: 4px 15px;}
.section1 .cm_list_wrap ul li .logo_wrap.hk {padding: 3px 15px;}

/* section2 */
.section2 {background: #fff; text-align: center; padding: 150px 0;}
.section2 h2 {font-size: 48px; font-weight: 600; letter-spacing: -1px; color: #333; margin-bottom: 60px;}
.section2 h2 b {color: #214f8a; font-weight: 700;}
.section2 ul {display: flex; align-items: center; justify-content: space-between; padding: 0 75px;}
.section2 ul li img {width: 155px; margin-bottom: 20px;}
.section2 ul li p {font-size: 30px; font-weight: 500; letter-spacing: -1px; line-height: 1.3; color: #333;}

/* banner */
.banner {background: #238be8; padding: 48px 0;}
.banner .container {display: flex; align-items: center; justify-content: space-between;}
.banner img {width: 350px;}
.banner .txt_wrap {margin-right: 25px;}
.banner .txt_wrap h3 {font-size: 50px; font-weight: 600; letter-spacing: -1px; color: #fff; margin-bottom: 28px;}
.banner .txt_wrap p {font-size: 28px; color: #bddcf8; letter-spacing: -1px;}
.banner .txt_wrap p b {color: #fff; font-weight: 500;}

/* section3 */
.section3 {padding: 145px 0 110px; background: #fff;}
.section3 h2 {font-size: 48px; font-weight: 600; letter-spacing: -1px; margin-bottom: 55px; color: #333; text-align: center;}
.section3 h2 b {font-weight: 700; color: #214f8a;}
.section3 ul li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; padding: 55px 50px; box-sizing: border-box; border-radius: 15px;}
.section3 ul li:not(:last-child) {margin-bottom: 35px;}
.section3 ul li .logo_wrap {width: 320px; height: 48px; box-sizing: border-box;}
.section3 ul li .logo_wrap img {width: 100%; height: 100%; object-fit: contain;}
.section3 ul li p {font-size: 24px; font-weight: 600; letter-spacing: -1px; color: #555; padding-right: 25px; white-space: nowrap;}
.section3 ul li a {display: flex; align-items: center; background: #214f8a; color: #fff; padding: 20px 36px; box-sizing: border-box; border-radius: 10px; font-size: 28px; font-weight: 500; letter-spacing: -1px; gap: 12px; white-space: nowrap;}
.section3 ul li a img {width: 28px;}

.section3 ul li .logo_wrap.hd {padding: 9px;}
.section3 ul li .logo_wrap.axa {padding: 9px;}
.section3 ul li .logo_wrap.kb {padding: 9px;}
.section3 ul li .logo_wrap.hn {padding: 4px;}
.section3 ul li .logo_wrap.hd {padding: 9px;}
.section3 ul li .logo_wrap.hw {padding: 6px;}
.section3 ul li .logo_wrap.cr {padding: 9px;}


/* section5 */
.section5 {background: #f7f7f7; padding: 60px 0;}
.section5 .container > ul li:not(:last-child) {margin-bottom: 50px;}
.section5 .container > ul li h4 {font-size: 28px; font-weight: 600; letter-spacing: -1px; color: #214f8a; margin-bottom: 30px;}
.section5 .container > ul li p, .section5 .sim_wrap p {font-size: 19px; font-weight: 500; letter-spacing: -1px; color: #666; line-height: 1.6;}
.section5 .sim_wrap {margin-top: 50px;}
.section5 .sim_wrap ul {display: flex; flex-direction: column; gap: 5px; margin-bottom: 30px;}
.section5 .sim_wrap ul li {font-size: 17px; letter-spacing: -.4px; line-height: 1.4; color: #666;}



/* 푸터 */
.footer { background: #282a29; box-sizing: border-box; padding: 35px 0;}
.footer_inner {display: flex; flex-direction: column; gap: 8px; width: 1200px; margin: 0 auto;}
.footer p {color: #999; font-size: 14px; line-height: 1.4; letter-spacing: -.2px;}
.footer button {font-size: 15px; color: #999; font-weight: 600; margin-top: 15px; width: fit-content;}