/*메뉴 선택 active*/
.menu_list>li:nth-child(4)>a{color:#ff2f92;}
.m_menu>li:nth-child(4)>a{color:#ff2f92;}
.m_menu>li:nth-child(4)>a::after{opacity: 1;}

/*뒷 배경 깔기*/
html{background: #2a3766; }
body{background: url(../images/backgroundlogo2.png); background-size: 100%; background-repeat: no-repeat; background-attachment: fixed; z-index: 10000; top: 0px;}
#contact{width: 100%; padding-top: 80px;}

/*컨텍트*/

#contact{padding-bottom: 80px;}
#contact h2{text-align: left; color: #fff; font-size: 42px; line-height: 50px;  font-weight: 300;padding: 185px 0 80px;}
.cont_cont{padding-bottom: 50px; font-size: 20px; line-height: 28px; color: #fff; text-align: left; font-weight: 100;}
.cont_cont span{color: #ff2f92;}

.contact_bg{background-image: url(../images/contact_bg.jpg) !important; background-size: 100% !important; background-repeat: no-repeat !important;}


/*폼태그*/

#contact_form>div{width: 100%; padding-right: 150px;}
.dinput{float: left; width:calc(50% - 30px); }
#contact_form>div>div:nth-child(2n-1){margin-right: 60px;}

input[type=text]{width: 100%; font-size: 16px; padding: 10px 0; border: 0px; border-bottom: 1px solid #bcbec0; outline: none; box-sizing: border-box;  color:#fff;  background: transparent;}
.dinput>label{position: absolute; top: 0px; left: 0px; font-size: 16px; padding: 10px 0; color: #fff; content: none; transition: .5s; pointer-events: none; font-weight: bold; font-weight: 700;}
.dinput>label>span{margin-left: 20px; font-size: 13px; }
.dinput{position: relative; margin-bottom: 40px;}
.dinput input:focus ~ label, .dinput input:valid ~ label{ top: -16px; font-size: 13px;}
.dinput input:focus ~ span, .dinput input:valid ~ span{display: block;}
.var{position: absolute; top: 20px; right: 0; font-size: 12px; color: #fff; display: none;}
.details{width: 100%; text-align: left;}
.details2{width: 100%; text-align: left; border-bottom: 1px solid #fff; padding: 10px 0; margin-bottom: 40px;}

.industry{margin-top: 60px;}
.industry>p:nth-child(1){font-size: 16px; font-weight: bold; margin-bottom: 8px; text-align: left; color:#fff; }
.industry>p:nth-child(2){font-size: 12px; font-weight: 400; text-align: left;margin-bottom: 60px; color:#fff;}
.industry_chk{border-bottom: 1px solid #bcbec0; margin-bottom: 100px;}
.industry_chk>li{width: 25%; text-align: left; float: left; margin-bottom: 20px;}

/*개인정보 보호 정책*/
.privacy{width:100%; margin: 0 auto 5% auto; text-align: left; color: #fff;}
.privacy h4{margin-bottom: 3%;}
.privacy p{font-size:14px; line-height: 20px;}
.privacy p:nth-child(1){}
.privacy label{display:block; font-size:12px;}
.privacy span{font-size:14px;}
.privacy span *{float:left;}
.privacy span input{margin-top:3px; margin-right:5px;}
.privacy_box{padding:20px; border:1px solid #ddd;}
.privacy_chk_box{margin-top: 10px;}

.industry_chk input[type="checkbox"] {
    display:none;
}

.industry_chk input[type="checkbox"] + label {
    color:#939598;
    margin-bottom: 20px;
    font-size: 16px; font-weight: bold;
    cursor: pointer;
}
.industry_chk input[type="checkbox"]:checked + label {
    color:#fff;
}

.industry_chk input[type="checkbox"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin: -4px 10px 0;
    vertical-align:middle;
    background:url(../images/checkbox.png) left top no-repeat;
    cursor:pointer;
    transition: 0.5s;
    cursor: pointer;
}

.industry_chk input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox_chk.png) left top no-repeat;
    
}
#cont_file_label{cursor: pointer;}
#cont_file{width: 0px; height: 0px; background: transparent; border: 0px; margin: 0; padding: 0;}
#label_span{position: relative; top: -5px; color: #fff; font-size: 13px;}
.cont_btn{width: 100%;}
.cont_btn>button{color: #fff; float: right; background: #ff2f92; width: 100px; border-radius: 20px; text-align: center; line-height: 30px; font-size: 16px; margin-bottom: 28px; cursor: pointer; font-weight: 300;}
.cont_btn>button span{font-size: 10px; margin-left: 5px; position: relative; top: -1px; font-weight: 200;}


/*contact_slide*/
.contact_slideup{padding-top: 80px;}
.map_list{padding-bottom: 80px;}
.map_list>li{float: left; text-align: left; margin-right: 70px;}
.map_list>li h3{font-size: 20px; font-weight: 500; color:#ff2f92; margin-bottom: 15px;}
.map_list>li>p:nth-child(2){font-size: 12px; color: #fff; line-height: 16px; margin-bottom: 15px;}
.map_list>li>p:nth-child(3),.map_list>li>p:nth-child(4){font-size: 12px; color: #fff; line-height: 16px; margin-bottom: 15px; font-weight: 200;}
.map_list>li>p:nth-child(3) a{color: #fff;}
.map_list>li>p:nth-child(3) span{color:#ff2f92; margin-right: 5px;}
