﻿@charset "utf-8";

.profileWrap{
	border: 5px solid #fed1d1;
	background: url(/member/chatbot/img/index_bg_001.gif) 0 0 repeat;
}

.profileWrap .profileColumnBox{
	display: table;
	padding: 15px 15px 0 0;
}

.profileWrap .profileColumnBox .profileColumnImg,
.profileWrap .profileColumnBox .profileColumntxt{
	display: table-cell;
}

.profileWrap .profileColumnBox .profileColumnImg{
	vertical-align: bottom;
	width: 246px;
}

.profileWrap .profileColumnBox .profileColumnTxt{
	vertical-align: top;
	background-color: #fff;
	border: 3px solid #e60000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px 35px;
	margin-bottom: 25px;
}

.profileTxt01{
	font-size: 1.142rem;
}