| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- /** 탑 비쥬얼 공통 모듈 **/
- #top--visual{
- display: flex;
- align-items: center;
- justify-content: center;
-
- height:100%;
- width: 100%;
- &.contact{
- background: url(/img/top_ban_contact.jpg) no-repeat top;
- background-attachment: fixed;
- background-size: contain;
- }
-
- .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%);
- >ul{
- display: flex;
- align-items: center;
- justify-content: center;
- >li{
- position: relative;
- padding:24px 0px;
- margin-right:81px;
-
- &: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;
- &.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;
- .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;
- .form--contents {
- margin-bottom: 30px;
- &.half--cont{
- max-width:100%;
- }
- }
- }
- .form--contents h3 {
- font-size: 16px;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .form--contents h3 .required {
- color: #ff0000;
- margin-left: 4px;
- }
- .form--contents input[type="text"],
- .form--contents input[type="email"],
- .form--contents select,
- .form--contents textarea {
- width: 100%;
- padding: 10px;
- border: 1px solid #ddd;
- border-radius: 4px;
- font-size: 14px;
- }
- .tel-group {
- display: flex;
- align-items: center;
- gap: 10px;
- }
- .tel-group select {
- width: 100px;
- }
- .tel-group input {
- flex: 1;
- }
- .tel-group 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 {
- border: 1px solid #ddd;
- border-radius: 4px;
- padding: 20px;
- background-color: #f9f9f9;
- }
- .privacy-content {
- height: 300px;
- overflow-y: auto;
- padding: 15px;
- background-color: #fff;
- border: 1px solid #e0e0e0;
- border-radius: 4px;
- margin-bottom: 20px;
- line-height: 1.8;
- }
- .agree-check {
- padding: 15px;
- background-color: #fff;
- border: 1px solid #e0e0e0;
- border-radius: 4px;
- }
- .agree-check h4 {
- font-size: 14px;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .btn--wrap {
- text-align: center;
- margin-top: 40px;
- }
- .btn-submit {
- padding: 12px 40px;
- background-color: #00a651;
- color: #fff;
- border: none;
- border-radius: 4px;
- font-size: 16px;
- font-weight: 600;
- cursor: pointer;
- transition: background-color 0.3s;
- }
- .btn-submit:hover {
- background-color: #008840;
- }
- .btn-submit:disabled {
- background-color: #ccc;
- cursor: not-allowed;
- }
- .map-section {
- margin-top: 80px;
- padding-top: 40px;
- border-top: 1px solid #ddd;
- }
- .map-section h3 {
- font-size: 24px;
- font-weight: 600;
- margin-bottom: 20px;
- }
- .info-list,
- .contact-list {
- list-style: none;
- padding: 0;
- margin: 0 0 20px 0;
- }
- .info-list li,
- .contact-list li {
- font-size: 14px;
- line-height: 1.8;
- }
- .map-container {
- height: 450px;
- border: 1px solid #ddd;
- border-radius: 4px;
- overflow: hidden;
- }
- }
- }
|