@charset "UTF-8";

@font-face { font-family:'Pretendard'; font-style: normal; font-weight:200; src:url(./fonts/Pretendard-ExtraLight.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:300; src:url(./fonts/Pretendard-Light.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:400; src:url(./fonts/Pretendard-Regular.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:500; src:url(./fonts/Pretendard-Medium.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:600; src:url(./fonts/Pretendard-SemiBold.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:700; src:url(./fonts/Pretendard-Bold.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:800; src:url(./fonts/Pretendard-ExtraBold.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'Pretendard'; font-style: normal; font-weight:900; src:url(./fonts/Pretendard-Black.otf) format('opentype'); font-display: swap;} 

@font-face { font-family:'NanumGothic'; font-style: normal; font-weight:300; src:url(./fonts/NanumGothicLight.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NanumGothic'; font-style: normal; font-weight:400; src:url(./fonts/NanumGothic.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NanumGothic'; font-style: normal; font-weight:700; src:url(./fonts/NanumGothicBold.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NanumGothic'; font-style: normal; font-weight:800; src:url(./fonts/NanumGothicExtraBold.otf) format('opentype'); font-display: swap;} 

@font-face { font-family:'tang'; font-style: normal; font-weight:300; src:url(./fonts/tang_Light.ttf) format('truetype'); font-display: swap;} 
@font-face { font-family:'tang'; font-style: normal; font-weight:500; src:url(./fonts/tang_Medium.ttf) format('truetype'); font-display: swap;} 
@font-face { font-family:'tang'; font-style: normal; font-weight:bold; src:url(./fonts/tang_Bold.ttf) format('truetype'); font-display: swap;} 


@font-face { font-family:'GmarketSans'; font-style: normal; font-weight:300; src:url(./fonts/GmarketSansTTFLight.ttf) format('truetype'); font-display: swap;} 
@font-face { font-family:'GmarketSans'; font-style: normal; font-weight:500; src:url(./fonts/GmarketSansTTFMedium.ttf) format('truetype'); font-display: swap;} 
@font-face { font-family:'GmarketSans'; font-style: normal; font-weight:700; src:url(./fonts/GmarketSansTTFBold.ttf) format('truetype'); font-display: swap;} 

@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:100; src:url(./fonts/NotoSansCJKkr-Thin.otf) format('opentype'); font-display: swap;}  
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:300; src:url(./fonts/NotoSansCJKhk-Light.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:350; src:url(./fonts/NotoSansCJKhk-DemiLight.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:400; src:url(./fonts/NotoSansCJKhk-Regular.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:500; src:url(./fonts/NotoSansCJKhk-Medium.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:600; src:url(./fonts/NotoSansCJKhk-Light.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:700; src:url(./fonts/NotoSansCJKhk-Bold.otf) format('opentype'); font-display: swap;} 
@font-face { font-family:'NotoSansCJKkr'; font-style: normal; font-weight:900; src:url(./fonts/NotoSansCJKhk-Black.otf) format('opentype'); font-display: swap;} 


body {font-family:'NotoSansCJKkr';}

.flexWrap01 {display:flex; flex-direction:row;}
.flexWrap02 {display:flex; flex-direction:row; align-items:center;}
.flexWrap03 {display:flex; flex-direction:column; align-items:center;}
.flexBetween {justify-content:space-between;}
.flexCenter {justify-content:center;}
.flexEnd {justify-content:flex-end;}

body {scroll-behavior: smooth;}
.sound_only {position:absolute; top:0; left:0; z-index:-1; font-size:0; width:0; height:0; opacity:0;}
:root {
    --pointColor:#ff7043;
}
.maxWidth100 {width:100%;}
/**** reset ::: 스타일초기화*****/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0; padding:0; border:0;}


* {padding: 0; margin: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); word-break: keep-all;}
html, body { width:100%; margin:0 !important;  padding:0 !important; }
body.no-scroll {overflow:hidden;}
/***** common ::: 기본설정*****/
.wrap {overflow:hidden; min-width:1200px; max-width:1920px; margin:0 auto; overflow-x:hidden;}
body {letter-spacing:-0.05em; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
p, a, span, dt, dd, button, input, input::placeholder, select, option, label, textarea, th, td {font-family:'NotoSansCJKkr';}
a {text-decoration:none;}
a:link, a:visited {text-decoration:none;}
a:hover,  a:active {text-decoration:none;}

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, sub {font-size:1em;}
table {border:none;border-collapse:collapse;border-spacing:0; width:100%;}
td,th, fieldset,img,abbr,acronym, img,fieldset,iframe  {border:0 none;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal;font-style:normal;}
dl, dt, dd, ul, ol,ul {margin:0; padding:0; list-style:none}
q:before, q:after {content:''}
caption, legend {overflow:hidden;font-size:0;line-height:0;height:0;width:0;text-indent:-999em;}
hr {display:none;}
img, input, button, select, textarea {vertical-align:middle;}
p {margin-block-start:0; margin-block-end:0;}

/***** 추가 필요 설정 ******/
input::-webkit-input-placeholder{color:#666;} /* 웹킷 전용 속성  크롬에서 플레이스홀더 텍스트 글자 색상 조정 */
input:-moz-placeholder{color:#666;} /* 파이어폭스 전용 속성 */


/***** form ::: 폼태그 기본설정*****/
form {margin:0;padding:0;}
fieldset {margin:0;padding:0;border:0 none;}
.ie7 legend {position:absolute;left:-99999px;top:-9999px;display:inline;width:1px;height:1px;text-indent:0;}
label {cursor:pointer;margin:0;padding:0;vertical-align:middle}
caption {overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;}
button {cursor:pointer;border:0 none;}
button,input,textarea {margin:0;}

input[type='checkbox'],input[type='radio'] {margin:0; padding:0;}

select,  input[type="text"], input[type="password"] {  -webkit-appearance:none;  -moz-appearance: none; appearance: none; -webkit-border-radius:0;border-radius:0; border:none;}
textarea{border:1px solid #d5d5d5; resize:none; overflow-y:scroll;padding:10px;box-sizing: border-box;font-size:14px; color:#000;}
select::-ms-expand{display: none;}
select { vertical-align:middle;	background-color:#fff;	padding-left:10px; border:none; -webkit-appearance:none; -webkit-border-radius:0; -moz-appearance: none; appearance: none; }

input[type="checkbox"] { background:#fff; border:1px solid #333; width:14px; height:14px;  }
input[type="submit"]{-webkit-appearance:none;  -moz-appearance: none; appearance: none; -webkit-border-radius:0; border-radius:0; border:none;}


/***** .hidden *****/
.hidden {overflow:hidden; visibility:hidden; width:0; height:0; margin:0; padding:0; font-size:0; line-height:0;}
.hide {visibility:hidden;position:absolute;top:-9999px;width:0;height:0;font-size:0;line-height:0} /* image */
.blind{overflow:hidden; position:absolute; left:0; top:0; width:0; height:0; font-size:0; line-height:0;}

/*****Align*****/
.fn {float:none !important}
.fl {float:left !important}
.fr {float:right !important}
.tac {text-align:center !important}
.tal {text-align:left !important}
.tar {text-align:right !important}
.vat {vertical-align:top !important;}
.vm {vertical-align:middle !important;}


/***** clear float *****/
.clear {clear:both;}
.clearfix {clear:both;}
.clearfix {display:inline-block}
.clearfix {display:block}
.clearfix:before,
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}

/***** margin *****/
.mt0 {margin-top:0 !important}
.mt5 {margin-top:5px !important}
.mt8 {margin-top:8px !important}
.mt10{margin-top: 10px !important}
.mt15{margin-top: 15px !important}
.mt18{margin-top: 18px !important}
.mt20{margin-top: 20px !important}
.mt25{margin-top: 25px !important}
.mt30{margin-top: 30px !important}
.mt35{margin-top: 35px !important}
.mt40{margin-top: 40px !important}
.mt45{margin-top: 45px !important}
.mt50{margin-top: 50px !important}
.mt60{margin-top: 60px !important}
.mt65{margin-top: 65px !important}
.mt70{margin-top: 70px !important}
.mt80{margin-top: 80px !important}
.mt90{margin-top: 90px !important}
.mt95{margin-top: 95px !important}
.mt100{margin-top: 100px !important}
.mt120{margin-top: 120px !important}
.mt300 {margin-top:300px !important;}

.mr0 {margin-right:0 !important}
.mr5 {margin-right:5px !important}
.mr10{margin-right:10px !important}
.mr15{margin-right:15px !important}
.mr20{margin-right:20px !important}
.mr25{margin-right:25px !important}
.mr29{margin-right:29px !important}
.mr30{margin-right:30px !important}
.mr32{margin-right:32px !important}
.mr35{margin-right:35px !important}
.mr40{margin-right:40px !important}
.mr45{margin-right:45px !important}
.mr46{margin-right:46px !important}
.mr50{margin-right:50px !important}
.mr60{margin-right:60px !important}
.mr80{margin-right:80px !important}
.mr89{margin-right:89px !important}
.mr100 {margin-right:100px !important}
.mr120{margin-right:120px !important;}
.mr130{margin-right:130px !important;}
.mr140{margin-right:140px !important}
.mr150{margin-right:150px !important}
.mr170{margin-right:170px !important}
.mr180{margin-right:180px !important}
.mr190{margin-right:190px !important}
.mr250{margin-right:250px !important}

.ml_6{margin-left:-6px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml8 {margin-left:8px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml22{margin-left:22px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml39{margin-left:39px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}
.ml100{margin-left:100px !important;}
.ml110{margin-left:110px !important;}
.ml120{margin-left:120px !important;}

.mb0{margin-bottom: 0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}
.mb55{margin-bottom:55px !important}
.mb60{margin-bottom:60px !important}
.mb65{margin-bottom:65px !important}
.mb70{margin-bottom:70px !important}
.mb80{margin-bottom:80px !important}
.mb90{margin-bottom:90px !important}
.mb100{margin-bottom:110px !important}
.mb110{margin-bottom:110px !important}
.mb120{margin-bottom:120px !important}
.mb130{margin-bottom:130px !important}
.mb140{margin-bottom:140px !important}
.mb150{margin-bottom:150px !important}
.mb160{margin-bottom:160px !important}
.mb170{margin-bottom:170px !important}
.mb180{margin-bottom:180px !important}
.mb190{margin-bottom:190px !important}
.mb200{margin-bottom:200px !important}
.mb400{margin-bottom:400px !important}
.mb450{margin-bottom:450px !important}
/***** padding *****/
.p0 {padding:0 !important} 


.pl0 {padding-left:0 !important} 
.pt5 {padding-top:5px !important}
.pt10{padding-top: 10px !important}
.pt15{padding-top: 15px !important}
.pt18{padding-top: 18px !important}
.pt20{padding-top: 20px !important}
.pt25{padding-top: 25px !important}
.pt23{padding-top: 26px !important}
.pt26{padding-top: 26px !important}
.pt30{padding-top: 30px !important}
.pt35{padding-top: 35px !important}
.pt40{padding-top: 40px !important}
.pt45{padding-top: 45px !important}
.pt50{padding-top: 50px !important}
.pt55{padding-top: 55px !important}
.pt80{padding-top: 80px !important}
.pt90{padding-top: 90px !important}
.pt100{padding-top: 100px !important}
.pt120{padding-top: 120px !important}
.pt180{padding-top:180px !important}

.pr0 {padding-right:0px !important}
.pr5 {padding-right:5px !important}
.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}
.pr20{padding-right:20px !important}
.pr25{padding-right:25px !important}
.pr30{padding-right:30px !important}
.pr35{padding-right:35px !important}
.pr40{padding-right:40px !important}
.pr45{padding-right:45px !important}
.pr50{padding-right:50px !important}

.pl0{padding-left: 0px !important}
.pl5{padding-left: 5px !important}
.pl10{padding-left:10px !important}
.pl15{padding-left:15px !important}
.pl20{padding-left:20px !important}
.pl25{padding-left:25px !important}
.pl30{padding-left:30px !important}
.pl35{padding-left:35px !important}
.pl37{padding-left:37px !important}
.pl40{padding-left:40px !important}
.pl45{padding-left:45px !important}
.pl50{padding-left:50px !important}
.pl55{padding-left:55px !important}
.pl60{padding-left:60px !important}
.pl65{padding-left:65px !important}
.pl70{padding-left:70px !important}
.pl75{padding-left:75px !important}
.pl80{padding-left:80px !important}
.pl100{padding-left:80px !important;}
.pl105{padding-left:105px !important;}

.pb0{padding-bottom:0px !important}
.pb5{padding-bottom:	5px !important}
.pb10{padding-bottom:10px !important}
.pb15{padding-bottom:15px !important}
.pb20{padding-bottom:20px !important}
.pb23{padding-bottom:23px !important}
.pb25{padding-bottom:25px !important}
.pb26{padding-bottom:26px !important}
.pb30{padding-bottom:30px !important}
.pb35{padding-bottom:35px !important}
.pb40{padding-bottom:40px !important}
.pb45{padding-bottom:45px !important}
.pb50{padding-bottom:50px !important}
.pb50{padding-bottom:55px !important}
.pb60{padding-bottom:60px !important}
.pb80{padding-bottom:80px !important}
.pb100{padding-bottom:100px !important;}
.pb120{padding-bottom:120px !important}
.pb150{padding-bottom:150px !important}
.pb160{padding-bottom:160px !important}
.pb180{padding-bottom:180px !important}


/* width */

.textCenter {text-align:center;}
.textLeft {text-align:left;}
