/* ��ϼ��� */
.preview_form .crest_box {max-width:480px; width:100%; height:480px; border:1px solid #e6e6e6; background:#fff; position:relative; display:flex; flex-direction:column; justify-content:space-between; align-items:center; text-align:center; margin:0 auto 10px; overflow:hidden;}
.dropDown_select {display:flex; align-items:center;}
.dropDown_select .select_box {max-width:440px; width:100%;}

.editInfo {max-width:814px; margin:0 auto; padding-bottom:100px;} 
.editInfo .edit-contents {padding:0px 7px;}
.editInfo .edit-contents > li {padding:14px 7px;}
.editInfo .edit-contents > li:last-child {border:0px;}
.editInfo .edit-contents > li > div {display:flex; align-items:center; }
.editInfo .edit-contents > li > div input[type=button] {margin-left:5px;}
.editInfo .edit-contents > li > div input[type=text] {max-width:440px; margin-bottom:0px;}
.editInfo .edit-contents > li > div input[type=email] {max-width:440px; margin-bottom:0px;}
.editInfo .edit-contents > li > div input[type=password] {max-width:440px; margin-bottom:0px;}
/*.editInfo .edit-contents > li > div input[type=text] {max-width:440px; margin:0px;}*/
.editInfo .edit-contents > li > div.full_input input[type=text] {max-width:100%;} 
.editInfo .edit-contents > li > p.ipt_title {font-size:15px; font-weight:500; letter-spacing:0.05em; font-family: 'GmarketSansMedium'; color:#5b5b5b; margin-bottom:7px; position:relative; display:inline-block;}
.editInfo .edit-contents > li > p.ipt_title.required::after {content:""; position:absolute; width:4px; height:4px; background:#000; top:-3px; right:-7px; border-radius:50%;cursor: pointer;}
/* ��ϼ��� */

/* ũ����Ʈ ��� */
.crest_form_box {max-width:1200px; width:100%; margin:0 auto;}
.crest_form_box .frame_select > ul {display:flex; width:100%; overflow-x:auto; overflow-y:hidden;}
.crest_form_box .frame_select > ul > li {width:140px; margin-right:10px; cursor:pointer;}
.crest_form_box .frame_select > ul > li div {width:140px; height:140px;}
.crest_form_box .frame_select > ul > li div img{width:140px; height:140px; object-fit:contain;}
.crest_form_box .frame_select > ul > li  p{text-align:center; font-size:14px; font-weight:300; margin-top:5px; pointer-events:none; cursor:default;}
.crest_form_box .frame_select > ul > li  p .copy_btn{pointer-events:auto; cursor:pointer;}

.centerTextWrite .note-editor {
  font-size: 14px; /* �⺻ ��Ʈ ũ�� */
  max-width: 183px !important;
  width: 100% !important;
  background: #f2f2f2;
}

.centerTextWrite .note-editable {
	background-color: #f2f2f2 !important;
    padding: 1px !important; /* ������ ��� */
}

.note-editor .note-codable {
  background-color: #fff !important; /* ���ϴ� ���� (��: ��ο� ȸ��) */
  color: #5b5b5b !important; /* �ؽ�Ʈ ���� */
}

/* ������ ���� textarea (�ε��� �⺻ ����) */
.centerTextWrite textarea.cItemCenterText {
  width: 100%;
  resize: none; /* ũ�� ���� ���� */
  border: none;
  outline: none;
  font-size: 14px;
}

/* ���� ��ư ������ ũ�� ���� */
.centerTextWrite .note-toolbar .note-btn {
  font-size: 9px; /* ��ư ���� ���� (������) ũ�� */
  /*padding: 6px 10px;*/
}

/* ���� ���� i �±� (������) ũ�� */
.centerTextWrite .note-toolbar i {
  font-size: 9px;
}

/* SVG ������ ũ�� ���� (���� ���� �ٸ� �� ����) */
.centerTextWrite .note-toolbar svg {
  width: 9px;
  height: 9px;
}
/* ũ����Ʈ ��� */