/* 등록 */
.templateWriteWrap { width: 100%; max-width:600px;float: left; margin-top: 10px; position: relative; background-color: #FFF; }
.templateWriteWrap * { position: relative; }
.templateWriteWrap input[type="file"] { display: none; }
.templateWriteWrap label { cursor: pointer; }

.templateWriteWrap > .titleWrap { width: 100%; height: 35px; line-height: 35px; float: left; text-align: center; color: #FFF; background-color: #434A54; }

.templateWriteWrap > .frmWrap { width: 100%; float: left; display: table; table-layout: fixed; border: 1px solid #DDD; border-top: 0; }
.templateWriteWrap > .frmWrap > div { display: table-cell; vertical-align: top; border-right: 1px solid #DDD; padding: 20px; }
.templateWriteWrap > .frmWrap > div:last-of-type { width: 235px; border-right: 0; }
.templateWriteWrap > .frmWrap > div > ul { width: 100%; float: left; }
.templateWriteWrap > .frmWrap > div > ul > li { width: 100%; float: left; margin-bottom: 20px; }
.templateWriteWrap > .frmWrap > div > ul > li:last-of-type { margin-bottom: 0; }
.templateWriteWrap > .frmWrap > div > ul > li > .label { width: 90px; height: 40px; line-height: 40px; float: left; }
.templateWriteWrap > .frmWrap > div > ul > li > .btn_submit { width: 100%; height: 40px; float: left; }
.templateWriteWrap > .frmWrap > div > ul > li > .disable { background-color: #DDD !important; border: 1px solid #DDD !important; cursor: default !important; }
.templateWriteWrap > .frmWrap > div > ul > li > .sampleFileBtn { width: 130px; height: 40px; line-height: 40px; float: left; border-radius: 3px; font-size: 1em; color: #FFF; background-color: #434A54; text-align: center; margin-right: 20px; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileBtn { width: 130px; height: 40px; line-height: 38px; float: left; border-radius: 3px; font-size: 1em; color: #666; background-color: #FFF; text-align: center; margin-right: 20px; border: 1px solid #DDD; }
.templateWriteWrap > .frmWrap > div > ul > li > .frm_input { width: calc(100% - 90px); height: 40px; float: left; }
.templateWriteWrap > .frmWrap > div > ul > li > .sampleFileLink { width: 120px; height: 40px; line-height: 40px; float: left; font-size: 1em; color: #469BDC; text-decoration: underline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList { width: 100%; float: left; margin-top: 10px; padding-left: 90px; display: none; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li { height: 17px; line-height: 17px; float: left; margin-top: 5px; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li.icon { padding: 0 6px; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li.item { padding-left: 10px; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li.item > a { font-size: 1em; color: #469BDC; text-decoration: underline; margin-right: 5px; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li.item > button { width: 20px; height: 17px; border: 0; background: none; }
.templateWriteWrap > .frmWrap > div > ul > li > .etcFileList > li.item > button > img { vertical-align: top; }

.templateWriteWrap > .frmWrap > .select > ul { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 20px; }
.templateWriteWrap > .frmWrap > .select > ul > li.guide > p { width: 100%; float: left; text-align: center; }
.templateWriteWrap > .frmWrap > .select > ul > li.guide > p.big { font-weight: bold; font-size: 1.1em; padding: 35px 0; }
.templateWriteWrap > .frmWrap > .select > ul > li.selectBtn { position: absolute; left: 0; bottom: 0; padding: 20px; }

.templateWriteWrap > .resultWrap { width: 100%; float: left; display: table; table-layout: fixed; border: 1px solid #DDD; border-top: 0; }
.templateWriteWrap > .resultWrap > div { display: table-cell; vertical-align: top; border-right: 1px solid #DDD; padding: 20px; }
.templateWriteWrap > .resultWrap > div:last-of-type { width: 300px; border-right: 0; }
.templateWriteWrap > .resultWrap > .img { background-position: center; background-repeat: no-repeat; }
.templateWriteWrap > .resultWrap > .img > .preview { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 20px; overflow: hidden; }
.templateWriteWrap > .resultWrap > .img > .preview > img { width: 100%; float: left; vertical-align: top; }
.templateWriteWrap > .resultWrap > .img > a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; text-align: center; display: table; table-layout: fixed; }
.templateWriteWrap > .resultWrap > .img > a > span { width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center; }
.templateWriteWrap > .resultWrap > .info > ul { width: 100%; float: left; }
.templateWriteWrap > .resultWrap > .info > ul > li { width: 100%; float: left; font-size: 1em; color: #666; }
.templateWriteWrap > .resultWrap > .info > ul > li.memo { margin-bottom: 20px; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList { width: 100%; min-height: 120px; float: left; display: table; table-layout: fixed; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList > li { display: table-cell; vertical-align: top; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList > .icon { width: 30px; height: 20px; line-height: 20px; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList > .icon > img { vertical-align: middle; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList > .item > a { width: 100%; height: 20px; line-height: 20px; float: left; font-size: 1em; color: #469BDC; text-decoration: underline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px; }
.templateWriteWrap > .resultWrap > .info > ul > li > .etcFileList > .item > a:last-of-type { margin-bottom: 0; }
.templateWriteWrap > .resultWrap > .info > ul > li > .popupBtn { width: 100%; height: 40px; line-height: 40px; float: left; border-radius: 3px; font-size: 1em; color: #FFF; background-color: #434A54; text-align: center; border: 0; }
.templateWriteWrap > .resultWrap > .info > ul > li > .popupBtn > span { width: 100%; float: left; }
.templateWriteWrap > .resultWrap > .info > ul > li > .popupBtn > .big { font-size: 14px; font-weight: bold; }
.templateWriteWrap > .resultWrap > .info > ul > li > .popupBtn > .small { font-size: 12px; letter-spacing: -0.5px; }
.templateWriteWrap > .resultWrap > .info > ul > li > .popupBtn.disableBtn { opacity: 0.3; }
.templateWriteWrap > .adminWrap { width: 100%; float: left; border: 1px solid #DDD; border-top: 0; background-color: #F5F5F5; padding: 10px 20px; }
.templateWriteWrap > .adminWrap > .label { height: 30px; line-height: 30px; float: left; font-weight: bold; }
.templateWriteWrap > .adminWrap button { width: 40px; height: 30px; float: left; border: 1px solid #434A54; background-color: #434A54; color: #FFF; font-weight: bold; margin-left: 5px; }
.templateWriteWrap > .adminWrap > .infoWrap { float: right; }
.templateWriteWrap > .adminWrap > .infoWrap > span { height: 30px; line-height: 30px; float: left; margin-right: 10px; }
.templateWriteWrap > .adminWrap > .frmWrap { float: right; display: none; }
.templateWriteWrap > .adminWrap > .frmWrap > select { width: 150px; height: 30px; float: left; padding: 0 5px; }
.templateWriteWrap > .adminWrap > .frmWrap > .cancelBtn { color: #999; border: 1px solid #DDD; background-color: #FFF; }

/* 템플릿 선택하기 */
#popupTemplateWrap { width: 100%; height: 100%; float: left; }
#popupTemplateWrap * { position: relative; }

#popupTemplateWrap > .topSearchWrap { position: fixed; width: 100%; height: 66px; left: 0; top: 0; z-index: 3; background-color: #FFF; border-bottom: 1px solid #DDD; }
#popupTemplateWrap > .topSearchWrap > .pageTitle { position: absolute; height: 65px; line-height: 65px; left: 20px; top: 0; font-weight: bold; color: #333; font-size: 18px; }
#popupTemplateWrap > .topSearchWrap > .search_wrap { max-width: 550px; margin: 15px auto; }
#popupTemplateWrap > .topSearchWrap > .search_wrap > * { height: 35px; border-radius: 3px; }
#popupTemplateWrap > .topSearchWrap > .search_wrap > button { width: 130px; background-color: #434A54; }
#popupTemplateWrap > .topSearchWrap > .search_wrap > input { width: calc(100% - 245px); }

#popupTemplateWrap > .leftCategoryWrap { position: fixed; width: 190px; height: 100%; left: 0; top: 0; z-index: 2; padding-top: 66px; border-right: 1px solid #DDD; background-color: #FFF; }
#popupTemplateWrap > .leftCategoryWrap > ul { width: 100%; float: left; }
#popupTemplateWrap > .leftCategoryWrap > ul > li { width: 100%; float: left; border-bottom: 1px solid #DDD; }
#popupTemplateWrap > .leftCategoryWrap > ul > li > a { width: 100%; height: 40px; line-height: 40px; float: left; font-size: 1.2em; color: #666; padding-left: 20px; }
#popupTemplateWrap > .leftCategoryWrap > ul > li.active > a { background-color: #4A505A; color: #FFF; }

#popupTemplateWrap > .contentsWrap { width: 100%; float: left; padding-top: 66px; padding-left: 190px; }
#popupTemplateWrap > .contentsWrap > div { width: 100%; float: left; padding: 25px 20px; }

#popupTemplateWrap > .contentsWrap > div > .contentsTitleWrap { width: 100%; height: 18px; float: left; margin-bottom: 30px; }
#popupTemplateWrap > .contentsWrap > div > .contentsTitleWrap > span { display: inline-block; vertical-align: bottom; }
#popupTemplateWrap > .contentsWrap > div > .contentsTitleWrap > span.big { font-weight: bold; color: #333; font-size: 1.4em; margin-right: 25px; }
#popupTemplateWrap > .contentsWrap > div > .contentsTitleWrap > span.small { color: #666; font-size: 1.2em; border-left: 1px solid #DDD; padding-left: 15px; }

#popupTemplateWrap .list_basic ul.gallery li .img_box img.more { position: absolute; width: auto; z-index: 2; left: 50%; top: 50%; margin-top: -32px; margin-left: -32px; }
#popupTemplateWrap .list_basic ul.list_w100 li a { color: #3A8AFD; }
#popupTemplateWrap .list_basic ul.list_w100 li button { width: 100%; height: 40px; float: left; border-radius: 3px; border: 1px solid #DDD; background-color: #FFF; color: #666; margin-top: 20px; }

/* 템플릭 시안 확인하기 */
#templateRequestWrap { width: 100%; height: 100%; float: left; display: table; table-layout: fixed; font-family: "Noto Sans KR", sans-serif; }
#templateRequestWrap button { font-family: "Noto Sans KR", sans-serif; }
#templateRequestWrap .viewWrap .default, #templateRequestWrap .viewWrap .default *, #templateRequestWrap .infoWrap * { position: relative; box-sizing: border-box; }
#templateRequestWrap *::-webkit-scrollbar { width: 5px; height: 5px; background-color: #FFF; }
#templateRequestWrap *::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 0; }
#templateRequestWrap > div { height: 100%; display: table-cell; vertical-align: top; }
#templateRequestWrap > div > div { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

#templateRequestWrap .commentVisual { width: 29px; height: 26px; float: left; }
#templateRequestWrap .commentVisual > img { width: 100%; float: left; }
#templateRequestWrap .commentVisual > span { position: absolute !important; width: 17px; height: 17px; line-height: 15px; top: 0; left: 5px; z-index: 2; text-align: center; color: #FFF; font-size: 9px; }

#templateRequestWrap > .viewWrap { background-color: #000; }
#templateRequestWrap > .viewWrap > div > .topWrap { width: 100%; height: 65px; float: left; }
#templateRequestWrap > .viewWrap > div > .topWrap > .commentViewBtn { position: absolute; width: 40px; height: 40px; border-radius: 100%; left: 20px; top: 50%; margin-top: -20px; background-image: url(/shop/img/templateRequestIconCommentNo.png); cursor: pointer; z-index: 2; }
#templateRequestWrap > .viewWrap > div > .topWrap > .commentViewBtn.active { background-image: url(/shop/img/templateRequestIconComment.png); }
#templateRequestWrap > .viewWrap > div > .topWrap > .navWrap { width: 100%; height: 100%; line-height: 65px; float: left; text-align: center; }
#templateRequestWrap > .viewWrap > div > .topWrap > .navWrap > li { display: inline-block; vertical-align: middle; color: #FFF; }
#templateRequestWrap > .viewWrap > div > .topWrap > .navWrap > li > span { margin: 0 15px; }
#templateRequestWrap > .viewWrap > div > .imgWrap { width: 100%; height: calc(100% - 65px); float: left; overflow-y: scroll; text-align: center; }
#templateRequestWrap > .viewWrap > div > .imgWrap::-webkit-scrollbar { background-color: #000; }
#templateRequestWrap > .viewWrap > div > .imgWrap::-webkit-scrollbar-thumb { background-color: #CCC; }
#templateRequestWrap > .viewWrap > div > .imgWrap > div { width: auto; height: auto; max-height: 100%; float: none; display: inline-block; transform-origin: top; }
#templateRequestWrap > .viewWrap > div > .imgWrap > div > img { width: auto; max-width: 100%; max-height: calc(100vh - 65px); float: none; }
#templateRequestWrap > .viewWrap > div > .imgWrap > div > .commentVisual { position: absolute; font-size: 9px; z-index: 2; }
#templateRequestWrap > .viewWrap > div > .imgWrap.active { overflow-y: hidden; }

#templateRequestWrap > .infoWrap { width: 300px; background-color: #FFF; position: relative; }
#templateRequestWrap > .infoWrap > div > .topWrap { width: 100%; height: 100px; float: left; border-bottom: 1px solid #DDD; padding: 15px; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap { width: 100%; float: left; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > * { height: 25px; float: left; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .controlBtn { width: 40px; line-height: 23px; border: 1px solid #DDD; border-radius: 3px; text-align: center; font-weight: bold; color: #9A9A9A; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .controlBtn > i { font-size: 16px; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > span.controlBtn { color: #DCDCDC; background-color: #EBEBEB; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .verSelectBtn { float: left; margin: 0 15px; border: 0; background-color: #FFF; color: #333; font-weight: bold; font-size: 13px; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .verSelectBtn > span { margin-left: 10px; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .verSelectBox { position: absolute; width: 150px; height: auto; left: 40px; top: 100%; background-color: #FFF; border: 1px solid #DDD; border-bottom: 0; z-index: 5; margin-top: 5px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.28); display: none; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .verSelectBox > a { width: 100%; height: 25px; line-height: 24px; float: left; font-size: 11px; color: #666; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #DDD; font-weight: bold; }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .allVersionToggleBtn { display: inline-block; width: 20px; height: 20px; position: absolute; top: 2px; right: 30px; background-image: url(/shop/img/btn_ver_all_off.png); z-index: 15;}
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .allVersionToggleBtn.active { background-image: url(/shop/img/btn_ver_all_on.png); }
#templateRequestWrap > .infoWrap > div > .topWrap > .navWrap > .newBtn { position: absolute; width: 19px; height: 19px; right: 0; top: 3px; background-image: url(/shop/img/templateRequestIconNew.png); }
#templateRequestWrap > .infoWrap > div > .topWrap > .imgControlWrap { width: 100%; height: 30px; float: left; border-radius: 3px; border: 1px solid #DDD; background-color: #E2E2E2; margin-top: 14px; }
#templateRequestWrap > .infoWrap > div > .topWrap > .imgControlWrap > li { width: 50%; height: 28px; float: left; border-radius: 3px; line-height: 28px; text-align: center; font-size: 12px; color: #999; cursor: pointer; }
#templateRequestWrap > .infoWrap > div > .topWrap > .imgControlWrap > li.active { background-color: #FFF; color: #333; }
#templateRequestWrap > .infoWrap > div > .contentsWrap { width: 100%; height: calc(100% - 200px); max-height: 595px; float: left; overflow: auto; padding: 0 15px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul { width: 100%; float: left; padding-bottom: 40px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul > li { width: 100%; float: left; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul > li.title { height: 45px; line-height: 44px; border-bottom: 1px solid #DDD; font-size: 12px; font-weight: bold; color: #333; padding: 0 5px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul > li.title > button { position: absolute; width: 75px; height: 25px; border-radius: 3px; border: 1px solid #DDD; text-align: center; color: #666; font-size: 12px; background-color: #FFF; right: 0; bottom: 9px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul > li.title > button.locationSelectBtn { width: 95px; left: 95px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul > li.title > button.onlyCommentBtn { }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con { display: table; table-layout: fixed; margin-top: 15px; margin-bottom: 5px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p { display: table-cell; vertical-align: top; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.icon { width: 40px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > span { width: 100%; float: left; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > span:nth-of-type(1) { font-size: 12px; color: #AAA; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > span:nth-of-type(2) { font-size: 12px; color: #333; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > .etcFileList { margin-top: 10px; padding-left: 20px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > .etcFileList > img { position: absolute; left: 0; top: 0; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > .etcFileList > a { max-width: 100%; float: left; color: #469BDC; text-decoration: underline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px; margin-right: 10px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.info > .statusBtn { margin-top: 10px; width: calc((100% - 5px) / 2); height: 25px; border-radius: 3px; border: 1px solid #DDD; text-align: center; color: #666; font-size: 12px; background-color: #FFF; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.more { width: 15px; text-align: center; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.more > .moreBtn { cursor: pointer; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.more > .moreList { position: absolute; width: 50px; right: 5px; top: 15px; background-color: #FFF; border: 1px solid #DDD; border-bottom: 0; z-index: 5; margin-top: 5px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.28); display: none; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con > p.more > .moreList > span { width: 100%; height: 25px; line-height: 24px; float: left; font-size: 11px; color: #666; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #DDD; font-weight: bold; cursor: pointer; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con.finish > p.info > span:nth-of-type(2) { color: #999; text-decoration: line-through; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .con.fail > p.info > span:nth-of-type(2) { color: #AAA; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.feedback > .visual { padding-top: 30px; text-align: center; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.log > .con { margin-top: 20px; padding: 0 5px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.log > .con > p { width: 100%; float: left; font-size: 12px; color: #333; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.log > .con > p.date { color: #AAA; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.file > li { margin-top: 10px; margin-right: 15px; padding: 0 5px; }
#templateRequestWrap > .infoWrap > div > .contentsWrap > ul.file > li > a { font-size: 12px; color: #469BDC; text-decoration: underline; }

#templateRequestWrap > .infoWrap > div > .printFileWrap {
	position: absolute;
	width: 100%;
	height: 85px;
	background-color: #fff;
	left: 0;
	bottom: 100px;
	padding: 10px;
}

#templateRequestWrap > .infoWrap > div > .printFileWrap .wrap {
	position: relative;
	border: 2px solid #62AAE1;
	border-radius: 5px;
	padding: 12px;
}

#templateRequestWrap > .infoWrap > div > .printFileWrap .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1px;
}

#templateRequestWrap > .infoWrap > div > .printFileWrap .down {
	color: #60A6DF;
}

#templateRequestWrap > .infoWrap > div > .printFileWrap label {
	display: block;
	position: absolute;
	right: 10px;
	top: 16px;
	cursor: pointer;
}

#templateRequestWrap > .infoWrap > div > .printFileWrap input[name="printFile"] {
	display: none;
}

#templateRequestWrap > .infoWrap > div > .printUrlWrap {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 100px;
	padding: 10px;
}

#templateRequestWrap > .infoWrap > div > .printUrlWrap input {
	width: 230px;
	height: 30px;
	border: 1px solid #D0D0D0;
	padding: 0 5px;
}

#templateRequestWrap > .infoWrap > div > .printUrlWrap button {
	width: 45px;
	height: 30px;
	color: #FFF;
	background-color: #59B3FF;
	border: 0;
}

#templateRequestWrap > .infoWrap #printUrlBtn {
	color: #FFF;
	background-color: #59B3FF;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
}

#templateRequestWrap > .infoWrap > div > .bottomWrap { position: absolute; width: 100%; height: 100px; background-color: #333; left: 0; bottom: 0; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > p { width: 100%; height: 45px; line-height: 45px; float: left; text-align: center; font-weight: bold; color: #FFF; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap { position: absolute; width: 100%; left: 0; bottom: 0; padding: 20px; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > * { width: 100%; height: 35px; line-height: 35px; border-radius: 3px; float: left; background-color: #525252; text-align: center; color: #959595; border: 0; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .blue { color: #FFF; background-color: #59B3FF; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .gray { color: #FFF; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .main { width: 185px; margin-right: 10px; }
#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .sub { width: 65px; }

.templateVerPopupWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.7); font-family: "Noto Sans KR", sans-serif; display: none; }
.templateVerPopupWrap button { font-family: "Noto Sans KR", sans-serif; }
.templateVerPopupWrap input[type="file"] { display: none; }
.templateVerPopupWrap * { position: relative; }
.templateVerPopupWrap *::-webkit-scrollbar { width: 5px; height: 5px; background-color: #FFF; }
.templateVerPopupWrap *::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 0; }
.templateVerPopupWrap > .uploadBox { position: absolute; width: 900px; height: 650px; left: 50%; top: 50%; margin-left: -450px; margin-top: -325px; background-color: #FFF; }
.templateVerPopupWrap > .uploadBox > .titleWrap { width: 100%; height: 50px; line-height: 49px; float: left; padding: 0 20px; }
.templateVerPopupWrap > .uploadBox > .titleWrap > span { font-size: 15px; font-weight: bold; color: #333; }
.templateVerPopupWrap > .uploadBox > .titleWrap > .closeBtn { position: absolute; right: 20px; font-size: 18px; color: #AAA; top: 50%; margin-top: -9px; cursor: pointer; }
.templateVerPopupWrap > .uploadBox > .frmWrap { width: 100%; height: calc(100% - 110px); float: left; overflow-y: auto; background-color: #E8E8E8; }
.templateVerPopupWrap > .uploadBox > .frmWrap::-webkit-scrollbar { background-color: #E8E8E8; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul { width: 100%; float: left; padding: 20px; overflow: hidden; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li { width: 100%; float: left; margin-top: 15px; overflow: hidden; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li:first-of-type { margin-top: 0; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li > .name { width: 100%; float: left; font-size: 13px; color: #333; font-weight: bold; margin-bottom: 5px; padding: 0 5px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li > .info { width: 100%; float: left; font-size: 11px; color: #666; margin-bottom: 10px; padding: 0 5px; margin-top: -5px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li > input[type="text"] { width: 100%; height: 40px; float: left; border-radius: 3px; border: 1px solid #DDD; font-size: 13px; padding: 0 15px; color: #333; font-family: "Noto Sans KR", sans-serif; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li > .uploadBtnWrap { width: 100%; float: left; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap { border: 1px solid #DDD; padding: 10px 0; overflow-x: auto; min-height: 200px; background-color: #FFF; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul { white-space: nowrap; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul > .item { margin-right: 5px; display: inline-block; margin-right: 10px; cursor: move; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul > .item:first-of-type { margin-left: 10px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul > .item > img { height: 150px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul > .item > canvas { height: 150px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li.previewWrap > ul > .item > .deleteBtn { width: 100%; height: 30px; border: 1px solid #EEE; background-color: #F8F8F8; color: #999; font-size: 11px; text-align: center; margin-top: 5px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li .labelBtn { width: 80px; height: 30px; line-height: 28px; float: left; text-align: center; background-color: #FFF; color: #333; font-size: 12px; font-weight: bold; margin-right: 5px; cursor: pointer; border-radius: 3px; border: 1px solid #DDD; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li .fileList { width: 100%; float: left; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li .fileList > li { float: left; margin-top: 10px; margin-right: 20px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li .fileList > li > a { font-size: 12px; color: #333; text-decoration: underline; margin-right: 10px; }
.templateVerPopupWrap > .uploadBox > .frmWrap > ul > li .fileList > li > .deleteBtn { cursor: pointer; }
.templateVerPopupWrap > .uploadBox > .btnWrap { width: 100%; height: 60px; line-height: 60px; float: left; text-align: center; background-color: #E8E8E8; }
.templateVerPopupWrap > .uploadBox > .btnWrap > button { width: 120px; height: 30px; line-height: 30px; border-radius: 3px; color: #FFF; background-color: #585858; font-size: 12px; font-weight: bold; border: 0; margin: 0 5px; }
.templateVerPopupWrap > .uploadBox > .btnWrap > button.submitBtn { background-color: #59B3FF; }

#templateFeedbackIntroWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.7); font-family: "Noto Sans KR", sans-serif; display: none; }
#templateFeedbackIntroWrap button { font-family: "Noto Sans KR", sans-serif; }
#templateFeedbackIntroWrap input[type="file"] { display: none; }
#templateFeedbackIntroWrap * { position: relative; }
#templateFeedbackIntroWrap *::-webkit-scrollbar { width: 5px; height: 5px; background-color: #FFF; }
#templateFeedbackIntroWrap *::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 0; }
#templateFeedbackIntroWrap > .introBox { position: absolute; width: 450px; height: 300px; left: 50%; top: 50%; margin-left: -225px; margin-top: -150px; background-color: #FFF; }
#templateFeedbackIntroWrap > .introBox > .titleWrap { width: 100%; height: 50px; line-height: 49px; float: left; padding: 0 20px; }
#templateFeedbackIntroWrap > .introBox > .titleWrap > span { font-size: 15px; font-weight: bold; color: #333; }
#templateFeedbackIntroWrap > .introBox > .titleWrap > .closeBtn { position: absolute; right: 20px; font-size: 18px; color: #AAA; top: 50%; margin-top: -9px; cursor: pointer; }
#templateFeedbackIntroWrap > .introBox > .selectWrap { width: 100%; height: calc(100% - 50px); float: left; overflow-y: auto; background-color: #E8E8E8; display: table; table-layout: fixed; }
#templateFeedbackIntroWrap > .introBox > .selectWrap > div { width: 100%; height: 100%; display: table-cell; vertical-align: middle; text-align: center; }
#templateFeedbackIntroWrap > .introBox > .selectWrap > div > p { font-size: 14px; font-weight: bold; color: #333; line-height: 18px; margin-bottom: 40px; }
#templateFeedbackIntroWrap > .introBox > .selectWrap > div > button { width: 120px; height: 30px; border-radius: 3px; color: #FFF; background-color: #585858; font-size: 12px; font-weight: bold; border: 0; margin: 0 5px; }
#templateFeedbackIntroWrap > .introBox > .selectWrap > div > button.blue { background-color: #59B3FF; }

.templateFeedbackFrmWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background-color: rgba(0, 0, 0, 0.7); font-family: "Noto Sans KR", sans-serif; display: none; }
.templateFeedbackFrmWrap button { font-family: "Noto Sans KR", sans-serif; }
.templateFeedbackFrmWrap input[type="file"] { display: none; }
.templateFeedbackFrmWrap * { position: relative; }
.templateFeedbackFrmWrap *::-webkit-scrollbar { width: 5px; height: 5px; background-color: #FFF; }
.templateFeedbackFrmWrap *::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 0; }

.templateFeedbackFrmWrap .commentVisual { width: 29px; height: 26px; float: left; }
.templateFeedbackFrmWrap .commentVisual > img { width: 100%; float: left; }
.templateFeedbackFrmWrap .commentVisual > span { position: absolute; width: 17px; height: 17px; line-height: 15px; top: 0; left: 5px; z-index: 2; text-align: center; color: #FFF; font-size: 9px; }

.templateFeedbackFrmWrap > .box { position: absolute; width: 450px; height: 365px; left: 50%; top: 50%; margin-left: -225px; margin-top: -182.5px; background-color: #FFF; }
.templateFeedbackFrmWrap > .box > .titleWrap { width: 100%; height: 50px; line-height: 49px; float: left; padding: 0 20px; }
.templateFeedbackFrmWrap > .box > .titleWrap > span { font-size: 15px; font-weight: bold; color: #333; }
.templateFeedbackFrmWrap > .box > .titleWrap > .closeBtn { position: absolute; right: 20px; font-size: 18px; color: #AAA; top: 50%; margin-top: -9px; cursor: pointer; }
.templateFeedbackFrmWrap > .box > .frmWrap { width: 100%; height: calc(100% - 110px); float: left; overflow-y: auto; background-color: #E8E8E8; }
.templateFeedbackFrmWrap > .box > .frmWrap::-webkit-scrollbar { background-color: #E8E8E8; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul { width: 100%; float: left; padding: 20px; overflow: hidden; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li { width: 100%; float: left; margin-top: 15px; overflow: hidden; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li:first-of-type { margin-top: 0; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li.location { display: none; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li > textarea { width: 100%; height: 100px; float: left; border-radius: 3px; border: 1px solid #DDD; font-size: 13px; padding: 15px; color: #333; resize: none; font-family: "Noto Sans KR", sans-serif; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li > textarea::placeholder { color: #CCC; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li .labelBtn { width: 80px; height: 30px; line-height: 28px; float: left; text-align: center; background-color: #FFF; color: #333; font-size: 12px; font-weight: bold; margin-right: 5px; cursor: pointer; border-radius: 3px; border: 1px solid #DDD; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li .fileList { width: 100%; float: left; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li .fileList > li { float: left; margin-top: 10px; margin-right: 20px; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li .fileList > li > a { font-size: 12px; color: #333; text-decoration: underline; margin-right: 10px; }
.templateFeedbackFrmWrap > .box > .frmWrap > ul > li .fileList > li > .deleteBtn { cursor: pointer; }
.templateFeedbackFrmWrap > .box > .btnWrap { width: 100%; height: 60px; line-height: 60px; float: left; text-align: center; background-color: #E8E8E8; }
.templateFeedbackFrmWrap > .box > .btnWrap > button { width: 120px; height: 30px; line-height: 30px; border-radius: 3px; color: #FFF; background-color: #585858; font-size: 12px; font-weight: bold; border: 0; margin: 0 5px; }
.templateFeedbackFrmWrap > .box > .btnWrap > button.submitBtn { background-color: #59B3FF; }

#templateLocationSelectWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; padding-right: 300px; background-color: rgba(0, 0, 0, 0.7); display: none; }
#templateLocationSelectWrap * { position: relative; }
#templateLocationSelectWrap *::-webkit-scrollbar { width: 5px; height: 5px; background-color: #000; }
#templateLocationSelectWrap *::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 0; }

#templateLocationSelectWrap .commentVisual { width: 29px; height: 26px; float: left; }
#templateLocationSelectWrap .commentVisual > img { width: 100%; float: left; }
#templateLocationSelectWrap .commentVisual > span { position: absolute; width: 17px; height: 17px; line-height: 15px; top: 0; left: 5px; z-index: 2; text-align: center; color: #FFF; font-size: 9px; }

#templateLocationSelectWrap > .box { width: 100%; height: 100%; float: left; background-color: #000; padding: 65px 0 0 0; text-align: center; overflow: auto; }
#templateLocationSelectWrap > .box > .imgWrap { margin: 0 auto; height: auto; max-height: 100%; text-align: center; display: inline-block; }
#templateLocationSelectWrap > .box > .imgWrap > .commentVisual { position: absolute; z-index: 2; }
#templateLocationSelectWrap > .box > .imgWrap > img { max-width: 100%; max-height: calc(100vh - 65px); cursor: pointer; }
#templateLocationSelectWrap > .box > .btnWrap { position: fixed; right: 315px; top: 15px; z-index: 2; }
#templateLocationSelectWrap > .box > .btnWrap > button { width: 50px; height: 25px; line-height: 23px; float: left; border-radius: 3px; border: 1px solid #FFF; font-size: 11px; color: #FFF; background-color: #000; }
#templateLocationSelectWrap > .box > .btnWrap > span { height: 25px; line-height: 25px; float: left; font-size: 11px; margin-right: 10px; color: #FEEF00; }

.viewVersionWrap {
	color: #fff;
	position: relative !important;
}

.viewVersionWrap .allVersion,
.viewVersionWrap .compareVersion {
	width: 100%;
	height: 100%;
}

.viewVersionWrap .allVersion {
	padding-top: 30px;
}

.viewVersionWrap .allVersion .close-wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 15px;
	z-index: 100;
}

.viewVersionWrap .allVersion .close-wrapper button {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #444444;
	font-size: 18px;
	background: none;
	color: #fff;
}

.swiper-container {
	width: 100%;
	height: calc(100% - 10px);
}

.swiper-pagination {
	width: 100%;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.8;
	margin: 0 4px;
}

.swiper-pagination-bullet-active {
	background: #007aff;
}

.swiper-slide {
	padding: 40px;
}

.swiper-slide::after {
	content: "";
	display: table;
	clear: both;
}

.swiper-slide .versionListItem {
	position: relative;
	width: calc((100% - 80px) / 3);
	height: calc(100% / 2 - 10px);
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.swiper-slide .versionListItem:nth-of-type(3n) {
	margin-right: 0;
}

.swiper-slide .versionListItem:nth-of-type(n + 3) {
	margin-bottom: 0;
}

.versionListItem .img-wrapper {
	width: 100%;
	height: 300px;
	position: relative;
	border: 1px solid #4d4d4d;
}

.versionListItem .img-wrapper .target {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.versionListItem .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.versionListItem .img-wrapper .scale-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.5s ease-out;
	background-size: contain;
	z-index: 10;
}

.versionListItem .text-wrapper {
	height: calc(100% - 300px);
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

.compareCheckboxWrapper {
	width: 200px;
	position: absolute;
	right: 40px;
	bottom: 18px;
	text-align: right;
	z-index: 10;
}

.compareCheckboxWrapper input {
	appearance: auto;
	-webkit-appearance: auto;
	margin-right: 5px;
}

.compareVersion {
	padding: 35px;
}

.compareVersion::after {
	content: "";
	display: table;
	clear: both;
}

.compareVersionListItem {
	width: calc((100% - 30px) / 2);
	height: 85%;
	float: left;
	margin-right: 30px;
}

.compareVersionListItem:last-of-type {
	margin-right: 0;
}

.compareVersionListItem .img-wrapper {
	width: 100%;
	height: 620px;
	border: 1px solid #4d4d4d;
	position: relative;
	overflow: hidden;
}

.compareVersionListItem .img-wrapper .target {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.compareVersionListItem .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.compareVersionListItem .img-wrapper .scale-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.5s ease-out;
	background-size: contain;
	z-index: 10;
}

.compareVersionListItem .versionSelect {
	position: relative;
}

.compareVersionListItem .versionSelectBtn {
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 10px 10px;
	display: block;
	margin: 20px auto 0;
}

.compareVersionListItem .versionSelectOption {
	position: absolute;
	left: 36.5%;
	top: 104%;
	width: auto;
	min-width: 134px;
	max-height: calc(17px * 4);
	overflow-y: scroll;
	background: #fff;
	color: #333;
}

.compareVersionListItem .versionSelectOption li {
	cursor: pointer;
	padding-left: 3px;
}

.infoWrap .mask {
	background: #000;
	opacity: 0.6;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 100% !important;
	height: calc(100% - 100px) !important;
	cursor: pointer;
}

@media (max-width: 970px){
	html, body { overflow: auto !important; }
	#templateRequestWrap { display: block; height: auto; }
	#templateRequestWrap > div { display: block; width: 100% !important; float: left; }
	#templateRequestWrap > div > div { position: relative; height: auto; float: left; }
	#templateRequestWrap > .infoWrap > div > .contentsWrap { height: auto; }
	#templateRequestWrap > .infoWrap > div > .bottomWrap { position: relative; float: left; }
	#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .main { width: 73%; margin-right: 2%; }
	#templateRequestWrap > .infoWrap > div > .bottomWrap > .btnWrap > .sub { width: 25%; }
	
	.templateWriteWrap > .frmWrap > div { width: 100% !important; float: left; border-right: 0; }
	.templateWriteWrap > .frmWrap > .select { border-top: 1px solid #DDD; }
	.templateWriteWrap > .frmWrap > .select > ul { position: relative !important; padding: 0 !important; }
	.templateWriteWrap > .frmWrap > .select > ul > li.selectBtn { position: relative !important; padding: 0 !important; }
	.templateWriteWrap > .frmWrap > .select > ul > li.guide > p.big { padding-top: 0 !important; }
	
	.templateWriteWrap > .resultWrap > div { width: 100% !important; float: left; border-right: 0; }
	.templateWriteWrap > .resultWrap > .info { border-top: 1px solid #DDD; }
	.templateWriteWrap > .resultWrap > .img > .preview { position: relative !important; padding: 0 !important; }
}