@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
/*@import url("media.css?ya=13");  */
 



 /* scroll */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; 
}
::-webkit-scrollbar-thumb:horizontal{
    background: #999; 
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}


.section{ 
    width:100%;
    overflow:hidden; 
    padding:0 18px 0 18px;
}

.fixed {
  position: fixed;
  top:0; 
  left:0;
  width: 100%; 
  z-index:99; 
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.wide-banner-top {
  width:100%;
  height:80px;
  background-color: #e1e1e1;
  text-align: center;
}
.wide-banner-button {
   text-align:left;
}
.wide-banner-button .btn {
  font-size: 13px;
  font-weight: 600;
  padding:1px 10px 2px 5px;
  display: block; 
  background-color: #e4e4e4;
  color:#333;
}

.header {
  width:100%; 
  border-bottom:1px #e0e0e0 solid;
  padding-bottom: 22px;
  /*height: 90px;
  padding:35px 0;*/
  background-color: #fff; 

  position: fixed;
  left:0;
  top:0;
  z-index: 100;
}  

.header .container{
    padding:20px 0 0;
    min-height: 50px; 
  } 
 
 
.header h1 { 
  position: absolute;
  left: 18px; 
  top: 5px;
  z-index: 555;
  margin-block-start: 0;
    margin-block-end: 0.67em;0;
}

.header h1 img {
  max-width: 62.5%;
}
 
.head_menu ul li {
  font-size: 17px;
  font-weight: bold;
  width:200px !important;
  letter-spacing: -.0725rem;
  text-align: right;    
}
.sub-head_nemu { 
  margin: 20px 0 0;
  padding:15px 10px;
  position: absolute;
  z-index: 888;
  width: 100%;
  right: -30px;
  background-color: #fff;
  border:1px #2b9890 solid;
}
.sub-head_nemu ol > li {
  padding: 6px 15px;
  width: 195px !important;
  font-weight: 500; 
  text-align: right;
}
   
.main-slide {
  margin-bottom: 20px;  
}  
.main-bottom h3 { 
  color:#121212; 
  font-size: 17px;;
  letter-spacing: -.05em;
  margin-bottom: 18px;
}
.main-bottom .bx { 
  padding:0 9px; 
  /*float:left;*/
  margin-bottom:25px;
} 
.main-container-wrap {
  width:100%; 
  margin-top:-43px;
  position: relative;
} 
.wide-container-wrap {
  width:100%;
  position: relative;   
}
.wide-background {
  height:180px;
  width:100%;
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: cover; 
}
 

.cover {  
  width: 100%; 
  position: relative;     
} 

 
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #141618;
  opacity: 0.15;
  transition: opacity 0.2s;
}
   




.bg1::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;  
  background-image: url('../images/slide/1-wide.jpg');    
  background-position: center 45%;   
}

