@charset "utf-8";

/**********
폰트정의
Noto Sans Traditional Chinese

	font-family: 'Noto Sans TC', sans-serif;
	Thin 100
	Light 300
	Regular 400
	Medium 500
	Bold 700
	Black 900
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');
@font-face{font-family:'Play Regular';font-style:normal;src:url(/Web-home/_UI/font/play/Play-Regular.woff) format("woff")}
@font-face{font-family:'Play Bold';font-style:normal;src:url(/Web-home/_UI/font/play/Play-Bold.woff) format("woff")}

/* CSS Reset */
*,:after,:before,::after,::before{box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html,body{overflow:visible;width:100%;height:100%;font-family: 'Noto Sans SC', sans-serif;font-weight:400;line-height:1.5;font-size:16px;color:#333;word-wrap:break-word;letter-spacing:-0.5px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button{margin:0;padding:0}
body{word-break:keep-all;overflow-x:hidden;}
header,article,section,nav,footer{display:block}
img,fieldset,iframe,button{border:0 none}
li{list-style:none}
img{width:auto;max-width:100%;vertical-align:top;}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{font-family: 'Noto Sans SC', sans-serif;font-weight:400;background-color:transparent;overflow:visible;border:0}
a,button,input{border:0 none}
a:focus,button:focus,input:focus,select:focus {outline: none;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible {outline: 2px solid #333;}
a:link,a:active,a:visited{text-decoration:none; color:#333; }
a:hover{text-decoration:none;color:#2247a6;transition:all .125s cubic-bezier(0.7,0,0.3,1)}
legend{*width:0;width:0;height:0;font-size:0;position:absolute;z-index:-1}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;text-align:center}
caption{width:0;height:0;padding:0;font-size:0;opacity:0}
th{text-align:center}
input::-ms-clear{display:none}
input,button{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-family: 'Noto Sans SC', sans-serif;font-weight:400;}
input[type="radio"]{position:relative;top:2px}
pre{white-space:pre-line;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;overflow-y:auto}
select::-ms-expand{display:none}
textarea{resize:none}
figure{text-align:center}
/*b,h1,h2,h3,h4,h5,h6,strong{font-weight:unset !important;}*/

/* Wizard Reset */
.simplemodal-wrap{font-size:13px}
.hidden{position:absolute;top:-9999px;left:-9999px;}

/* Clear Fix */
.clearfix, .clear-fix {*zoom: 1;}
.clearfix::after, .clear-fix::after {content: ""; display: block; clear: both;}

/* Sub Contents Reset */
.sub #_contentBuilder ._objTag,
.sub #_contentBuilder ._objHtml,
.sub #_contentBuilder ._objImage,
.sub #_contentBuilder ._objWidget,
.sub #_contentBuilder ._objHeading{height:auto !important;min-height:10px !important;z-index:auto !important;}
.sub #_contentBuilder ._objHeading{width:100% !important;}