/* 회원가입 약관 */

.container {
	padding-bottom:10px;
	text-align:center;
}
.container h1 {
	font-size:55px;
	margin-bottom:20px;
	font-weight:300;
}
.container h1>span {
	color:#1EB7B1;
}
.container p {
	margin-bottom:20px;
}

#contactForm section {margin:10px auto 30px;border:1px solid #dbdbdb;position:relative;border-radius:3px 3px 0 0 ;
-webkit-box-shadow:  0 1px 3px #eee;
-moz-box-shadow:  0 1px 3px #eee;
box-shadow: 0 1px 3px #eee;
}
#contactForm_chkall{text-align:right}
#contactForm h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#f8f8f8}
#contactForm .agree_text {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
/*#contactForm .contactForm_agree1 {position:absolute;top:0;right:0;;padding:15px}*/
#contactForm .contactForm_agree2 {padding:10px 0 0;text-align:right}
#contactForm .contactForm_agree2 label {display:inline-block;margin-right:5px}
#contactForm .btn_confirm{text-align:center;}
#contactForm .btn_confirm .btn_submit{height:50px;border-radius:0px;padding:0 40px;font-weight:bold;font-size:1.083em}

#contactForm_form{background:#fff;padding:20px;margin-bottom:20px}
#contactForm .form_01 div{margin: 0 0 50px}

/* alert Bootstrap */
#alertOk, #alertErr { display:none; }

.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}






/* 커스텀 css --------------------------- */
    /* term */
#contactForm_term {
    display: none;
}
    /* form - form layout */
#contactForm_form {
    padding: 0;
}
#contactForm_form > div > ul:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}
#contactForm_form > div > ul:nth-child(1) li {
    flex-basis: 50%;
}
#contactForm_form > div > ul:nth-child(1) li:nth-child(2n -1) {
    padding-right: 30px;
}
#contactForm_form > div > ul:nth-child(1) li:nth-child(2n) {
    padding-left: 30px;
}
#contactForm_form > div > ul:nth-child(2) {
    width: 100%;
}
    /* form - input, label */
#contactForm_form label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.7;
}
#contactForm_form input {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
}
#contactForm_form > div > ul:nth-child(1) input {
    margin-bottom: 44px;
    padding-left: 0;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #565656 !important;
    border-radius: 0;
    line-height: 3;
    text-indent: 10px;
    transition: all 0s;
}
#contactForm_form > div > ul:nth-child(1) input:focus-visible::placeholder {
    color: #00000000;
}
#contactForm_form > div > ul:nth-child(1) input:focus-visible {
    outline: 0px solid #000;
}
#contactForm_form > div > ul:nth-child(1) input:focus {
    border-bottom: 2px solid #000 !important;
}
#contactForm_form > div > ul:nth-child(2) textarea {
    margin-top: 17px;
    margin-bottom: 28px;
    padding: 20px;
    border: none;
    box-shadow: none;
    border: 1px solid #565656;
    border-radius: 0;
    line-height: 1.7;
    min-height: 207px;
    
}
#contactForm_form .contactForm_agree2 {
    text-align: left;
}
#contactForm_form .contactForm_agree2 .pop-txt {
    margin-left: 8px;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
#contactForm_form .contactForm_agree2 label {
    margin-top: -1px;
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
}
#contactForm_form .contactForm_agree2 input {
    width: 21px;
    height: 21px;
    border: 1px solid #565656;
    border-radius: 0;
}
#contactForm .btn_confirm .btn_submit {
    width: 240px;
    height: 65px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: var(--js_red);
    
}
    /* required */
