/*--------------------------------------------------------------
# 臾몄쓽寃뚯떆��
--------------------------------------------------------------*/
.SubV_inquiryBg{background: url(/taste_en/public/img/visual/sub_visual_04.jpg) no-repeat center;
    background-size: cover;
}
.newBoardTitLayout{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.newBoardTitLayout .SearchBox{
    margin-top: 0;
    width: auto!important;
}
/*.newBoardTitLayout .Search input{width: 300px;}*/
/* ================== 1by1_write ================== */
.boardBtnWrap{margin: 30px 0}
.font_Int{    font-family: 'Inter', sans-serif;font-weight: 500; font-style: normal}
.flexCenter{display: flex; justify-content: center; align-items: center;}
.inquiryWrap{max-width: 1170;
    margin: 0 auto;
    padding: 50px 10px 120px 10px
}
.inquirySubTit{text-align: center; 
    border-bottom:  none!important;
    padding-bottom: 0
}
.in_padt50{padding-top:50px!important;}
.inquiryContent{border-top: 2px solid #333; border-bottom: 1px solid #eee;}
.inquiryInputWrap {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0px;
    padding-left: 150px;
}
.inquiryInputWrap input{width: 80%;}
.ic_marT23 {
    margin-top: 23px;
}
.ic_marT56{margin-top:56px;}
.disapproveRemark{padding:10px; margin:20px 0; font-size:2.0em; color: #ff1012; font-weight:400; line-height:40px; text-align:center; border:1px solid blue;}
.inquirytxtAreaWrap{
	padding:20px 10px 20px 10px;
}
.inquiryInputWrap label {
    min-width: 65px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 0px;
    position: absolute;
    left: 0px;
}
.inquiryInputWrap input,
.inquiryInputWrap select{border: none;
    display: inline-block; 
    text-overflow: ellipsis;
}
.inquiryHalfContent{display: flex;}
.inquiryHalfContent .inquiryInputWrap{width: 50%}
.repliedWrap{
    border-top: 1px solid #eee!important;
    padding-top: 20px;margin-bottom: 0;
}
.repliedWrap label{font-weight: 500;}
.inquirytxtAreaWrap textarea{border: none;
    display: block; width: 100%;
    padding: 30px 10px!important
}
.inquirytxtAreaWrap textarea::placeholder,
.inquiryInputWrap input::placeholder,
.replyWrap textarea#reply::placeholder{
    font-size: 17px; color: #ccc; letter-spacing: -1px; font-weight: 350;
}
.buttonWrap{font-size: 0;}
.inquiryWrap .blck_btn,
.inquiryWrap .Lgrey_btn,
.inquiryWrap .blu_btn{
    width: 150px; height: 60px;
    display: inline-block;
    padding: 0;
    cursor:pointer;
}
.inquiryWrap .buttonWrap button + button{margin-left: 10px;}

.inqCheckLine{
	display:block;
	padding:20px 0px 20px 0px;
	border-bottom: 1px solid #eee;
}
.wriinq label{
	margin-bottom:0px;
}
.suminq{
	z-index: 300;
	top: 13px;
    width: 110px;
    position: absolute;
    left: 140px;
}
.suminq label{
	position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    top: -1px;
}
.addFile button{
	background-color: #f8f8f8;
    border-radius: 8px;
    position: absolute;
    left: 286px;
    top: 5px;
    width: 40px;
    height: 40px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-align:Center;
}
.addFile button img{
	height: 20px;
    position: relative;
    top: -3px;
}

@media (max-width: 991px){
	.inquiryHalfContent{
		display:block;
	}
	.inquiryHalfContent .inquiryInputWrap {
		width: 100%;
	}
}

@media (max-width: 767px){
	.inquiryWrap {
		padding: 40px 0px 100px 0px;
	}
	.SubV_inquiryBg{
		background-position: 65%;
	}
	.ic_marT56{margin-top:40px;}
    
	.inquiryInputWrap {
		position: relative;
		border-bottom: 1px solid #E5E5E5;
		padding: 16px 10px;
		padding-left: 0px;
	}
	.inquiryInputWrap label{margin-bottom: 5px;
        display: block;
    }
    .inquiryInputWrap label{
		position: relative;
		left: 0px;
		font-size: 15px;
		display:block;
		margin-bottom:10px;
	}
	.inquiryInputWrap input {
		width: 100%;
		height:30px;
	}
    .inquirytxtAreaWrap textarea::placeholder,
    .inquiryInputWrap input::placeholder,
    .replyWrap textarea#reply::placeholder{font-size: 15px; }
    .inquiryInputWrap label{margin-right: 0;}
    .inquiryWrap .blck_btn, .inquiryWrap .Lgrey_btn, .inquiryWrap .blu_btn{ width: 80px;height: 50px;}
    .replyCompleteBtn { width: 70px!important;height: 35px!important; }
    .replyWrap {margin-bottom: 50px;}
    .inquiryInputWrap select{width: 100%; }
	.in_padt50 {
		padding-top: 0px!important;
	}
	
	.suminq {
		z-index: 300;
		top: 5px;
		width: 110px;
		position: absolute;
		left: 110px;
	}
	.addFile button {
		position: absolute;
		right: 0px;
		left:inherit;
		top: 0px;
		width: 36px;
		height: 36px;
	}
}
/* ==================// 1by1_write ================== */
/* ================== 1by1_reply ================== */
.replyContent{margin-bottom: 60px!important;}
.adminReplyWrap{border-top: 1px solid #eee;
    padding: 30px 10px 
}
.adminInfoContent{display: flex;}
.adminName{  font-size: 17px; color: #333; font-weight: 500;
    margin-right: 30px;
}
.repliedInfo{margin-bottom: 0;}
.repliedInfo em{font-style: normal; font-size: 14px; color: #ccc;font-family: 'Inter', sans-serif; letter-spacing: -0.25px;;}
.replyWrap{margin-bottom: 105px;}
.replyWrap p{margin-bottom: 0;}
.replyWrap label{display: block; 
    font-size: 17px; color: #333; font-weight: 500;
    margin-bottom: 20px;
}
.replyWrap textarea#reply{border-radius: 10px; border: none;
    padding: 30px 20px; 
    width: 100%; max-height: 150px;
    display: block;
    background-color: #f8f8f8;
    
}
.replyWrap .buttonWrap{text-align: right;
    margin-top: 15px;
}
.replyCompleteBtn{width: 90px!important; height: 40px!important;
    font-size: 14px; font-weight: 350;
}
@media (max-width: 767px){
    .replyCompleteBtn { width: 70px!important;height: 35px!important; }
    .replyWrap {margin-bottom: 50px;}
    .replyWrap textarea#repl{padding: 20px;}
}
/* ==================// 1by1_reply ================== */
/* ================== 1by1_password ================== */
.inquiryPassword{padding-top: 100px;}
.passwordInfo{ text-align: center;font-size: 15px; color: #777; line-height: 27px; font-weight: 350;
    margin-bottom: 28px;
}
.inqPasswordInputWrap{text-align: center;}
.inqPasswordContent{border-bottom: none;}
.inqPasswordInputWrap input{border: none;
    background-color: #f8f8f8;
    width: 278px; height: 50px;
    border-radius: 30px;
    padding: 15px 30px;
    margin-right: 10px;
}

.inqPasswordInputWrap input::placeholder{font-size: 14px; color: #aaa; font-weight: 300;}
.inqPasswordInputWrap .blck_btn{width: 80px;height: 50px;
    border-radius: 30px;
    font-size: 15px; font-weight: 350;
}
@media(max-width: 767px){
    .inqPasswordInputWrap input {width: 60%;}
}
/* ==================// 1by1_password ================== */
/* ================== corporation ================== */
.inquiryWrap>.requiredMark{display: block;
    text-align: right;  font-size: 13px;  letter-spacing: -0.1px;font-weight: 500; line-height: 50px;
}
.requiredMark{color: #ff1012;font-style: normal;}
/* :::radio::: */
.lnbformWrap00 label{margin-right: 40px;}
.payMethod_listWrap input[type="radio"]:checked,
.payMethod_listWrap input[type="radio"]:not(:checked) {position: absolute;
    left: -9999px;
}
.payMethod_listWrap input[type="radio"]:checked + label,
.payMethod_listWrap input[type="radio"]:not(:checked) + label{
    cursor: pointer;
    display: inline-block;
    color: var(--txt-D); color: #444; font-size: 15px; font-weight: 400; line-height: 48px;text-align: center;
}
.payMethod_listWrap input[type="radio"]:checked + label:before,
.payMethod_listWrap input[type="radio"]:not(:checked) + label:before {content: '';
    position: absolute;left: 0;top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
}
.payMethod_listWrap input[type="radio"]:checked + label:before {border: 1px solid #000;}
.payMethod_listWrap input[type="radio"]:checked + label{
    color: var(--txt-D); color: #444; font-size: 15px; font-weight: 400; line-height: 48px;text-align: center;
}
.payMethod_listWrap input[type="radio"]:checked + label:after,
.payMethod_listWrap input[type="radio"]:not(:checked) + label:after { content: '';
    background: #333;
    position: absolute;  top: 5px;left: 3px;
	opacity: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.payMethod_listWrap input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0); transform: scale(0);
}
.payMethod_listWrap input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1); transform: scale(1);
}
@media (max-width: 1200px){
    .lnbformWrap00 label{margin:  0 20px 10px 20px;}
    .inr{ padding-left: 20px!important; padding-right: 20px!important;}
    
}
@media (max-width: 991px){
    .pointDesc{font-size: 33px;}
}
@media (max-width: 767px){
    .lnbformWrap00 label{margin-left: 0;}
    .registerBtn{width: 170px;height: 50px;
        font-size: 18px;
    }
    .registerBtn a{line-height: 51px;}
    .registerBtn_wrap { margin-top: 50px;}
    .pointTit{font-size: 15px; margin-bottom: 0!important;}
    
} 

/* ==================// corporation ================== */

/* ::://radio :::*/
/*--------------------------------------------------------------
# 臾대즺媛뺤쓽�좎껌
--------------------------------------------------------------*/
.freeLecWrap{
	width:100%;
	position:relative;
	background-color:#fde3d4;
	overflow:hidden;
	
	/* background-image: url(/taste_en/public/img/bg_freeengtrip.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.freeBg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:40%;
	background-image: url(/taste_en/public/img/bg_freeengtrip.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.freeBg_mo{
	display:none;
}

.fr_sideBox{
	margin:0 auto;
	max-width:1170;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	padding-top:210px;
	padding-bottom: 120px;
}

.fr_TopBox{
	position:relative;
}
.fr_Img{
	position: absolute;
    right: -60px;
    z-index: 200;
    top: -80px;
}
.fr_titleBox{
	position:relative;
	text-align:left;
	z-index:300;
}
.fr_titleBox h1{
	font-family: 'S-CoreDream-4Regular';
    letter-spacing: -2.4px;
    font-size: 50px;
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
.fr_titleBox h1 span{
	display:inline-block;
	position:relative;
	z-index:200;
}
.fr_titleBox h1 b{
	letter-spacing: -2.3px;
    font-family: 'S-CoreDream-6Bold';
    display: inline-block;
    position: relative;
    z-index: 200;
    font-size: 50px;
}
.fr_titleBox h1 p{
	margin: 0;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    left: 0px;
    width: 100%;
    height: 16px;
    z-index: 150;
    background-color: #ffd157;
}
.fr_titleBox h2{
    display: block;
    letter-spacing: -0.6px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    margin: 26px 0px 0px 0px;
}

.frLinkBox{
	display:block;
	margin: 34px 0px 0px 0px;
	position:relative;
}
.frLinkBox a{
	cursor:pointer;
}
.frLink{
	display:inline-block;
	position:relative;
	margin-right:40px;
}
.frLink:hover .frL_Text span{
	text-decoration:underline;
}
.frLink:hover .frL_Text b{
	text-decoration:underline;
}
.frL_circle{
	text-align:center;
	display:inline-block;
	width: 120px;
    height: 120px;
	background-color:#ffffff;
	border-radius:50%;
}

.frL_circle img{
	max-width:100%;
	display:inline-block;
}
.frc_hei01{width:100%;}
.frc_hei02{width:100%;}
.frL_Text{
	top: 18px;
    position: relative;
    display: inline-block;
    margin-left: 16px;
}
.frL_Text span{
	font-size: 19px;
	font-weight: 300;
}
.frL_Text b{
	margin-top: -2px;
    display: block;
    font-size: 27px;
    font-weight: 600;
}

.frc_inputWrap{
	border-radius:16px;
	padding: 64px 0px 80px 0px;
	display:block;
	background-color:#fff;
	position: relative;
}

.frc_apTitle{
	display: block;
    text-align: center;
    margin-bottom: 60px;
}
.frc_apTitle .apTitle h1{
	letter-spacing: -1.5px;
	font-size: 34px!important;
	display:block!important;
}

.rfc_content{
	max-width:400px;
	margin:0 auto;
}
.frcbun_marT{
	margin-top: 23px;
}

/*--------
# 臾대즺�섍컯�좎껌 -> 臾대즺�섍컯�좎껌 吏꾪뻾諛⑸쾿 �앹뾽
---------*/
.tp_wd540 {
    width: 540px;
}
.frepopBox{
	padding-bottom:20px;
}
.free_stepBox{
	display:block;
	position:relative;
	padding-top:20px;
}
.fremarT{
	margin-top:10px;
}

.free_step{
	display:block;
	position:relative;
	padding: 16px 20px 16px 130px;
}
.frs_DowniMG{
	top: 90px;
    position: absolute;
    left: 45px;
    z-index: 200;
}
.frs_DowniMG img{
	max-width:100%;
	height:18px;
}
.frs_iMG{
	top: 0px;
    position: absolute;
    left: 0px;
	z-index:100;
}
.frs_iMG img{
	max-width:100%;
	height:100px;
}

.free_step span{
color: #ea4728;
    border: 2px solid #ea4728;
    padding: 2px 14px 2px 14px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border-radius: 15px;
}
.free_step b{
	display: block;
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
}

.confirmLoginBox{
	/* margin-top: 306px; */
	margin-top: 190px;
	margin-bottom: 20px;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 34px 270px 30px 30px;
    border-radius: 16px;
}
.confText b img{
	display: inline-block;
    height: 30px;
    position: absolute;
	left:0px;
    top: 1px;
}
.confText b{
	position:relative;
	padding-left:38px;
	font-size: 22px;
    font-family: 'S-CoreDream-3Light';
    display: inline-block;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.confText b span{
	font-family: 'S-CoreDream-7ExtraBold';
	font-weight:900;
	display:inline-block;
}
.cbsbold{
	color:#ea4728!important;
}
.conf_btn {
	top: 50%;
    border: 2px solid #ea4728;
    width: 230px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
	webkit-transform: translateY(-50%);
}
.conf_btn a {
    line-height: 58px;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ea4728;
    font-family: 'S-CoreDream-7ExtraBold';
    padding: 0px 30px 0px 30px;
}
.conf_btn a b {
    font-family: 'Inter', sans-serif;
    position: absolute;
    right: 20px;
    max-width: 100%;
    top: 0px;
    color: #ea4728;
    font-size: 20px;
}
.conlo_marB50{
	margin-bottom: 50px!important;
}

.constepBox{
	margin-bottom: 60px;
	display:block;
	text-align:center;
}
.constepBox span{
	color: #222;
    border: 2px solid #222;
    padding: 9px 20px 8px 20px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border-radius: 21px;
}
.constepBox p{
    margin-top: 11px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'S-CoreDream-3Light';
    font-size: 22px;
}

.confirmLogin_sendBox{
	margin-top: 190px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 92px 30px 96px 30px;
    border-radius: 16px;
	text-align: center;
}

.cfsendText{
	line-height: 40px;
    text-align: Center;
    font-size: 24px;
    font-family: 'S-CoreDream-4Regular';
    display: block;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.cfsendText span{
	font-family: 'S-CoreDream-7ExtraBold';
    font-weight: 900;
    display: inline-block;
}

.cfsendBtn {
	display: inline-block;
    margin-top: 46px;
    width: 330px;
    height: 70px;
    background-color: #ea4728;
    border-radius: 35px;
    position: relative;
}
.cfsendBtn a {
	text-align: left;
    line-height: 70px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'S-CoreDream-3Light';
    padding: 0px 30px 0px 30px;
}
.cfsendBtn a b {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    position: absolute;
    right: 30px;
    max-width: 100%;
    top: 0px;
    color: #fff;
    font-size: 24px;
}

.login_fg{
	height:73%!important;
}

@media(max-width: 1200px){
	.fr_sideBox {
		padding-top: 160px;
	}
	.fr_titleBox h1 p{
		height: 18px;
		bottom: 7px;
	}
	
	.frLink {
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	.fr_titleBox h2 {
		font-size: 18px;
		line-height: 30px;
		margin: 12px 0px 0px 0px;
	}
	
	.fr_Img {
		right: -10px;
		top: 60px;
	}
    .fr_Img img{
		height: 484px;
	}
	
	.confirmLoginBox {
		margin-top: 84px;
	}
	
	.freeBg{
		height: 36%;
	}
	.confText b{
		font-size: 19px;
	}
	
	.confirmLogin_sendBox{
		margin-top: 84px;
		padding: 72px 30px 70px 30px;
	}
	.login_fg {
		height: 60%!important;
	}
}

@media(max-width: 1030px){
	.freeBg {
		background-position: 60%;
		height: 38%;
	}
}

@media(max-width: 850px){
	.fr_titleBox h1{
		font-size:50px;
	}
	.fr_titleBox h1 b {
		font-size: 50px;
	}
	.fr_titleBox h1 p{
		height: 18px;
		bottom: 7px;
	}
	
	.fr_titleBox h2 {
		font-size: 17px;
		line-height: 25px;
		margin: 12px 0px 0px 0px;
	}
	
	.frL_circle {
		width: 100px;
		height: 100px;
	}

	
	.frL_Text {
		top: 14px;
		margin-left: 10px;
	}
	.frL_Text span {
		font-size: 16px;
	}
	.frL_Text b {
		margin-top: -4px;
		font-size: 24px;
	}
	
	.fr_Img {
		right: -10px;
		top: 110px;
	}
	.fr_Img img {
		height: 421px;
	}
	
	.confirmLoginBox {
		margin-top: 54px;
	}
}

@media(max-width: 767px){
	.fr_sideBox {
		padding-bottom: 80px;
		padding-top: 100px;
	}
	
	.frc_apTitle {
		margin-bottom: 30px;
	}
	.frc_apTitle .apTitle h1 {
		letter-spacing: inherit;
		font-size: 25px!important;
		display: block!important;
	}
	
	.free_step {
		padding: 16px 20px 16px 120px;
	}
	.frs_iMG img {
		height: 90px;
	}
	.frs_DowniMG {
		top: 80px;
		left: 40px;
	}
	.frs_DowniMG img {
		height: 16px;
	}
	.free_step span {
		padding: 4px 12px 3px 12px;
		font-size: 12px;
		border-radius: 12px;
	}
	.free_step b {
		font-size: 17px;
		margin-top: 6px;
	}

	.frLink {
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.freeBg{
		display:none;
	}
	.freeBg_mo {
		display: block;
		position: absolute;
		left: 50%;
		top: 0px;
		width: 80%;
		height: 40%;
		background-image: url(/taste_en/public/img/m_bg_freeengtrip.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		transform: translateX(-50%);
	}
	.confirmLoginBox {
		margin-top: 364px;
	}
	.confirmLoginBox {
		margin-bottom: 20px;
		width: 100%;
		position: relative;
		background-color: #fff;
		padding: 34px 30px 30px 30px;
		border-radius: 16px;
	}
	.conf_btn {
		display: inline-block;
		top: inherit;
		border: 2px solid #ea4728;
		width: 100%;
		height: 60px;
		background-color: #fff;
		border-radius: 30px;
		position: relative;
		right: inherit;
		transform: inherit;
		webkit-transform: inherit;
		margin-top: 20px;
	}
	
	.confirmLogin_sendBox {
		margin-top: 300px;
		padding: 50px 30px 50px 30px;
	}
	.cfsendText{
		line-height: 30px;
		font-size: 20px;
	}
	.cfsendBtn {
		margin-top: 30px;
		width: 300px;
		height: 60px;
		border-radius: 30px;
	}
	.cfsendBtn a {
		line-height: 60px;
		font-size: 18px;
		padding: 0px 30px 0px 30px;
	}
	.cfsendBtn a b {
		right: 30px;
		font-size: 22px;
	}
	
	.m_login_fg{
		width: 60%!important;
		height: 88%!important;
	}
}

@media(max-width: 730px){
	.fr_titleBox h1{
		font-size:34px;
	}
	.fr_titleBox h1 b {
		font-size: 34px;
	}
	.fr_titleBox h1 p{
		height: 11px;
		bottom: 4px;
	}
	
	.fr_titleBox h2 {
		font-size: 15px;
		line-height: 24px;
		margin: 8px 0px 0px 0px;
	}
	
	.frLinkBox {
		width: 100%;
		display: flex;
		margin: 24px 0px 0px 0px;
		position: relative;
	}
	.frLink {
		width:100%;
		display: block;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.frL_Text {
		top: 12px;
		margin-left: 4px;
	}
	.frL_circle {
		width: 80px;
		height: 80px;
	}

	.frL_Text span {
		font-size: 14px;
	}
	.frL_Text b {
		margin-top: -4px;
		font-size: 20px;
	}
	
	.fr_Img {
		text-align:right;
		position: relative;
		right: 10px;
		top: 10px;
	}
	.fr_Img img {
		display:inline-block;
		height: 370px;
	}

	.frc_inputWrap {
		border-radius: 12px;
		padding: 40px 20px 30px 20px;
		display: block;
		background-color: #fff;
	}
	
	.confirmLoginBox {
		margin-top: 270px;
	}
	.confText b {
		font-size: 16px;
	}
	.confText b img {
		top: -3px;
	}
	
	.conlo_marB50 {
		margin-bottom: 30px!important;
	}
	.constepBox {
		margin-bottom: 40px;
	}
	.constepBox span {
		border: 2px solid #222;
		padding: 7px 20px 6px 20px;
		font-size: 13px;
		border-radius: 18px;
	}
	.constepBox p {
		margin-top: 8px;
		font-size: 18px;
	}
}

@media(max-width: 700px){
	.m_login_fg {
		width: 80%!important;
		height: 88%!important;
	}
	.confirmLogin_sendBox {
		margin-top: 300px;
		padding: 30px 20px 30px 20px;
	}
	.cfsendText {
		line-height: 26px;
		font-size: 18px;
	}
	.cfsendBtn {
		margin-top: 20px;
	}
}

@media(max-width: 600px){
	.tp_wd540 {
		width: 100%;
	}
	.free_step {
		padding: 12px 0px 12px 100px;
	}
	.frs_iMG img {
		height: 80px;
	}
	.frs_DowniMG {
		top: 68px;
		left: 36px;
	}
	.frs_DowniMG img {
		height: 14px;
	}
	.free_step span {
		padding: 4px 12px 3px 12px;
		font-size: 11px;
		border-radius: 13px;
	}
	.free_step b {
		letter-spacing: -1.5px;
		font-size: 14.5px;
		margin-top: 6px;
	}
}

@media(max-width: 500px){
	.fr_sideBox {
		padding-bottom: 80px;
		padding-top: 98px;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.fr_titleBox h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 13px 0px 0px 0px;
		letter-spacing: -1px;
	}
	
	.frLinkBox {
		margin: 14px 0px 0px 0px;
	}
	.frL_circle {
		width: 60px;
		height: 60px;
	}
	.frL_Text {
		top: 11px;
		margin-left: 6px;
	}
	.frL_Text span {
		font-size: 12px;
	}
	.frL_Text b {
		font-size: 17px;
	}
	
	.freeBg_mo{
		width:100%;
		top: -20px;
	}
	
	.confirmLoginBox {
		margin-bottom: 20px;
		padding: 20px 16px 16px 16px;
		border-radius: 10px;
	}
	.confText b {
		padding-left: 0px;
		font-size: 14px;
		line-height: 23px;
	}
	.confText b img {
		display: block;
		height: 16px;
		top: inherit;
		position: relative;
		margin-bottom: 5px;
	}
	
	.conf_btn {
		border: 1px solid #ea4728;
		height: 40px;
		border-radius: 20px;
		margin-top: 14px;
	}
	.conf_btn a {
		line-height: 40px;
		font-size: 14px;
		padding: 0px 20px 0px 20px;
	}
	.conf_btn a b {
		font-size: 18px;
	}
	
	.constepBox {
		margin-bottom: 30px;
	}
	.constepBox span {
		border: 2px solid #222;
		padding: 5px 16px 4px 16px;
		font-size: 12px;
		border-radius: 15px;
	}
	.constepBox p {
		margin-top: 6px;
		font-size: 16px;
	}
	
	
	.m_login_fg {
		width: 100%!important;
		height: 88%!important;
	}
	.confirmLogin_sendBox {
		border-radius: 10px;
		margin-top: 300px;
		padding: 30px 20px 26px 20px;
	}
	.cfsendText {
		line-height: 24px;
		font-size: 16px;
	}
	.cfsendBtn {
		margin-top: 20px;
		width: 80%;
		height: 40px;
		border-radius: 20px;
	}
	.cfsendBtn a {
		line-height: 42px;
		font-size: 14px;
		padding: 0px 20px 0px 20px;
	}
	.cfsendBtn a b {
		right: 20px;
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# �볤��곸뿭
--------------------------------------------------------------*/
#bo_vc {
	margin: 30px 0 20px;
    padding: 20px 20px 20px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
}
#bo_vc h6 {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
#bo_vc article {
    padding: 0 0 10px;
    border-top: 1px dotted #ccc;
}
#bo_vc header {
	font-size: 15px;
    position: relative;
    padding: 15px 0 15px;
}
#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {
    font-weight: bold;
	margin-right:10px;
}
.bo_vc_hdinfo {
    font-size: 0.9rem;
    display: inline-block;
    margin: 0 15px 0 5px;
}
#bo_vc p {
    font-size: 14px;
    padding: 0 0 14px;
    line-height: 18px;
}
.bo_vc_act {
	text-align: right;
    margin: -20px 0 0;
    list-style: none;
    zoom: 1;
    display: block;
}
.bo_vc_act li {
	display: inline-block;
    margin-left: 0px;
}
#bo_vc a {
    color: #000;
    text-decoration: none;
}
.comment_Btn {
    text-align: center;
    display: inline-block;
    width: 70px;
    font-size: 15px;
    font-weight: 400;
    background-color: #6c757d;
    padding: 8px 10px 8px 10px;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor:pointer;
}


#bo_vc_w {
	width:100%;
    position: relative;
    margin: 30px 0px 30px 0px;
    padding: 0 0 20px;
}
#bo_vc_w h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-group {float:left; width:92%;}
/* 테블릿 가로, 테블릿 세로 (해상도 1008px ~ 1169px)*/ 
@media all and (min-width:1008px) and (max-width:1169px) { 
	.form-group {float:left; width:90%;}
}
/* 모바일 가로, 모바일 세로 (해상도 0px ~ 767px)*/ 
@media all and (min-width:0px) and (max-width:1007px) { 
	.form-group {float:left; width:75%;}
}
.form-group textarea {
    border: 1px solid #dddddd !important;
}
.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    height:40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.none_marLR {float:right;}

#btn_submit {
    width: 100%;
    height: 38px;
    font-size: 16px;
}
.add_comment_Btn {
    text-align: center;
    display: inline-block;
    width: 70px;
    font-size: 16px;
    background-color: #333;
    padding: 8px 10px 8px 10px;
    color: #fff;
    border-radius: 4px;
    cursor:pointer;
}

@media(max-width: 767px){
	#bo_vc {
		margin: 30px 0 20px;
		padding: 20px 14px 20px 14px;
	}
	#bo_vc p {
		font-size: 13px;
		padding: 0 0 14px;
		line-height: 20px;
	}
	
	.comment_Btn {
		width: 60px;
		font-size: 13px;
		padding: 6px 8px 6px 8px;
		border-radius: 4px;
		margin-top: 4px;
	}
	#btn_submit {
		width: 80px;
		height: 40px;
		font-size: 14px;
	}
}


