@charset "utf-8";

input::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

textarea::-webkit-input-placeholder {
  color:#ccc;
  /*font-weight: bold;*/
	font-style: italic;
}
textarea:-ms-input-placeholder {
  color: blue;
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color:transparent; }

input[type="text"], input[type="password"] {
    /*border: 1px solid #ddd;*/
    /*height: 30px; */
    font-size: 14px;
    padding: 0 10px;
}
input:focus {border: 0 !important;}


.form_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.form_wrap > div {
    width: 48%;
    margin-bottom: 1.5em;
}
.form_wrap > div.address {
    /* width: 100%; */
}
.form_wrap > div.address > div {}

.form_wrap > div.address > div span {
    display: flex;
}
.form_wrap > div.address > div span a {
    color: #ffe100;
    display: flex;
    background-color: #1d2088;
    padding: 0 1em;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    height: 2.2em;
    margin-left: .3em;
    border-radius: .3em;
}

.form_wrap > div.address > div > span input[type=text]:nth-of-type(1) 
{
	
    width: 25%;
    margin-bottom: .35em;
}
.form_wrap > div.address > div input[type=text]:nth-of-type(2) {
    margin-bottom: .35em;
}
.form_wrap > div.comment {
    width: 100%;
}

.form_wrap .row {
    width: 47%;
    margin-bottom: 2em;
    margin-right: 4em;
}
.form_wrap .row:nth-child(2),.form_wrap .row:nth-child(4), .form_wrap .row:nth-child(7) {margin-right:0;}
.form_wrap .row2 {width: 100%;
    margin-bottom: 2em;}
.form_wrap .col {}
.form_wrap .col input, .form_wrap .col textarea {font-size: 24px;border-radius: .3em;padding: 5px 10px;border: 1px solid #ccc;margin: .2em 0;}
.form_wrap .col input.frm_text {width:100%;}
.form_wrap .col .required {
    width: 100%;
}
.form_wrap .col label {margin-left:1em;font-size: 24px;color: #555;} 
.form_wrap .required, .form_wrap .required2 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #121212;
}
.form_wrap .required3 {
    height: 6.6em;
}
.form_wrap .required:after{content:"";position:absolute;background-image:url('../img/require.png');width: 15px;height: 15px;}
.filebox input[type="file"] {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip:rect(0,0,0,0);
border: 0;
}
.form_wrap input[type="text"], .form_wrap input[type="password"] {
    /*border: 1px solid #ddd;*/
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 300;
}

button.btn_frmline, .form_wrap .filebox label {
    cursor: pointer;
    background-color: var(--color-main);
    padding: .2em 1em;
    margin-left: 1em;
    color: #fff;
    border-radius: .3em;
    font-size: 24px;
    height: unset;
}
button.btn_frmline {
    vertical-align: unset;
}
button.btn_receipt {
    background: none;
    border: none;
    width: 100%;
    /* letter-spacing: -2px; */
}
.agree label{
    font-size: 22px;
}
.agree .agree_open {
    background: #888;
    color: #fff;
    padding: .3em 1em;
    font-size: 20px;
    border-radius: .3em;
    margin-left: .5em;
}
.agree input[type='checkbox'] {
    width: 20px;
    height: 22px;
}
.checkbox {
    text-align: center;
}
.checkbox label {margin-right:1em;}

.link_box {width: 30%;margin: 0 auto;} 

.btn-6 {
   background: var(--color-main);
   color: #fff;
   line-height: 48px;
   padding: 0;
   border: none;
   position: relative;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
  font-weight: 600;
  font-size: 20px;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: var(--color-main);
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  color: var(--color-main);
  background: transparent;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: var(--color-main);
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* 신청폼 */
	.form_box {
    padding: 2em;
    width: 100%;
 }
	.form_wrap {
    display: flex;
    flex-direction: column;
	}
	.form_wrap > div {
    width: 100%;
    display: flex;
    flex-direction: column;
 }
	button.btn_receipt {
    font-size: 2.5em;
    width: 100%;
    padding: .5em;
 }
	.form_wrap .required, .form_wrap .required2 {
    font-size: 1.5rem;
    width: 100%;
 }
	.form_wrap input[type="text"], .form_wrap input[type="password"] {
    font-size: 16px;
    width: 100%;
    height: 2em;
 }
	.checkbox label, .radio label {
    font-size: 1.25em;
 }
    .link_box {
    width: 100%;
 }
    .btn-6 span {
    padding: 0;
}
}
