cms系统的站点模板库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

154 lines
2.7 KiB

.gt_box {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gt_123{
min-width: 181px;border: 1px solid #415f5a;border-radius: 3px;
height: 48px;
}
.country_list li {
width: calc(50% - 10px);
margin: 10px 0 0 10px;
}
.modal-lg {
max-width: 740px;
}
.popndaa{
height: 99px;
}
.resize_header{
height: 12px;
}
.header_top_area {
height: 33px;
/* background-color: rgba(241, 241, 241, 0.1); */
padding-top: 4px;
margin-top: 0px;
}
.popupdesign {
min-height: 99px;
text-align: center;
height: 75px;
color: white !important;
background-color: #ede6e0;
}
/* mobile banner */
#mmp{
display: none;
}
.mmp_1{
height: 57px;
width: 100%;
background-color: red;
position: relative;
}
.mmp_3{
background-image: url(../images/etc/bg_top_banner_0909.jpg);
background-position: center;
background-repeat: no-repeat;
height: 57px;
background-size: cover;
}
.mmp_global{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,153,168,1) 35%, rgba(182,238,250,1) 100%);
background-position: center;
background-repeat: no-repeat;
height: 57px;
background-size: cover;
}
.popupdesign {
min-height: 99px;
text-align: center;
height: 75px;
color: white !important;
background-color: #ede6e0;
}
/*header 수정 겹침 이슈 */
.header_bottom {
height: 80px;
}
.gnb > ul > li > a {
padding: 31px 0;
}
.gnb .gnb_sub_area {
top: 100%;
}
.header_mobile_logo {
background-image: url('../images/header/header_logo_25th.svg');
transform: scale(1.5);
transform-origin: left;
}
header:hover .header_mobile_logo {
background-image: url('../images/header/header_logo_25th.svg')!important;
}
@media (max-width: 1599.98px){
.header_bottom {
height: 66px;
}
.gnb > ul > li > a {
padding: 24px 0;
}
.gnb .gnb_sub_area {
top: 100%;
}
/* .container-fluid {
background: white;
} */
}
/*header 수정 겹침 이슈 - end*/
@media (min-width: 1200px){
.gt_box {
max-width: 1140px;
}
}
@media (min-width: 992px){
.gt_box {
max-width: 960px;
}
}
@media (min-width: 768px){
.gt_box {
max-width: 720px;
}
}
@media (min-width: 7576px){
.gt_box {
max-width: 540px;
}
}
@media (max-width: 575.98px) {
.gt_123{
height: 40px;
}
.con_text_size{
font-size: 13px;
}
}
.gnb_sub_list ul {
padding: 10px 0;
}