/* 회원가입 약관 */

.container {
	padding-bottom:10px;
	text-align:center;
}
.container h1 {
	font-family: "Roboto", sans-serif;
	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 {
    text-align: center;
}
#contactForm .contactForm_agree2 input {
    height: auto;
}
#contactForm .contactForm_agree2 label {display:inline-block;margin-right:5px}
#contactForm .btn_confirm{text-align:center;}
#contactForm .btn_confirm .btn_submit {
    width: 230px;
    height: 50px;
    border-radius: 3px;
    margin: 18px 0 40px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #5a6166;
}
#contactForm .btn_confirm .btn_submit:hover {
    background-color: #164581;
}

#contactForm_form {
    background: #fff;
    display: flex;
    justify-content: space-around;
}
#contactForm .form_01 div{}

/* alert Bootstrap */
#alertOk, #alertErr { display:none; }

.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

.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;
}

.contactform {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1220px;
    z-index: 99999;
}
.contactform.active {
    display: block;
}
.contactform .tit_area {
    background: #164581;
    padding-left: 39px;
}
.contactform .tit_area {
    position: relative;
    line-height: 88px;
    font-size: 40px;
    color: #fff;
}
.contactform .tit_area .btn_contact_close {
    position: absolute;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
    cursor: pointer;
}
.contactform select {
    width: 100%;
}

.contactform label {
    font-size: 18px;
    color: #5a6166;
    line-height: 29px;
}
.contactform label.con_required {
    background: url(/img/ico_required.png) no-repeat top 6px right 0;
    overflow: visible;
    padding-right: 12px;
    background-size: 8px;
}
li.twocol {
    display: flex;
}
li.twocol div {
    flex-basis: 48%;
}
li.twocol div:nth-child(1){
    margin-right: auto;
}
li.twocol div:nth-child(2){
    margin-left: auto;
}

#contactForm .form_01 ul.left,
#contactForm .form_01 ul.right {
    flex-basis: 50%;
    padding: 28px 38px;
    margin-bottom: 0px !important;
}

#contactForm_form input,
#contactForm_form select {
    margin-top: 2px !important;
    height: 45px !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: 45px !important;
    padding: 10px 10px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
}
input:hover,
select:hover,
input:focus,
select:focus {
    border: 1px solid #5a6166 !important;
}

#contact_message {
    height: 132px;
    resize: none;
}

label[for=agree] {
    font-size: 16px;
    color: #5a6166a6;
    font-weight: 100;
}


























    /* 2 tab vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
    @media screen and (max-width: 1300px) and (min-width:951px) {
    
    /* 회원가입 약관 */

.container {
	padding-bottom:0.769vw;
	text-align:center;
}
.container h1 {
	font-family: "Roboto", sans-serif;
	font-size:4.231vw;
	margin-bottom:1.538vw;
	font-weight:300;
}
.container h1>span {
	color:#1EB7B1;
}
.container p {
	margin-bottom:1.538vw;
}

#contactForm section {
    margin: 0.769vw auto 2.308vw;
    border: 0.077vw solid #dbdbdb;
    position: relative;
    border-radius: 0.231vw 0.231vw 0 0;
    -webkit-box-shadow: 0 0.077vw 0.231vw #eee;
    -moz-box-shadow: 0 0.077vw 0.231vw #eee;
    box-shadow: 0 0.077vw 0.231vw #eee;
}
#contactForm_chkall{text-align:right}
#contactForm h2 {text-align:left;padding:1.154vw 1.538vw;border-bottom:0.077vw solid #dbdbdb;background:#f8f8f8}
#contactForm .agree_text {display:block;padding:1.538vw;width:100%;height:11.538vw;background:#fff;border:0;line-height:1.6em}
/*#contactForm .contactForm_agree1 {position:absolute;top:0;right:0;;padding:1.154vw}*/
#contactForm .contactForm_agree2 {
    text-align: center;
}
#contactForm .contactForm_agree2 input {
    height: auto;
}
#contactForm .contactForm_agree2 label {display:inline-block;margin-right:0.385vw}
#contactForm .btn_confirm{text-align:center;}
#contactForm .btn_confirm .btn_submit {
    width: 17.692vw;
    height: 3.846vw;
    border-radius: 0.231vw;
    margin: 1.385vw 0 3.077vw;
    font-weight: bold;
    font-size: 1.231vw;
    color: #fff;
    background-color: #5a6166;
}
#contactForm .btn_confirm .btn_submit:hover {
    background-color: #164581;
}

#contactForm_form {
    background: #fff;
    display: flex;
    justify-content: space-around;
}
#contactForm .form_01 div{}

/* alert Bootstrap */
#alertOk, #alertErr { display:none; }

.alert {
  padding: 1.154vw;
  margin-bottom: 1.154vw;
  border: 0.077vw solid transparent;
}

.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.615vw;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 0.077vw 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;
}

.contactform {
    /* display: none; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 93.846vw;
    z-index: 99999;
}
.contactform.active {
    display: block;
}
.contactform .tit_area {
    background: #164581;
    padding-left: 3vw;
}
.contactform .tit_area {
    position: relative;
    line-height: 6.769vw;
    font-size: 3.077vw;
    color: #fff;
}
.contactform .tit_area .btn_contact_close {
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    cursor: pointer;
}
.contactform select {
    width: 100%;
}

.contactform label {
    font-size: 1.385vw;
    color: #5a6166;
    line-height: 2.231vw;
}
.contactform label.con_required {
    background: url(/img/ico_required.png) no-repeat top 0.462vw right 0;
    overflow: visible;
    padding-right: 0.923vw;
    background-size: 0.615vw;
}
li.twocol {
    display: flex;
}
li.twocol div {
    flex-basis: 48%;
}
li.twocol div:nth-child(1){
    margin-right: auto;
}
li.twocol div:nth-child(2){
    margin-left: auto;
}

#contactForm .form_01 ul.left,
#contactForm .form_01 ul.right {
    flex-basis: 50%;
    padding: 2.154vw 2.923vw;
    margin-bottom: 0vw !important;
}

#contactForm_form input,
#contactForm_form select {
    margin-top: 0.154vw !important;
    height: 3.462vw !important;
    font-size: 1.231vw !important;
    color: #000 !important;
    line-height: 3.462vw !important;
    padding: 0.769vw 0.769vw !important;
    border: 0.077vw solid #e1e1e1 !important;
    border-radius: 0vw !important;
}
input:hover,
select:hover,
input:focus,
select:focus {
    border: 0.077vw solid #5a6166 !important;
}

#contact_message {
    height: 10.154vw;
    resize: none;
}

label[for=agree] {
    font-size: 1.231vw;
    color: #5a6166a6;
    font-weight: 100;
}

    
}
























/* 1 mobile vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 950px){

    




}