정리중

This commit is contained in:
leejunho 2024-08-22 10:17:09 +09:00
parent 73c5765882
commit 110c1a7a01
6 changed files with 0 additions and 12753 deletions

View File

@ -1,19 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="14"></iconset>
</metadata>
<defs>
<font id="flexslider-icon" horiz-adv-x="448" >
<font-face units-per-em="448" ascent="384" descent="-64" />
<missing-glyph horiz-adv-x="448" />
<glyph unicode="&#xf001;" d="M 185.50-9.25l-163.00,162.75q-9.25,9.25 -9.25,22.625t 9.25,22.625l 163.00,162.75q 9.25,9.25 22.625,9.25t 22.625-9.25l 18.75-18.75q 9.25-9.25 9.25-22.625t-9.25-22.625l-121.50-121.50l 121.50-121.25q 9.25-9.50 9.25-22.75t-9.25-22.50l-18.75-18.75q-9.25-9.25 -22.625-9.25t-22.625,9.25z" horiz-adv-x="288" />
<glyph unicode="&#xf002;" d="M 274.75,176.00q0.00-13.00 -9.25-22.75l-163.00-162.75q-9.25-9.25 -22.50-9.25t-22.50,9.25l-19.00,18.75q-9.25,9.75 -9.25,22.75q0.00,13.25 9.25,22.50l 121.50,121.50l-121.50,121.25q-9.25,9.75 -9.25,22.75q0.00,13.25 9.25,22.50l 19.00,18.75q 9.00,9.50 22.50,9.50t 22.50-9.50l 163.00-162.75q 9.25-9.25 9.25-22.50z" horiz-adv-x="288" />
<glyph unicode="&#xf003;" d="M 346.00,152.25l-332.00-184.50q-5.75-3.25 -9.875-0.75t-4.125,9.00l0.00,368.00 q0.00,6.50 4.125,9.00t 9.875-0.75l 332.00-184.50q 5.75-3.25 5.75-7.75t-5.75-7.75z" horiz-adv-x="352" />
<glyph unicode="&#xf004;" d="M 384.00,336.00l0.00-352.00 q0.00-6.50 -4.75-11.25t-11.25-4.75l-128.00,0.00 q-6.50,0.00 -11.25,4.75t-4.75,11.25l0.00,352.00 q0.00,6.50 4.75,11.25t 11.25,4.75l 128.00,0.00 q 6.50,0.00 11.25-4.75t 4.75-11.25zM 160.00,336.00l0.00-352.00 q0.00-6.50 -4.75-11.25t-11.25-4.75l-128.00,0.00 q-6.50,0.00 -11.25,4.75t-4.75,11.25l0.00,352.00 q0.00,6.50 4.75,11.25t 11.25,4.75l 128.00,0.00 q 6.50,0.00 11.25-4.75t 4.75-11.25z" horiz-adv-x="384" />
<glyph unicode="&#xf005;" d="M 402.75,208.00q0.00-13.25 -9.25-22.50l-162.75-162.75q-9.50-9.50 -22.75-9.50q-13.50,0.00 -22.50,9.50l-162.75,162.75q-9.50,9.00 -9.50,22.50q0.00,13.25 9.50,22.75l 18.50,18.75q 9.75,9.25 22.75,9.25q 13.25,0.00 22.50-9.25l 121.50-121.50l 121.50,121.50q 9.25,9.25 22.50,9.25q 13.00,0.00 22.75-9.25l 18.75-18.75q 9.25-9.75 9.25-22.75z" horiz-adv-x="416" />
<glyph unicode="&#x20;" horiz-adv-x="224" />
<glyph class="hidden" unicode="&#xf000;" d="M0,384L 448 -64L0 -64 z" horiz-adv-x="0" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,190 +0,0 @@
@charset "utf-8";
/* =====================================
RESET
===================================== */
* { outline:0 !important; }
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption,select { margin:0; padding:0; font-family:'pretendard','pretendard-subset',sans-serif; line-height: 120%; font-weight: 300; color: var(--secondary); word-break: keep-all; }
html, body { width:100%; }
html { -webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
body { width:100%; background:#fff; min-width:280px; -webkit-text-size-adjust:none; word-wrap:break-word; word-break:break-all; }
body,input,select,textarea,button { border:none; -webkit-border-radius: 0; font-weight: 300;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
ul,ol,li { list-style:none; }
table { width:100%; border-spacing:0; border-collapse:collapse; -webkit-user-select:text; }
img,fieldset { border:0; }
address,cite,code,em { font-style:normal; font-weight:normal; }
label,img,input,select,textarea,button { vertical-align:middle; }
main,header,section,nav,footer,aside,article,figure { display:block; }
a { text-decoration:none; color: #fff; cursor: pointer; }
b {font-weight: 700;}
button { cursor: pointer; background:none; }
/* Scroll bar hidden */
body { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ }
body::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ }
::selection, ::-webkit-selection {background-color: #fceac1;}
label span{padding-left: 10px;font-size:14px;font-weight:500;}
label.param{border:none; font-weight:600;}
/* =====================================
Color
===================================== */
:root {
--primary : #ffba1a;
--secondary : #141523;
--white :#fff;
--gray001 : #f6f6f6;
--gray01 : #f1f1f1;
--gray02 : #a8a8a8;
--gray03 : #5B5B5B;
--wt50 : #ffffff80;
--bk50 : #00000080;
--red01 : #FFDBDB;
--red02 : #FF3434;
--orange01 : #FFE6D1;
--orange02: #E44600;
--yellow01 : #fff1d1;
--yellow02 : #ff9900;
--ygreen01 : #EEFCE7;
--ygreen02 : #2C680F;
--lgreen02 : #6ebb1a;
--green01 : #ebf5f5;
--green02 : #0f6866;
--skyblue01 : #ECF7FC;
--skyblue02 : #007AB9;
--blue01 : #e9f1ff;
--blue02 : #06296e;
--navy01 :#E8EAFF;
--navy02 :#0A116B;
--purple01 : #EBDFFF;
--purple02 : #44227A;
--violet01 :#F1E0EE;
--violet02 : #742F5A;
}
:root {
--max-width :1240px;
--lnb-width :240px;
}
.wrap { width: 100%; background-color: var(--gray01); }
.inner { width: 100%; max-width: var(--max-width); margin: auto; }
.text_r { color: var(--red02); }
.text_y { color: var(--yellow02); }
.text_b { color: var(--skyblue02); }
.text_g { color: var(--lgreen02); }
.btn_lg {height: 60px; font-size: 18px; font-weight: 700;}
/* =====================================
Components
===================================== */
/* 버튼 */
.btn_line_01 { border: 1px solid var(--white); color: var(--white); padding: 10px 50px; border-radius: 4px; font-size: 16px; display: inline-block; text-align: center;}
.btn_line_02 { border: 1px solid var(--secondary); color: var(--secondary); padding: 10px 50px; border-radius: 4px; font-size: 16px; display: inline-block;text-align: center;}
.btn_solid_pri { border: 1px solid var(--primary); color: var(--secondary); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--primary); font-weight: 500; display: inline-block; text-align: center;}
.btn_solid_sec { border: 1px solid var(--secondary); color: var(--white); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--secondary); font-weight: 500; display: inline-block; text-align: center;}
.btn_solid_red { border: 1px solid var(--red02); color: var(--red02); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--red01); font-weight: 500; display: inline-block; text-align: center;}
.btn_solid_yel { border: 1px solid var(--yellow02); color: var(--yellow02); padding: 10px; border-radius: 4px; font-size: 16px; background-color: var(--yellow01); font-weight: 500; display: inline-block; text-align: center;}
.reinput {position: relative; padding: 20px; border-radius: 4px; height: 60px; display: flex; min-width: 200px; ;}
.input {position: relative; border:1px solid var(--gray02); padding: 20px; border-radius: 4px; height: 60px; display: flex; min-width: 200px; ;}
.input img {margin-right: 20px;}
.input input {width: 100%;}
.input select {width: 100%; margin-top: -20px; height: 60px; background: url(../img/acc_bot.png) center right no-repeat; background-size: 20px; }
.input textarea {width: 100%;}
.input.col {width: 49%;}
/* =====================================
Main
===================================== */
.main .section:first-child {max-width:100vw}
.main .section {margin: auto; display: flex; align-items: center; position: relative; min-width: 280px; left: 0;}
.main .section .sec_cont {align-items: center; align-content: center; margin-top: -120px; padding-left: 100px;}
.main .section .sec_cont h2 {font-size: 60px;font-weight: 700;}
.main .section .sec_cont span {font-size: 20px; line-height: 1.5em; display: block; margin: 30px 0;}
.main .section .sec_cont a { border: 1px solid var(--secondary); font-size: 16px; width: 200px; height: 40px; border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
.main .section .sec_img {position: absolute; top: 50%; right: 0; transform:translate(0%, -50%); width: 80vw; text-align: center; z-index: -1;}
.main .section .sec_img img {max-width: 1000px; min-width: 280px; width: 100%;}
.main .page_scroll {z-index: 2;}
#fullpage {height: 100%; position: relative; touch-action: none; transition: all 700ms ease 0s;}
.main .section {display: table; table-layout: fixed; width: 100%; position: relative; box-sizing: border-box; height: 100vh;}
/* =====================================
Content
===================================== */
.tit { margin-bottom: 40px; padding-top: 0px; }
.tit h2 { font-size: 36px; font-weight: 700; padding-bottom: 10px;}
.tit p { font-size: 20px; font-weight: 500; }
main .card { width: 100%; background: var(--white); border-radius: 20px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); padding: 80px; padding-top: 0; box-sizing: border-box; -webkit-user-select:text;}
main .card .card_tit h3 { font-size: 28px; font-weight: 700; padding-top: 60px; -webkit-user-select:none;}
main .card .card_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; -webkit-user-select:none;}
main .card .card_tit .step-tag { background-color: var(--primary); padding:0 10px; color: var(--secondary); font-weight: 700; font-size: 14px; line-height: 30px; display: inline-block; margin-right: 10px; margin-bottom: 4px; border-radius: 4px; vertical-align: middle; }
main .card .card_sub_tit {padding: 40px 0 20px 0; margin-top: 30px; border-top: 2px solid var(--gray01);}
main .card .card_sub_tit h3 { font-size: 20px; font-weight: 700; }
main .card .card_sub_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; }
.popup .card_sub_tit h3 { font-size: 20px; font-weight: 700; }
.popup .card_sub_tit p { font-size: 16px; font-weight: 300; padding: 10px 0; line-height: 1.5em; }
main.cont { margin: auto;padding: 30px; padding-top:100px}
main.cont section .card_desc { border: 6px solid var(--gray01); border-radius: 10px; padding: 40px 10px 20px 40px; box-sizing: border-box; margin: 30px 0; }
main.cont section .card_desc h4 { font-weight: 700; margin-bottom: 4px; -webkit-user-select:none; }
main.cont section .card_desc ul { margin-top: 20px; margin-bottom: 20px; }
main.cont section .card_desc ul li { list-style-type: disc; margin-left: 20px; line-height:180%; font-size:14px;}
main.cont section .card_desc ol { margin-top: 20px; margin-bottom: 20px; }
main.cont section .card_desc ol li { list-style-type: decimal; margin-left: 40px; }
main.cont section .card_desc ol li { list-style-type: decimal; margin-left: 40px; }
/* TAB */
.card_tab li { flex: 1; text-align: center; border-bottom:4px solid var(--gray01); padding: 10px; box-sizing: border-box; font-weight: 700; color: var(--gray02); cursor: pointer; -webkit-user-select:none; }
.card_tab li.sel { border-bottom:4px solid var(--primary); font-weight: 700; color: var(--secondary); }
.code_table [class*=table_cont] { width: 100%; max-height: 500px;}
.code_table [class*=table_cont] tbody { display:inline-table; width: 100%; }
.code_table [class*=table_cont] tr { height: 92px; vertical-align: middle; border-bottom: 1px solid var(--gray02); }
.code_table [class*=table_cont] th { font-weight: 700; padding: 10px; padding-left: 20px; position: relative; }
.code_table [class*=table_cont] td { padding: 10px; padding-left: 20px;}
.code_table [class*=table_cont] td .table_desc { font-size: 14px; font-weight: 700; }
.code_table [class*=table_cont] th em { padding-left: 4px; }
/* 테이블 디자인 */
.code_table .table_01 table {height: 60px}
.code_table .table_01 table tr {height: 60px;}
.code_table .table_01 table tr th {background-color: var(--gray01);border-bottom: 1px solid var(--gray01);}
.code_table .table_01 table td {word-break: break-all; border-left: 1px solid var(--gray01);border-bottom: 1px solid var(--gray01);}
.code_table .table_01 table th:first-child {border-left: 0; text-align: center;}
.code_table .table_01 table td:first-child {border-left: 0; text-align: center;}