/* ::::::::::::::::::::::::: 라디오 / 체크 -start:::::::::::::::::::::::::*/
.radioBoxWrap {
    box-sizing: border-box;
    display: inline-block;
}
.radioBoxWrap span + span{margin-left: 50px;}
.radioBoxWrap input{
	width:auto;
}
.radioBoxWrap input[type="radio"]:checked,
.radioBoxWrap input[type="radio"]:not(:checked) {
	position: absolute;
    opacity:0!important;
}
.radioBoxWrap label{margin-bottom: 0;}
.radioBoxWrap input[type="radio"]:checked + label,
.radioBoxWrap input[type="radio"]:not(:checked) + label{position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    width: 90px;
    color: #444; font-size: 15px; font-weight: 300;font-weight: 300;
   line-height: 22px;  letter-spacing: -0.24px;
   margin-right:0px;
}
.radioBoxWrap input[type="radio"]:checked + label:before,
.radioBoxWrap input[type="radio"]:not(:checked) + label:before {content: '';
    position: absolute;left: 0;top: 50%;
    transform: translateY(-50%);
    width: 14px; height: 14px;
    border: 1px solid #444;
    border-radius: 100%;
    background: #fff;
}
.radioBoxWrap input[type="radio"]:checked + label{
    text-align: left;
    color: #444
    
}
.radioBoxWrap input[type="radio"]:checked + label:after,
.radioBoxWrap input[type="radio"]:not(:checked) + label:after { content: '';
    width: 10px; height: 10px;
    background: #333;
    position: absolute;  top: 50%;left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radioBoxWrap input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0); transform: scale(0);
}
.radioBoxWrap input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%); 
    transform: scale(1)  translateY(-50%);
}

