| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444 |
- /** 탑 비쥬얼 공통 모듈 **/
- #top--visual{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 440px;
- width: 100%;
- &.contact{
- background: url(/img/top_ban_contact.jpg) no-repeat top;
- // background-attachment: fixed;
- background-size: cover;
- }
-
- .inner--content{
- max-height: 440px;
- min-height: 440px;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
-
- > h1{
- color:#FFF;
- text-align: center;
- font-size: 48px;
- font-weight: 800;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- nav{
- position: absolute;
- bottom:0px;
- left:50%;
- transform: translateX(-50%);
- z-index: 9;
- >ul{
- display: flex;
- align-items: center;
- justify-content: center;
- >li{
- position: relative;
- padding:24px 0px;
- margin-right:81px;
- z-index: 8;
-
- &:last-child{
- margin-right:0px;
- &:after{
- display: none;
- }
- }
- &:after{
- content:'';
- display: block;
- width:1px;
- height:12px;
- opacity: .5;
- background: #fff;
- position: absolute;
- top:50%;
- transform: translateY(-50%);
- right:-41px;
- }
- a{
- color:#FFF;
- font-size: 14px;
- font-style: normal;
- font-weight: 700;
- white-space: nowrap;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-wrap: nowrap;
- gap:4px;
- i{
- min-width:20px;
- height:20px;
- width:20px;
- svg{
- transition: transform 0.3s ease;
- }
- &.active svg {
- transform: rotate(180deg);
- transition: transform 0.3s ease;
- }
- }
- }
- > ul{
- position: absolute;
- top:60px;
- left:50%;
- transform: translateX(-50%);
- background: #fff;
- box-shadow: 0 8px 16px 0 rgba(31, 33, 40, 0.12);
- padding:16px;
- max-height: 0;
- overflow: hidden;
- opacity: 0;
- visibility: hidden;
- transition: all 0.3s ease;
- z-index: 10;
-
- &.show {
- max-height: 200px;
- opacity: 1;
- visibility: visible;
- }
- li{
- display: flex;
- align-items: center;
- justify-content: flex-start;
- width:100%;
- margin-bottom:16px;
- &:last-child{
- margin-bottom:0px;
- }
- a{
- color:#515973;
- font-size: 14px;
- font-style: normal;
- font-weight: 700;
- text-align: left;
- &:hover{
- color:#00A654;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- /** 중앙 컨텐츠 **/
- #out--container{
- width:100%;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-top:100px;
- padding-bottom:120px;
- .out--container{
- max-width:844px;
- .m--title{
- text-align: center;
- color:#1F2128;
- text-align: center;
- font-family: Pretendard;
- font-size: 48px;
- font-style: normal;
- font-weight: 700;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom:60px;
- }
- .form--contents--wrap {
- margin-top: 40px;
- border-top:1px solid #1F2128;
- padding-top:40px;
- display: flex;
- align-items: center;
- justify-content: center;
- gap:20px;
- .contact-form{
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- flex-wrap: wrap;
- .btn--wrap{
- width:100%;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-top:30px;
- button{
- display: flex;
- max-width:160px;
- width: 100%;
- height: 48px;
- border-radius: 24px;
- background: #1F2128!important;
- justify-content: center;
- align-items: center;
- gap: 8px;
- flex-shrink: 0;
- color:#FFF;
- font-size: 18px;
- font-style: normal;
- font-weight: 700;
- }
- }
- }
- .form--contents {
- margin-bottom: 28px;
- width:100%;
- input[type="text"],
- input[type="email"],
- select,
- textarea {
- width: 100%;
- padding: 10px 16px;
- border-radius: 0px;
- font-size: 16px;
- &::placeholder{
- color: #b6bbcc;
- }
- }
- h3 {
- color:#1F2128;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- margin-bottom:8px!important;
- &.privacy--title{
- color:#1F2128;
- font-size: 24px;
- font-style: normal;
- font-weight: 700;
- }
- .required {
- color: #ff0000;
- margin-left: 4px;
- }
- }
-
- > div{
- width:100%;
- }
- &.half--cont{
- width:100%;
- max-width:calc(50% - 10px);
- }
- .qna--radio--group{
- fieldset{
- background:#EFF1FB;
- padding:4px;
- display: flex;
- gap:0px;
- >div{
- display: flex;
- // min-width:101px;
- width: 25%;
- height:36px;
- position: relative;
- >div{
- &:nth-of-type(1){
- position: absolute;
- top:0px;
- left:0px;
- width:100%;
- height:100%;
- pointer-events: none;
- button{
- width:100%;
- height:100%;
- border:0px!important;
- box-shadow: none;
- border-radius: 0px;
- &[data-state="checked"]{
- background: #fff;
- }
- >span{
- display: none;
- }
- }
- }
- &:nth-of-type(2){
- margin:0px;
- width:100%;
- height:36px;
- display: flex;
- align-items: center;
- justify-content: center;
- label{
- position: absolute;
- top:0px;
- border:0px!important;
- left:0px;
- width:100%;
- height:100%;
- margin:0px;
-
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- color:#B6BBCC;
- font-size: 16px;
- font-style: normal;
- font-weight: 400;
- &.actv{
- font-weight: 500;
- color:#1F2128;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- .tel-group {
- display: flex;
- align-items: center;
- gap: 4px;
- button{
- height:40px;
- width:100%;
- font-size: 16px;
- max-width:calc( (100% / 3) - 20px);
- padding-left: 16px;
- }
- > div{
- width:100%;
- }
- select {
- width: 100px;
- }
-
- input {
- flex: 1;
- }
-
- span {
- font-weight: 500;
- }
- }
- .radio-group {
- display: flex;
- gap: 20px;
- align-items: center;
- }
- .radio-group label {
- display: flex;
- align-items: center;
- cursor: pointer;
- }
- .radio-group input[type="radio"] {
- width: auto;
- margin-right: 5px;
- }
- .privacy-box {
- .privacy-content {
- height: 300px;
- overflow-y: auto;
- padding: 15px;
- background-color: #fff;
- border: 1px solid #ddd;
- margin-bottom: 20px;
- line-height: 1.8;
- }
-
- .agree-check {
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- > h4 {
- color: #1F2128;
- font-size: 16px;
- font-style: normal;
- font-weight: 700;
- line-height: 130%; /* 20.8px */
- }
- }
- }
- .note-placeholder{
- color: #b6bbcc;
- padding: 16px;
- }
- .summernote-wrapper{
- p{
- margin-bottom: 0;
- }
- }
- }
- }
- // 라디오 디자인 초기화
- .agree-radio-group{
- fieldset{
- gap:32px;
- }
- label{
- color:#1F2128;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- }
- button{
- width:20px;
- height:20px;
- border-radius: 20px;
- > span{
- background-color:#00A654!important;
- &:after{
- width:10px;
- height:10px;
- }
- }
- }
- }
- .summernote-wrapper .btn {
- color: #333!important;
- background-color: #fff!important;
- border-color: #ccc!important;
- }
|