@media only screen and (min-width: 1024px) {
    .customerWrap .onlineCenterTxt {
        margin: -40px 0 15px 0;
    }
    .customerWrap .onlineCenterTxt2 {
        font-size: 19px;
        color: #42120e;
        line-height: 1.5;
        text-align: center;
        margin: 0 0 50px 0;
    }
	.customerWrap .customerInputArea .inputItem .inputArea.general{
		display:none;
	}
	#inquirytype{
	    width: 140px;
	    flex: none;
	}
	#inquirytype2{
		margin-left:30px;
	    width: 190px;
	    flex: none;
		display:none;
	}
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply{
		flex:none;
	}
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply input{
		width:28px;		
	}
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply label{
		font-size:22px;
	    margin-left: 7px;
		margin-right:20px;
	}
    .customerWrap .agreeArea {
        height: 35px;
        margin-top: 15px;
    }
	.newsArea.customerWrap .autoWriteCheck {
	    margin-bottom: 40px;
	}

	.customerWrap .onlineCenterTxt.small{
        margin: 0px 0 15px 0;
		font-size:20px;
        padding-top: 10px;
	}
	.customerWrap .onlineCenterTxt.btn{
        margin: 0px 0 70px 0;
		font-size:20px;
	}
	.customerWrap .onlineCenterTxt.btn img{
		width:200px;
	}
	.subTab2 {
        display: flex;
        justify-content: center;
		margin-bottom:30px;
    }
    .subTab2 .inner {
        position: relative;
    }
    .subTab2 .inner .tabLink {
        display: flex;
    }
	.subTab2 .inner .tabLink .tab {
        font-family: "Sandoll GyeokdongGL2";
        display: block;
        height: 100%;
        font-size: 22px;
        padding: 0 22px;
        color: #873635;
        line-height: 1;
    }
    .subTab2 .inner .tabLink .tab ~ .tab {
        border-left: 2px solid #873635;
    }
    .subTab2 .inner .tabLink .tab.on {
        font-weight: 600;
    }
	.faqSearchBox{
		width: 950px;
        margin: 0 auto 0 auto;
        text-align: right;
	}
	.faqSearchBox input{
		border: 1px solid #ae7875;
		border-radius: 5px;
        height: 40px;
	}
	.faqSearchBox .btnSearch{
		/*width:80px;*/
	}
	.faqSearchBox .btnSearch img{
		width: 76px;
        margin-left: 5px;
	}
    .faqList {
        margin: 65px auto 0 auto;
    }
}
@media only screen and (max-width: 1023px) {
    .customerWrap .onlineCenterTxt {
        font-size: 3.47vw;
        color: #42120e;
        line-height: 1.5;
        text-align: center;
        margin: -2.78vw 0 3vw 0;
    }
	.customerWrap .onlineCenterTxt.small{
        margin: 0px 0 3vw 0;
		font-size:3.2vw;
        padding-top: 2vw;
	}
	.customerWrap .onlineCenterTxt.btn{
		padding: 3vw 30vw;
	}
    .customerWrap .onlineCenterTxt2 {
        font-size: 3.47vw;
        color: #42120e;
        line-height: 1.5;
        text-align: center;
        margin: -2.78vw 0 6.94vw 0;
    }
	.customerWrap .customerInputArea .inputItem .inputArea.general{
		display:none;
	}
	#inquirytype{
	    width: 20vw;
	    flex: none;
	}
	#inquirytype2{
		margin-left:5vw;
	    width: 24vw;
	    flex: none;
		display:none;
	}
    .inputItem.tall {
        height: 15vw !important;
    }
    .inputItem .inputArea textarea {
        width: 100%;
        height: 12vw;
        flex: 1;
        border-radius: 0;
        border: none;
        background: transparent;
		font-size:2.5vw;
    }
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply{
		flex:none;
	}
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply input{
		width:4vw;		
	}
	.customerWrap .customerInputArea .inputItem .inputArea.requestReply label{
		font-size:3vw;
	    margin-left: 1vw;
		margin-right:3vw;
	}
    .customerWrap .agreeArea {
        height: 4vw;
        margin-top: 2.5vw;
    }
	.newsArea.customerWrap .autoWriteCheck {
	    margin-top: 3vw;
	}
	.newsArea.customerWrap .autoWriteCheck {
	    margin-bottom: 7vw;
	}

	.subTab2 {
        display: flex;
        justify-content: center;
		margin-bottom:30px;
    }
    .subTab2 .inner {
        position: relative;
    }
    .subTab2 .inner .tabLink {
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:90vw;
    }
	.subTab2 .inner .tabLink .tab {
        font-family: "Sandoll GyeokdongGL2";
        display: block;
        height: 100%;
        font-size: 3.5vw;
        padding: 0 3vw;
        color: #873635;
        line-height: 1;
		margin-bottom:2vw;
    }
    .subTab2 .inner .tabLink .tab ~ .tab {
        border-left: 2px solid #873635;
    }
    .subTab2 .inner .tabLink .tab:nth-child(4){
		border-left:none;
	}
    .subTab2 .inner .tabLink .tab.on {
        font-weight: 600;
    }

	.faqSearchBox{
		width: 100%;
        margin: 0 auto 0 auto;
        text-align: right;
	}
	.faqSearchBox input{
		border: 1px solid #ae7875;
		border-radius: 1vw;
        height: 6vw;
	}
	.faqSearchBox .btnSearch{
		margin-right:3vw;
	}
	.faqSearchBox .btnSearch img{
		width: 11.1%;
        margin-left: 1%;
	}
    .faqList {
        margin: 9vw auto 0 auto;
    }
	.newsArea {
		min-height:100vw;
	}
}
.mt7 {
	margin-top:7px !important;
}