@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css?family=SUIT');
/* 

img{width:100%;}
body { font-weight: 400; color:#333;padding:0; margin:0; font-size:18px; letter-spacing: -1px; height:100%; font-family: 'SUIT', sans-serif, 'Noto Sans KR', sans-serif; background:#ffffff;min-width:320px;-webkit-text-size-adjust: none; }
body.is_hidden{overflow:hidden}
html, h1, h2, h3, h4, h5, h6, form, fieldset, td, tr, table ,tbody {margin:0;padding:0;border:0; border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
label, input, button, select {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button,input[type=submit] {cursor:pointer;}
input[type=text], input[type=password], input[type=submit], input[type=image], button {-webkit-appearance:none}
textarea, select {font-size:1em;}
textarea {border-radius:0;-webkit-appearance:none}
select{background:#fff}
p {margin:0;padding:0;}
hr {display:none;}
button {background-color:unset; border:0; }
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none;}
ul,li,dl,dt,dd {padding:0;margin:0; list-style: none;}
ul {list-style:none;}
*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
} */


:root { --navy:#9f56ff; --blue:#2b75ff; --signiture:#ffe187; --violet:#5c21ff; --gold:#efead9; --sans:'Noto Sans KR', sans-serif; --sans2:"pretendard";}

.clear::after{content:""; display:table; clear:both;}
.suit_en{letter-spacing: normal;}
.contents_creator_index{width:100%; height: 100%; font-size: 1.8rem;}
.contents_creator_index .main_banner{width:100%; font-size: 1.8rem;}
.contents_creator_index .main_banner_text{transition: 0.5s; transition-delay: 200ms;}
.contents_creator_index .main_banner_text:hover{transition: all .2s; transform: translatex(10px);}

.contents_creator_index .qna_tab{width:100%; border-radius: 10px;}
.contents_creator_index .qna_box .tab:hover{cursor: pointer; font-weight: 600;}
.contents_creator_index .active{color:#2b75ff; font-weight: 600;}
.contents_creator_index .qna_con{ padding:20px 80px; background-color: #f2f2f2; border-radius: 20px; margin-bottom:20px;  text-indent: -30px; }

.contents_creator_index .qna_con p{font-size: 1.8rem;padding-top:10px; }
.contents_creator_index .qna_con .markerQ{color:#2b75ff;font-weight: 800; font-size: 2.4rem;}
.contents_creator_index .qna_con .markerA{color:#000000; font-weight: 800; font-size: 2.4rem;}