2023/10/06 content.css 수정
This commit is contained in:
parent
073ea02597
commit
52d5e1f9d9
@ -1,10 +1,10 @@
|
||||
.btn_cal{width: 20ptb_list02x; height: 20px; position: absolute; right: 15px; top: 0; background-repeat: no-repeat;}
|
||||
.btn_cal{width: 20px; height: 20px; position: absolute; right: 15px; top: 0; background-repeat: no-repeat;}
|
||||
.btn_cal i{display: inline-block; width: 20px; height: 20px; background-image: url(../images/content/calendarIcon.png); background-repeat: no-repeat; background-position: center;}
|
||||
|
||||
/* sub layout */
|
||||
.container {width: 100%; min-height: 650px; position: relative; display: inline-block; box-sizing: border-box; margin-top: 130px; }
|
||||
.container .inner{max-width: 1440px; width: 100%; padding: 0 20px; margin: 60px auto 76px auto; display: flex; box-sizing: border-box; justify-content: space-between;}
|
||||
.container .inner .cont_wrap {width: calc(100% - 275px);}
|
||||
.container .inner .cont_wrap {width: 100%;}
|
||||
|
||||
.cont_nav{width: 100%; height: 60px; background-color: #2353b5; position: fixed; top: 134px; z-index: 10;}
|
||||
.cont_nav .inner{display: flex; max-width: 1400px; width: 100%; margin: 0 auto;}
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
.cont_wrap .cont_tit{display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 50px; border-bottom: 2px solid #000; }
|
||||
.cont_wrap h2{font-size: 32px; font-weight: 900; color: #222; font-family: 'nanumsquare', 'Noto Sans KR', sans-serif;}
|
||||
.cont_wrap .cont_tit .sns_go button {margin-left: 1px;}
|
||||
.cont_wrap .cont_tit .sns_go button {margin-left: 1px;display:none;}
|
||||
|
||||
.cont_wrap .tit_box {padding: 30px 40px 20px 40px; border: 1px solid #d5d7dc; border-radius: 10px; margin-bottom: 40px; display: flex; box-sizing: border-box; align-items: center;}
|
||||
.cont_wrap .tit_box i.tit_box_icon1 {background-image: url(../images/content/tit_box_icon1.png); width: 136px; height: 104px; background-size: 100%; background-repeat: no-repeat;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user