|
@@ -118,7 +118,7 @@ i,em {font-style: normal;}
|
|
|
.bkn {background:0 none !important;}
|
|
.bkn {background:0 none !important;}
|
|
|
|
|
|
|
|
/* column*/
|
|
/* column*/
|
|
|
-.ui_row{width:100%; margin-left: 0 !important; margin-right: 0 !important;margin-bottom: 1.5rem;position: relative; /*display: -webkit-box;display: -ms-flexbox;display: flex;*/}
|
|
|
|
|
|
|
+.ui_row{width:100%; margin-left: 0 !important; margin-right: 0 !important;margin-bottom: 1.5rem;position: relative;}
|
|
|
.ui_row [class^='ui_col_'] {min-height: 0.1rem;margin-left:0.4rem; margin-right:0.4rem;}
|
|
.ui_row [class^='ui_col_'] {min-height: 0.1rem;margin-left:0.4rem; margin-right:0.4rem;}
|
|
|
.ui_row [class^='ui_col_']:first-child {margin-left: 0;}
|
|
.ui_row [class^='ui_col_']:first-child {margin-left: 0;}
|
|
|
.ui_row [class^='ui_col_']:last-child {margin-right: 0;}
|
|
.ui_row [class^='ui_col_']:last-child {margin-right: 0;}
|
|
@@ -150,7 +150,7 @@ i,em {font-style: normal;}
|
|
|
.ui_col_12{width:100%}
|
|
.ui_col_12{width:100%}
|
|
|
|
|
|
|
|
/* font color */
|
|
/* font color */
|
|
|
-i {font-family:'Noto Sans kr', 'LATO', sans-serif !important; letter-spacing:0}
|
|
|
|
|
|
|
+i {font-family:'Noto Sans kr', 'LATO', sans-serif !important; letter-spacing:0;}
|
|
|
.base i {position:relative; top:0.1rem;}
|
|
.base i {position:relative; top:0.1rem;}
|
|
|
i.big {font-size:1.8rem; position:relative; top:0.2rem;}
|
|
i.big {font-size:1.8rem; position:relative; top:0.2rem;}
|
|
|
.bold {font-weight:500;} /* 중복확인 */
|
|
.bold {font-weight:500;} /* 중복확인 */
|
|
@@ -177,9 +177,9 @@ i.big {font-size:1.8rem; position:relative; top:0.2rem;}
|
|
|
.c_ygreen{color:#5fc332 !important;}
|
|
.c_ygreen{color:#5fc332 !important;}
|
|
|
.f_size14{font-size:1.4rem;}
|
|
.f_size14{font-size:1.4rem;}
|
|
|
.f_size13{font-size:1.3rem;}
|
|
.f_size13{font-size:1.3rem;}
|
|
|
-.f_size12{font-size:1.2rem; }
|
|
|
|
|
|
|
+.f_size12{font-size:1.2rem;}
|
|
|
.f_size10{font-size:1.0rem;}
|
|
.f_size10{font-size:1.0rem;}
|
|
|
-.f_normal {font-weight:normal}
|
|
|
|
|
|
|
+.f_normal {font-weight:normal;}
|
|
|
|
|
|
|
|
/* text state */
|
|
/* text state */
|
|
|
.t_muted {color: #ccd0d9 !important;}
|
|
.t_muted {color: #ccd0d9 !important;}
|
|
@@ -191,14 +191,13 @@ i.big {font-size:1.8rem; position:relative; top:0.2rem;}
|
|
|
.t_success {color: #333333 !important;}
|
|
.t_success {color: #333333 !important;}
|
|
|
|
|
|
|
|
/* textarea */
|
|
/* textarea */
|
|
|
-textarea {background-color:transparent; border:0.1rem solid #d7d7d7; width:99%; overflow-y:auto}
|
|
|
|
|
|
|
+textarea {background-color:transparent; border:0.1rem solid #d7d7d7; width:99%; overflow-y:auto;}
|
|
|
.textarea_full {width:83.2rem; padding:1.0rem;}
|
|
.textarea_full {width:83.2rem; padding:1.0rem;}
|
|
|
.textarea_md {width:65.6rem; width: 30%; height:10.8rem; padding:1.0rem; line-height:1.8rem;}
|
|
.textarea_md {width:65.6rem; width: 30%; height:10.8rem; padding:1.0rem; line-height:1.8rem;}
|
|
|
.textarea_sm {width:36.0rem; width: 18%; padding:1.0rem;}
|
|
.textarea_sm {width:36.0rem; width: 18%; padding:1.0rem;}
|
|
|
.txt_cnt {text-align: right;margin-top: 1.0rem;}
|
|
.txt_cnt {text-align: right;margin-top: 1.0rem;}
|
|
|
|
|
|
|
|
/* form */
|
|
/* form */
|
|
|
-.form_wrap {}
|
|
|
|
|
.form_wrap::after,
|
|
.form_wrap::after,
|
|
|
.form_field:after,
|
|
.form_field:after,
|
|
|
.input_wrap::after {content: ''; display: block; clear: both;}
|
|
.input_wrap::after {content: ''; display: block; clear: both;}
|
|
@@ -206,10 +205,9 @@ textarea {background-color:transparent; border:0.1rem solid #d7d7d7; width:99%;
|
|
|
select,
|
|
select,
|
|
|
.form_full input[type="text"],
|
|
.form_full input[type="text"],
|
|
|
.form_full input[type="select"],
|
|
.form_full input[type="select"],
|
|
|
-.form_full input[type="password"]{ width: 100%; }
|
|
|
|
|
|
|
+.form_full input[type="password"]{ width: 100%;}
|
|
|
.form_full .input_wrap,
|
|
.form_full .input_wrap,
|
|
|
.form_full.input_wrap{display: block;}
|
|
.form_full.input_wrap{display: block;}
|
|
|
-.form_full {}
|
|
|
|
|
|
|
|
|
|
.form_col_w {width: 100%;}
|
|
.form_col_w {width: 100%;}
|
|
|
.form_col_c {width: 53.0rem; margin: 0 auto;}
|
|
.form_col_c {width: 53.0rem; margin: 0 auto;}
|
|
@@ -229,7 +227,7 @@ select,
|
|
|
.form_control.usable + .usable:before {content:'사용가능'; position:absolute; top:50%; bottom: auto; right: 2.0rem; left: auto; transform: translateY(-50%); padding-left:1.5rem; background: url('/images/mo/ico_usable1.png') no-repeat 0 40%; color:#222; font-size:1.2rem; font-weight:200; line-height:1;}
|
|
.form_control.usable + .usable:before {content:'사용가능'; position:absolute; top:50%; bottom: auto; right: 2.0rem; left: auto; transform: translateY(-50%); padding-left:1.5rem; background: url('/images/mo/ico_usable1.png') no-repeat 0 40%; color:#222; font-size:1.2rem; font-weight:200; line-height:1;}
|
|
|
.sr-only {position: absolute!important;width: 0.1rem;height: 0.1rem;padding: 0!important;margin: -0.1rem;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
|
|
.sr-only {position: absolute!important;width: 0.1rem;height: 0.1rem;padding: 0!important;margin: -0.1rem;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
|
|
|
|
|
|
|
|
-/* form style (hyangah_0223_수정중 - input[type="text"] padding 수정) */
|
|
|
|
|
|
|
+/* form style */
|
|
|
input, textarea {font-size:1.2rem; font-family:'Noto Sans KR', 'LATO', sans-serif; color:#666666; vertical-align:middle;}
|
|
input, textarea {font-size:1.2rem; font-family:'Noto Sans KR', 'LATO', sans-serif; color:#666666; vertical-align:middle;}
|
|
|
select{font-size:1.2rem; font-family:'Noto Sans KR', 'LATO', sans-serif; color:#666666; vertical-align:middle;}
|
|
select{font-size:1.2rem; font-family:'Noto Sans KR', 'LATO', sans-serif; color:#666666; vertical-align:middle;}
|
|
|
input[type="text"], input[type="password"] {padding:0 1.5rem; border:0.1rem solid #dddddd;box-sizing: border-box; -webkit-appearance: none; -webkit-border-radius: 0;}
|
|
input[type="text"], input[type="password"] {padding:0 1.5rem; border:0.1rem solid #dddddd;box-sizing: border-box; -webkit-appearance: none; -webkit-border-radius: 0;}
|
|
@@ -248,49 +246,25 @@ input[type="reset"], input[type="button"], input[type="submit"], button {line-he
|
|
|
.input_wrap > .open > .tgl_dropdown.btn , .input_wrap + .open > .tgl_dropdown.btn {border-color: rgb(34 34 34 / 0.6);}
|
|
.input_wrap > .open > .tgl_dropdown.btn , .input_wrap + .open > .tgl_dropdown.btn {border-color: rgb(34 34 34 / 0.6);}
|
|
|
|
|
|
|
|
/* 체크박스 */
|
|
/* 체크박스 */
|
|
|
-.form_field input[type="checkbox"]{ position:absolute; width:0.1rem; height:0.1rem; padding:0; margin:-0.1rem; overflow:hidden; clip:rect(0,0,0,0); border:0; }
|
|
|
|
|
|
|
+.form_field input[type="checkbox"]{ position:absolute; width:0.1rem; height:0.1rem; padding:0; margin:-0.1rem; overflow:hidden; clip:rect(0,0,0,0); border:0;}
|
|
|
.form_field input[type="checkbox"] + label{ display:inline-block; position:relative; padding-left:2.6rem; cursor:pointer; font-size: 1.2rem; line-height: 2.0;font-weight: 300;letter-spacing: 0;text-align: right;}
|
|
.form_field input[type="checkbox"] + label{ display:inline-block; position:relative; padding-left:2.6rem; cursor:pointer; font-size: 1.2rem; line-height: 2.0;font-weight: 300;letter-spacing: 0;text-align: right;}
|
|
|
.form_field input[type="checkbox"] + label:before{
|
|
.form_field input[type="checkbox"] + label:before{
|
|
|
- content:''; position:absolute; left:0; top:50%; margin-top:-1.0rem; width:2.0rem; height:2.0rem; text-align:center; background:#fff; /*border:0.1rem solid #ccc;*/ border-radius: 100%; box-sizing:border-box;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: 0 0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ content:''; position:absolute; left:0; top:50%; margin-top:-1.0rem; width:2.0rem; height:2.0rem; text-align:center; background:#fff; border-radius: 100%; box-sizing:border-box; background: url('/images/mo/ico_chk_rdi.png') no-repeat; background-position: 0 0;}
|
|
|
.form_field input[type="checkbox"]:Disabled + label,
|
|
.form_field input[type="checkbox"]:Disabled + label,
|
|
|
.form_field input[type="radio"]:Disabled + label{cursor: default;opacity: .45;}
|
|
.form_field input[type="radio"]:Disabled + label{cursor: default;opacity: .45;}
|
|
|
-.form_field input[type="checkbox"]:checked + label:after{
|
|
|
|
|
- content: ''; position:absolute; top:50%; margin-top:-1rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800; border-radius: 100%; box-sizing:border-box;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: -2rem 0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.form_field input[type="checkbox"]:checked + label:after{content: ''; position:absolute; top:50%; margin-top:-1rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800; border-radius: 100%; box-sizing:border-box; background: url('/images/mo/ico_chk_rdi.png') no-repeat; background-position: -2rem 0;}
|
|
|
.form_field input[type="checkbox"]:Disabled + label:after{
|
|
.form_field input[type="checkbox"]:Disabled + label:after{
|
|
|
- content: ''; position:absolute; top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800; border-radius: 100%; box-sizing:border-box;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: -4rem 0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ content: ''; position:absolute; top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800; border-radius: 100%; box-sizing:border-box; background: url('/images/mo/ico_chk_rdi.png') no-repeat; background-position: -4rem 0;}
|
|
|
|
|
|
|
|
/* 라디오 */
|
|
/* 라디오 */
|
|
|
-.form_field input[type="radio"]{ position:absolute; width:0.1rem; height:0.1rem; padding:0; margin:-0.1rem; overflow:hidden; clip:rect(0,0,0,0); border:0; }
|
|
|
|
|
|
|
+.form_field input[type="radio"]{ position:absolute; width:0.1rem; height:0.1rem; padding:0; margin:-0.1rem; overflow:hidden; clip:rect(0,0,0,0); border:0;}
|
|
|
.form_field input[type="radio"] + label{ display:inline-block; position:relative; padding-left:2.5rem; cursor:pointer; font-size: 1.3rem;line-height: 1.5;font-weight: 300;letter-spacing: 0;}
|
|
.form_field input[type="radio"] + label{ display:inline-block; position:relative; padding-left:2.5rem; cursor:pointer; font-size: 1.3rem;line-height: 1.5;font-weight: 300;letter-spacing: 0;}
|
|
|
-.form_field input[type="radio"] + label:before{
|
|
|
|
|
- content:''; position:absolute; left:0; top:50%; margin-top:-1.0rem; width:2.0rem; height:2.0rem; text-align:center; background:#fff; /*border:0.1rem solid #ccc;*/ border-radius: 100%; box-sizing:border-box;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: -6.0rem 0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.form_field input[type="radio"] + label:before{content:''; position:absolute; left:0; top:50%; margin-top:-1.0rem; width:2.0rem; height:2.0rem; text-align:center; background:#fff; border-radius: 100%; box-sizing:border-box; background: url('/images/mo/ico_chk_rdi.png') no-repeat; background-position: -6.0rem 0;}
|
|
|
|
|
|
|
|
-/* 보여질 부분의 스타일을 추가하면 된다. */
|
|
|
|
|
-.form_field input[type="radio"]:checked + label:after{
|
|
|
|
|
- content: ''; position:absolute; top:50%; margin-top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: -8.0rem 0;
|
|
|
|
|
- border-radius: 100%;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+/* 보여질 부분의 스타일을 추가 */
|
|
|
|
|
+.form_field input[type="radio"]:checked + label:after{content: ''; position:absolute; top:50%; margin-top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800;background: url('/images/mo/ico_chk_rdi.png') no-repeat; background-position: -8.0rem 0; border-radius: 100%;}
|
|
|
|
|
|
|
|
-.form_field input[type="radio"]:Disabled + label:after{
|
|
|
|
|
- content: ''; position:absolute; top:50%; margin-top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800;
|
|
|
|
|
- background: url('/images/mo/ico_chk_rdi.png') no-repeat;
|
|
|
|
|
- background-position: -10.0rem 0;
|
|
|
|
|
- border-radius: 100%;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+.form_field input[type="radio"]:Disabled + label:after{content: ''; position:absolute; top:50%; margin-top:-1.0rem; left:0; width:2.0rem; height:2.0rem; background-color: #fd4800; background: url('/images/mo/ico_chk_rdi.png') no-repeat;background-position: -10.0rem 0; border-radius: 100%;}
|
|
|
/* 이미지 체크박스 */
|
|
/* 이미지 체크박스 */
|
|
|
.chk_img+label span {border: 0.2rem solid transparent; padding: 1.0rem; box-sizing: border-box;}
|
|
.chk_img+label span {border: 0.2rem solid transparent; padding: 1.0rem; box-sizing: border-box;}
|
|
|
.chk_img:checked+label span {border: 0.2rem solid #fd481a; padding: 1.0rem; box-sizing: border-box;}
|
|
.chk_img:checked+label span {border: 0.2rem solid #fd481a; padding: 1.0rem; box-sizing: border-box;}
|
|
@@ -410,11 +384,6 @@ input[type="file"] {
|
|
|
border: 0.1rem solid #dddddd;
|
|
border: 0.1rem solid #dddddd;
|
|
|
}
|
|
}
|
|
|
.select_custom .combo .select:after {
|
|
.select_custom .combo .select:after {
|
|
|
- /* content: '▼'; */
|
|
|
|
|
- /* position: absolute; */
|
|
|
|
|
- /* top: 50%; */
|
|
|
|
|
- /* right: 1.0rem; */
|
|
|
|
|
-
|
|
|
|
|
content: '';
|
|
content: '';
|
|
|
width: 0;
|
|
width: 0;
|
|
|
height: 0;
|
|
height: 0;
|
|
@@ -429,7 +398,6 @@ input[type="file"] {
|
|
|
border: 0.1rem solid #999999;
|
|
border: 0.1rem solid #999999;
|
|
|
}
|
|
}
|
|
|
.select_custom.on .combo .select:after {
|
|
.select_custom.on .combo .select:after {
|
|
|
- /* content: '▲'; */
|
|
|
|
|
top: 0.9rem;
|
|
top: 0.9rem;
|
|
|
border-color: transparent transparent #888888 transparent;
|
|
border-color: transparent transparent #888888 transparent;
|
|
|
}
|
|
}
|
|
@@ -514,16 +482,9 @@ input[type="file"] {
|
|
|
.select_custom.sup {width: auto;width: 12rem;display: inline-block;position: absolute;right: 0rem;}
|
|
.select_custom.sup {width: auto;width: 12rem;display: inline-block;position: absolute;right: 0rem;}
|
|
|
.select_custom.sup .combo {display: inline-block;position: absolute;width: auto;right: 2.5rem;top: 0;}
|
|
.select_custom.sup .combo {display: inline-block;position: absolute;width: auto;right: 2.5rem;top: 0;}
|
|
|
.select_custom.sup .combo .select {position: relative;box-sizing: border-box;height: 4.5rem;line-height: 1;cursor: pointer;padding: 1.5rem 1.5rem;background-color: #ffffff;border: 0 solid #dddddd;font-size: 1.2rem;}
|
|
.select_custom.sup .combo .select {position: relative;box-sizing: border-box;height: 4.5rem;line-height: 1;cursor: pointer;padding: 1.5rem 1.5rem;background-color: #ffffff;border: 0 solid #dddddd;font-size: 1.2rem;}
|
|
|
-.select_custom.sup .combo .select:after {
|
|
|
|
|
-/* content: '▼'; */
|
|
|
|
|
-/* position: absolute; */
|
|
|
|
|
-/* top: 50%; */
|
|
|
|
|
-/* right: 1.0rem; */
|
|
|
|
|
-content: '';width: 0;height: 0;box-sizing: border-box;position: absolute;top: 2.0rem;right: 0rem;border: 0.4rem solid transparent;border-color: #222222 transparent transparent transparent;}
|
|
|
|
|
|
|
+.select_custom.sup .combo .select:after {content: '';width: 0;height: 0;box-sizing: border-box;position: absolute;top: 2.0rem;right: 0rem;border: 0.4rem solid transparent;border-color: #222222 transparent transparent transparent;}
|
|
|
.select_custom.sup.on .combo .select {border: 0.1rem solid #999999;}
|
|
.select_custom.sup.on .combo .select {border: 0.1rem solid #999999;}
|
|
|
-.select_custom.sup.on .combo .select:after {
|
|
|
|
|
-/* content: '▲'; */
|
|
|
|
|
-top: 0.9rem;border-color: transparent transparent #888888 transparent;}
|
|
|
|
|
|
|
+.select_custom.sup.on .combo .select:after {top: 0.9rem;border-color: transparent transparent #888888 transparent;}
|
|
|
.select_custom.sup .combo .list {display: none;overflow-y: auto;position: absolute;top: 4.5rem;left: 0;z-index: 10;border: 0 solid #999999;border-top: 0;box-sizing: border-box;width: 100%;max-height: 50.0rem;background-color: #fff;font-size: 1.2rem;}
|
|
.select_custom.sup .combo .list {display: none;overflow-y: auto;position: absolute;top: 4.5rem;left: 0;z-index: 10;border: 0 solid #999999;border-top: 0;box-sizing: border-box;width: 100%;max-height: 50.0rem;background-color: #fff;font-size: 1.2rem;}
|
|
|
.select_custom.sup .combo .list::-webkit-scrollbar {width: 1.0rem;height: 0;}
|
|
.select_custom.sup .combo .list::-webkit-scrollbar {width: 1.0rem;height: 0;}
|
|
|
.select_custom.sup .combo .list::-webkit-scrollbar-button:start:decrement,
|
|
.select_custom.sup .combo .list::-webkit-scrollbar-button:start:decrement,
|
|
@@ -546,16 +507,16 @@ top: 0.9rem;border-color: transparent transparent #888888 transparent;}
|
|
|
.my .point .amount_plus {color: #fd4802;}
|
|
.my .point .amount_plus {color: #fd4802;}
|
|
|
|
|
|
|
|
/* ico */
|
|
/* ico */
|
|
|
-.ico {position: relative;/*top: 0.1rem;*/display: inline-block; font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
|
|
|
|
|
|
|
+.ico {position: relative;display: inline-block; font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
|
|
|
.ico:before {display: inline-block; background-repeat:no-repeat; background-size:contain; background-position:0% 0%; vertical-align:middle;}
|
|
.ico:before {display: inline-block; background-repeat:no-repeat; background-size:contain; background-position:0% 0%; vertical-align:middle;}
|
|
|
.btn_ico {display: inline-block;position: relative;}
|
|
.btn_ico {display: inline-block;position: relative;}
|
|
|
.btn .ico {font-size: 1.4rem;margin-right: 0.5rem;}
|
|
.btn .ico {font-size: 1.4rem;margin-right: 0.5rem;}
|
|
|
[class^="ico_"]:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
|
|
[class^="ico_"]:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
|
|
|
[class^="ico_content_"]::before {content:''; display:block;}
|
|
[class^="ico_content_"]::before {content:''; display:block;}
|
|
|
|
|
|
|
|
-.ico_logo:before {content: ""; display:block; width:18.4rem; height:2.8rem; background-image: url('/images/mo/logo_STYLE24.png'); }
|
|
|
|
|
-.ico_logo_ft:before {content: ""; display:block; width:15.0rem; height:2.3rem; background-image: url('/images/mo/logo_STYLE24_footer.png'); }
|
|
|
|
|
-.ico_search:before {content: ""; display: inline-block; width:2.2rem; height:2.6rem; background-image: url('/images/mo/ico_sch.png'); }
|
|
|
|
|
|
|
+.ico_logo:before {content: ""; display:block; width:18.4rem; height:2.8rem; background-image: url('/images/mo/logo_STYLE24.png');}
|
|
|
|
|
+.ico_logo_ft:before {content: ""; display:block; width:15.0rem; height:2.3rem; background-image: url('/images/mo/logo_STYLE24_footer.png');}
|
|
|
|
|
+.ico_search:before {content: ""; display: inline-block; width:2.2rem; height:2.6rem; background-image: url('/images/mo/ico_sch.png');}
|
|
|
.ico_bag:before {content: ""; display: inline-block; width:2.2rem; height:2.6rem; background-image: url('/images/mo/ico_bag.png');}
|
|
.ico_bag:before {content: ""; display: inline-block; width:2.2rem; height:2.6rem; background-image: url('/images/mo/ico_bag.png');}
|
|
|
.ico_content_order::before {width:4.0rem; height: 4.6rem; background: url('/images/mo/ico_content_order.png') no-repeat 50% 50%;}
|
|
.ico_content_order::before {width:4.0rem; height: 4.6rem; background: url('/images/mo/ico_content_order.png') no-repeat 50% 50%;}
|
|
|
.ico_content_find::before {width:3.6rem; height: 4.6rem; background: url('/images/mo/ico_content_find.png') no-repeat 50% 50%;}
|
|
.ico_content_find::before {width:3.6rem; height: 4.6rem; background: url('/images/mo/ico_content_find.png') no-repeat 50% 50%;}
|
|
@@ -587,9 +548,9 @@ top: 0.9rem;border-color: transparent transparent #888888 transparent;}
|
|
|
.ico_ipin::before {content: ""; width:2.0rem; height:2.0rem; background:url(/images/mo/ico_join_bg.png) no-repeat -2.0rem 0; background-size:cover;}
|
|
.ico_ipin::before {content: ""; width:2.0rem; height:2.0rem; background:url(/images/mo/ico_join_bg.png) no-repeat -2.0rem 0; background-size:cover;}
|
|
|
|
|
|
|
|
/* btn : btn_default, btn_more, btn_go, btn_waiting */
|
|
/* btn : btn_default, btn_more, btn_go, btn_waiting */
|
|
|
-.btn{display: inline-block; height: 5.0rem; margin-bottom: 0; padding: 0.4rem 1.3rem; font-size: 1.4rem; font-weight: 400; line-height: 1 !important; color: #333333; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; background-image: none; background-color: #ffffff; box-sizing: border-box; border-width: 0.1rem; border-style: solid; border-color: #dddddd; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; -ms-touch-action: manipulation;touch-action: manipulation; -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease; cursor: pointer; }
|
|
|
|
|
-.btn.mini{width: auto !important; display: inline-block !important; height: 3.0rem; font-size: 1.2rem; font-weight: 300; }
|
|
|
|
|
-.btn_gost{position: relative; display: block; width: 100%; height: 5.0rem; color: #333333; border-color: #dddddd; background-color: transparent; }
|
|
|
|
|
|
|
+.btn{display: inline-block; height: 5.0rem; margin-bottom: 0; padding: 0.4rem 1.3rem; font-size: 1.4rem; font-weight: 400; line-height: 1 !important; color: #333333; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; background-image: none; background-color: #ffffff; box-sizing: border-box; border-width: 0.1rem; border-style: solid; border-color: #dddddd; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; -ms-touch-action: manipulation;touch-action: manipulation; -webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease; cursor: pointer;}
|
|
|
|
|
+.btn.mini{width: auto !important; display: inline-block !important; height: 3.0rem; font-size: 1.2rem; font-weight: 300;}
|
|
|
|
|
+.btn_gost{position: relative; display: block; width: 100%; height: 5.0rem; color: #333333; border-color: #dddddd; background-color: transparent;}
|
|
|
.btn_more{position: relative; display: block; width: 100%; height: 5.0rem; color: #888; border:0.1rem solid #999;}
|
|
.btn_more{position: relative; display: block; width: 100%; height: 5.0rem; color: #888; border:0.1rem solid #999;}
|
|
|
.btn_more::after{content: ''; position: absolute; right: -0.4rem; bottom: -0.1rem; display: block; width: 0; height: 0; border-top: 0.6rem solid none; border-bottom: 0.6rem solid #b7b7b7; border-right: 0.6rem solid transparent; border-left: 0.6rem solid transparent; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
|
|
.btn_more::after{content: ''; position: absolute; right: -0.4rem; bottom: -0.1rem; display: block; width: 0; height: 0; border-top: 0.6rem solid none; border-bottom: 0.6rem solid #b7b7b7; border-right: 0.6rem solid transparent; border-left: 0.6rem solid transparent; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
|
|
|
.btn_go{position: relative; display: block; width: 100%; height: 5.0rem; color: #ffffff; border:0.1rem solid #222222; background-color: #222222;}
|
|
.btn_go{position: relative; display: block; width: 100%; height: 5.0rem; color: #ffffff; border:0.1rem solid #222222; background-color: #222222;}
|
|
@@ -628,33 +589,15 @@ top: 0.9rem;border-color: transparent transparent #888888 transparent;}
|
|
|
.btn_primary_line:active, .btn_primary_line.active,
|
|
.btn_primary_line:active, .btn_primary_line.active,
|
|
|
.open > .tgl_dropdown.btn_primary_line {background-color: #fff;border-color: #fd4802;color:#fd4802;}
|
|
.open > .tgl_dropdown.btn_primary_line {background-color: #fff;border-color: #fd4802;color:#fd4802;}
|
|
|
|
|
|
|
|
-/*
|
|
|
|
|
-.btn_success:hover, .btn_success:focus,
|
|
|
|
|
-.btn_success:active, .btn_success.active,
|
|
|
|
|
-.open > .tgl_dropdown.btn_success {background-color: #89ad4d;border-color: #89ad4d;color:#ffffff;}
|
|
|
|
|
-.btn_info:hover, .btn_info:focus,
|
|
|
|
|
-.btn_info:active, .btn_info.active,
|
|
|
|
|
-.open > .tgl_dropdown.btn_info {background-color: #47c2e6;border-color: #3cbee4;color:#ffffff;}
|
|
|
|
|
-.btn_warning:hover, .btn_warning:focus,
|
|
|
|
|
-.btn_warning:active, .btn_warning.active,
|
|
|
|
|
-.open > .tgl_dropdown.btn_warning {background-color: #fe970a;border-color: #fe970a;color:#ffffff;}
|
|
|
|
|
-.btn_danger:hover, .btn_danger:focus,
|
|
|
|
|
-.btn_danger:active, .btn_danger.active,
|
|
|
|
|
-.open > .tgl_dropdown.btn_danger{background-color: #a43f3e;border-color: #a43f3e;color:#ffffff;}
|
|
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
/* button flex */
|
|
/* button flex */
|
|
|
.btn_group_flex {display:flex; flex-wrap: wrap; width:100%; align-items:stretch; flex-direction:row; margin-top: 3rem;}
|
|
.btn_group_flex {display:flex; flex-wrap: wrap; width:100%; align-items:stretch; flex-direction:row; margin-top: 3rem;}
|
|
|
.btn_group_flex > div {flex-basis:auto; flex-grow:1; margin:0 0.4rem; flex:1;}
|
|
.btn_group_flex > div {flex-basis:auto; flex-grow:1; margin:0 0.4rem; flex:1;}
|
|
|
-.btn_group_flex > div:first-child {margin-left:0}
|
|
|
|
|
-.btn_group_flex > div:last-child {margin-right:0}
|
|
|
|
|
|
|
+.btn_group_flex > div:first-child {margin-left:0;}
|
|
|
|
|
+.btn_group_flex > div:last-child {margin-right:0;}
|
|
|
.btn_group_flex > div > .btn {display:block; width:100%; height:100%; border:0.1rem solid #a7a7a7; font-size: 1.4rem; padding:1rem 1.3rem; font-weight: 500;}
|
|
.btn_group_flex > div > .btn {display:block; width:100%; height:100%; border:0.1rem solid #a7a7a7; font-size: 1.4rem; padding:1rem 1.3rem; font-weight: 500;}
|
|
|
.btn_group_flex > div > .btn.btn_dark {border-color:#222;}
|
|
.btn_group_flex > div > .btn.btn_dark {border-color:#222;}
|
|
|
-/* .btn_group_flex > div > .btn.btn_primary {background-color:#fff; border-color:#fd4802; color: #fd4802;} */
|
|
|
|
|
-
|
|
|
|
|
.btn_block {width: 100%;}
|
|
.btn_block {width: 100%;}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/* Page setup */
|
|
/* Page setup */
|
|
|
html {font-family: 'LATO', 'Noto Sans kr', sans-serif;font-weight: 300;color: #222;font-size: 10px; line-height: 1.4;letter-spacing: -.025em;word-break: keep-all;}
|
|
html {font-family: 'LATO', 'Noto Sans kr', sans-serif;font-weight: 300;color: #222;font-size: 10px; line-height: 1.4;letter-spacing: -.025em;word-break: keep-all;}
|
|
|
|
|
|
|
@@ -674,8 +617,8 @@ body.gnb_on {height: 100vh;overflow: hidden !important;}
|
|
|
/* header, htop, btn_gnb, header.main, hmenu, bng, bnb */
|
|
/* header, htop, btn_gnb, header.main, hmenu, bng, bnb */
|
|
|
header {
|
|
header {
|
|
|
position: fixed;left: 0;top: 0; width: 100%;z-index: 101;
|
|
position: fixed;left: 0;top: 0; width: 100%;z-index: 101;
|
|
|
- /*position: sticky;*/width: 100%;transition: top 0.3s;/* background-color: #fff; */ transform: translate3d(0,0,0);
|
|
|
|
|
-} /* 210526_ main.container 여백 때문에 sticky 속성 주석. */
|
|
|
|
|
|
|
+ width: 100%;transition: top 0.3s; transform: translate3d(0,0,0);
|
|
|
|
|
+} /* 210526_ main.container 여백 때문에 sticky 속성. */
|
|
|
header::after{content: '';display: block;clear: both;}
|
|
header::after{content: '';display: block;clear: both;}
|
|
|
header .htop {position: relative;height: 5.5rem;-webkit-box-sizing: border-box;box-sizing: border-box;/*border: rgba(0, 0, 0, 0.1) solid 0.1rem;*/ border-bottom: 0.1rem solid rgba(0, 0, 0, 0.0); background-color: #fff;}
|
|
header .htop {position: relative;height: 5.5rem;-webkit-box-sizing: border-box;box-sizing: border-box;/*border: rgba(0, 0, 0, 0.1) solid 0.1rem;*/ border-bottom: 0.1rem solid rgba(0, 0, 0, 0.0); background-color: #fff;}
|
|
|
header .htop:after {content: '';display: block; clear: both;}
|
|
header .htop:after {content: '';display: block; clear: both;}
|
|
@@ -697,43 +640,25 @@ header .htop .btn_back span i.gl2 {left: 0;top: 50%;-webkit-transform: translate
|
|
|
header .htop .btn_back span i.gl3 {left: -0.2rem;bottom: 0.7rem;width: 1.2rem;height: 0.2rem;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
|
|
header .htop .btn_back span i.gl3 {left: -0.2rem;bottom: 0.7rem;width: 1.2rem;height: 0.2rem;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
|
|
|
header .htop .btn_back:active span i {left: -2.0rem;}
|
|
header .htop .btn_back:active span i {left: -2.0rem;}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
header .htop .button_wrap {height: 5.5rem; float: right; padding: 1.6rem 0 0; margin: 0 2.5rem 0 0; box-sizing: border-box;}
|
|
header .htop .button_wrap {height: 5.5rem; float: right; padding: 1.6rem 0 0; margin: 0 2.5rem 0 0; box-sizing: border-box;}
|
|
|
header .htop .button_wrap .home {display:none;}
|
|
header .htop .button_wrap .home {display:none;}
|
|
|
header .htop .button_wrap .home {margin: 0 1.1666rem 0 0;}
|
|
header .htop .button_wrap .home {margin: 0 1.1666rem 0 0;}
|
|
|
header .htop .button_wrap .home img{width: 2.0rem;}
|
|
header .htop .button_wrap .home img{width: 2.0rem;}
|
|
|
-header .htop .button_wrap .search { margin:0 1.1666rem 0 1.1666rem; }
|
|
|
|
|
|
|
+header .htop .button_wrap .search { margin:0 1.1666rem 0 1.1666rem;}
|
|
|
header .htop .button_wrap .search img{width: 2.2rem;}
|
|
header .htop .button_wrap .search img{width: 2.2rem;}
|
|
|
header .htop .button_wrap .store{position: relative;margin: 0 0 0 1.1666rem;}
|
|
header .htop .button_wrap .store{position: relative;margin: 0 0 0 1.1666rem;}
|
|
|
header .htop .button_wrap .store img{width: 1.8rem;}
|
|
header .htop .button_wrap .store img{width: 1.8rem;}
|
|
|
-header .htop .button_wrap .store img:nth-child(1) { height: 2.2rem; }
|
|
|
|
|
|
|
+header .htop .button_wrap .store img:nth-child(1) { height: 2.2rem;}
|
|
|
header .htop .button_wrap .store span { width: 2.1rem; height: 1.4rem; position: absolute; top: -0.5rem; right: -1.0rem; background: #fd4802; border-radius: 0.8rem; font-size: 0.8rem; color: #fff; line-height: 1.6rem;}
|
|
header .htop .button_wrap .store span { width: 2.1rem; height: 1.4rem; position: absolute; top: -0.5rem; right: -1.0rem; background: #fd4802; border-radius: 0.8rem; font-size: 0.8rem; color: #fff; line-height: 1.6rem;}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-header .subs {}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
header .btn_gnb {position: absolute;top: 0;right: -3.5rem;width: 3.5rem;height: 100%;z-index: 10;}
|
|
header .btn_gnb {position: absolute;top: 0;right: -3.5rem;width: 3.5rem;height: 100%;z-index: 10;}
|
|
|
header .btn_gnb span {display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;}
|
|
header .btn_gnb span {display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;}
|
|
|
header .btn_gnb span i {display: block;position: absolute;left: 0;width:100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
header .btn_gnb span i {display: block;position: absolute;left: 0;width:100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
|
-/* header .btn_gnb span i.gl1 {top: 0.6rem;} */
|
|
|
|
|
-/* header .btn_gnb span i.gl2 {bottom: 0.6rem;} */
|
|
|
|
|
-/* header .btn_gnb.on span i {width: 2.4rem;top: 1.0rem;background: #222;} */
|
|
|
|
|
-/* header .btn_gnb.on span i.gl1 {transform: rotate(45deg);-webkit-transform: rotate(45deg);} */
|
|
|
|
|
-/* header .btn_gnb.on span i.gl2 {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);} */
|
|
|
|
|
|
|
|
|
|
header .subs .btn_gnbs {position: absolute;top: 0.8rem;right: -2.0rem;width: 3.5rem;height: 4rem;z-index: 10;}
|
|
header .subs .btn_gnbs {position: absolute;top: 0.8rem;right: -2.0rem;width: 3.5rem;height: 4rem;z-index: 10;}
|
|
|
header .subs .btn_gnbs span i {display: block;position: absolute;left: 0;width: 100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
header .subs .btn_gnbs span i {display: block;position: absolute;left: 0;width: 100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
|
-/* header .subs .btn_gnbs span {display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;} */
|
|
|
|
|
-/* header .subs .btn_gnbs span i {display: block;position: absolute;left: 0;width: 2.4rem;height: 0.2rem;background: #222;-webkit-transition: all 0.15s ease-out;transition: all 0.15s ease-out;} */
|
|
|
|
|
header .subs .btn_gnbs span {display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;}
|
|
header .subs .btn_gnbs span {display: block;width: 2.4rem;height: 2.4rem;margin: 0 auto;position: relative;}
|
|
|
header .subs .btn_gnbs span i {background: url(/images/mo/ico_btn_more.png) no-repeat;background-size: 1.3rem 0.733rem;background-position: 50% 50%;}
|
|
header .subs .btn_gnbs span i {background: url(/images/mo/ico_btn_more.png) no-repeat;background-size: 1.3rem 0.733rem;background-position: 50% 50%;}
|
|
|
-/* header .subs .btn_gnbs span i.gl1 {top: 0.6rem;background: #222;} */
|
|
|
|
|
-/* header .subs .btn_gnbs span i.gl2 {bottom: 0..6rem;background: #222;} */
|
|
|
|
|
-/* header .subs .btn_gnbs.on span i {width: 2.4rem;top: 1.0rem;background: #222;} */
|
|
|
|
|
header .subs .btn_gnbs.on span i {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
|
|
header .subs .btn_gnbs.on span i {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
|
|
|
-/* header .subs .btn_gnbs.on span i.gl1 {transform: rotate(45deg);-webkit-transform: rotate(45deg);} */
|
|
|
|
|
-/* header .subs .btn_gnbs.on span i.gl2 {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);} */
|
|
|
|
|
|
|
|
|
|
header .subs .dp_list_btn_gnbs {position: absolute;top: 0;right: -2.0rem;width: 3.5rem;height: 4.5rem;z-index: 10;}
|
|
header .subs .dp_list_btn_gnbs {position: absolute;top: 0;right: -2.0rem;width: 3.5rem;height: 4.5rem;z-index: 10;}
|
|
|
header .subs .dp_list_btn_gnbs span i {display: block;position: absolute;left: 0;width: 100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
header .subs .dp_list_btn_gnbs span i {display: block;position: absolute;left: 0;width: 100%;height: 100%;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
@@ -744,27 +669,14 @@ header .subs .dp_list_btn_gnbs.on span i {transform: rotate(-180deg);-webkit-tra
|
|
|
header.hide {display: none;}
|
|
header.hide {display: none;}
|
|
|
header.main .htop {border: rgba(255, 255, 255, 0.2) solid 0;background-color: #fefefe;}
|
|
header.main .htop {border: rgba(255, 255, 255, 0.2) solid 0;background-color: #fefefe;}
|
|
|
header.main .htop.bright {background-color: transparent;}
|
|
header.main .htop.bright {background-color: transparent;}
|
|
|
-/* header.main .htop h1 {margin: 1.0rem 0 0 2.0rem;width: 9.5rem;} */
|
|
|
|
|
header.main .btn_gnb span i {background: url(/images/mo/ico_btn_more.png) no-repeat; background-size: 1.1rem 0.63rem;background-position: 50% 50%;}
|
|
header.main .btn_gnb span i {background: url(/images/mo/ico_btn_more.png) no-repeat; background-size: 1.1rem 0.63rem;background-position: 50% 50%;}
|
|
|
header.main .btn_gnb.on span i {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
|
|
header.main .btn_gnb.on span i {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
|
|
|
-/* header.main .btn_gnb span i {background: #fff;} */
|
|
|
|
|
-/* header.main .btn_gnb.on span i {background: #222;} */
|
|
|
|
|
|
|
|
|
|
header .hmenu {position: absolute;left: 0;bottom: 100%;background-color: rgba(0, 0, 0, 0.0);padding: 0 0 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;height: 100vh;-webkit-transition: all 0 ease-out;transition: all 0 ease-out;}
|
|
header .hmenu {position: absolute;left: 0;bottom: 100%;background-color: rgba(0, 0, 0, 0.0);padding: 0 0 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;height: 100vh;-webkit-transition: all 0 ease-out;transition: all 0 ease-out;}
|
|
|
header .hmenu .inner {padding: 0;background-color: #fff;position: relative;top: 0;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
header .hmenu .inner {padding: 0;background-color: #fff;position: relative;top: 0;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
|
header .hmenu.on {bottom: 0;}
|
|
header .hmenu.on {bottom: 0;}
|
|
|
header .hmenu.on .inner {top: 100%;}
|
|
header .hmenu.on .inner {top: 100%;}
|
|
|
header .hmenu .scrollWrap {height: calc(100vh - 5.0rem);-webkit-box-sizing: border-box;box-sizing: border-box;overflow-y: auto;}
|
|
header .hmenu .scrollWrap {height: calc(100vh - 5.0rem);-webkit-box-sizing: border-box;box-sizing: border-box;overflow-y: auto;}
|
|
|
-/*
|
|
|
|
|
-header .hmenu .tnb{padding-top: 1.5rem; height: 5.0rem; -webkit-box-sizing: border-box;box-sizing: border-box;}
|
|
|
|
|
-header .hmenu .tnb ul::after{content: '';display: block; clear: both;}
|
|
|
|
|
-header .hmenu .tnb ul > li{float: left; position: relative; padding: 0 1.2rem;}
|
|
|
|
|
-header .hmenu .tnb ul > li::before{content: ''; display: block; position: absolute;left: 0;top: 50%;width: 0.3rem;height: 0.3rem; background-color: #c1c1c1; border-radius: 0%;}
|
|
|
|
|
-header .hmenu .tnb ul > li:first-child{padding-left: 0;}
|
|
|
|
|
-header .hmenu .tnb ul > li:first-child::before{display: none;}
|
|
|
|
|
-header .hmenu .tnb ul > li a{display: block; padding: 0.5rem 0; color: #888; font-weight: 200; font-size: 1.5rem;}
|
|
|
|
|
-header .hmenu .tnb ul > li a.on{color: #222; font-weight: 400; border-bottom: #9f7952 solid 0.2rem;}
|
|
|
|
|
-*/
|
|
|
|
|
|
|
|
|
|
header .hmenu .bng{background: #ffffff;}
|
|
header .hmenu .bng{background: #ffffff;}
|
|
|
header .hmenu .bng .d1 > li{position: relative;height: 7.2rem;border-bottom: 0.1rem solid #eeeeee;}
|
|
header .hmenu .bng .d1 > li{position: relative;height: 7.2rem;border-bottom: 0.1rem solid #eeeeee;}
|
|
@@ -795,22 +707,11 @@ header .hmenu .bnb ul > li{position: relative;}
|
|
|
header .hmenu .bnb ul > li::after{content: ''; display: block; position: absolute; right: 0.2rem; top: 2.0rem; width: 1.0rem; height: 1.0rem; border: #9f7952 solid; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg);}
|
|
header .hmenu .bnb ul > li::after{content: ''; display: block; position: absolute; right: 0.2rem; top: 2.0rem; width: 1.0rem; height: 1.0rem; border: #9f7952 solid; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg);}
|
|
|
header .hmenu .bnb ul > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #9f7952;}
|
|
header .hmenu .bnb ul > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #9f7952;}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
header .hmenus {position: absolute;left: 0;bottom: 100%;background-color: rgba(0, 0, 0, 0.0);padding: 0 0 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100vw;height: 100vh;-webkit-transition: all 0 ease-out;transition: all 0 ease-out;}
|
|
header .hmenus {position: absolute;left: 0;bottom: 100%;background-color: rgba(0, 0, 0, 0.0);padding: 0 0 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100vw;height: 100vh;-webkit-transition: all 0 ease-out;transition: all 0 ease-out;}
|
|
|
header .hmenus .inner {padding: 0 2.5rem;background-color: #fff;position: relative;top: 0;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
header .hmenus .inner {padding: 0 2.5rem;background-color: #fff;position: relative;top: 0;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
|
|
|
header .hmenus.on {bottom: 0;}
|
|
header .hmenus.on {bottom: 0;}
|
|
|
header .hmenus.on .inner {top: 100%;}
|
|
header .hmenus.on .inner {top: 100%;}
|
|
|
header .hmenus .scrollWrap {height: calc(100vh - 5.0rem);-webkit-box-sizing: border-box;box-sizing: border-box;overflow-y: auto;}
|
|
header .hmenus .scrollWrap {height: calc(100vh - 5.0rem);-webkit-box-sizing: border-box;box-sizing: border-box;overflow-y: auto;}
|
|
|
-/*
|
|
|
|
|
-header .hmenus .tnb{padding-top: 1.5rem; height: 5.0rem; -webkit-box-sizing: border-box;box-sizing: border-box;}
|
|
|
|
|
-header .hmenus .tnb ul::after{content: '';display: block; clear: both;}
|
|
|
|
|
-header .hmenus .tnb ul > li{float: left; position: relative; padding: 0 1.2rem;}
|
|
|
|
|
-header .hmenus .tnb ul > li::before{content: ''; display: block; position: absolute;left: 0;top: 50%;width: 0.3rem;height: 0.3rem; background-color: #c1c1c1; border-radius: 0%;}
|
|
|
|
|
-header .hmenus .tnb ul > li:first-child{padding-left: 0;}
|
|
|
|
|
-header .hmenus .tnb ul > li:first-child::before{display: none;}
|
|
|
|
|
-header .hmenus .tnb ul > li a{display: block; padding: 0.5rem 0; color: #888; font-weight: 200; font-size: 1.5rem;}
|
|
|
|
|
-header .hmenus .tnb ul > li a.on{color: #222; font-weight: 400; border-bottom: #9f7952 solid 0.2rem;}
|
|
|
|
|
-*/
|
|
|
|
|
|
|
|
|
|
header .hmenus .bng{background: #ffffff;}
|
|
header .hmenus .bng{background: #ffffff;}
|
|
|
header .hmenus .bng .d1 > li{position: relative;}
|
|
header .hmenus .bng .d1 > li{position: relative;}
|
|
@@ -834,13 +735,8 @@ header .hmenus .bng .d3 > li::before{content: ''; display: block; position: abso
|
|
|
header .hmenus .bng .d3 > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #222;}
|
|
header .hmenus .bng .d3 > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #222;}
|
|
|
|
|
|
|
|
header .hmenus .bng{position: relative; width:100%; height:100%;background:rgba(0,0,0,.0); z-index:600;}
|
|
header .hmenus .bng{position: relative; width:100%; height:100%;background:rgba(0,0,0,.0); z-index:600;}
|
|
|
-/* header .hmenus .bng .nav_box.active{visibility:visible;} */
|
|
|
|
|
header .hmenus .bng .lap{position:absolute; top:0; left:0; padding:0; width:100%; background:#fff;}
|
|
header .hmenus .bng .lap{position:absolute; top:0; left:0; padding:0; width:100%; background:#fff;}
|
|
|
-header .hmenus .bng .nav_list{min-height:15rem; max-height:40rem; overflow-y:auto;}
|
|
|
|
|
-/* header .hmenus .bng .nav_box .nav_close{position:absolute; bottom:-3.8rem; left:50%; width:1.6rem; height:1.6rem; background-image: url(/images/mo/ico_pop_cls_w.png); background-repeat:no-repeat; background-position:center center; font-size:0; text-indent:-99999.9rem; background-size: contain; -webkit-transform:translateX(-50%); transform:translateX(-50%);} */
|
|
|
|
|
-header .hmenus .bng .nav_list {padding:0;}
|
|
|
|
|
-header .hmenus .bng .nav ul {}
|
|
|
|
|
-header .hmenus .bng .nav ul > li {}
|
|
|
|
|
|
|
+header .hmenus .bng .nav_list{min-height:15rem; max-height:40rem; overflow-y:auto;}header .hmenus .bng .nav_list {padding:0;}
|
|
|
header .hmenus .bng .nav ul > li .daps1{display:block; font-size:1.4rem; color:#666; font-weight:300; line-height:5rem; border-bottom:0.1rem solid #ddd;}
|
|
header .hmenus .bng .nav ul > li .daps1{display:block; font-size:1.4rem; color:#666; font-weight:300; line-height:5rem; border-bottom:0.1rem solid #ddd;}
|
|
|
header .hmenus .bng .nav ul > li .daps2 li > a{display:block; font-size:1.4rem; font-weight:300; color:#222; line-height:4rem;}
|
|
header .hmenus .bng .nav ul > li .daps2 li > a{display:block; font-size:1.4rem; font-weight:300; color:#222; line-height:4rem;}
|
|
|
header .hmenus .bng .nav ul > li .daps2 li.on > a{color:#fd4802; font-weight:500; line-height:5rem;}
|
|
header .hmenus .bng .nav ul > li .daps2 li.on > a{color:#fd4802; font-weight:500; line-height:5rem;}
|
|
@@ -850,11 +746,9 @@ header .hmenus .bnb ul > li{position: relative;}
|
|
|
header .hmenus .bnb ul > li::after{content: ''; display: block; position: absolute; right: 0.2rem; top: 2.0rem; width: 1.0rem; height: 1.0rem; border: #9f7952 solid; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg);}
|
|
header .hmenus .bnb ul > li::after{content: ''; display: block; position: absolute; right: 0.2rem; top: 2.0rem; width: 1.0rem; height: 1.0rem; border: #9f7952 solid; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg);}
|
|
|
header .hmenus .bnb ul > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #9f7952;}
|
|
header .hmenus .bnb ul > li > a{display: block; padding: 0.8rem 0; font-size: 1.5rem; color: #9f7952;}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/* gnb */
|
|
/* gnb */
|
|
|
body.header-show .app .gnb{top: 5.0rem;}
|
|
body.header-show .app .gnb{top: 5.0rem;}
|
|
|
-.app .gnb {position: -webkit-sticky; position: sticky; top: 0; padding-right: 3.0rem; background-color: #fefefe; z-index: 9; /*background-color: #000; transition: top 0.3s;*/ width: 100%;}
|
|
|
|
|
|
|
+.app .gnb {position: -webkit-sticky; position: sticky; top: 0; padding-right: 3.0rem; background-color: #fefefe; z-index: 9; width: 100%;}
|
|
|
.app .gnb {background-color:#fefefe; position:relative; z-index:100;} /* layout_m 재확인 */
|
|
.app .gnb {background-color:#fefefe; position:relative; z-index:100;} /* layout_m 재확인 */
|
|
|
.app .gnb.expand{padding-right: 3.0rem;}
|
|
.app .gnb.expand{padding-right: 3.0rem;}
|
|
|
|
|
|
|
@@ -869,8 +763,8 @@ body.header-show .app .gnb{top: 5.0rem;}
|
|
|
.app .gnb .btn-expand{position: absolute; right: 0.2rem; top: 0.2rem; width: 5.0rem; height: 5.0rem;}
|
|
.app .gnb .btn-expand{position: absolute; right: 0.2rem; top: 0.2rem; width: 5.0rem; height: 5.0rem;}
|
|
|
.app .gnb .btn-expand::before{content: '';position: absolute;top: 0;left: 0;width: 3.0rem;height: 5.0rem;background: linear-gradient(90deg, rgba(254,254,254,0) 0%, #fefefe 100%);}
|
|
.app .gnb .btn-expand::before{content: '';position: absolute;top: 0;left: 0;width: 3.0rem;height: 5.0rem;background: linear-gradient(90deg, rgba(254,254,254,0) 0%, #fefefe 100%);}
|
|
|
.app .gnb .btn-expand::before{background: linear-gradient(90deg, rgba(254,254,254,0) 0%, #fefefe 100%);} /* layout_m 재확인 */
|
|
.app .gnb .btn-expand::before{background: linear-gradient(90deg, rgba(254,254,254,0) 0%, #fefefe 100%);} /* layout_m 재확인 */
|
|
|
-.app .gnb .btn-expand::after{content: '';position: absolute;left: 50%;top: 25%;width: 1.8rem;height: 2.0rem;/* transform: translate(-50%, -50%); */background: url(/images/mo/ico_btn_expand.png) center top/1.8rem 2.0rem no-repeat;}
|
|
|
|
|
-.app .gnb.expand .btn-expand::before{display:none}
|
|
|
|
|
|
|
+.app .gnb .btn-expand::after{content: '';position: absolute;left: 50%;top: 25%;width: 1.8rem;height: 2.0rem;background: url(/images/mo/ico_btn_expand.png) center top/1.8rem 2.0rem no-repeat;}
|
|
|
|
|
+.app .gnb.expand .btn-expand::before{display:none;}
|
|
|
.app .gnb.expand .btn-expand::after {background: url(/images/mo/ico_btn_narrow.png) center bottom/1.8rem 2.0rem no-repeat;}
|
|
.app .gnb.expand .btn-expand::after {background: url(/images/mo/ico_btn_narrow.png) center bottom/1.8rem 2.0rem no-repeat;}
|
|
|
|
|
|
|
|
main.container{margin-top: 0; overflow: hidden;}
|
|
main.container{margin-top: 0; overflow: hidden;}
|
|
@@ -921,7 +815,6 @@ section.main.scr, section.ev_list.scr, section.dp_exhibition.scr, section.dp_loo
|
|
|
.fullBody .btn_group div:first-child button::after{content: '';display: inline-block;width: 0.3rem;height: 2.0rem;background: #dddddd;position: absolute;top: 1.0rem;right: -0.2rem;}
|
|
.fullBody .btn_group div:first-child button::after{content: '';display: inline-block;width: 0.3rem;height: 2.0rem;background: #dddddd;position: absolute;top: 1.0rem;right: -0.2rem;}
|
|
|
|
|
|
|
|
/* Full메뉴_카테고리 */
|
|
/* Full메뉴_카테고리 */
|
|
|
-.fullBody .fullCate {}
|
|
|
|
|
.fullBody .fullCate > li > ul {display: none; background: #f5f5f5;}
|
|
.fullBody .fullCate > li > ul {display: none; background: #f5f5f5;}
|
|
|
.fullBody .fullCate > li > a {position:relative;display: block; padding:1.6rem 2.0rem; font-size: 1.4rem; font-weight: 400;font-family: 'Noto Sans kr', sans-serif;}
|
|
.fullBody .fullCate > li > a {position:relative;display: block; padding:1.6rem 2.0rem; font-size: 1.4rem; font-weight: 400;font-family: 'Noto Sans kr', sans-serif;}
|
|
|
.fullBody .fullCate > li > a::after {content: '';display: inline-block;width: 2.0rem;height: 2.0rem;background: url(/images/mo/ico_full.png) no-repeat;background-size: 0.8rem 1.4rem;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);position: absolute;right: 1.2rem;background-position: left center;}
|
|
.fullBody .fullCate > li > a::after {content: '';display: inline-block;width: 2.0rem;height: 2.0rem;background: url(/images/mo/ico_full.png) no-repeat;background-size: 0.8rem 1.4rem;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);position: absolute;right: 1.2rem;background-position: left center;}
|
|
@@ -943,8 +836,6 @@ section.main.scr, section.ev_list.scr, section.dp_exhibition.scr, section.dp_loo
|
|
|
#hstrFull.on{ height: 100%; visibility: visible; top: 0;}
|
|
#hstrFull.on{ height: 100%; visibility: visible; top: 0;}
|
|
|
.hstr_cls {position: absolute;top: 1.4rem;right: 2.0rem;display: block;width: 2.0rem;height: 2.0rem;text-indent: -999.9rem;background-size: contain;background-repeat: no-repeat;background-position: center center;z-index: 98;background-image: url(/images/mo/ico_pop_cls.png);}
|
|
.hstr_cls {position: absolute;top: 1.4rem;right: 2.0rem;display: block;width: 2.0rem;height: 2.0rem;text-indent: -999.9rem;background-size: contain;background-repeat: no-repeat;background-position: center center;z-index: 98;background-image: url(/images/mo/ico_pop_cls.png);}
|
|
|
#hstrFull .fullHead h1 {display: inline-block;position: relative;max-width: calc(100% - 14.5rem);width: auto;height: 100%;line-height: 5.2rem;vertical-align: middle;padding: 0 1.5rem 0 0rem;margin: 0 0 0 2.0rem;font-size: 1.8rem;color: #222;}
|
|
#hstrFull .fullHead h1 {display: inline-block;position: relative;max-width: calc(100% - 14.5rem);width: auto;height: 100%;line-height: 5.2rem;vertical-align: middle;padding: 0 1.5rem 0 0rem;margin: 0 0 0 2.0rem;font-size: 1.8rem;color: #222;}
|
|
|
-#hstrFull .fullBody {}
|
|
|
|
|
-#hstrFull .fullBody {}
|
|
|
|
|
#hstrFull .fullBody .count_wrap {padding: 2rem 0;}
|
|
#hstrFull .fullBody .count_wrap {padding: 2rem 0;}
|
|
|
#hstrFull .fullBody .count_wrap p{font-size: 1.2rem;color: #888;}
|
|
#hstrFull .fullBody .count_wrap p{font-size: 1.2rem;color: #888;}
|
|
|
#hstrFull .fullBody .count_wrap p span {color: #fd4802;font-weight: 600;}
|
|
#hstrFull .fullBody .count_wrap p span {color: #fd4802;font-weight: 600;}
|
|
@@ -968,16 +859,12 @@ footer .f1 .inner{padding: 0 2.0rem 2.0rem;}
|
|
|
footer .f1 .link{padding-top: 2.0rem;}
|
|
footer .f1 .link{padding-top: 2.0rem;}
|
|
|
footer .f1 .link::after{content: ''; display: block; clear: both;}
|
|
footer .f1 .link::after{content: ''; display: block; clear: both;}
|
|
|
footer .f1 .link > li{float: left; position: relative; padding: 0 1.2rem;}
|
|
footer .f1 .link > li{float: left; position: relative; padding: 0 1.2rem;}
|
|
|
-footer .f1 .link > li::before{content: '';
|
|
|
|
|
- /* display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0.3rem; height: 0.3rem; background-color: #999; */
|
|
|
|
|
- display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0.2rem; height: 1.4rem; background-color: #e3e3e3;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+footer .f1 .link > li::before{content: ''; display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0.2rem; height: 1.4rem; background-color: #e3e3e3;}
|
|
|
footer .f1 .link > li:first-child{padding-left: 0;}
|
|
footer .f1 .link > li:first-child{padding-left: 0;}
|
|
|
footer .f1 .link > li:first-child::before{display: none;}
|
|
footer .f1 .link > li:first-child::before{display: none;}
|
|
|
footer .f1 .link > li.fn{clear: both; padding-left: 0;}
|
|
footer .f1 .link > li.fn{clear: both; padding-left: 0;}
|
|
|
footer .f1 .link > li.fn::before{display: none;}
|
|
footer .f1 .link > li.fn::before{display: none;}
|
|
|
footer .f1 .link > li a{display: block; padding: 0.5rem 0; color: #222; font-size: 1.3rem; font-weight: 200;}
|
|
footer .f1 .link > li a{display: block; padding: 0.5rem 0; color: #222; font-size: 1.3rem; font-weight: 200;}
|
|
|
-footer .f1 .wider{}
|
|
|
|
|
footer .f1 .wider > li{padding: 0 1.5rem;}
|
|
footer .f1 .wider > li{padding: 0 1.5rem;}
|
|
|
footer .f1 .wider > li a{color: #666; font-weight: 300; font-size: 1.5rem;}
|
|
footer .f1 .wider > li a{color: #666; font-weight: 300; font-size: 1.5rem;}
|
|
|
footer .f1 .info::after{content: ''; display: block; clear: both;}
|
|
footer .f1 .info::after{content: ''; display: block; clear: both;}
|
|
@@ -996,7 +883,6 @@ footer .f1 .sns > li > a.facebook{background: #fff url("/images/mo/ico_ft_facebo
|
|
|
footer .collapse{position: relative; border-bottom: 0.1rem solid #dadada;}
|
|
footer .collapse{position: relative; border-bottom: 0.1rem solid #dadada;}
|
|
|
footer .collapse .btnWrap .btn_infos{position: relative; width: 100%; height: 6.7rem; background-color: #f1f1f1; font-size: 1.5rem; font-weight: 400; text-align: left; color: #222;}
|
|
footer .collapse .btnWrap .btn_infos{position: relative; width: 100%; height: 6.7rem; background-color: #f1f1f1; font-size: 1.5rem; font-weight: 400; text-align: left; color: #222;}
|
|
|
footer .collapse .btnWrap .btn_infos::after{content: ''; display: inline-block; margin-left: 1.0rem; margin-bottom: 0; width: 1.4rem; height: 0.8rem; background: #f1f1f1 url(/images/mo/ico_fold_arrow1.png) 50% 0% no-repeat; background-size: 1.4rem; /* background-size: auto 3.9rem; */ -webkit-transform: rotate(180deg); transform: rotate(180deg);}
|
|
footer .collapse .btnWrap .btn_infos::after{content: ''; display: inline-block; margin-left: 1.0rem; margin-bottom: 0; width: 1.4rem; height: 0.8rem; background: #f1f1f1 url(/images/mo/ico_fold_arrow1.png) 50% 0% no-repeat; background-size: 1.4rem; /* background-size: auto 3.9rem; */ -webkit-transform: rotate(180deg); transform: rotate(180deg);}
|
|
|
-footer .collapse .btnWrap .btn_infos.on{/* background-color: #222; */ /* color: #fff; */}
|
|
|
|
|
footer .collapse .btnWrap .btn_infos.on::after{margin-bottom: 0; -webkit-transform: rotate(0); transform: rotate(0);}
|
|
footer .collapse .btnWrap .btn_infos.on::after{margin-bottom: 0; -webkit-transform: rotate(0); transform: rotate(0);}
|
|
|
footer .collapse .infos{width: 100%; height: 0; overflow: hidden;-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
|
|
footer .collapse .infos{width: 100%; height: 0; overflow: hidden;-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
|
|
|
footer .collapse .infos::after{content: ''; display: block; clear: both;}
|
|
footer .collapse .infos::after{content: ''; display: block; clear: both;}
|
|
@@ -1074,7 +960,6 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
|
|
|
|
|
|
|
|
|
|
/* titWrap, .tit */
|
|
/* titWrap, .tit */
|
|
|
-
|
|
|
|
|
.titWrap{padding: 2.0rem 0 0 0; text-align: center; font-size: 1.8rem;}
|
|
.titWrap{padding: 2.0rem 0 0 0; text-align: center; font-size: 1.8rem;}
|
|
|
.tit{font-size: 1.4rem; font-weight: 400; color: #222222;}
|
|
.tit{font-size: 1.4rem; font-weight: 400; color: #222222;}
|
|
|
.exp{font-size: 1.1rem; font-weight: 200; color: #666666;}
|
|
.exp{font-size: 1.1rem; font-weight: 200; color: #666666;}
|
|
@@ -1091,14 +976,13 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.txt_blt::before{content: ''; display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0.3rem; height: 0.3rem; background-color: #666;}
|
|
.txt_blt::before{content: ''; display: block; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0.3rem; height: 0.3rem; background-color: #666;}
|
|
|
|
|
|
|
|
/* Tab */
|
|
/* Tab */
|
|
|
-.tabWrap {}
|
|
|
|
|
-.tabIndex {width: 100%; /*margin-bottom: 0.85em;*/ box-sizing: border-box;-webkit-box-sizing: border-box;display: inline-flex;justify-content: space-around;}
|
|
|
|
|
|
|
+.tabIndex {width: 100%; box-sizing: border-box;-webkit-box-sizing: border-box;display: inline-flex;justify-content: space-around;}
|
|
|
.tabIndex:after {content: "";clear: both;display: table;}
|
|
.tabIndex:after {content: "";clear: both;display: table;}
|
|
|
.tabIndex {background: #ffffff;border-bottom: 0.1rem solid #e5e5e5;}
|
|
.tabIndex {background: #ffffff;border-bottom: 0.1rem solid #e5e5e5;}
|
|
|
.tabIndex li {float: left;flex: auto;text-align: center;}
|
|
.tabIndex li {float: left;flex: auto;text-align: center;}
|
|
|
.tabIndex li a {display: block;color:#222222; font-weight: 400; padding: 1.0rem 2.0vw;}
|
|
.tabIndex li a {display: block;color:#222222; font-weight: 400; padding: 1.0rem 2.0vw;}
|
|
|
.tabIndex li.active a {border-bottom: 0.3rem solid #fd4802; color: #fd4802;}
|
|
.tabIndex li.active a {border-bottom: 0.3rem solid #fd4802; color: #fd4802;}
|
|
|
-.tab_cont {width: 100%;height:100%; background: #f5f5f5;/*padding: 1.2rem 0rem 0 0rem;*/text-align: left;box-sizing: border-box;}
|
|
|
|
|
|
|
+.tab_cont {width: 100%;height:100%; background: #f5f5f5;text-align: left;box-sizing: border-box;}
|
|
|
.tab_cont .inner {margin-bottom: 2.3rem;}
|
|
.tab_cont .inner {margin-bottom: 2.3rem;}
|
|
|
.tab_cont {display: none;}
|
|
.tab_cont {display: none;}
|
|
|
.tab_cont.active {display: block;}
|
|
.tab_cont.active {display: block;}
|
|
@@ -1134,8 +1018,6 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.tbl.type1 table td {position:relative; /*padding:1.0rem 4.0rem;*/ font-weight:200; font-size:1.6rem; letter-spacing:-0.025em;}
|
|
.tbl.type1 table td {position:relative; /*padding:1.0rem 4.0rem;*/ font-weight:200; font-size:1.6rem; letter-spacing:-0.025em;}
|
|
|
.tbl.type1 table th {padding:1.0rem 0rem 1.0rem 4.0rem; font-weight:300;}
|
|
.tbl.type1 table th {padding:1.0rem 0rem 1.0rem 4.0rem; font-weight:300;}
|
|
|
.tbl.type1 table td {padding:1.0rem 4.0rem 1.0rem 0rem;}
|
|
.tbl.type1 table td {padding:1.0rem 4.0rem 1.0rem 0rem;}
|
|
|
-/* .tbl.type1 table tr td:first-child {padding-left:4.0rem;}
|
|
|
|
|
-.tbl.type1 table tr td:last-child {padding-right:4.0rem;} */
|
|
|
|
|
|
|
|
|
|
/* 테이블 type2 - 수직형 행,열별 구분선 있음 */
|
|
/* 테이블 type2 - 수직형 행,열별 구분선 있음 */
|
|
|
.tbl.type2 {padding:0; border-top:0.1rem solid #000;}
|
|
.tbl.type2 {padding:0; border-top:0.1rem solid #000;}
|
|
@@ -1173,13 +1055,13 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.tbl.type6 table th,
|
|
.tbl.type6 table th,
|
|
|
.tbl.type6 table td {position:relative; padding:0rem 4.0rem; font-weight:200; font-size:1.6rem; letter-spacing:-0.025em; border-left:0.1rem dashed #ddd; vertical-align:top;}
|
|
.tbl.type6 table td {position:relative; padding:0rem 4.0rem; font-weight:200; font-size:1.6rem; letter-spacing:-0.025em; border-left:0.1rem dashed #ddd; vertical-align:top;}
|
|
|
.tbl.type6 table th {font-weight:500;}
|
|
.tbl.type6 table th {font-weight:500;}
|
|
|
-.tbl.type6 table tr td:first-child {border-left:none}
|
|
|
|
|
|
|
+.tbl.type6 table tr td:first-child {border-left:none;}
|
|
|
.tbl.type6 table tr td dl::after,
|
|
.tbl.type6 table tr td dl::after,
|
|
|
.tbl.type6 table tr td dl > div::after {content: '';display: block;clear: both;}
|
|
.tbl.type6 table tr td dl > div::after {content: '';display: block;clear: both;}
|
|
|
-.tbl.type6 table tr td > dl {margin-top:2.0rem}
|
|
|
|
|
-.tbl.type6 table tr td > dl:first-child {margin-top:0rem}
|
|
|
|
|
-.tbl.type6 table td dl dt {float:left; font-size:1.6rem; font-weight:300; color:#222}
|
|
|
|
|
-.tbl.type6 table td dl dd {float:right; font-size:1.5rem; font-weight:200; color:#222}
|
|
|
|
|
|
|
+.tbl.type6 table tr td > dl {margin-top:2.0rem;}
|
|
|
|
|
+.tbl.type6 table tr td > dl:first-child {margin-top:0rem;}
|
|
|
|
|
+.tbl.type6 table td dl dt {float:left; font-size:1.6rem; font-weight:300; color:#222;}
|
|
|
|
|
+.tbl.type6 table td dl dd {float:right; font-size:1.5rem; font-weight:200; color:#222;}
|
|
|
.tbl.type6 table td dl dd em {font-size:1.6rem;}
|
|
.tbl.type6 table td dl dd em {font-size:1.6rem;}
|
|
|
.tbl.type6 table td dl dd .btn.btn_sm {height:3.4rem; margin-top:-0.8rem; margin-left:1.0rem; padding:1.0rem 1.4rem; font-size:1.4rem;}
|
|
.tbl.type6 table td dl dd .btn.btn_sm {height:3.4rem; margin-top:-0.8rem; margin-left:1.0rem; padding:1.0rem 1.4rem; font-size:1.4rem;}
|
|
|
.tbl.type6 table td dl dd .btn.btn_sm:first-child {margin-left:0;}
|
|
.tbl.type6 table td dl dd .btn.btn_sm:first-child {margin-left:0;}
|
|
@@ -1193,22 +1075,21 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.tbl.type6 table td dl .save_point {position:relative; padding-left:2.2rem;}
|
|
.tbl.type6 table td dl .save_point {position:relative; padding-left:2.2rem;}
|
|
|
.tbl.type6 table td dl .save_point::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1.6rem; height:1.6rem; background:url('/images/pc/ico_point.png') no-repeat 0 50%;}
|
|
.tbl.type6 table td dl .save_point::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1.6rem; height:1.6rem; background:url('/images/pc/ico_point.png') no-repeat 0 50%;}
|
|
|
.tbl.type6 table td dl > div {margin-top:2.0rem;}
|
|
.tbl.type6 table td dl > div {margin-top:2.0rem;}
|
|
|
-.tbl.type6 table td dl > div:first-child {margin-top:0rem}
|
|
|
|
|
-.tbl.type6 table td dl > div.include_item {}
|
|
|
|
|
|
|
+.tbl.type6 table td dl > div:first-child {margin-top:0rem;}
|
|
|
.tbl.type6 table td dl > div.include_item dt {padding-left:1.5rem; background:url('/images/pc/ico_bracket2.png') no-repeat 0 50%;}
|
|
.tbl.type6 table td dl > div.include_item dt {padding-left:1.5rem; background:url('/images/pc/ico_bracket2.png') no-repeat 0 50%;}
|
|
|
|
|
|
|
|
/* 테이블 내용 나열 폼 */
|
|
/* 테이블 내용 나열 폼 */
|
|
|
.tbl th,
|
|
.tbl th,
|
|
|
.tbl td {vertical-align:top;}
|
|
.tbl td {vertical-align:top;}
|
|
|
.tbl td .single_line::after {content:''; clear:both; display:block;}
|
|
.tbl td .single_line::after {content:''; clear:both; display:block;}
|
|
|
-.tbl td .single_line ul li {float:left; position:relative; padding:0rem 1.5rem; margin:0}
|
|
|
|
|
|
|
+.tbl td .single_line ul li {float:left; position:relative; padding:0rem 1.5rem; margin:0;}
|
|
|
.tbl td .single_line ul li::before {content:''; position:absolute; width:0.1rem; height:1.4rem; left:0rem; top:50%; transform:translateY(-50%); background:#ddd;}
|
|
.tbl td .single_line ul li::before {content:''; position:absolute; width:0.1rem; height:1.4rem; left:0rem; top:50%; transform:translateY(-50%); background:#ddd;}
|
|
|
-.tbl td .single_line ul li:first-child {padding-left:0}
|
|
|
|
|
|
|
+.tbl td .single_line ul li:first-child {padding-left:0;}
|
|
|
.tbl td .single_line ul li:first-child::before {display:none;}
|
|
.tbl td .single_line ul li:first-child::before {display:none;}
|
|
|
-.tbl td .single_line ul li > span {margin-right:0}
|
|
|
|
|
|
|
+.tbl td .single_line ul li > span {margin-right:0;}
|
|
|
.tbl td .block_line {position:relative;}
|
|
.tbl td .block_line {position:relative;}
|
|
|
-.tbl td .block_line ul li {margin-top:0.5rem; height:1.625em; /*line-height:1;*/}
|
|
|
|
|
-.tbl td .block_line ul li:first-child {margin-top:0}
|
|
|
|
|
|
|
+.tbl td .block_line ul li {margin-top:0.5rem; height:1.625em;}
|
|
|
|
|
+.tbl td .block_line ul li:first-child {margin-top:0;}
|
|
|
.tbl td .block_line ul li > span {vertical-align:top;}
|
|
.tbl td .block_line ul li > span {vertical-align:top;}
|
|
|
.tbl td .block_line ul li .tag {margin-left:0.6rem; margin-top:0.2rem; vertical-align:top;}
|
|
.tbl td .block_line ul li .tag {margin-left:0.6rem; margin-top:0.2rem; vertical-align:top;}
|
|
|
.tbl td .block_line ul li .btn.btn_sm {height:3.4rem; margin-top:-0.6rem; padding:1.0rem 1.4rem; font-size:1.4rem; font-weight:200;}
|
|
.tbl td .block_line ul li .btn.btn_sm {height:3.4rem; margin-top:-0.6rem; padding:1.0rem 1.4rem; font-size:1.4rem; font-weight:200;}
|
|
@@ -1267,7 +1148,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.fold_cont .img_group .thumb_pic img {position:absolute; top:50%; transform: translateY(-50%); width:100%; height: auto;}
|
|
.fold_cont .img_group .thumb_pic img {position:absolute; top:50%; transform: translateY(-50%); width:100%; height: auto;}
|
|
|
.fold_cont .fold_detail,
|
|
.fold_cont .fold_detail,
|
|
|
.fold_cont .fold_answer {position:relative; padding:1.8rem 2rem;}
|
|
.fold_cont .fold_answer {position:relative; padding:1.8rem 2rem;}
|
|
|
-.fold_cont .fold_answer {border-top:0.1rem solid #ddd }
|
|
|
|
|
|
|
+.fold_cont .fold_answer {border-top:0.1rem solid #ddd;}
|
|
|
.fold_cont .fold_detail .btn {margin-top:2.5rem; padding:0.6rem 1.3rem; color:#222; border-color:#a1a1a1; font-size:1.2rem; font-weight:200; background:none;}
|
|
.fold_cont .fold_detail .btn {margin-top:2.5rem; padding:0.6rem 1.3rem; color:#222; border-color:#a1a1a1; font-size:1.2rem; font-weight:200; background:none;}
|
|
|
.fold_cont .fold_detail .img_group {margin-top: 2.4rem; overflow: hidden;}
|
|
.fold_cont .fold_detail .img_group {margin-top: 2.4rem; overflow: hidden;}
|
|
|
.fold_cont .fold_answer > div {position:relative;}
|
|
.fold_cont .fold_answer > div {position:relative;}
|
|
@@ -1276,7 +1157,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.fold_answer .data{font-size:1.2rem; font-weight: 200; color:#888;}
|
|
.fold_answer .data{font-size:1.2rem; font-weight: 200; color:#888;}
|
|
|
.fold_answer div.answer_head{color:#222; font-weight:300;}
|
|
.fold_answer div.answer_head{color:#222; font-weight:300;}
|
|
|
.fold_answer .answer_body{font-weight:200;}
|
|
.fold_answer .answer_body{font-weight:200;}
|
|
|
-.fold_answer .answer_foot{position:relative}
|
|
|
|
|
|
|
+.fold_answer .answer_foot{position:relative;}
|
|
|
.fold_answer .btn_delete{position:absolute; right:0; bottom:0; font-size:1.2rem; color:#777;}
|
|
.fold_answer .btn_delete{position:absolute; right:0; bottom:0; font-size:1.2rem; color:#777;}
|
|
|
.fold_answer .btn_delete > span{position:relative; display:inline-block;}
|
|
.fold_answer .btn_delete > span{position:relative; display:inline-block;}
|
|
|
.fold_answer .btn_delete > span:after{display:block; content: ''; position:absolute; left:0; bottom:-0.2rem; width:100%; height:0.1rem; background-color:#777777;}
|
|
.fold_answer .btn_delete > span:after{display:block; content: ''; position:absolute; left:0; bottom:-0.2rem; width:100%; height:0.1rem; background-color:#777777;}
|
|
@@ -1294,7 +1175,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.case2 .fold_cont .fold_detail > div:before,
|
|
.case2 .fold_cont .fold_detail > div:before,
|
|
|
.case2 .fold_cont .fold_answer > div:before{content:''; position:absolute; left:0; top:0; font-size:1.4rem; font-weight:400;}
|
|
.case2 .fold_cont .fold_answer > div:before{content:''; position:absolute; left:0; top:0; font-size:1.4rem; font-weight:400;}
|
|
|
.case2 .fold_cont .fold_detail > div:before{content:'Q.'; color:#222222;}
|
|
.case2 .fold_cont .fold_detail > div:before{content:'Q.'; color:#222222;}
|
|
|
-.case2 .fold_cont .fold_answer > div:before{content:'A.'; color:#fd4802}
|
|
|
|
|
|
|
+.case2 .fold_cont .fold_answer > div:before{content:'A.'; color:#fd4802;}
|
|
|
|
|
|
|
|
/* popover style Tooltip */
|
|
/* popover style Tooltip */
|
|
|
.tip_tit{background-color: transparent;border-radius: 100%;border: 0.1rem solid #888888;color: #fd4802;cursor: default;display: inline-block;font-size: 1.2rem;font-weight: 600;line-height: 1.4rem;position: relative;text-align: center;width: 1.5rem;height: 1.5rem;}
|
|
.tip_tit{background-color: transparent;border-radius: 100%;border: 0.1rem solid #888888;color: #fd4802;cursor: default;display: inline-block;font-size: 1.2rem;font-weight: 600;line-height: 1.4rem;position: relative;text-align: center;width: 1.5rem;height: 1.5rem;}
|
|
@@ -1838,9 +1719,9 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
|
|
|
|
|
.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:1.2rem 1.6rem;border-radius:0.5rem;background-color:#222;height:2.0rem;}
|
|
.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:1.2rem 1.6rem;border-radius:0.5rem;background-color:#222;height:2.0rem;}
|
|
|
.modal-spinner>div{border-radius:10.0rem;background-color:#fff;height:2.0rem;width:0.2rem;margin:0 0.1rem;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}
|
|
.modal-spinner>div{border-radius:10.0rem;background-color:#fff;height:2.0rem;width:0.2rem;margin:0 0.1rem;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}
|
|
|
-.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
|
|
|
|
|
-.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}
|
|
|
|
|
-.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}
|
|
|
|
|
|
|
+.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
|
|
|
|
|
+.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
|
|
|
|
|
+.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
|
|
|
|
|
|
|
|
@-webkit-keyframes sk-stretchdelay{
|
|
@-webkit-keyframes sk-stretchdelay{
|
|
|
0%,40%,100%{
|
|
0%,40%,100%{
|
|
@@ -1863,8 +1744,8 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
|
|
|
|
|
/* 제거할 클래스 */
|
|
/* 제거할 클래스 */
|
|
|
.btnL{width:100%; height:4.5rem; line-height:4.5rem; font-size:1.4rem;}
|
|
.btnL{width:100%; height:4.5rem; line-height:4.5rem; font-size:1.4rem;}
|
|
|
-.btnM{width:100%; height:4rem; height:4rem; line-height:4rem; }
|
|
|
|
|
-.btnS{width:100%; height:3rem; height:3rem; line-height:3rem; }
|
|
|
|
|
|
|
+.btnM{width:100%; height:4rem; height:4rem; line-height:4rem;}
|
|
|
|
|
+.btnS{width:100%; height:3rem; height:3rem; line-height:3rem;}
|
|
|
|
|
|
|
|
/* .inner, .inner.bg_gray 등을 응용 */
|
|
/* .inner, .inner.bg_gray 등을 응용 */
|
|
|
.blockLyout{background-color:#f5f5f5;}
|
|
.blockLyout{background-color:#f5f5f5;}
|
|
@@ -1880,10 +1761,10 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.bgC3{background-color:#dddddd!important;}
|
|
.bgC3{background-color:#dddddd!important;}
|
|
|
.bgC4{background-color:#fff6f2!important;}
|
|
.bgC4{background-color:#fff6f2!important;}
|
|
|
.bgC5{background-color:#f5f5f5!important;}
|
|
.bgC5{background-color:#f5f5f5!important;}
|
|
|
-.bgC6{background-color:#f1f1f1!important;} /* <----풋터색상*/
|
|
|
|
|
|
|
+.bgC6{background-color:#f1f1f1!important;} /* footer */
|
|
|
|
|
|
|
|
|
|
|
|
|
-/* 사용금지 */
|
|
|
|
|
|
|
+/* 사용금지, 비상용 */
|
|
|
.mgc {margin:0 auto;}
|
|
.mgc {margin:0 auto;}
|
|
|
.mt0 {margin-top:0 !important;}
|
|
.mt0 {margin-top:0 !important;}
|
|
|
.ml0 {margin-left:0 !important;}
|
|
.ml0 {margin-left:0 !important;}
|
|
@@ -1956,10 +1837,6 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
}
|
|
}
|
|
|
.shape span{
|
|
.shape span{
|
|
|
color: #ffffff;text-align: center;text-indent: 1.0rem;font-size: 1.1rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 4.0rem;z-index: 2;
|
|
color: #ffffff;text-align: center;text-indent: 1.0rem;font-size: 1.1rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 4.0rem;z-index: 2;
|
|
|
- /* line-height: 1; */
|
|
|
|
|
- /* letter-spacing: -25em; */
|
|
|
|
|
- /* display: -webkit-box; */
|
|
|
|
|
- /* z-index: 99999; */
|
|
|
|
|
}
|
|
}
|
|
|
.shape.dealdetail{
|
|
.shape.dealdetail{
|
|
|
width: 100%;max-width: 4.0rem;
|
|
width: 100%;max-width: 4.0rem;
|
|
@@ -2083,7 +1960,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.app-only .guidance p.tit + p.date + p {font-size:1.1rem;}
|
|
.app-only .guidance p.tit + p.date + p {font-size:1.1rem;}
|
|
|
.app-only .guidance p:first-child {padding-top: 2.0rem;}
|
|
.app-only .guidance p:first-child {padding-top: 2.0rem;}
|
|
|
.app-only .guidance p:last-child {padding-bottom: 2.0rem;}
|
|
.app-only .guidance p:last-child {padding-bottom: 2.0rem;}
|
|
|
-.app-only .guidance p:first-child:nth-last-child(1) { padding-top: 0;padding-bottom: 0; }
|
|
|
|
|
|
|
+.app-only .guidance p:first-child:nth-last-child(1) { padding-top: 0;padding-bottom: 0;}
|
|
|
.app-only .guidance.ontoast {animation: onpop 6s .2s forwards; -webkit-animation: onpop 6s .2s forwards;}
|
|
.app-only .guidance.ontoast {animation: onpop 6s .2s forwards; -webkit-animation: onpop 6s .2s forwards;}
|
|
|
@keyframes onpop {
|
|
@keyframes onpop {
|
|
|
0% {bottom:0rem; opacity:1; z-index:99999;}
|
|
0% {bottom:0rem; opacity:1; z-index:99999;}
|
|
@@ -2104,7 +1981,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
|
|
|
.guidance p.tit + p.date + p {font-size:1.1rem;}
|
|
.guidance p.tit + p.date + p {font-size:1.1rem;}
|
|
|
.guidance p:first-child {padding-top: 2.0rem;}
|
|
.guidance p:first-child {padding-top: 2.0rem;}
|
|
|
.guidance p:last-child {padding-bottom: 2.0rem;}
|
|
.guidance p:last-child {padding-bottom: 2.0rem;}
|
|
|
-.guidance p:first-child:nth-last-child(1) { padding-top: 0;padding-bottom: 0; }
|
|
|
|
|
|
|
+.guidance p:first-child:nth-last-child(1) { padding-top: 0;padding-bottom: 0;}
|
|
|
.guidance.ontoast {animation: onpop 6s .2s forwards; -webkit-animation: onpop 6s .2s forwards;}
|
|
.guidance.ontoast {animation: onpop 6s .2s forwards; -webkit-animation: onpop 6s .2s forwards;}
|
|
|
@keyframes onpop {
|
|
@keyframes onpop {
|
|
|
0% {bottom:0rem; opacity:1; z-index:99999;}
|
|
0% {bottom:0rem; opacity:1; z-index:99999;}
|