a:link, a:visited, a:active {
    text-decoration: none;
    color: black;
    display: inline-block;
}

a:hover {
    text-decoration: underline;
    color: hotpink;  
    background-color: yellow;
}

body {
    font-family: 'Noto Sans KR', 'Sunflower', cursive, sans-serif;
    /* font-size: 100%; */
    margin: 0;
    /* color: #58666e; */
    background-color: #f0f3f4;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjus: 100%;/* iphone font size 변경 방지 */
    /* font-weight: 300;
	color: white; */
}

.a_w {
	color: white  !important;
}

.body_bg  {
    top: 200;
    padding: 0;background: url(/_images/bg1.jpg) no-repeat center center fixed;
    background-size:cover;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/bg1.jpg'', sizingMethod='scale')";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjus: 100%;/* iphone font size 변경 방지 */
}

/* 여기에 추가적인 스타일링을 원하시면 추가하세요. */

/*TOP MENU 상단 고정*/
header {
    /* position: fixed;
    top: 0;
    width: 100% */
    left: 0;
    right: 0;
    box-shadow: 1px 1px 1px gray;
}

input, button, select{
	border: 0px solid #555;
	outline: none;
	/* text-align: center;
	font-family: 'Noto Sans KR', 'Sunflower', cursive, sans-serif;
	font-size:12px; */
}

input:focus {
	background-color: lightblue;
}

.background{
    width: 430px;
    height: 430px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.calendar {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    background-color: black;
    padding: 20px 20px;
    opacity: 0.5;
    position: absolute;
    top: 100px;
    right: 50px;
    color: white;
}

.calendar a {
    color: white;
}

.calendar td {
    text-align: left;
}

.currency {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    background-color: black;
    padding: 20px 20px;
    opacity: 0.5;
    position: absolute;
    top: 100px;
    right: 500px;
    color: white;
}

.date {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;  /* 원하는 폰트 사이즈 */
    color: white; /* 날짜가 표기되는 텍스트 색상 */
    text-shadow: 3px 3px 1px black;
    position: absolute;
    bottom: 18%;
    right: 6%;
}

.invert_img {
    filter: invert(100%);
}

.login_form {
    height: 350px;
    width: 400px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}

.login_form * {
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

.login_form label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

.login_form input {
    display: block;
    height: 50px;
    width: 95%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.login_form ::placeholder {
    color: #e5e5e5;
}

.login_form button {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.login_mobile {
    height: 500px;
    width: 800px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 20%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}

.login_mobile * {
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

.login_mobile label {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
}

.login_mobile input {
    display: block;
    height: 100px;
    width: 98%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 50px;
    font-weight: 300;
}

.login_mobile ::placeholder {
    color: #e5e5e5;
}

.login_mobile button {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 50px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.logout {
    color: gray;
    font-size: 10px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    color: white;
}

.menu a {
    font-size:27px;
    color: white;  
}

.menu li {
    float: left;
}

.menu li a, .dropbtn {
    font-family: 'Sunflower', sans-serif;
    display: inline-block;
    font-weight: bold;
    font-size:18px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu .login {
    display: inline-block;
    color: white;
    text-align: center;
    font-size:10px;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
    //transform: translateX(-10%);
}

.menu .login a {
    display: inline-block;
    color: white;
    text-align: center;
    font-size:10px;
    //transform: translateX(-10%);
}

.menu a:hover, .dropdown:hover .dropbtn {
    color: white;
    text-align: center;
    //font-size:10px;
    background-color: none;
}

.menu li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.menu li.dropdown {
  display: inline-block;
}

.menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size:15px;
    display: block;
    text-align: left;
}

.menu .dropdown-content a:hover {background-color: #f1f1f1;}

.menu .dropdown:hover .dropdown-content {
    display: block;
}

.menu_mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    color: white;
}

.menu_mobile a {
    font-size:50px;
    color: white;  
}

.menu_mobile li {
    float: left;
}

.menu_mobile li a, .dropbtn {
    font-family: 'Sunflower', sans-serif;
    display: inline-block;
    font-weight: bold;
    font-size:50px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu_mobile .login {
    display: inline-block;
    color: white;
    text-align: center;
    font-size:30px;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
    //transform: translateX(-10%);
}

.menu_mobile .login a {
    display: inline-block;
    color: white;
    text-align: center;
    font-size:30px;
    //transform: translateX(-10%);
}

.menu_mobile a:hover, .dropdown:hover .dropbtn {
    color: white;
    text-align: center;
    //font-size:10px;
    background-color: none;
}

.menu_mobile li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.menu_mobile li.dropdown {
  display: inline-block;
}

.menu_mobile .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.menu_mobile .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size:40px;
    display: block;
    text-align: left;
}

.menu_mobile .dropdown-content a:hover {background-color: #f1f1f1;}

.menu_mobile .dropdown:hover .dropdown-content {
    display: block;
}
.plan {
    background-color: gray;
    border-radius: 0.5rem;
}

.plan2 {
    background-color: gray;
    border-radius: 0.5rem;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    border: 3px solid rgb(0, 0, 255);
    border-radius: 50%;
}

.small { font-size:10px;font-weight:normal;}

.time {
    font-family: sans-serif;
    font family : Times;
    font-size: 100px; /* 원하는 폰트 사이즈 */
    font-weight: bold;
    text-shadow: 4px 4px 2px black;
    color: white; /* 시간이 표기되는 텍스트 색상 */
    position: absolute;
    bottom: 5%;
    right: 6%;
}

.title { font-size:14px;font-weight:bold;}

.today {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    border: 3px solid rgb(0, 0, 255);
    border-radius: 50%;
}

.wrapper1 {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: flex;
    width: 100%;
    //max-width: 1170px;
    border:solid 0px;
    position: absolute;
    top: 10%;
    left: 20%;
    //transform: translateX(-10%);
    width: 1px;
    height: 1px;
}

.layout_wrap {position: relative; max-width: 1000px; margin:20px auto; background: #fff; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);}
.layout_wrap strong {font-weight:bold;}
.layout_wrap i {font-style:italic;}
.layout_cont {min-height: 600px; padding-bottom: 30px;}
.layout_foot {position: relative; background: #325ADB; padding: 25px 20px;}
.layout_foot::after {content: ""; display: block; clear: both;}
.layout_foot > .btn-group {float: right;}
.layout_foot > a {position: absolute; top: 50%; left: 20px; display: block; transform: translateY(-50%);}
/*
.tal { text-align:left !important; }
.tac { text-align:center !important; }
.tar { text-align:right !important; }
.tvt { vertical-align:top !important; }
.tvm { vertical-align:middle !important; }
.tvb { vertical-align:bottom !important; } */