
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


body {
  font-family:'Nanum Gothic', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

.warp{width:100%;margin: 0 auto;}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px 20px 20px;
}

.header-box {
  background: #3c6fb8;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-box img {
  width: 100px;
  margin: -20px 40 0 40px;
}
.title {color: #fff;}

  .header-box p{ font-family:'Nanum Gothic', sans-serif;}

h2 {
 font-family:'Nanum Gothic', sans-serif;
  margin: 0 10 15 0;
  font-size: 20px;
  font-weight: bold;
}

.desc {
  margin: 10px 20;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Nanum Gothic';
  color: #000;
}


 .desc strong {
 text-decoration: underline;
 
}

 .desc2 {
  margin: 10px 30;
  font-size: 13px;
  line-height: 2.6;
  font-family: 'Nanum Gothic';
  color: #000;
}



 .desc3 {
  margin: 10px 30;
  font-size: 14px;
  line-height: 2.6;
  font-family: 'Nanum Gothic';
  color: #3c6fb8;
   font-weight: bold;
}


.input {
 width: 100%;
  padding: 10px;
  margin: 0px 0 8px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height:35px;
}

.input_blue {
 width: 100%;
  padding: 2px;
  margin: 0px 0 8px 0px;
  border: 1px solid #3c6fb8;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height:35px;
  font-family: 'Nanum Gothic';
}

.input_blue30 {
 width: 100%;
  padding: 10px;
  margin: 0px 0 8px 0px;
  border: 1px solid #3c6fb8;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height:35px;
  font-family: 'Nanum Gothic';
}


.input20 {
 width: 20%;
  padding: 10px;
  margin: 0px 0 8px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height:35px;
}

.input50 {
 width: 80%;
  padding: 10px;
  margin: 0px 0 8px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  height:35px;
}

.payment-methods {
  width:70%;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.payment-methods label {
  flex: 1;
  text-align: center;
  padding: 10px;
  background: #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
}

.payment-methods input:checked + label {
  background: #0066cc;
  color: white;
}

.info-box {
  background: #e9f3ff;
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 16px;
}

.bank-info {
  color: #d80000;
  font-weight: bold;
  font-size: 13px;
  margin: 0px 20;
  font-family: 'Nanum Gothic';
}

.notice {
  background: #f8f8f8;
  padding: 16px;
  border-radius: 8px;
  margin-top: -10px;
  font-size: 13px;
  color: #333;
  border: 1px solid #ccc;
  font-family: 'Nanum Gothic';
  line-height: 2.2;
  height:50px;
  overflow:scroll; height:200px;

}

.notice .warning {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

 .notice .warning2 {
  color: #1f6fd4;
   
  font-weight: bold;
}

.notice .warning3 {
  color: #1f6fd4;
   margin-top: 10px;
  font-weight: bold;
}

.checkboxes {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.checkboxes label {
  display: block;
  margin-bottom: 4px;
}

.btn-submit {
  margin-top: 20px;
  background: #0066cc;
  color: white;
  font-size: 16px;
  padding: 14px;
  border: none;
  width: 50%;
  border-radius: 6px;
  cursor: pointer;
  margin:0px auto;
  font-family: 'Nanum Gothic';
  font-weight: bold;

}

.btn-submit:hover {
  background: #005bb5;
}

.blue-tag {
  display: flex;
  align-items: center;
  background: #1f6fd4;
  color: white;
  border-radius: 10px;
  padding: 16px;
  font-size: 28px;
 
  margin-top: 20px;
  font-family: 'Nanum Gothic';
   font-weight: bold;
}

.blue-tag img {
  width: 92px;
  margin: -59px 10 0 10px;
}



.agree0 {
  margin: 0px 30px 0px 30px;
  font-size: 15px;
  color: #6b6d74;
}
.agree {
  margin: 20px 30px 40px 30px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #6b6d74;
}
.agree_box input[type=radio] {
  margin-top: 2px;
  margin-right: 3px;
}
.agree_box label {
  margin-right: 15px;
}


.agree_1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 93%;
  background-color: #fff;
  border: 1px solid #a8a9ab;
  margin: 0px 30px;
}
.agree_1 .agree_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #35383b;
  background-color: #f3f4f5;
  border-bottom: 1px solid #d4d4d5;
  text-align: left;
}
.agree_1 .agree_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
  overflow-y: scroll;
}


.agree_1 .agree_content2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
  overflow-y: scroll;
}


.line{border-top:1px solid #ccc;margin: 20px 30px 20px 30px;}


.sub_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #3b3c40;
}
.sub_title2 {
  margin-top: 15px;
  text-align: center;
  background: url(../img/br-content-subtitle-bg.gif) repeat-x center center;
}
.sub_title2 > p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 33px;
  line-height: 32px;
  margin: 0;
  padding: 0 37px;
  font-size: 15px;
  color: #fff;
  background-color: #0066cc;
}

.t_img  {text-align: center;}
.t_img img {text-align: center;}

