@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  font-family: "Pretendard", sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  letter-spacing: -0.2px;
  color: #303030;
  word-break: keep-all;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: "Pretendard", sans-serif;
  word-break: keep-all;
  color: #303030;
}
input,
button,
textarea,
select {
  font-family: "Pretendard", sans-serif;
  color: #43444a;
  word-break: keep-all;
}
ul {
  list-style-type: none;
  padding-inline-start: 0;
}
a {
  text-decoration: none;
}
table {
  padding: 0;
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}
th,
td {
  padding: 0;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea:focus {
  outline: none;
}

.hidden {
  display: none;
}
input,
select {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 0 20px;
  font-size: 14px;
  width: 100%;
  line-height: 45px;
}
input::placeholder {
  color: #cfd0d4;
}
input:focus,
textarea:focus {
  border: 1px solid #dfdfdf;
}
textarea {
  height: 130px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 20px 20px;
  font-size: 14px;
  width: 100%;
  resize: none;
}
textarea::placeholder {
  color: #cfd0d4;
}

.pfont {
  
}

*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid transparent;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

/** header **/

header {
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

header .inner {
  display: flex;
  max-width: 1485px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  height: 73px;
}

header .logo {
  font-size:28px;
  font-weight:bold;
  letter-spacing:-.45px;
  color:#5029c4;
  text-align:Center;
  line-height:16px;
}

header .logo i{
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#0092ea;
}

header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
header .nav li a {
  font-size: 18px;
  color: #43444a;
  font-weight: 600;
}

.user_top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.user_top .login_btn {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 23px;
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
  text-align: center;
}

#custom-button-1{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 23px;
  background: #4e6ef2;
  border: 1px solid #4e6ef2;
  text-align: center;
}

.user_top .user_icon {
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-align: center;
}

/** main **/

section .inner {
  max-width: 1485px;
  margin: 0 auto;
}

.main_visual {
  padding: 160px 0;
  text-align: center;
}
.main_visual h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: bold;
  color: #2e2f33;
}
.main_visual h2 b {
  color: #5029c4;
  font-size:90px;
  line-height:120px;
}

.main_visual h2 i{
	color:#0092ea;
}

.main_visual p {
  font-size: 20px;
  font-weight: 500;
  color: #868a96;
  margin: 50px 0;
}

.btn_common {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px;
  height: 60px;
  background: #4e6ef2;
  border-radius: 15px;
  display: inline-block;
  font-weight: 600;
}

.main_title {
}
.main_title * {
  
}
.main_title p {
  font-size: 20px;
  color: #868a96;
  margin-bottom: 30px;
  font-weight: 500;
}
.main_title h2 {
  font-size: 64px;
  line-height: 75px;
  font-weight: bold;
  color: #2e2f33;
}

.coyote {
  text-align: center;
}

.number_area{
	max-width:1300px;
	margin:0 auto;
	z-index:1;
	position:relative;
}

.number_area ul{
	max-width:calc(1330px);
	overflow:hidden;
	display:Flex;
	flex-wrap:wrap;
	-webkit-box-pack: start;
    justify-content: flex-start;
}

.number_area ul li{
	text-align:center;
	padding: 0px;
    display: flex;
    color: transparent;
    height: 100%;
    overflow: hidden;
	-webkit-box-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
	width:calc(33.3333% - 30px);
	margin:15px !important;
}

.number_area ul li i{
	color:#5029c4;
	font-size:40px;
	display:block;
	margin-bottom:12px;
}

.number_area ul li h2{
	font-size:48px;
	text-align:center;
	font-weight:bold;
	text-overflow:ellipsis;
	white-space:pre;
	-webkit-font-smoothing: antialiased;
	color:#0092ea;
}

.number_area ul li h2 b{
	color:#0092ea;
}

.number_area ul li p{
	font-size:18px;
	color:rgba(17,17,17);
	margin-top:15px;
	font-weight:400;
}



