@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 초기화 */
html {font-size:62.5%;}
body {font-size:1em;}

html,body {width:100%; height:100%;}
body,h1,h2,h3,h4,p {margin:0; padding:0;}
a {display:inline-block; text-decoration:none;}


/* 공통 */
.mym_content {width:100%; height:100%;}
.mym_wrap {width:1200px; margin:0 auto;}


/* font */
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fs24 {font-size:2.4rem;}
.fs32 {font-size:3.2rem;}
.fs40 {font-size:4rem;}

.bold {font-weight:700;}
.bold1 {font-weight:800;}

.fc_red {color:#a60000;}
.fc_wh {color:#fff;}
.fc_org {color:#ff9900;}
.fc_org2 {color:#ff6b00;}

.mt32 {margin-top:32px;}
.mb32 {margin-bottom:32px;}

.lh43 {line-height:43px;}

.mym_btn {display:block; width: fit-content; margin:4rem auto 0; padding:1.5rem 2rem; font-size:1.8rem; font-weight:700; color:#fff; text-align:center; box-sizing:border-box; background:#000;}

.mym_content .title {font-family: 'Nanum Myeongjo', serif;}
.mym_content span {display:block; font-family: 'Noto Sans KR', sans-serif;}

.mym-moblie {display:none;}

.mym-scroll {position:absolute; bottom:5%; left:50%; margin-left:-43px;}

.mym-scroll span {padding-bottom:80px; font-family: "Roboto", sans-serif; font-size:16px; color:#fff; background:url('../img/mym-scrollarrow.png') no-repeat center bottom;}