@media (max-width:649px){


.container {
      max-width: 100%;
      margin: 0 auto;
      padding: 30px 10px 10px 10px;

    }

    .header-box {
      background: #3c6fb8;
      color: #fff;
      padding: 0px;
      border-radius: 10px;
      display: flex;
      align-items: center;
	  font-size: 3.1vw;
	  gap: 1vw;
	  
    }

    .header-box img {
      width: 15vw;
	  margin: 2vw 5vw;

    }
	.title {color: #fff;}

	.header-box p{ font-family:'Nanum Gothic', sans-serif; line-height: 1.2;}
    h2 {
	 font-family:'Nanum Gothic', sans-serif;
      margin: 0 10 15 0;
      font-size: 4.6vw;
	  font-weight: bold;
    }




	.header-box2 {
      background: #1f6fd4;
      color: #fff;
      padding: 0px;
      border-radius: 10px;
      display: flex;
      align-items: center;
	  font-size: 3.1vw;
	  gap: 1vw;
	
	  
    }

    .header-box2 img {
      width: 100px;
	  margin: -45px 2vw 2vw 2vw;

    }

	.header-box2 p{ font-family:'Nanum Gothic', sans-serif; line-height: 2;}




    .desc {
      margin: 10px 0;
      font-size: 3.5vw;
      line-height: 1.6;
	  font-family: 'Nanum Gothic';
	  color: #000;
	  list-style-type: none;
    }
	


	 .desc strong {
	 text-decoration: underline;
    }

	 .desc2 {
      margin: 10px 0;
      font-size: 3.5vw;
      line-height: 2.0;
	  font-family: 'Nanum Gothic';
	  color: #000;
    }



	 .desc3 {
      margin: 10px 0;
       font-size: 3.5vw;
      line-height: 2.0;
	  font-family: 'Nanum Gothic';
	  color: #3c6fb8;
	   font-weight: bold;

    }

	.desc4 {
      margin: 10px 0;
       font-size: 3.5vw;
      line-height: 2.0;
	  font-family: 'Nanum Gothic';
	  color: #000;
	   font-weight: bold;
    }

	
	

	.input {
	 width: 100%;
      padding: 10px;
      margin: 0px 0 8px 0px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 14px;
	  height:35px;
	}





	.input_blue {
	 width: 100%;
      padding: 2px;
      margin: 0px 0 8px 0px;
      border: 1px solid #3c6fb8;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 3.5vw;
	  height:35px;
	  font-family: 'Nanum Gothic';
	}

	.input_blue30 {
	 width: 100%;
      padding: 10px;
      margin: 0px 0 8px 0px;
      border: 1px solid #3c6fb8;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 3.5vw;
	  height:35px;
	  font-family: 'Nanum Gothic';
	}


	.input20 {
	 width: 31%;
      padding: 10px;
      margin: 0px 0 8px 0px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 3.5vw;
	  height:35px;
	}

		.input50 {
	 width: 51%;
      padding: 10px;
      margin: 0px 0 8px 0px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 3.5vw;
	  height:35px;
	}

    .payment-methods {
	  width:100%;
      display: flex;
      gap: 10px;
      margin-bottom: 8px;
    }

    .payment-methods label {
      flex: 1;
      text-align: center;
      padding: 10px;
      background: #e5e5e5;
      border-radius: 6px;
      cursor: pointer;
    }

    .payment-methods input:checked + label {
      background: #0066cc;
      color: white;
    }

    .info-box {
      background: #e9f3ff;
      padding: 16px;
      border-radius: 8px;
      margin-top: 20px;
      font-size: 4vw;
    }

    .bank-info {
      color: #d80000;
      font-weight: bold;
      font-size: 3.5vw;;
      margin: 0px 0px 0px 0px;
	line-height: 1.6;
	  font-family: 'Nanum Gothic';
    }

    .notice {
      background: #f8f8f8;
      padding: 16px;
      border-radius: 8px;
      margin-top: -10px;
      font-size: 3.5vw;;
      color: #333;
	  border: 1px solid #ccc;
	  font-family: 'Nanum Gothic';
	  line-height: 1.8;
	   overflow:scroll; height:120px;
    }

    .notice .warning {
      color: red;
      font-weight: bold;
	  margin-top: 0.5vw;
    }

	 .notice .warning2 {
      color: #1f6fd4;
	   
      font-weight: bold;
    }

	.notice .warning3 {
      color: #1f6fd4;
	   margin-top: 0.5vw;
      font-weight: bold;
    }

    .checkboxes {
      margin-top: 16px;
      font-size: 13px;
   
    }

    .checkboxes label {
      display: block;
      margin-bottom: 4px;
    }

    .btn-submit {
      margin-top: 20px;
      background: #0066cc;
      color: white;
      font-size: 16px;
      padding: 14px;
      border: none;
      width: 50%;
      border-radius: 6px;
      cursor: pointer;
	  margin:0px auto;
	  font-family: 'Nanum Gothic';
	  font-weight: bold;

    }

    .btn-submit:hover {
      background: #005bb5;
    }

    .blue-tag {
      display: flex;
      align-items: center;
      background: #1f6fd4;
      color: white;
      border-radius: 10px;
      padding: 5vw;
      font-size: 28px;
     
      margin-top: 20px;
      font-family: 'Nanum Gothic';
	   font-weight: bold;
    }

    .blue-tag img {
     width: 15vw;
	 margin: -20vw 5vw;
    }



	
	.agree0 {
	  margin: 0px 0px 0px 0px;
	  font-size: 15px;
	  color: #6b6d74;
	}
	.agree {
	  margin: 20px 0px 20px 0px;
	  margin-bottom: 15px;
	  font-size: 15px;
	  color: #6b6d74;
	}
	.agree_box input[type=radio] {
	  margin-top: 2px;
	  margin-right: 3px;
	}
	.agree_box label {
	  margin-right: 15px;
	}


	

.agree_1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a8a9ab;
  margin: 0px 0px;
}
.agree_1 .agree_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #35383b;
  background-color: #f3f4f5;
  border-bottom: 1px solid #d4d4d5;
  text-align: left;
}
.agree_1 .agree_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
  overflow-y: scroll;
}


.agree_1 .agree_content2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
  overflow-y: scroll;
}

.line{border-top:1px solid #ccc;margin: 20px 0px 20px 0px;}




.t_img  {text-align: center;}
.t_img img {width:100%;}

}