section.coyote .inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 130px 0 0;
  border-radius: 100px 100px 50px 50px;
  background: linear-gradient(180deg, rgba(252, 249, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.coyote .txt {
  font-size: 22px;
  line-height: 40px;
  color: #7e7f87;
  font-weight: 500;
  margin: 60px 0 60px;
  word-break:break-all;
}

.flex_box {
  display: flex;
  gap: 20px;
  max-width: 1485px;
  margin: 0 auto;
}
.flex_box .box {
  padding: 40px;
  text-align: left;
  border-radius: 30px;
  flex: 1;
  min-height: 430px;
  border:0;
  background:#F7F8FA;
  box-shadow: 7px 16px 18px 1px #eee;
}
.flex_box .box p {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  color:#222;
  margin-top: 15px;
  word-break: keep-all;
  padding:15px 20px;
  border-radius:30px;
  min-height:295px;
  text-align:left;
  vertical-align:text-top;
 /* display: flex;
    align-content: center;
    justify-content: center;
        align-items: flex-start;*/
}

.flex_box .box img{
	/*filter: invert(48%) sepia(41%) saturate(6848%) hue-rotate(180deg) brightness(98%) contrast(101%);
	-webkit-filter: invert(48%) sepia(41%) saturate(6848%) hue-rotate(180deg) brightness(98%) contrast(101%);
	-moz-filter: invert(48%) sepia(41%) saturate(6848%) hue-rotate(180deg) brightness(98%) contrast(101%);
	-ms-filter: invert(48%) sepia(41%) saturate(6848%) hue-rotate(180deg) brightness(98%) contrast(101%);*/
}

/*.flex_box .box:first-child p {
  background: #119500;
}
.flex_box .box:nth-child(2) p {
  background: #2176ef;
}
.flex_box .box:nth-child(3) p {
  background: #f39b00;
}
.flex_box .box:nth-child(4) p {
  background: #d1ae29;
}*/

#health .inner{
	text-align:center;
}

#health ul{
	display:flex;
	gap:15px;
	align-items: center;
}

#health ul li{
	flex:1;
}

#health ul li img{
	max-width:100%;
}

#health .flex_box li{
	width:calc(33.3333% - 20px);
}

#health .flex_box li img{
	max-width:100%;
	max-height:299px;
}

#health .flex_box{
	padding:80px 0;
	padding-bottom:15px;
	    justify-content: center;
}

#health .flex_box li .title{
	color: #fc3c78;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
	text-align:center;
}

#health .flex_box li .text{
    color: #191919;
    font-size: 18px;
    line-height: 1.5;
	text-align:center;
	font-weight:500;
	margin:15px 0;
}

#health .flex_box .ex{
	background-color: #f0f0f0;
	border-radius: 5px;
	margin-top: 20px;
	padding: 18px 27px;
}

#health .flex_box .ex span{
    color: #d30000;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
	font-size:18px;
    text-align: left;
}

#health .flex_box .ex span:first-child{
	margin-top:0;
}

#health .txt{
	font-size:19px;
	font-weight:500;
	color:#222;
	margin:40px 0;
	line-height:35px;
	text-indent:5px;
	padding-right:20px;
	border-top:3px solid #4e6ef2;
	border-bottom:3px solid #4e6ef2;
	display:inline-block;
}

#health .txt b{
	font-weight:bold;
	color:#5029c4;
	font-size:20px;
	margin-right: 5px;
}

#health h3{
	font-size:25px;
	line-height:35px;
	letter-spacing:-.5px;
	font-weight:500;
}

.key {
  padding: 160px 0;
  text-align: left;
}

.key_flex {
  margin-top: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 140px;
}
.key_flex * {
  
}
.key_flex .left .box {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  justify-content: flex-start;
}
.key_flex .left .box .txt_are {
  padding-bottom: 55px;
  border-bottom: 1px solid #dddddd;
}
.key_flex .left .box .txt_are h3 {
  font-size: 24px;
  line-height: 32px;
  color: #2e2f33;
  font-weight: bold;
}
.key_flex .left .box .txt_are p {
  word-break: keep-all;
  font-size: 18px;
  line-height: 32px;
  color: #7e7f87;
  margin-top: 30px;
}

.key_flex .left .box + .box {
  margin-top: 55px;
}
.key_flex .left .box:last-child .txt_are {
  border-bottom: 0;
  padding-bottom: 0;
}

.key_flex .right {
  position: sticky;
  top: 100px;
  right: 0;
}

.service {
  text-align: center;
}
section.service .inner {
  border-radius: 25px;
  background: #18191d;
  padding: 90px 15px;
}
.service * {
  
}
.service h2 {
  font-size: 44px;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
}
.service h2 b {
  color: #5029c4;
}
.service p {
  color: #777880;
  font-size: 18px;
  line-height: 32px;
  margin-top: 25px;
}

/** 다운로드 페이지 **/
.download_page {
  padding: 50px 0 0;
}
.download_page * {
  
}