.required {
    background-image: url(/img/ico_form_req.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 0px top 2px !important;
    background-size: 6px !important;
    overflow: overlay;
    padding-right: 10px;
}
































/* 2 tab vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) and (min-width:951px) {


    /* 회원가입 약관 */

    .container {
        padding-bottom:0.741vw;
        text-align:center;
    }
    .container h1 {
        font-size:4.074vw;
        margin-bottom:1.481vw;
        font-weight:300;
    }
    .container h1>span {
        color:#1EB7B1;
    }
    .container p {
        margin-bottom:1.481vw;
    }

    #contactForm section {
        margin:0.741vw auto 2.222vw;border:0.074vw solid #dbdbdb;position:relative;border-radius:0.222vw 0.222vw 0 0 ;
    -webkit-box-shadow:  0 0.074vw 0.222vw #eee;
    -moz-box-shadow:  0 0.074vw 0.222vw #eee;
    box-shadow: 0 0.074vw 0.222vw #eee;
    }
    #contactForm_chkall{text-align:right}
    #contactForm h2 {text-align:left;padding:1.111vw 1.481vw;border-bottom:0.074vw solid #dbdbdb;background:#f8f8f8}
    #contactForm .agree_text {display:block;padding:1.481vw;width:100%;height:11.111vw;background:#fff;border:0;line-height:1.6em}
    /*#contactForm .contactForm_agree1 {position:absolute;top:0;right:0;;padding:1.111vw}*/
    #contactForm .contactForm_agree2 {padding:0.741vw 0 0;text-align:right}
    #contactForm .contactForm_agree2 label {display:inline-block;margin-right:0.37vw}
    #contactForm .btn_confirm{text-align:center;}
    #contactForm .btn_confirm .btn_submit{height:3.704vw;border-radius:0;padding:0 2.963vw;font-weight:bold;font-size:1.083em}

    #contactForm_form{background:#fff;padding:1.481vw;margin-bottom:1.481vw}
    #contactForm .form_01 div{margin: 0 0 3.704vw}

    /* alert Bootstrap */
    #alertOk, #alertErr { display:none; }

    .alert {
    padding: 1.111vw;
    margin-bottom: 1.111vw;
    border: 0.074vw solid transparent;
    border-radius: 0.296vw;
    }

    .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    }
    .alert-success hr {
    border-top-color: #c9e2b3;
    }
    .alert-success .alert-link {
    color: #2b542c;
    }

    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    .alert-danger hr {
    border-top-color: #e4b9c0;
    }
    .alert-danger .alert-link {
    color: #843534;
    }

    .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
            transition: opacity .15s linear;
    }
    .fade.in {
    opacity: 1;
    }

    .close {
    float: right;
    font-size: 1.556vw;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 0.074vw 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    }
    .close:hover,
    .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    }
    button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    }






    /* 커스텀 css --------------------------- */
        /* term */
    #contactForm_term {
        display: none;
    }
        /* form - form layout */
    #contactForm_form {
        padding: 0;
    }
    #contactForm_form > div > ul:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
    }
    #contactForm_form > div > ul:nth-child(1) li {
        flex-basis: 50%;
    }
    #contactForm_form > div > ul:nth-child(1) li:nth-child(2n -1) {
        padding-right: 2.222vw;
    }
    #contactForm_form > div > ul:nth-child(1) li:nth-child(2n) {
        padding-left: 2.222vw;
    }
    #contactForm_form > div > ul:nth-child(2) {
        width: 100%;
    }
        /* form - input, label */
    #contactForm_form label {
        font-size: 1.333vw;
        font-weight: 700;
        color: #000;
        line-height: 1.7;
    }
    #contactForm_form input {
        font-size: 1.111vw;
        font-weight: 400;
        color: #000;
        line-height: 1.7;
    }
    #contactForm_form > div > ul:nth-child(1) input {
        margin-bottom: 3.259vw;
        padding-left: 0;
        border: none !important;
        box-shadow: none !important;
        border-bottom: 0.074vw solid #565656 !important;
        border-radius: 0;
        line-height: 3;
    }
    #contactForm_form > div > ul:nth-child(1) input:focus-visible {
        outline: 0px solid #000;
    }
    #contactForm_form > div > ul:nth-child(2) textarea {
        margin-top: 1.259vw;
        margin-bottom: 2.074vw;
        padding: 1.481vw;
        border: none;
        box-shadow: none;
        border: 0.074vw solid #565656;
        border-radius: 0;
        line-height: 1.7;
        min-height: 15.333vw;
        
    }
    #contactForm_form .contactForm_agree2 {
        text-align: left;
    }
    #contactForm_form .contactForm_agree2 .pop-txt {
        margin-left: 0.593vw;
        padding-bottom: 0.148vw;
        font-size: 1.111vw;
        font-weight: 700;
        color: #000;
        border-bottom: 0.074vw solid #000;
        cursor: pointer;
    }
    #contactForm_form .contactForm_agree2 label {
        margin-top: -0.074vw;
        font-size: 1.111vw;
        font-weight: 500;
        color: #231f20;
    }
    #contactForm_form .contactForm_agree2 input {
        width: 1.556vw;
        height: 1.556vw;
        border: 0.074vw solid #565656;
        border-radius: 0;
    }
    #contactForm .btn_confirm .btn_submit {
        width: 17.778vw;
        height: 4.815vw;
        font-size: 1.333vw;
        font-weight: 700;
        color: #fff;
        background-color: var(--js_red);
        
    }
        /* required */
    .required {
        background-image: url(/img/ico_form_req.png) !important;
        background-repeat: no-repeat !important;
        background-position: right 0vw top 0.148vw !important;
        background-size: 0.444vw !important;
        overflow: overlay;
        padding-right: 0.741vw;
    }
}




















































