div.my_palm{
	overflow: hidden;
	background-color: #f7f7f7;
	border-bottom: 2px solid #a71b38;
	box-sizing: border-box;
	padding: 40px 0px;
}
div.palm_title{
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
    max-width: 1440px;
	margin: 0px auto 20px auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
div.palm_title > p.logout{
	color: #999;
	font-size: 1.5vh;
}
div.palm_title > p.login{
	color: #222;
	font-weight: bold;
	font-size: 17px;
}
div.palm_title > p.login > span{
	color: #a71b38;
	font-weight: bold;
	font-size: 17px;
}
div.my_palm > div.my_palm_wrap{
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
    max-width: 1440px;
	box-sizing: border-box;
}
div.my_palm > div.my_palm_wrap > div.img_box{
	width: 300px;
	height: 300px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	float: left;
}
div.my_palm > div.my_palm_wrap > div.img_box > div.img_bg{
	position:absolute;
	height:auto;
}
div.my_palm > div.my_palm_wrap > div.img_box > div.select_img{
	position:absolute;
	height:auto;
	opacity:0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

div.my_palm_wrap > div.img_box > div > img{
	width: 100%;
}
div.my_palm_wrap > div.select_box{
	float: right;
	overflow: hidden;
	width: calc(100% - 340px);
}
div.my_palm_wrap > div.select_box > ul{
	overflow: hidden;
	width: 100%;
}
div.my_palm_wrap > div.select_box > ul > li{
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
div.my_palm_wrap > div.select_box > ul > li:nth-child(4n){
	margin-right: 0px;
}
div.my_palm_wrap > div.select_box > ul > li > a{
	display: block;
	width: 100%;
	height: 45px;
    font-size: 1.8vh;
	color: #999;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size:2vh;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 45px;
	text-align: center;
}
div.my_palm_wrap > div.select_box > ul > li > a:hover{
	color: #fff;
	border: 1px solid #a71b38;
	background-color: #a71b38;
}
div.my_palm_wrap > div.select_box > ul > li > a.palm_on{
	color: #fff;
	border: 1px solid #a71b38;
	background-color: #a71b38;
}
div.my_palm_wrap > div.select_box > p{
	font-size: 1.7vh;
	font-weight: normal;
	color: #a71b38;
	line-height: 1.3;
	min-height:130px;
}
div.btn_box > ul > li{
	float: right;
	position: relative;
}
div.btn_box > ul > li:first-child,
div.btn_box > ul > li:nth-child(2){
	float: left;
	margin-right: 10px;
}
div.btn_box > ul > li:nth-child(3){
	margin-left: 10px;
}
div.btn_box > ul > li > img{
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 10;
}
div.btn_box > ul > li > button{
	display: block;
	width: 100px;
	height: 40px;
	font-size: 1.5vh;
	color: #fff;
	background-color: #a71b38;
	border-radius: 5px;
	border:0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 9;
}
div.btn_box > ul > li > button:hover{
	opacity: 0.6;
}
div.btn_box > ul > li:nth-child(2) > button{
	background-color: #000;
}
div.btn_box > ul > li:last-child > button{
	background-color: #999;
}
div.select_palm{
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 100px;
}
div.select_palm > div.title{
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
div.select_palm > div.title > h3{
	float: left;
	font-size:2vh;
	color: #000;
}
div.select_palm > div.title > p{
	float: right;
	font-size: 15px;
	color: #999;
}
div.select_palm > div.palm_info{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;     
}
div.select_palm > div.palm_info > div.img_box{
	line-height: 0px;
	position: relative;
	width: 250px;
	height: auto;
	overflow: hidden;
	border: 2px solid #ccc;
	box-sizing: border-box;
	float: left;
}
div.select_palm > div.palm_info > div.img_box > img{
	width: 100%;
}
div.select_palm > div.palm_info > div.img_box > img:last-child{
	position: absolute;
	top: 0px;
	left: 0px;
}
div.select_palm > div.palm_info > div.text_box{
	float: left;
	width: calc(100% - 400px);
	margin-left: 40px;
}
div.select_palm > div.palm_info > div.text_box > div.title{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 17px;
	color: #000;
	margin-bottom: 20px;
}
div.select_palm > div.palm_info > div.text_box > div.content{
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	box-sizing: border-box;
	padding-left: 10px;
}
div.select_palm > div.palm_info > a{
	display: block;
	width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-left: 10px;
	float: left;
	background-color: #a71b38;
	background-color: #666;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div.select_palm > div.palm_info > a:hover{
	background-color: #a71b38;
}


/* plam_detail */
.content_guide .ex_content_list_guide .ex_content_list_img_area {
	float:left;
	width:calc(20% - 10px);
    margin-right:calc(50px / 4);
    margin-bottom: 50px;
    border:none;
    position: relative;
    height: auto;
}
.content_guide .ex_content_list_guide .ex_content_list_img_area .handViewImg {
    width: 100%;
    border:1px solid #d7d7d7;
}
.content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(5n) {
    margin-right: 0;
}
.content_guide .ex_content_list_guide .ex_content_list_img_area:hover{
	-webkit-filter: grayscale(100%);
}

.content_guide .ex_content_list_guide .ex_content_list_img_area > div.handViewDiv {
	height:calc(100% - 36px);
	text-align:center;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
    width: 100%;left:0;top: 0;
	display:none;
	cursor:pointer;	
}

.content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText {
	text-align:center;
	font-size:1.5vh;padding:10px 0;
    display: flex;flex-wrap: wrap;align-items: start;justify-content: center;
}

.content_guide .ex_content_list_guide .ex_content_list_img_area .handViewBtn {
	width:140px;
	line-height:30px;
	height:30px;
	border:2px solid #FFF;
	color:#FFF;
	position:absolute;
    top: 50%;left:50%;transform: translate(-50%, -50%);
}

.content_guide .content_guide_excontent {
	width: 100%;
	overflow: hidden;
	margin: 20px 0px;
	padding:0px;
}

.content_guide .ex_content_list_guide {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	list-style: none;
}

/* 손금보기 팝업 */
div#modal-palm div.modal_palm_wrap{
	overflow: hidden;
	width: 100%;
}
div#modal-palm div.modal_palm_wrap > h3{
	font-size:2vh;
	font-weight: 700;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #a71b38;
	margin-bottom: 20px;
}
div#modal-palm div.modal_palm_wrap > h3 > span{
	font-size: 1.5vh;
	color: #999;
	margin-left: 10px;
}
div#modal-palm div.modal_palm_wrap > div.palm_image{
	width: 200px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 15px;
	box-sizing: border-box;
}
div#modal-palm div.modal_palm_wrap > div.palm_image > img{
	width: 100%;
}
div#modal-palm div.modal_palm_wrap > div.palm_subject{
	float: left;
	overflow: hidden;
	width: calc(100% - 265px);
	font-size:2vh;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}
