@charset "utf-8";
/**
 * @File Name : popup.css
 * @Description : 팝업창 스타일정의
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2024.02.19 | 작성자명 | 최초 등록
 * </pre>
 * @author 디자인팀 작성자명
 * @since 2024.02.19
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */
[lang|='ko'], [lang|='ko']>* {font-family:"S-CoreDream", sans-serif;}
body {background:#10739a}
#container {padding:30px 20px}
#head #h1 {font-family:'SBAggroB', 'san-serif';font-size:32px;font-weight:500;color:#fff;line-height:1;letter-spacing:-.025em;margin:0 0 20px}
#wrap {background:#fff;border-radius:10px;padding:30px;}
#foot {clear:both;position: static;}
#foot .button.close1 {position:absolute;top:20px;right:40px;width:40px;height:40px;background:#000;border-radius:50%;text-indent:-9999px;margin:0}
#foot .button.close1:before, #foot .button.close1:after {position:absolute;top:50%;left:50%;content:"";display:block;width:2px;height:19px;background:#fff;margin:-10px -1px;}
#foot .button.close1:before {transform:rotate(45deg)}
#foot .button.close1:after {transform:rotate(-45deg)}