/* 1 mobile vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 950px){

    #contactForm_chkall{text-align:right}
    #contactForm h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#f8f8f8}
    #contactForm .agree_text {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
    /*#contactForm .contactForm_agree1 {position:absolute;top:0;right:0;;padding:15px}*/
    #contactForm .contactForm_agree2 {padding:10px 0 0;text-align:right}
    #contactForm .contactForm_agree2 label {display:inline-block;margin-right:5px}
    #contactForm .btn_confirm{text-align:center;}
    #contactForm .btn_confirm .btn_submit{height:50px;border-radius:0px;padding:0 40px;font-weight:bold;font-size:1.083em}

    #contactForm_form{background:#fff;padding:20px;margin-bottom:20px}
    #contactForm .form_01 div{margin: 0 0 50px}

    /* alert Bootstrap */
    #alertOk, #alertErr { display:none; }

    .alert {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    }

    .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    }
    .alert-success hr {
    border-top-color: #c9e2b3;
    }
    .alert-success .alert-link {
    color: #2b542c;
    }

    .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    }
    .alert-danger hr {
    border-top-color: #e4b9c0;
    }
    .alert-danger .alert-link {
    color: #843534;
    }

    .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
            transition: opacity .15s linear;
    }
    .fade.in {
    opacity: 1;
    }

    .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    }
    .close:hover,
    .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    }
    button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    }






    /* 커스텀 css --------------------------- */
        /* term */
    #contactForm_term {
        display: none;
    }
        /* form - form layout */
    #contactForm_form {
        padding: 0;
    }
    #contactForm_form > div > ul:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #contactForm_form > div > ul:nth-child(1) li {
        flex-basis: 100%;
    }
    #contactForm_form > div > ul:nth-child(1) li:nth-child(2n -1) {
        padding-right: 0px;
    }
    #contactForm_form > div > ul:nth-child(1) li:nth-child(2n) {
        padding-left: 0px;
    }
    #contactForm_form > div > ul:nth-child(2) {
        width: 100%;
    }
        /* form - input, label */
    #contactForm_form label {
        font-size: 4.375vw;
        font-weight: 700;
        color: #000;
        line-height: 1.7;
    }
    #contactForm_form input {
        font-size: 3.75vw;
        font-weight: 400;
        color: #000;
        line-height: 1.7;
    }
    #contactForm_form > div > ul:nth-child(1) input {
        height: 11.25vw; 
        margin-bottom: 4.375vw;
        padding-left: 0;
        border: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #565656 !important;
        border-radius: 0;
        line-height: 3;
    }
    #contactForm_form > div > ul:nth-child(1) input:focus-visible {
        outline: 0px solid #000;
    }
    #contactForm_form > div > ul:nth-child(2) textarea {
        margin-top: 5vw;
        margin-bottom: 5vw;
        padding: 4.75vw;
        border: none;
        box-shadow: none;
        border: 1px solid #565656;
        border-radius: 0;
        line-height: 1.7;
        min-height: 50.875vw;
        
    }
    #contactForm_form .contactForm_agree2 {
        text-align: left;
    }
    #contactForm_form .contactForm_agree2 .pop-txt {
        margin-left: 2.125vw;
        padding-bottom: 0.5vw;
        font-size: 3.75vw;
        font-weight: 700;
        color: #000;
        border-bottom: 0.125vw solid #000;
        cursor: pointer;
    }
    #contactForm_form .contactForm_agree2 label {
        margin-top: -0.25vw;
        font-size: 3.75vw;
        font-weight: 500;
        color: #231f20;
    }
    #contactForm_form .contactForm_agree2 input {
        width: 5.125vw;
        height: 5.125vw;
        border: 0.125vw solid #565656;
        border-radius: 0;
    }
    #contactForm .btn_confirm .btn_submit {
        width: 36.25vw;
        height: 10.625vw;
        font-size: 3.375vw;
        font-weight: 700;
        color: #fff;
        background-color: var(--js_red);
        
    }
        /* required */
    .required {
        background-image: url(/img/ico_form_req.png) !important;
        background-repeat: no-repeat !important;
        background-position: right 0px top 2px !important;
        background-size: 1.5vw !important;
        overflow: overlay;
        padding-right: 2.3vw;
    }
}