div#modal-palm div.modal_palm_wrap > div.palm_content{
	float: left;
	overflow: hidden;
	width: calc(100% - 265px);
	font-size: 1.5vh;
	color: #333;
	line-height: 22px;
}

div#modal-palm div.modal_btn{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}
div#modal-palm div.modal_btn > a{
	width: 100px;
	height: 35px;
	background-color: #a71b38;
	border: none;
	color: #fff;
	line-height: 35px;
	font-size: 1.5vh;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
div#modal-palm div.modal_btn > a:last-child{
	width: 70px;
	margin-right: 0px;
	background-color: #999;
}


/* 손금 문의하기 palm_apply */
div.palm_apply > h3{
	font-size:2vh;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #a71b38;
	margin-bottom: 10px;
}
div.palm_apply > h3 > span{
	font-size: 1.5vh;
	color: #999;
	margin-left: 10px;
}	
div.palm_apply > div.write_box{
	width: 100%;
	overflow: hidden;
}
div.palm_apply > div.write_box > input,
div.palm_apply > div.write_box > textarea{
	width: 100%;
	border: 1px solid #ddd;
	font-size: 1.5vh;
	color: #999;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.palm_apply > div.write_box > input:active,
div.palm_apply > div.write_box > input:focus,
div.palm_apply > div.write_box > textarea:active,
div.palm_apply > div.write_box > textarea:focus{
	color: #111;
	border: 1px solid #999;
}
div.palm_apply > div.write_box > input{
	height: 40px;
	margin-bottom: 10px;
}
div.palm_apply > div.write_box > textarea{
	resize: none;
	height: 200px;
	padding: 10px;
	margin-bottom: 30px;
}
div.apply_btn{
	width: 100%;
	text-align: center;
}
div.apply_btn > a{
	width: 60px;
	height: 30px;
	background-color: #a71b38;
	border: none;
	color: #fff;
	line-height: 30px;
	font-size: 1.5vh;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
div.apply_btn > a:last-child{
	margin-right: 0px;
	background-color: #999;
}

div.palm_apply > div.write_box {
	overflow:hidden;
}

div.palm_apply > div.write_box > textarea {

	float:right;
	width:384px;
}

div.palm_apply > div.write_box > div.img_box{
	width: 200px;
	height: 200px;
	border: 1px solid #CCCCCC;
	float: left;
}
div.palm_apply > div.write_box > div.img_box > div.img_bg{
	position:absolute;
	height:auto;
}
div.palm_apply > div.write_box > div.img_box > div.select_img{
	position:absolute;
	height:auto;
	opacity:1.0;
}

div.palm_apply > div.write_box > div.img_box > div > img{
	width: 200px;
}


/* 하단 질문보기 내용의 손금이미지 */
div.q_area_content > div.img_box{
	width: 300px;
	height: 300px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	margin:0 auto;
}
div.q_area_content > div.img_box > div.img_bg{
	position:absolute;
	height:auto;
}
div.q_area_content > div.img_box > div.select_img{
	position:absolute;
	height:auto;
	opacity:0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

div.q_area_content > div.img_box > div > img{
	width: 100%;
}




/*palm_plan*/
div.palm_plan{
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 60px;
}
div.palm_plan > div.title{
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
div.palm_plan > div.title > p{
	font-size: 15px;
	color: #999;
	margin-bottom: 7px;
}
div.palm_plan > div.title > h3{
	font-size: 20px;
	color: #222;
}
div.palm_plan > div.title > h3 > span{
	font-size: 20px;
	color: #a71b38;
}
div.palm_plan > ul > li{
	float: left;
	background-color: #f9f9f9;
	width: 230px;
	height: auto;
	margin-right: 20px;
	position: relative;
}
div.palm_plan > ul > li:last-child{
	margin-right: 0px;
}



div.palm_plan > ul > li > a > img{
	width: 100%;
}
div.palm_plan > ul > li > a > div.event_over{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.palm_plan > ul > li:hover > a > div.event_over{
	opacity: 1;
}
div.palm_plan > ul > li > a > div.event_over > h5{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50px;
	background-color: #a61b38;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 32px;
}
div.palm_plan > ul > li > a > div.event_over > h5 > span{
	font-weight: 100;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
#modal-palmHelp {width: 100%;height: 100vh;background-color: rgba(0,0,0,0.8);position: fixed;left:0;top:0;transform: initial;padding:50px 0;}
#modal-palmHelp .m {display: none;}
#modal-palmHelp .md-content {width: fit-content;height:calc(100vh - 100px);overflow-y: scroll;}
#modal-palmHelp .md-content a {display: block;}
@media screen and (max-width:1440px) {
    div.palm_title > p.logout, div.my_palm_wrap > div.select_box > p {font-size:1vw;}
    div.my_palm_wrap > div.select_box > ul > li > a {font-size: 1.2vw;}
    div.my_palm {padding:40px 100px;}
    div.btn_box > ul > li > button {font-size:0.9vw;}
    .content_guide {padding:0 50px;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText, div#modal-palm div.modal_palm_wrap > h3 > span, div#modal-palm div.modal_palm_wrap > div.palm_content {font-size:1.1vw;}
    div#modal-palm div.modal_btn > a {font-size:1vw;font-weight: 500;}
    div#modal-palm div.modal_palm_wrap > h3 > span {font-weight: 500;}
    .content_guide .content_guide_excontent .content_guide_title, div#modal-palm div.modal_palm_wrap > h3 {font-size:1.8vw;}
    div#modal-palm div.modal_palm_wrap > div.palm_subject {font-size:1.5vw;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText {height: 50px;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area > div.handViewDiv {height: calc(100% - 51px);}
}


@media screen and (max-width:1024px){
    div.my_palm {padding: 40px 70px;}
    div.palm_title > p.logout, div.my_palm_wrap > div.select_box > p {font-size: 1.3vw;}
    div.my_palm_wrap > div.select_box > ul > li > a {font-size: 1.4vw;}
    div.btn_box > ul > li > button {font-size: 1.2vw;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area {width: calc(25% - 10px);margin-right: calc(40px / 3);}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(5n) {margin-right: calc(40px / 3);}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(4n) {margin-right: 0;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText, div#modal-palm div.modal_palm_wrap > h3 > span, div#modal-palm div.modal_palm_wrap > div.palm_content {font-size:1.3vw;}
    div#modal-palm {max-width: initial !important;width: 80%;}
    div#modal-palm div.modal_btn > a {font-size: 1.2vw;;}
}
@media screen and (max-width:800px) {
    div.my_palm {padding:40px 50px;}
    div.palm_title > p.logout, div.my_palm_wrap > div.select_box > p, div.btn_box > ul > li > button {font-size: 1.7vw;}
    div.my_palm_wrap > div.select_box > ul > li > a {font-size:2.2vw;}
    div.my_palm_wrap > div.select_box {width: calc(100% - 310px);}
    div.my_palm_wrap > div.select_box > ul > li {width: calc(25% - 8px);margin-right: 10px;margin-bottom: 10px;}
    div.my_palm_wrap > div.select_box > ul > li > a {font-size:2vw;}
    #modal-palmHelp .md-content {width: 80%;height: 100%;top:50%;transform: translateY(-50%);}
    #modal-palmHelp .md-content img {width: 100%;}
    #modal-palmHelp .pc {display: none;}
    #modal-palmHelp .m {display: block;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area {width: calc(33.33% - 10px);margin-right:calc(30px / 2);}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(5n) {margin-right:calc(30px / 2);}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(4n) {margin-right:calc(30px / 2);}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(3n) {margin-right: 0;}
    .content_guide {padding:0 30px;}
    .content_guide .content_guide_excontent .content_guide_title, div#modal-palm div.modal_palm_wrap > h3 {font-size:2.5vw;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText, div#modal-palm div.modal_palm_wrap > h3 > span, div#modal-palm div.modal_palm_wrap > div.palm_content{font-size:1.8vw;}
    div#modal-palm div.modal_palm_wrap > div.palm_subject {font-size: 2.2vw;}
    div#modal-palm div.modal_btn > a {font-size: 1.5vw;}
    div.btn_box > ul > li {width: calc(50% - 5px);float:left;}
    div.btn_box > ul > li:nth-child(odd) {margin-right: 10px;}
    div.btn_box > ul > li:nth-child(3) {margin-left: 0;}
    div.btn_box > ul > li:nth-child(2) {margin-right: 0;margin-bottom:10px;}
    div.btn_box > ul > li:nth-child(1) {margin-bottom:10px;}
    div.btn_box > ul > li > button {width: 100%;}
}

@media screen and (max-width:550px) {
    div.sub_title {height:150px;}
    div.sub_title img {height: calc(100% - 50px);}
    div.my_palm {padding:40px 15px;}
    div.palm_title > p.logout, div.my_palm_wrap > div.select_box > p, div.btn_box > ul > li > button {font-size:3vw;}
    div.my_palm > div.my_palm_wrap > div.img_box {width: 100%;height: 0;padding-bottom: 100%;position: relative;}
    div.my_palm > div.my_palm_wrap > div.img_box > div.img_bg {position: absolute;left:50%;top: 50%;transform: translate(-50%, -50%);width: 80%;}
    div.my_palm_wrap > div.select_box {width: 100%;margin-top: 15px;}
    div.my_palm_wrap > div.select_box > ul > li > a {font-size: 3.5vw;;}
    .content_guide {margin:15px auto;padding:0 15px;}
    .content_guide .content_guide_excontent .content_guide_title, div#modal-palm div.modal_palm_wrap > h3 {font-size: 4.5vw;}
    
    .content_guide .ex_content_list_guide .ex_content_list_img_area {width: calc(50% - 5px);margin-right:10px;margin-bottom: 10px;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(5n) {margin-right:10px;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(3n) {margin-right:10px;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area:nth-child(2n) {margin-right:0;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText, div#modal-palm div.modal_palm_wrap > h3 > span, div#modal-palm div.modal_palm_wrap > div.palm_content {font-size:3vw;}
    div#modal-palm div.modal_palm_wrap > div.palm_image {margin-right: 0;}
    div#modal-palm div.modal_palm_wrap {display: flex;justify-content: center;flex-wrap: wrap;}
    div#modal-palm div.modal_palm_wrap > div.palm_subject, div#modal-palm div.modal_palm_wrap > div.palm_content, div#modal-palm div.modal_palm_wrap > h3 {width: 100%;;}
    div#modal-palm {padding:20px !important;}
    div#modal-palm div.modal_palm_wrap > div.palm_subject {font-size: 3.5vw;margin-top: 15px;}
    div#modal-palm div.modal_btn > a {font-size:3vw;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewBtn {width: 80%;}
}

@media screen and (max-width:375px) {
    div.my_palm {padding:30px 15px;}
    div.palm_title > p.logout, div.my_palm_wrap > div.select_box > p, div.btn_box > ul > li > button {font-size: 3.5vw;}
    div.my_palm_wrap > div.select_box > ul > li > a {height: 30px;line-height: 30px;}
    div.my_palm_wrap > div.select_box > p {min-height: auto;margin-bottom: 30px;}
    div.qna_main_wrap > div.qna_content > div.qna_content_right > div.qna_header > ul.qna_menu02 > li > a, div.pagging ul a li, div.qna_main_wrap > div.qna_content > div.qna_content_right > div.qna_header > ul.qna_menu01 > li > a, div.qna_main_wrap > div.qna_content > div.qna_content_right > div.qna_header > ul.qna_menu01 > li, div.qna_main_wrap > div.qna_content > div.qna_content_right > div.qna_list01 > table > tbody > tr > td, div.qna_main_wrap > div.qna_content > div.qna_content_right > div.qna_list01 > table > tbody > tr > th {font-size:3.3vw;}
    .content_guide .ex_content_list_guide .ex_content_list_img_area .handViewText, div#modal-palm div.modal_palm_wrap > h3 > span, div#modal-palm div.modal_palm_wrap > div.palm_content {font-size:3.2vw;line-height: 1.3;}
}























