마수동, 광수동 완료
This commit is contained in:
@@ -3069,6 +3069,9 @@ video::-webkit-media-controls {
|
||||
}
|
||||
|
||||
.policyPopup {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
@@ -3084,10 +3087,9 @@ video::-webkit-media-controls {
|
||||
max-width: 120rem;
|
||||
min-height: 22rem;
|
||||
max-height: 90%;
|
||||
position: absolute;
|
||||
top: 53%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50.2%);
|
||||
position: relative;
|
||||
top: 0 !important;
|
||||
// left: 50%;
|
||||
background-color: #fff;
|
||||
padding: 10rem 0;
|
||||
border-radius: 0.6rem;
|
||||
@@ -3683,6 +3685,11 @@ video::-webkit-media-controls {
|
||||
@include maxtablet {
|
||||
padding: 1.8rem 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#676767;
|
||||
border-bottom:1px solid #676767;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3754,8 +3761,8 @@ video::-webkit-media-controls {
|
||||
padding-bottom: 0rem;
|
||||
text-align: center;
|
||||
dt {
|
||||
width: 38rem;
|
||||
padding: 2rem;
|
||||
width: 39rem;
|
||||
padding: 2rem .5rem;
|
||||
font-size: 1.6rem;
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
@@ -3763,6 +3770,7 @@ video::-webkit-media-controls {
|
||||
@include maxtablet {
|
||||
width: 60%;
|
||||
font-size: 1.4rem;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
dd {
|
||||
@@ -3790,4 +3798,12 @@ video::-webkit-media-controls {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.br-m {
|
||||
display: none;
|
||||
@include maxtablet {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user