.down_flex {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
.down_flex .box {
  flex: 1;
  border: 2px solid #eeeeee;
  border-radius: 20px;
  padding: 50px 30px 35px;
}

.box_head {
}
.box_head h2 {
  color: #2e2f33;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.box_head p {
  color: #868a96;
  font-size: 12px;
  margin-top: 10px;
}

.down_flex .box:nth-child(2) .box_head h2 {
  color: #5029c4;
}
.down_flex .box:nth-child(3) .box_head h2 {
  color: #dc3c3c;
}

.box_list {
  margin: 20px 0;
  padding: 30px;
  border-radius: 10px;
  background: #f8f8f8;
}
.box_list p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #a4a7b3;
  line-height: 16px;
  gap: 30px;
}
.box_list p span {
  color: #a4a7b3;
  font-weight: 500;
}
.box_list p.ok span {
  color: #6b6c73;
}
.box_list p + p {
  margin-top: 10px;
}

.down_are {
  text-align: center;
  margin-top: 30px;
}
.down_are p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2e2f33;
}
.down_are a {
  font-size: 16px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #4e6ef2;
  text-align: center;
  display: block;
  font-weight: 600;
}
.down_are a + a {
  margin-top: 5px;
}

.down_are a.not {
  background: #f8f8f8;
  color: #868a96;
}

