.template-iframe-pop {position: fixed; z-index: 999; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: #fff; overflow: hidden; visibility: hidden; opacity: 0; top: -100px; transition: opacity 0.3s,top 0.6s,visibility 0.3s;}
.template-iframe-pop.template-iframe-pop-open {top: 0; opacity: 1; visibility: visible;}



.template-iframe-pop--header {position: relative; display: flex; width: 100%; height: 60px; background-color: rgb(51, 51, 51); align-items: center; justify-content: space-between; padding: 0 16px; min-width: 1200px; margin: 0 auto;}

.template-iframe-pop--header--left {position: relative; display: flex; align-items: center; padding-left: 24px;}
.template-iframe-pop--header--center {position: relative; display: flex; align-items: center;}
.template-iframe-pop--header--right {position: relative; display: flex; align-items: center;}

.template-iframe-name {display: block; padding-top: 1px; font-size: 16px; color: rgb(255, 255, 255); font-weight: 400;}

.template-iframe-pop__btn-pc {position: relative; display: block; width: 80px; height: 60px; background-color: rgb(51, 51, 51); font-size: 0; background-position: center; background-image: url(/images/sub/template/pc-icon.png);}
.template-iframe-pop__btn-mobile {position: relative; display: block; width: 80px; height: 60px; background-color: rgb(51, 51, 51); font-size: 0; background-position: center; background-image: url(/images/sub/template/mo-icon.png);}
.template-iframe-pop__btn-pc.active {background-color: #fff; background-image: url(/images/sub/template/pc-icon-active.png);}
.template-iframe-pop__btn-mobile.active {background-color: #fff; background-image: url(/images/sub/template/mo-icon-active.png);}

.template-iframe__apply-btn {position: relative; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 3px; background-color: rgb(255, 255, 255); width: 120px; height: 42px; font-size: 15px; font-weight: 400; color: rgb(0, 0, 0); border: 0;  margin-right: 8px;}
.template-iframe__apply-btn:hover {background-color: rgb(34, 160, 240); color: #fff;}
.template-iframe__apply-btn .pencil {display: block; position: relative; top: -1px; margin-left: 5px;}
.template-iframe__apply-btn .pencil-active {display: none; position: relative; top: -1px; margin-left: 5px;}
.template-iframe__apply-btn:hover .pencil {display: none;}
.template-iframe__apply-btn:hover .pencil-active {display: block;}

.template-view-close {position: relative; font-size: 0; width: 66px; height: 60px; display: block; background-image: url(/images/sub/template/template-view-close.png); background-color: transparent; background-position: center;}
.template-view-close:hover {background-image: url(/images/sub/template/template-view-close-over.png); }


.template-iframe-pop--body {position: relative; display: flex; width: 100%; height: calc(100% - 61px); overflow: auto; align-items: center; background-color: #f8f8f8;}
.template-iframe-pop--body .iframe {position: relative; display: block; width: 100%; height: 100%; margin: 0 auto; transition: all 0.6s;}
.template-iframe-pop--body .iframe.mobile {width: 455px; height: 88%; margin-top: 2.5%; margin-bottom: 2.5%; border: 1px solid #ccc; padding-bottom: 1px;}


.template-iframe-pop--body .iframe.ani-none {transition: none;}