@charset "utf-8";

/*===== Font =====*/
/* NotoSans */
@font-face{font-family:'Noto-Thin';font-style:normal;src:url(../../font/NotoSans-Thin.woff) format("woff");}
@font-face{font-family:'Noto-Light';font-style:normal;src:url(../../font/NotoSans-Light.woff) format("woff");}
@font-face{font-family:'Noto-DemiLight';font-style:normal;src:format("woff2"),url(../../font/NotoSans-DemiLight.woff) format("woff");}
@font-face{font-family:'Noto-Regular';font-style:normal;src:url(../../font/NotoSans-Regular.woff) format("woff");}
@font-face{font-family:'Noto-Medium';font-style:normal;src:url(../../font/NotoSans-Medium.woff) format("woff");}
@font-face{font-family:'Noto-Bold';font-style:normal;src:url(../../font/NotoSans-Bold.woff) format("woff");}
@font-face{font-family:'Noto-Black';font-style:normal;src:url(../../font/NotoSans-Black.woff) format("woff");}

/*S-CoreDream*/
@font-face{font-family:'S-CoreDream-6Bold';font-style:normal;src:url(../../font/S-CoreDream-6Bold.woff) format("woff");}
@font-face{font-family:'S-CoreDream-5Medium';font-style:normal;src:url(../../font/S-CoreDream-5Medium.woff) format("woff");}
@font-face{font-family:'S-CoreDream-4Regular';font-style:normal;src:url(../../font/S-CoreDream-4Regular.woff) format("woff");}
@font-face{font-family:'S-CoreDream-3Light';font-style:normal;src:url(../../font/S-CoreDream-3Light.woff) format("woff");}
@font-face{font-family:'S-CoreDream-1Thin';font-style:normal;src:url(../../font/S-CoreDream-1Thin.woff) format("woff");}

/*Gmarket*/
@font-face{font-family:'GmarketSansB';font-style:normal;src: url(../../font/GmarketSansTTFBold.woff) format('woff');}
@font-face{font-family:'GmarketSansM';font-style:normal;src: url(../../font/GmarketSansTTFMedium.woff) format('woff');}
@font-face{font-family:'GmarketSansL';font-style:normal;src: url(../../font/GmarketSansTTFLight.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:'S-CoreDream-4Regular', sans-serif;line-height:1.5;font-size:16px;color:#333;word-wrap:break-word}
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;}
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:'S-CoreDream-4Regular',sans-serif;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:focus-visible,button:focus:focus-visible,input:focus:focus-visible,select:focus:focus-visible {outline: 2px solid #333;}
a:link,a:active,a:visited{text-decoration:none;color:#000}
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:'S-CoreDream-4Regular'}
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}
h1,h2,h3,h4,h5,h6,strong{font-weight:400}

/* Wizard Reset */
._objHtml{overflow:visible}
._contentBuilder ._obj ._relative{position:relative}
.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;}

/* Margin custom */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml95 {margin-left: 95px;}
.ml100 {margin-left: 100px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}
.mr65 {margin-right: 65px;}
.mr70 {margin-right: 70px;}
.mr75 {margin-right: 75px;}
.mr80 {margin-right: 80px;}
.mr85 {margin-right: 85px;}
.mr90 {margin-right: 90px;}
.mr95 {margin-right: 95px;}
.mr100 {margin-right: 100px;}