.flex_btn {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.flex_btn a {
  color: #5029c4;
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
  height: 60px;

  border-radius: 15px;
  display: inline-block;
  font-weight: 600;
}
.flex_btn a:hover {
  background-color: transparent;
}

/** Download 20240104 **/

.down_info {
  margin-top: 120px;
}
.down_info * {
  
}
.down_info h2 {
  font-size: 40px;
  font-weight: 900;
  color: #2e2f33;
  margin-bottom: 60px;
}
.down_info h3 {
  font-size: 20px;
  font-weight: 900;
  color: #2e2f33;
  margin-bottom: 22px;
  line-height: 32px;
}
.down_tlb {
}
.down_tlb table {
  border-top: 2px solid #2e2f33;
  width: 100%;
}
.down_tlb table th {
  padding: 20px 0;
  color: #2e2f33;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  width: 35%;
  text-align: left;
  vertical-align: middle;
  line-height: 24px;
}
.down_tlb table td {
  padding: 20px 0;
  color: #6b6c73;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
  line-height: 24px;
}

.down_tlb + h3 {
  margin-top: 80px;
}
.tlb_info_down + h3 {
  margin-top: 80px;
}

.tlb_info_down {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.tlb_info_down ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #6b6c73;
}
.tlb_info_down ul li span {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #f8f8f8;
  border-radius: 20px;
  font-size: 13px;
  color: #868a96;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}

.down_icon_are {
  text-align: center;
  cursor: pointer;
}
.down_icon_are p {
  color: #868a96;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
  border-radius: 10px;
}

.coming_soon {
  position: absolute;
  color: white; /* Set text color */
  font-size: 24px; /* Adjust font size as needed */
}

.down_tlb_flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-end;
}
.down_tlb_flex.center {
  align-items: center;
}

.two_down .down_icon_are + .down_icon_are {
  margin-top: 20px;
}

/** 마이 페이지 **/

.mypage {
  padding: 120px 0;
  min-height: calc(100vh - 115px - 73px);
}
.mypage * {
  
}

.sub_title {
  text-align: center;
}
.sub_title h2 {
  font-size: 18px;
  font-weight: 800;
  color: #2e2f33;
}

.my_flex {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  padding: 36px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.my_flex .user_info {
  width: 300px;
}
.my_flex .user_info .info_box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
.my_flex .user_info .info_box .thum {
  background: #f5b417;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_flex .user_info .info_box .thum span {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.my_flex .user_info .info_box .user_name {
}
.my_flex .user_info .info_box .user_name p {
  color: #868a96;
  font-size: 12px;
  font-weight: 600;
}
.my_flex .user_info .info_box .user_name h2 {
  color: #2e2f33;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.logout {
  background: #f8f8f8;
  border-radius: 10px;
  text-align: center;
  color: #7e7f87;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  display: block;
}

.my_data {
  flex: 1;
}

.tlb {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.tlb table {
  width: 100%;
  border-spacing: 0;
}

.tlb table th {
  background: #34353a;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 15px 35px;
  text-align:center;
}
.tlb table td {
  background: #fff;
  font-size: 14px;
  color: #7e7f87;
  font-weight: 500;
  padding: 15px 35px;
  border-bottom: 1px solid #eeeeee;
}
.tlb table td.date {
  font-size: 12px;
  color: #a4a7b3;
  text-align: center;
  width: 280px;
}

.tlb table tr:last-child td {
  border-bottom: 0;
}

.pagenation {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  align-content: center;
  justify-content: center;
}
.pagenation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #7e7f87;
  text-align: center;
  font-weight: 600;
}
.pagenation a.on {
  color: #2e2f33;
}

/** 로그인 페이지 **/



.login_body,
.service_body {
  background: #f8f8f8;
}
.login_body * {
  
}


.service_inner{
	display:flex;
}

.service_top {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.service_top a{
	font-size: 80px;
    font-weight: bold;
    letter-spacing: -.45px;
    color: #5029c4;
}

.service_top p{
	font-size:23px;
	line-height: 34px;
    font-weight: bold;
    color: #2e2f33;
	margin-top:35px;
}

.service_content{
	width:100%;
	max-width:1160px;
}

#preview-iframe{
	opacity: 1;
	position:relative;
	max-width:1160px;
	width:100%;
	height:100%;
	min-height:100vh;
}


.login_inner {
  padding: 55px 0;
  max-width: 970px;
  margin: 0 auto;
  min-height: calc(100vh - 115px);
}

.login_inner {
  padding: 55px 0;
  max-width: 970px;
  margin: 0 auto;
  min-height: calc(100vh - 115px);
}
.login_top {
  text-align: center;
}

.login_top a{
	font-size: 28px;
    font-weight: bold;
    letter-spacing: -.45px;
    color: #5029c4;
}

.login_box_are {
  max-width: 430px;
  margin: 130px auto;
  background: #fff;
  border-radius: 20px;
  padding: 0 40px;
}

.login_box_are h2 {
  font-size: 18px;
  line-height: 32px;
  color: #2e2f33;
  font-weight: 800;
}
.login_box_are p {
  font-size: 12px;
  margin-top: 5px;
  color: #afb0b2;
}

span.point {
  color: #dc3c3c;
}

.login_box_are.register {
  max-width: 100%;
  margin: 40px auto;
  display: flex;
  gap: 70px;
}
.login_box_are .left {
  padding: 40px 0;
}
.input_box {
  margin-top: 20px;
}

.input_are {
}
.input_are label {
  font-size: 12px;
  color: #868a96;
  font-weight: 800;
  margin-bottom: 8px;
  display: block;
}
.input_are input[type="text"],
.input_are input[type="password"] {
  font-size: 14px;
  color: #868a96;
  font-weight: 500;
}

.input_are input:placeholder[type="text"],
.input_are input[type="password"]:placeholder {
  color: #cfd0d4;
}

.input_are + .input_are {
  margin-top: 15px;
}

.input_are select {
  font-size: 14px;
  color: #868a96;
  font-weight: 500;
}

.login_btn_block {
  width: 100%;
  display: block;
  margin-top: 25px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #4e6ef2;
  line-height: 50px;
  height: 50px;
  text-align: center;
}

.no_member {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.no_member p {
  font-size: 12px;
  color: #b0b3bf;
  font-weight: 600;
}
.no_member a {
  color: #868a96;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
}

.flex_input {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.flex_input .flex_input_in {
  flex: 1;
}

.ck_are {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}

.input_are input[type="checkbox"] {
  display: none;
}

.input_are input[type="checkbox"] + label {
  font-size: 12px;
  color: #afb0b2;
  line-height: 16px;
  font-weight: 400;
  padding-left: 22px;
  position: relative;
}
.input_are input[type="checkbox"] + label::after {
  width: 12px;
  height: 12px;
  border: 2px solid #ddd;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.input_are input[type="checkbox"]:checked + label::after {
  background: #dc3c3c;
}

.ck_btn {
  color: #868a96;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.login_box_are .right {
  border-left: 1px solid #ecedf1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.login_box_are .right h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #2e2f33;
  margin: 25px 0 40px;
}
.login_box_are .right h2 b {
  color: #5029c4;
}
.login_box_are .right p {
  font-size: 14px;
  line-height: 24px;
  color: #2e2f33;
  font-weight: 400;
}

.login_box_are .right .text_are_right {
  background: #fff;
  margin-left: -1px;
  padding: 25px 0;
}

/**foot**/

footer {
  text-align: center;
  padding: 50px 0;
}
footer * {
  
}

.foot_box {
  max-width: 1485px;
  margin: 0 auto;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  padding: 50px 90px;
}

footer .copy {
  color: #b0b3bf;
  font-size: 12px;
}

.foot_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.foot_top .foot_nav {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.go_home {
  display: inline-flex;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  color: #b0b3bf;
  font-weight: 500;
}
a.go_home span {
  color: #b0b3bf;
  font-weight: 500;
}

.foot_top .foot_logos{
	font-size: 28px;
    font-weight: bold;
    letter-spacing: -.45px;
    color: #5029c4;
}

.foot_nav a {
  font-size: 14px;
  font-weight: 500;
  color: #6b6c73;
}

@media (max-width: 1485px) {
  header .inner {
    padding: 0 15px;
  }
  section.coyote .inner {
    max-width: calc(100% - 30px);
  }
  section .inner {
    padding: 0 15px;
  }

  section.service .inner {
    max-width: calc(100% - 30px);
  }
  .foot_box {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1280px) {
  .flex_box .box {
    min-height: auto;
  }
  .flex_box .box p {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    min-height:auto;
    margin-top: 40px;
    word-break: auto-phrase;
  }

  .key_flex .left .box {
    gap: 20px;
  }
  .key_flex .left .box .txt_are h3 {
    font-size: 18px;
  }
  .key_flex .left .box .txt_are p {
    font-size: 16px;
    line-height: 25px;
  }

  .key_flex {
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .main_visual {
    padding: 80px 0;
    text-align: center;
  }

  .main_visual h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .main_visual p {
    margin: 30px 0;
  }

  .btn_common {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
  }

  section.coyote .inner {
    padding: 100px 0 0;
    border-radius: 40px 40px 0 0;
  }

  .flex_box {
    flex-wrap: wrap;
  }

  .flex_box .box {
    width: calc(50% - 10px);
    flex: auto;
  }

  .key .main_title {
    text-align: center;
  }
  .key_flex {
    gap: 50px;
    flex-direction: column-reverse;
    margin-top: 50px;
  }

  .key_flex .right {
    top: 0;
    position: relative;
    width: 100%;
  }
  .key_flex .right img {
    width: 100%;
  }

  .main_title p {
    font-size: 16px;
    color: #868a96;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .main_title h2 {
    font-size: 40px;
    line-height: 50px;
  }

#health .flex_box{
	padding:20px 0;
}

#health .flex_box li{
	width:100%;
	margin-bottom:25px;
}

#health .flex_box li .text{
	word-break:break-all;
	font-size:13px;
}

#health .txt{
	font-size:15px;
	word-break:break-all;
	display:block;
	text-align:center;
	padding:0;
	text-indent:0;
}


  .coyote .txt {
    font-size: 18px;
    line-height: 32px;
    margin: 50px 0 60px;
    word-break: keep-all;
  }

  br.none {
    display: none;
  }

  .service h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .foot_box {
    padding: 50px 15px;
  }

  .down_flex {
    flex-direction: column;
  }

  .login_box_are.register {
    max-width: 100%;
    margin: 40px auto;
    display: flex;
    gap: 0px;
    flex-direction: column-reverse;
  }

  .login_box_are .right {
    border-left: 0px solid #ecedf1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 40px 0;
  }

  .login_box_are .right .text_are_right {
    padding: 0;
    margin: 0;
  }

  .login_box_are.register,
  .login_box_are {
    max-width: 100%;
  }

  .login_inner {
    padding: 55px 15px;
  }

  .tlb table td.date {
    width: auto;
  }
  
  .service_inner{
	display:block;
	width:100%;
	height:100%;
	position:relative;
  }
  
  .service_inner .service_top{
	display:none;
  }
  
  .service_content{
	width:100%;
  }
}

@media (max-width: 900px) {
  header {
    border-bottom: 0px solid #eee;
    background: #fff;
    z-index: 9999;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }

  header .inner {
    padding: 0;
    flex-wrap: wrap;
    height: auto;
  }

  header .logo {
    width: 50%;
    padding: 15px;
    order: 0;
	        text-align: left;
  }
  .user_top {
    width: 50%;
    padding: 15px;
    order: 1;
  }

  header .nav {
    width: 100%;
    order: 2;
    padding: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .my_flex {
    flex-direction: column;
  }

  .my_flex .user_info {
    width: 100%;
  }

  .my_flex .user_info .info_box {
    padding: 50px 15px;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .login_box_are .right {
    padding-bottom: 0;
  }

  .login_box_are.register,
  .login_box_are {
    margin: 50px 0 0;
  }
  .login_inner {
    padding: 50px 15px 0;
  }

  .mypage {
    padding: 50px 0 0;
    min-height: calc(100vh - 115px - 128px);
  }

  .main_visual h2 {
    word-break: keep-all;
  }
  .main_visual h2 br {
    /*display: none;*/
  }

  .main_visual h2 span{
	word-break:auto-phrase;
  }
  
  .main_visual h2 b{
	font-size:36px;
	line-height:70px;
	word-break:break-all;
  }

  section.coyote .inner {
    padding: 80px 25px;
  }

  .coyote .txt br {
    display: none;
  }

  .key {
    padding: 80px 0;
  }

  .service h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .foot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column;
    gap: 25px;
  }

  .down_info h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .down_info h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .down_tlb table th {
    width: 30%;
  }
  .down_tlb table th,
  .down_tlb table td {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .tlb_info_down {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
  .down_tlb_flex {
    gap: 15px;
    align-items: flex-start;
  }
  .down_tlb_flex.center {
    align-items: flex-start;
  }

  .two_down {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  .two_down .down_icon_are + .down_icon_are {
    margin: 0;
  }

  .down_icon_are p {
    font-size: 12px;
    margin-top: 5px;
  }

  .tlb_info_down ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .tlb_info_down ul li + li {
    margin-top: 5px;
  }

  .tlb_info_down ul li span {
    top: 2px;
    font-size: 11px;
  }

  .flex_btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  .flex_btn a {
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
  }

  .number_area ul li i{
	font-size:30px;
  }

  .number_area ul li h2{
	font-size:30px;
  }

  .number_area ul li p{
	font-size:14px;
  }
}

@media (max-width: 600px) {
  header .nav {
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  header .nav::-webkit-scrollbar {
    height: 4px;
  }
  header .na::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
  }
  header .na::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }

  header .logo{
	font-size:20px;
  }

  header .nav li {
    flex: 0 0 auto;
  }
  header .nav li a {
    font-size: 12.8px;
  }
  .main_visual {
    padding: 50px 0;
    text-align: center;
  }

  .main_visual h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .main_visual p {
    font-size: 14px;
    margin: 20px 0 30px;
	word-break: break-all;
  }

  .btn_common {
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 25px;
  }

  .main_title p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .main_title h2 {
    font-size: 25px;
    line-height: 35px;
	word-break: break-all;
  }

  .coyote .txt {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0 50px;
	word-break: break-all;
  }

  .flex_box .box {
    width: 100%;
    flex: auto;
    padding: 25px;
  }

  .flex_box .box {
    text-align: center;
    border-radius: 10px;
  }
  .flex_box .box p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
	word-break: break-all;
  }

  .key {
    padding: 50px 0;
  }

  .key_flex .left .box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
  }

  .key_flex .left .box .txt_are p {
    margin-top: 15px;
	word-break: break-all;
  }
  .key_flex .left .box img {
    margin: 0 auto;
  }

  .service h2 {
    font-size: 25px;
    line-height: 35px;
	word-break: break-all;
  }
  .service h2 br {
    display: none;
  }

  .service p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    word-break: break-all;
  }
  .service p br {
    display: none;
  }

  .foot_top {
    margin-bottom: 30px;
    flex-direction: row;
  }

  .foot_top .foot_nav {
    display: none;
  }

  a.go_home {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 2px solid #eee;
  }
  footer .copy {
    word-break: keep-all;
  }

  .foot_box {
    border: 0;
    padding: 0px 0;
  }

  .user_top .login_btn {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .user_top .user_icon {
    width: 40px;
    height: 40px;
  }

  .my_flex {
    border-radius: 0;
    padding: 0;
    border: 0;
  }

  .tlb table th,
  .tlb table td {
    padding: 10px 15px;
    font-size: 14px;
  }

  .my_flex .user_info .info_box {
    padding: 30px 15px;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .flex_input {
    flex-direction: column;
  }
  .flex_input .flex_input_in {
    width: 100%;
  }
  .input_are input[type="text"],
  .input_are input[type="password"] {
  }

  .login_box_are .right h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #2e2f33;
    margin: 15px 0 20px;
  }

  .login_box_are .right p {
    word-break: keep-all;
  }
  .login_box_are .right p br {
    display: none;
  }

  .login_box_are {
    padding: 0 25px;
  }

  .number_area ul li i{
	font-size:25px;
  }

  .number_area ul li h2{
	font-size:18px;
  }

  .number_area ul li p{
	word-break:break-all;
	font-size:12px;
  }

}