.bg2::before { 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;  
  background-image: url('../images/slide/2-wide.jpg');  
  background-position: center 0%; 
  
} 
.bg3::before { 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;  
  background-image: url('../images/slide/3-wide.jpg');  
  background-position: 100% 44%;
  color:#fff;
} 
.bg4::before { 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;  
  background-image: url('../images/slide/4-wide.jpg');  
  background-position: center 0%;
} 
.bg5::before { 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;  
  background-image: url('../images/slide/5-wide.jpg');  
  background-position: center 50%;
  color:#fff;
} 
.bg6::before { 
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
      background-size: contain;
    background-repeat: no-repeat;
   background-image: url('../images/slide/hi_banner.png');  
  background-position: center 50%;
	background-color: #FFE0E9;
  color:#fff;
}  
.caption {
  position: relative;   
  margin:0 auto;
  height:100%; 
} 
.caption .txt {
  position: absolute;
  width:100%;
  left:0;
  font-weight: 500;
  top:0;  
  line-height: 1.4; 
  opacity: 1;
}
.caption .txt > strong { 
  line-height:1.3;
  display: block;
  margin: 0 5px 22px 0;  
  letter-spacing: -.006em; 
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.caption .txt > span { 
  margin-top: 25px; 
  font-weight: 600; 
  line-height: 1.4;
  position: relative;
  margin:0 1px;
  top: 0;
  letter-spacing: -.0625rem;
} 

.notice li {
  padding: 11px 0 6px 0;
  border-bottom:1px #e4e4e4 solid;
 height: 37px;
}
.notice li > a {
  display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; line-height:1.2;
}
.notice li > a > span {
  font-weight: bold;
  display: inline-block;  
  margin-right: 5px;
  font-size:13px;
  margin-left:2px; 
}
.notice li em {
  float:right;
  margin-right:15px;
  font-style: normal;
  font-size:12px; 
  color:#555;
  opacity: .9;
}

.partner .col-lg-6 {
  padding:.3rem ;
  text-align: center;
  border:1px #e1e1e1 solid;
  border-radius: 4px;    
  margin: 0 3px 7px 3px;  
}
.partner .col-lg-6 strong {
  font-size:12px;
  display: block;
  text-align:center; 
  margin-top: 5px; 
  color:#2b9890;
  letter-spacing: -.0725rem;
}
.partner .col-lg-6 img {
  align-items: center;
  position: relative; 
  /*display: table-cell;*/  
  vertical-align: middle;

  flex: 1;
  max-width: 100%;
  max-height: 100%; 
}
.partner .col-lg-6 a {
    display: inline-block;
    text-align: center;
  }

.login-form-container label { 
  color:#777;
  letter-spacing: -.0625rem;
  margin-top: 6px;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom:3px;
}
 
 
.magazine .box { 
  background: url('http://sicksoft.shop/new/img/book_011.png') no-repeat left top;
  margin:0 auto 18px;  
  box-shadow: 0 12px 6px -6px #999;
  max-width:163px;
  position: relative;
} 
.magazine .box:hover .method {
  display: block;
}
.magazine p {
  margin: 15px 0 15px;  
  border-left:1px #e9e9e9 solid; 
  border-top: 1px #e9e9e9 solid
}
.magazine .t {
  font-weight: 500;
  padding:0 10px 0 7px;
  font-size:12px;
  opacity: .8;
  line-height:1.1;
}
.magazine .method {
  position:absolute;
  top: 25%; 
  display: none;
  min-width:145px;
  padding:8px 18px 8px 18px;
  margin:0 8px 0 8px;
  background-color: #fff;
  border:1px #2b9890 solid;
  box-shadow: 0 12px 6px -6px #999;
}
.magazine .method li {
  font-size: 12px;
  padding: 2px 0 3px 0;
  letter-spacing: -.0425rem;
}
.magazine .method li a:hover {
  font-weight: bold; 
}  
.right-banner-remote {
  position:absolute;
  right: -65px;
  width:45px; 
  top: 80px; 
  font-weight: bold;
  font-size:12px;
  z-index: 777;
  letter-spacing: -.075rem;
  text-align: center;  
  opacity: .65;
}
.right-banner-remote img { 
  margin:0 0 5px;
} 
 
 
.request-form li {
  padding: 4px 7px 3px 7px;
}
.request-form li .inn {
  padding-right:7px;
}
.request-form li .inn:last-child {
  padding-right: 0;
}
.request-form .box {
  padding: 13px 15px;
  line-height:1.4; 
  font-size:13px;
  border:1px solid #ced4da;
}
.request-form label {
  font-size:13px;
  letter-spacing: -.0425rem;   
}
.pop_colu{
	font-size:14px;
	margin: 2px 0 8px;
}

.pop_colu font{
	color:red;
	font-size:11px;
	margin-left:4px;
}

.grade {
  position: relative; 
  margin-top:48px;
}
.grade .bar {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 49%;
    right: -100%;
    background-color: #999
}
.grade .box {
  border-radius: 50%;
  font-weight: bold;
  color:#fff;
  background-color: #0099FF;
  width: 70px; 
  height:70px;
  text-align: center;
  padding-top:20px;
  position: relative;
}
.grade .box > .num {
  position: absolute;
  top: 29px; 
  width:10px;
  height:10px;
  border-radius: 10px;
  background-color: #fd9535;
}
.grade .box .num strong { 
  font-size: 14px;
  font-weight: 600;
  color:#000; 
  display: block;
  margin-top:11px;
  margin-left:-2px;
} 
 
.grade .detail {
  background-color: #fff;
  border:2px #fd9535 solid;
  font-size: 13px;
  padding-bottom: 6px;
  position: relative;
}
.detail > .num {
  position: absolute;
  top: -40px; 
  width:10px;
  height:10px;
  border-radius: 10px;
  background-color: #fd9535;
}
.detail > .num strong { 
  font-size: 14px;
  font-weight: 600;
  color:#000; 
  display: block;
  margin-top: 8px;
  margin-left:-2px;
}


.grade .detail dt {
  text-align: center;
  font-weight: 600;
  background-color: yellowgreen;
}
.grade .detail dd {
  padding: 8px 0 0;
  text-align: center;
  margin-inline-start: 0;
  margin:0;
} 
.grade .detail dd > span {
  display: inline-block;
  width: 120px; 
  font-weight: 500;
  background-color: #fd9535;
  color:#fff;
  margin: 1px 2px 1px 2px;
  border-radius: 2px;
  padding: 1px 0 0;
  font-size:12px;
  text-align: center;
}
.grade .col-lg-4 p {
  text-align: center;
  font-size:12px;
  font-weight: bold;
} 
.mainpage-container-wrap {
    margin:0 auto; 
    padding: 206px 0 0;
    position: relative;  
}

.ieClose {
  text-align: right;
  padding: 12px 18px;
  font-weight: bold;
  font-size:16px;
  cursor: pointer;
}

 
/************************************ sub page ************************************/
.sub-container-wrap {
  margin:0 auto; 
  padding: 220px 0 50px;
  position: relative;  
}
.sub-container-wrap .col-lg-3 {
   padding:0 26px 0 18px;
}
.sub-container-wrap .col-lg-9 {
  line-height: 1.9;  
  padding:0 18px 40px 18px;
  letter-spacing: -0.02em;
}
.sub-container-wrap .left-title > h3 {
  color: #111;
  margin-bottom:20px;
  letter-spacing: -.05em;
  font-size: 18px;
  font-weight: 600;  
  padding: 5px 0 0; 
  border-bottom:1px #e5e5e5 solid;
  padding-bottom:15px;
} 
.sub-container-wrap .col-lg-9 h3 {
  color: #111;  
  font-weight: 600;
  line-height:1.4;  
} 
.sub-container-wrap .col-lg-9 h3::before {
  content: "+ " ;
  font-size: px; 
  position: relative;
  top: -2px;  
} 
.sub-container-wrap .col-lg-9 h3 > em {
  display: block;
  font-size:13px;
  font-style: normal;
  font-weight: 300;
  margin: 3px 0 0 22px;
  opacity: .8;
}
 
 
.sub-container-wrap .col-lg-9 h3 > span {
  font-weight: 400;
  letter-spacing: -.0425rem;
  font-size: 14px;
  margin-left: 7px;
  opacity: .9;
  display: inline-block;
} 
.sub-title {
  font-size: 17px;
  letter-spacing: -.0625rem;
  color:#2b9890;
}

.location > div {
  display: inline-block;
  margin-right: 26px;
  letter-spacing: 0;
}  
.old-care p > img {
  max-width: 65%; 
} 
.old-care > div {
  border-bottom:1px #e4e4e4 solid;
  display: block;
  position: relative; 
  padding: 22px 0 22px 150px;
  line-height: 1.5;  
}
.old-care p {
  position:absolute;
  left:0;
  top:0;
  min-height: 100px;  
  margin: 22px;
}
.old-care strong {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px; 
  display: block;
} 

.business-field {
 line-height: 2;
}  
.business-field span {
  font-weight: 600;
}






/*********** table  **********/
.borad-table, .table-grade {
  table-layout: fixed;
  width:100%;
}
.borad-table th, .borad-table td {
  border-bottom:1px #e2e2e2 solid;
  padding: 19px 19px 16px 0 !important;
  line-height:1.3;
  vertical-align: top;
}
.borad-table td:first-child { 
  font-weight: 600;
  color: #4b4b4a;  
  letter-spacing: 0;
}

.borad-table2 {
  table-layout: fixed;
  width:100%;
}
.borad-table2 th { 
  padding: 10px 15px 10px 0 !important;
  line-height:1.1;
  vertical-align: top;
  color:#333;
}
.borad-table2 td {
  border-bottom:1px #e4e4e4 solid;
  padding: 11px 15px 11px 0 !important;
  line-height:1.5;
  vertical-align: top; 
  letter-spacing: 0;
}
.borad-table2 td strong {  
  display: inline-block;
  margin:0; 
}

 
.table-grade p {
    text-align: center; 
    font-weight: bold;
}

.privacy, .terms {
  font-size:13px;
  line-height:1.8;
}
.privacy b, .terms b {
  font-size:14px;
  display: block;
  margin-bottom: 5px;
}
 


 
.unordered-list li { min-height:105px;border-bottom:1px #e4e4e4 solid; padding: 28px 10px 22px 30px; line-height: 1.6; } 
.unordered-list li img { margin-right: 25px; float:left; max-width: 74px; vertical-align: middle; position: relative; top:-11px; }


.insurance-step { 
  padding:20px 0;
}
.insurance-step p { 
    margin: 0 0 8px;
    text-align: center;
}
.insurance-step dl > dt {
  font-size:16px;
  font-weight: bold;
  text-align: center;
  margin-bottom:8px;
  margin-top:-8px;
}
.insurance-step dl > dd {
  margin-inline-start: 0;
  margin:0; 
  font-size:15px;
  text-align: center;  
}
.insurance-step dl > dd:nth-child(2) {   
  font-weight: 600;
  margin-bottom: 3px;
  line-height:1.4;
}
.insurance-step dl > dd:nth-child(3) {  
  font-size: 15px;
  color:#555;
}


.insurance-Qualification strong {
  display: inline-block;
  margin-right: 5px; 
} 
.insurance-Qualification li:nth-child(3) {
  /*margin-top:10px;*/
}
.insurance-Qualification li:nth-child(3),
.insurance-Qualification li:nth-child(4) {
  font-size:13px;
  color:#555;
  padding-bottom:5px;
  line-height: 1.4;
}
.insurance-Qualification li span {
  font-weight: 600;
}

.insurance-tb th {
  text-align: center;
  padding-left:0;
  padding-right:0;
  font-size: 15px;
	vertical-align: middle;
} 
.insurance-tb td{
	
		vertical-align: middle;
		border-right: 1px solid #dee2e6;

}
.insurance-tb td:last-child {
 padding-left:0.9rem ;
  font-size:13px;
  padding-right:8px; 
  text-align: left;
}



 
.magazine-list .module  {  
  overflow:hidden;
  width:100%;
  display: block; 
}
.magazine-list li { 
  border-bottom:1px #e1e1e1 solid;
  padding:15px 0 18px 20px;
}
.magazine-list .module > p {
  float:left;
  margin-right: 25px;
  box-shadow: 0 12px 8px -4px #989898;
  border:1px #e4e4e4 solid;
}  
.magazine-list .module dt { 
  font-weight: 600;  
}
.magazine-list .module dd { 
  margin-inline-start: 0;
  margin:0; 
  font-size:15px;
}
.magazine-list .module dd > strong {
  color:#4757a3;  
  margin-right:5px;
}

 




/* color */ 
.cffffff { color:#fff; }
.c222222 { color:#222; }
.c000 { color:#000; }
.c2b9890 { color:#2b9890; }
.cd80427 { color:#d80427; }





 



/* margin */
.mt36 {margin-top:36px;}
.mt18 {margin-top:18px;}







/* 텍스트 강조 */
.highlight { display: inline-block; padding:0 1px; font-size: 16px; font-weight: 600; position: relative; letter-spacing: -.0425rem; }

.bg-highlight { 
  display: inline-block;
  margin-right: 1px;
  font-weight: 600; 
  font-size: 16px;
  position: relative; 
  padding:0 1px; 
} 
.text-highlight {   
  display: inline-block;
  margin-right: 1px;
  font-weight: 600; 
  font-size: 16spx;
  position: relative; 
  padding:0 1px; 
  letter-spacing: -.0425rem; 
}
 

 

  



/* btn */
.btn-login {   
  width:100%;
  text-align:center;
  color:#fff;
  font-size: 13px;
  font-weight: 600;
  padding:6px 0 7px;
  background-color: #2b9890;
  box-shadow: 0 9px 6px -6px #999;
}
 .btn-logout {   
  width:100%;
  text-align:center;
  color:#fff;
  font-size: 13px;
  font-weight: 600;
  padding:6px 0 7px;
  background-color: gray;
  box-shadow: 0 9px 6px -6px #999;
}
.requestForm {
  width:100%;
}
.user-support { 
  margin-top: 2px; 
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding: 9px 0 6px;
  text-decoration: none;
  line-height:1.2;
  width:100%;
  color: #FFF;
  background: #fd9535; 
  border-radius: 3px;
  box-shadow: 0 9px 6px -6px #999;
  font-weight: bold;
}
.user-support > a, .user-support > a:hover {
  display: inline-block;
  width:100%;
  height:100%; 
  position: relative;
  font-weight: bold;
  color:#fff;
  opacity: .9; 
  line-height: 1.3;
  letter-spacing: 0;
}
.user-remote { 
  margin-top: 2px; 
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding: 9px 0 6px;
  text-decoration: none;
  line-height:1.2;
  width:100%;
  color: #FFF;
  background: #777; 
  border-radius: 3px;
  box-shadow: 0 9px 6px -6px #999;
  font-weight: bold;
}
.user-remote > a, .user-remote > a:hover {
  display: inline-block;
  width:100%;
  height:100%; 
  position: relative;
  font-weight: bold;
  color:#fff;
  opacity: .9; 
  line-height: 1.3;
}



.btn-what > img {
  float:left; 
}
.user-support span {
  display: block;
}
.user-support em {
  font-style: normal;
  font-size:12px;
  font-weight: 300;
  letter-spacing: .25rem;
  position: relative;
  top:-1px;
  opacity: .85;
}


.myButton {
	box-shadow: 0px 7px 11px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold;
	padding: 6px 14px 4px 14px;
	text-decoration:none; 
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}

 
 



.footer {
  margin-top: 35px; 
  width:100%;  
  text-align: right;
  padding: 14px 0;
  background-color: #e5e5e5;   
}
.footer .container {
    padding:0 15px;
  }
.footer .col-lg-3 {
    float:left;
    width:auto;
    position: relative;
    z-index: 5;
}
.footer a { 
 font-weight: 600;
 font-size: 13px;
 margin:0 7px 12px 0;
 position: relative; 
 color:#666; 
 display: inline-block;
} 
.footer .col-lg-9 {
  text-align:right;
  padding-right:30px; 
  font-size: 13px;
  opacity: .8;
  letter-spacing: -.0425em;
  line-height:1.4;
}
.card-img-top:hover{
	box-shadow: 2px 2px 8px 1px #999;
}

.border_list_hover a:hover{
	/*text-decoration: underline;*/
	border-bottom:1px solid black;
	
}
