@charset "utf-8"; /* 국적선택 */ .kor{ color:#fff; border-radius: 5px; background: -webkit-linear-gradient(320deg, #6fa0fc 0%, #1f69fe 100%); background: -o-linear-gradient(320deg, #6fa0fc 0%, #1f69fe 100%); background: linear-gradient(50deg, #6fa0fc 0%, #1f69fe 100%); padding: 2rem; } .foreign{ color:#fff; border-radius: 5px; background: -webkit-linear-gradient(320deg, #8024a7 0%, #261d84 100%); background: -o-linear-gradient(320deg, #8024a7 0%, #261d84 100%); background: linear-gradient(50deg, #8024a7 0%, #261d84 100%); padding: 2rem; } .national_icon{ font-size: 3.0rem; } /* 가입완료 */ #wrap.join_ok{ height:100%; } .join_ok #container{ height:100%; } .completion{ height: 100%; background:url("/images/login/join_ok2.jpg") no-repeat; background-size: cover; padding: 1.4rem 3.4rem 7rem 3.4rem; } .completion .login_txt_wrap { color:#fff; } .completion .login_large_txt { font-size: 3.2rem; line-height: 4.0rem; } .completion .login_txt_wrap .text-secondary{ color:#fff !important; } .start_position{ position: absolute; box-sizing: border-box; width: calc(100% - 6.8rem); bottom: 10%; }