@charset "utf-8";
@import url("font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

/* ========================== 초기화 [s] */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1;font-family:'Noto Sans KR'}
ol, ul, dl, dt, dd{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input, button{margin:0;padding:0;font-family:'Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Noto Sans KR'}
select{margin:0}
a{color:#777;text-decoration:none}
label, input, button, select, img{vertical-align:middle}
body{font-size:0.81em}
*, :after, :before{box-sizing:border-box}
*{-webkit-text-size-adjust:none}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* ========================== 초기화 [e] */

 
#sh_mo_wrapper{position:relative;max-width:768px;margin:0 auto}

.fixed-image {
    position: fixed;
     bottom: -3px; /* 하단에 고정 */
    left: 50%; /* 화면 가로 중앙 정렬 */
    transform: translateX(-50%); /* 정확한 중앙 정렬을 위해 이미지 왼쪽 위치를 이동 */
    z-index: 1000; /* 다른 요소보다 위에 표시되도록 설정 */
    width: 100%; /* 이미지의 가로 크기를 100%로 설정 */
    max-width: 600px; /* 이미지의 최대 너비를 제한 (필요시 조정) */
}

.fixed-image img {
    width: 100%;
    height: auto; /* 이미지 비율을 유지하며 크기 자동 조정 */
}


/* .control-label 스타일 */
.control-label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.icon-required {
    color: red;  /* 필수 항목을 나타내는 아이콘의 색상 */
    font-size: 16px;
    margin-left: 5px;
}


/* 프레임 스타일 */
.frame {
    background-color: #ebebeb;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
}

/* 폼 스타일 */
.form-container {
    margin-top: 30px; /* 이미지와 폼 사이에 여백 추가 */
    text-align: left; /* 폼 내부 텍스트 왼쪽 정렬 */
    max-width: 500px; /* 폼 최대 너비 설정 */
    margin: 0 auto; /* 중앙 정렬 */
    padding: 20px;
    background-color: #ebebeb;
}

/* 각 입력 필드 스타일 */
.form-group {
    margin-bottom: 15px;
}

.form-group2 {
    display: flex;
    align-items: center; /* 세로축 정렬 */
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.form-group2 labels2 {
    display: block;
    font-size: 16px;
font-weight: bold;
    color: #777777;
}

.form-group2 labels {
    display: block;
    font-size: 13px;
    color: #939393;
}

  .form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .form-row .form-group {
    flex: 1;
  }

  input, select {
width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* 체크박스 스타일 */
.form-group2 input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* 등록 버튼 스타일 */
.submit-btn {
    padding: 12px;
    background: linear-gradient(to right, #1e3c8f, #10255f); /* 그라데이션 설정 */
    color: white;
    border: none;
    cursor: pointer;
    width:100%;
    border-radius: 100px;
    height:55px;
    font-size:18px;
    font-weight:500;
    font-weight:700;
    letter-spacing:0;
    font-family:'Poppins'
}
.submit-btn:hover {
     background: linear-gradient(to right, #1e3c8f, #050505);
}

/* 이미지 스타일 */
.frame img {
    width: 100%; /* 이미지의 너비를 프레임의 너비에 맞게 설정 */
    height: auto; /* 높이는 자동으로 비율에 맞게 조정 */
    display: block; /* 이미지를 블록 요소로 설정하여 상하 여백 제거 */
    max-width: 800px; /* 최대 너비를 800px로 제한 (필요시 조정) */
    margin: 0 auto; /* 이미지를 중앙 정렬 */
}

/* ========================== HEADER */
#sh_mo_hd {
    /* position:relative; */
    /* z-index:20; */
    /* font-size:15px; */
    /* color:#777; */
    /* letter-spacing:-.2px; */
    /* line-height:1.8; */
    /* font-family:'Noto Sans KR'; */
    position: fixed;
    /* 화면 상단에 고정 */
    top: 0;
    /* 상단 위치 설정 */
    left: 0;
    right: 0;
    /* 왼쪽 위치 설정 */
    width: 100%;
    /* 가로 전체 차지 */
    z-index: 20;
    /* 다른 요소 위에 위치 */
margin: 0 auto;
    font-size: 15px;
    color: #777;
    letter-spacing: -0.2px;
    line-height: 1.8;
    font-family: 'Noto Sans KR';
    background-color: #fff;
    /* 필요에 따라 배경색 추가 */
    max-width: 768px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    /* 스크롤 시 구분선 효과 */
}
#sh_mo_hd_wrapper{position:relative;padding:20px 15px}
#sh_mo_hd_wrapper:after{display:block;content:"";position:absolute;right:0;bottom:0;z-index:1;width:40px;height:40px;background:rgb(255,255,255);background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%)}
/* 로고 */
#sh_mo_logo{position:relative}
#sh_mo_logo a{display:inline-block}
#sh_mo_logo img{max-width: 200px}
/* 상단 버튼 및 오픈메뉴 */
#sh_navBtn{position:absolute;top:18px;right:15px;z-index:5;width:30px;height:30px}
#sh_navBtn span{display:block;position:relative;top:50%;transform:translateY(-50%);width:100%;height:2px}
#sh_navBtn span:before, #sh_navBtn span:after{display:block;content:"";position:absolute;top:-6px;width:30px;height:2px;background-color:#222;-webkit-transition:all .1s;transition:all .1s}
#sh_navBtn span:after{top:6px;width:16px;right:0;background-color:#1e3c8f}
#sh_navBtn.on{position:fixed}
#sh_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg)}
#sh_navBtn.on span:after{top:0;right:-4px;width:30px;transform:rotate(-45deg);background-color:#222}
#sh_navWrap{display:none;position:fixed;left:50%;top:0;z-index:4;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:768px;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#sh_navWrap .inner{overflow-y:scroll;opacity:0;position:fixed;right:-40px;top:0;z-index:6;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#sh_navWrap.on .inner{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#sh_navWrap .inner:before, #sh_navWrap .inner:after{opacity:0;display:block;position:fixed;top:0;right:-40px;z-index:1;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#sh_navWrap .inner:after{top:auto;bottom:0}
#sh_navWrap.on .inner:before, #sh_navWrap.on .inner:after{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#sh_navWrap .inner .copy{position:fixed;right:0;bottom:15px;z-index:2;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
/* 대분류 */
#sh_mo_hd .lnb .bmenu{display:block;position:relative;width:100%;height:52px;padding:0 20px;border:none;border-bottom:1px solid #ddd;background:none;font-size:16px;font-weight:400;line-height:52px;color:#222;text-align:left;font-family:'Noto Sans KR'}
#sh_mo_hd .lnb .bmenu:after{float:right;content:"\f107";font-family:'fontawesome'}
#sh_mo_hd .lnb .bmenu.on:after{content:"\f106"}
#sh_mo_hd .lnb .mn_empty{line-height:100px;text-align:center}
/* 소분류 */
#sh_mo_hd .smenu{display:none;padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f2f3f5}
#sh_mo_hd .smenu li a{font-size:14px;color:#777}
/* 스크롤 메뉴 */
#sh_roll_mn{position:relative;width:100%;}
#sh_roll_mn ul{display:table;width:100%;padding-right:50px}
#sh_roll_mn ul li{display:table-cell;position:relative;padding-right:10px;white-space:nowrap}
#sh_roll_mn ul li+li{padding:0 10px}
#sh_roll_mn ul li a{display:block;position:relative;padding-bottom:10px;font-size:15px;font-weight:400;color:#222;font-family:'Noto Sans KR'}
#sh_roll_mn ul li.on:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:3;width:calc(100% - 10px);height:4px;background-color:#222}
#sh_roll_mn ul li+li.on:after{left:10px;width:calc(100% - 20px)}

/* =========================== CONTAINER */
#sh_mo_container{position:relative;padding-top: 95px;}

/* ========================== FOOTER */
#sh_fix_tel{opacity:0;display:block;position:fixed;right:15px;bottom:20px;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:#0065c7;box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#sh_fix_tel.active{opacity:1;margin-right:0}
#sh_mo_ft{margin-top:20px;font-size:13px;color:#666;word-break:keep-all;letter-spacing:-.3px;line-height:1.8;text-align:center;background-color:#222;font-family:'Noto Sans KR'}
#sh_mo_ft .inner{padding:30px 15px}
#sh_mo_ft .copy{padding:15px 0;background-color:#111} 