.checkBoxWrapper{width:100%;text-align:left;}
.checkBoxWrap{text-align: left;position: relative;display:inline-block;}
.checkbox-container {margin-right:50px;position: relative;margin-bottom: 0px;display: inline-block;}
.checkbox-container input[type="checkbox"] {/* 실제 체크박스는 화면에서 숨김 */position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0); border: 0}
.checkbox-container input[type="checkbox"] + label {font-weight: 300;display: inline-block;position: relative;cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-size:15px;}
.checkbox-container input[type="checkbox"] + label a{font-size:16px;font-weight: 500;text-decoration:underline;}
.checkbox-container input[type="checkbox"] + label a:hover{text-decoration:underline;}
.checkbox-container input[type="checkbox"] + label:before {/* 가짜 체크박스 */content: ' ';border-radius:0px;display: inline-block;width: 14px;  /* 체크박스의 너비를 지정 */height: 14px; /* 체크박스의 높이를 지정 */line-height: 14px; /* 세로정렬을 위해 높이값과 일치 */margin: -2px 8px 0 0;text-align: center;vertical-align: middle;background: #ffffff;border: 1px solid #222222;}
.checkbox-container input[type="checkbox"]:checked + label:before {/* 체크박스를 체크했을때 */content: '\2714'; /* 체크표시 유니코드 사용 */color: #222;font-weight: 700;border-color: #222;font-size:16px;position: relative;}

/* added by Oak MS */
.rightTxtWrapper{width:100%;text-align:left;}
.rightTxtWrap{text-align: left;position: relative;display:inline-block;}
.rightTxtWrap textarea {width:400px; max-width:100%; height:80px;}

.rightTxtWrap textarea::placeholder{
    font-size: 13px; color: #ccc; letter-spacing: -1px; font-weight: 350;
}

@media(max-width: 767px){
	.radioBoxWrap {font-size: 0;margin-top: 10px;box-sizing: border-box;display: inline-block;}
    .radioBoxWrap span{display: inline-block;margin-bottom: 10px;}
	.radioBoxWrap span{margin-bottom: 10px; margin-right:20px;}
    .radioBoxWrap span + span{margin-left: 0;}
	.radioBoxWrap input[type="radio"]:checked + label, .radioBoxWrap input[type="radio"]:not(:checked) + label{font-size: 15px;}
	
	.checkBoxWrapper{margin-top: 20px;}
	.checkbox-container {margin-right: 20px;}
}

/* ::::::::::::::::::::::::: 라디오 / 체크 -end:::::::::::::::::::::::::*/

.c_state {
    border-radius: 0.6rem;
    padding: 0.2rem 0.4rem;
    display: inline-block;
    background: #192770;
    color: #fff;
    font-size:0.8em;
}