@charset "utf-8";

/** LOGIN LAYOUT **/
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}
 .h2 .ribbon-front {
	background-color: #006140;
	height: 43px;
	width: 245px;
	position: relative;
	left: -10px;
    z-index: 2;
    top: 70px;
}
.ribbon-edge-topleft2 {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.ribbon-edge-topleft2 {
   left: 235px;
  border-color: transparent #006140 transparent transparent;
}
.ribbon-edge-topleft2 {
  top: 90px;
  border-width: 22px 21px 21px 37px;
  transform: rotate(-180deg);
  border-radius: 1px;
}
.h2 .ribbon-edge-bottomleft {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}
.h2 .ribbon-edge-bottomleft{
	top:132px;
}
 .h2 .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #006140 transparent transparent;
}
 .h2 .ribbon-edge-bottomleft {
	  border-width: 0 10px 15px 0;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 929px;
  height: 547px;
  margin-top: -343px;
  margin-left: -464px;
  letter-spacing: -1px;
}
header {
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 1px 1px 4px #0000004d;
}
section {
  overflow: hidden;
  width: 929px;
  height: 547px;
  background: #ffffff;
  font-size: 0;
  box-shadow: 2px 2px 20px #a7a3a34d;
}
section>div {
  height: 100%;
}
section .leftBox {
  float: left;
  width: 439px;
  padding: 80px 30px;
  box-sizing: border-box;
  text-align: center;
  right: 50%; 
}
section .leftBox img{
  width : 450px;
  height : 300px;
  margin: 30px -20px;
}
section .rightBox {
  float: right;
  width: calc(100% - 439px);/*ë„ˆë¹„ëŠ” ì „ì²´ì—ì„œ leftBox ë„ˆë¹„ ëº€ ë§Œí¼ ìž„.*/
  padding:45px 40px;
  box-sizing: border-box;
}
footer {
  position: absolute;
  bottom: 0;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.leftBox h1{
  margin-bottom: 15px;
}
/** LOGIN DETAIL **/
/* LOGIN AREA */
.login{
  margin-bottom: 100px;
}
/* Tab */
.login .tab {
  font-size: 0;
  margin-top: 30px;
}
.login .tab li {
  display:inline-block;
  vertical-align:top;
  width:50%;
  box-sizing:border-box;
  padding: 2px;
  text-align: left;
  transition: 0.3s;
  font-size: 20px;
  border-bottom:2px solid #006040;
  color:#006040;
  cursor: default;
}
.tab_content {height:210px; display:none}
.tab_content.active{display:block}

/* Form */
.login .Form {
  margin: 50px 0 0 0;
}
.login .Form li:nth-child(1) {
  margin-bottom: 10px;
}
.login .Form li:nth-child(2) {
  margin-bottom: 15px;
}
.login .Form li input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fafafa;
  font-size: 14px;
  color: #272e3a;
  letter-spacing: 1px;
  box-sizing: border-box;
}

/* option */
.option {
  display: flex; /* Flexbox 활성화 */
  justify-content: right; /* 양쪽 끝에 배치 */
  align-items: center;
  font-size: 15px;
  color:#777777;
  letter-spacing: 0;
  width: 372px;
  margin-left: 40px;
  padding: 5px 0;
  gap: 10px
}

.option .sign-up-text {
  display: inline;
/*   padding: 10px 0px; */
}
.option .search {
/*   padding: 10px 0px; */
}
.option .search a,
.login .sing-up a{
  color: #777777;
}
.option .search a:hover,
.sign-up-text a:hover{
	cursor:pointer;
	color: #00008C;
}
.option .search span{
  margin:0 5px;
}
/* INPUT-STYLE */
.checkBox input[type="checkbox"] { /* ì‹¤ì œ ì²´í¬ë°•ìŠ¤ëŠ” í™”ë©´ì—ì„œ ìˆ¨ê¹€ */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checkBox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkBox input[type="checkbox"] + label:before {  /* ê°€ì§œ ì²´í¬ë°•ìŠ¤ */
  content: ' ';
  display: inline-block;
  width: 11px;  /* ì²´í¬ë°•ìŠ¤ì˜ ë„ˆë¹„ë¥¼ ì§€ì • */
  height: 11px;  /* ì²´í¬ë°•ìŠ¤ì˜ ë†’ì´ë¥¼ ì§€ì • */
  line-height: 11px; /* ì„¸ë¡œì •ë ¬ì„ ìœ„í•´ ë†’ì´ê°’ê³¼ ì¼ì¹˜ */
  margin: -2px 5px 0 0;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  text-align: center;
  vertical-align: middle;
}
.login .btnLogin ,
.modal-form .btnLogin{
  display: block;
  width: 372px;
  height: 55px;
  margin-left: 40px;
  margin-top: 10px;
  background: linear-gradient(45deg, #006140, #1E3932);
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  cursor:pointer;
}
.modal-form .btnLogin{
	margin-left : 0px;
}
.login .btnLogin:hover {
  opacity: 1;
  background: linear-gradient(45deg, #00754A, #2C5443);
  transition: all 0.3s linear;
}
.login .sing-up {
  font-size: 15px;
  color:#777777;
  letter-spacing: 0;
  padding: 15px 1px 0 0;
  text-align: right;
}
.copyright {
  color: #999999;
  font-size: 12px;
  text-align: center;
  font-family: Arial;
  letter-spacing: 0.5px;
}
.modal{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(1.5px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	z-index: 99;
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 410px;
  padding: 30px 0 30px 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.modal .title {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  display:inline-block;
  vertical-align:top;
  width:95%;
  box-sizing:border-box;
  padding: 10px;
  transition: 0.3s;
  border-bottom:2px solid #3fa2f6;
  cursor: default;
}
.modal .title h2 {
    display: inline;
}
.modal .modal_close_btn {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 18px;
	cursor: pointer;
}
.modal .modal_close_btn:hover{
  color: #3498db;
}
.input-boxes .text {
  font-size: 15px;
  color:#777777;
  letter-spacing: 0;
  width: 372px;
  padding:20px 0;
}
/* Form */
.modal-form .Form {
  margin: 20px 0 0 0;
}
.modal-form .Form li:nth-child(1) {
  margin-bottom: 10px;
}
.modal-form .Form li:nth-child(2) {
  margin-bottom: 15px;
}
.modal-form .Form li input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #fafafa;
  font-size: 14px;
  color: #272e3a;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin-left : -40px;
}
@media (max-width: 970px) {
    .container{
	    left: 10%;
/* 	    width: calc(100% / 2); */
	    margin-left: 0;
	    display: inline-block;
	    vertical-align: top;
	    width: 90%;
	    box-sizing: border-box;
	    padding-right: 50px;
    }
    .container section{
    	width: 100%;
    	min-width: 400px;
    }
    .container section .leftBox{
        display: none;
        opacity: 0;
    }
    .container section .rightBox{
        width: 100%;
       
    }
    .login{
    	margin-left : -40px;
    }
    .login .btnLogin{
    	display:inline-block;
	    vertical-align:top;
	    width:90%;
	    box-sizing:border-box;

    }
    .container form::-webkit-scrollbar{
       display: none;
    }
    form .fields .input-field{
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 550px) {
    form .fields .input-field{
        width: 100%;
    }
}