@charset "utf-8";

/* ----------------------------
2024.10.24 emroDesignTeam sc.yang - nsrm DS login prev
---------------------------- */

.wrap-body {
    width: 100%;
    height: 100vh;
    background: url(../img/img_bg.jpg) center no-repeat;
    background-size: cover;
}
.wrap-container {
    background: rgba(0,0,0,0.43);
    width: 100%;
    height: 100vh;
    position: relative;
}
.logo {
    position: absolute;
    top: 24px;
    left: 24px;
}
.main-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 260px;
    align-items: center;
    color: #fff;
    font-size: 14px;    
    text-align: center;
    line-height: 1.5;
}
.main-container >.title {
	width: 252px;
    font-weight: 700;
    font-size: 50px;
    text-align: left;   
}
.main-container >.title .sub {
	font-size: 20px;
    font-weight: 400;
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
}
.content-container {
    width: 610px;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding: 28px 33px; /* 작은화면에서 세로 스크롤 생길 때 고려하여 시안과 수치가 조금 다름 */
    background: rgba(0,0,0,0.72);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.sub-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px !important;
}
.sub-txt {
    font-size: 16px;
    margin: 38px 0 34px;
}
.sub-txt .blue {
    font-weight: 700;
    color: #1E88E5;
}
.sub-txt ul {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.sub-txt ul li {
    display: flex;
    gap: 6px;
    text-align: left;
    font-size: 14px;
}
.sub-txt ul li::before {
	content: '·';
}
.sub-txt ul li span {
	display: inline;
}
.category-container,
.guide-container {
    background: #393939;
    border-radius: 5px;
    padding: 7px 13px 10px;
}
.category-container .container-note,
.guide-container .guide-title {
    margin-bottom: 7px;
}
.guide-container .guide-title {
    font-weight: 700;
}
.category-box-container,
.guide-box-container {
    background-color: #000000;
    border-radius: 5px;
    padding: 12px 9px;
}
.category-box,
.guide-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.category-box+.category-box,
.guide-box+.guide-box {
    border-top: 1px solid #404040;
    margin-top: 10px;
    padding-top: 10px;
}
.category-box >div:nth-child(2),
.guide-box >div:nth-child(2) {
    text-align: left;
}
.category-major {
    width: 50px;
    height: 55px;
    background: #3059F4;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-top: 13px;
}
.category-minor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}
.minor-box {
    display: flex;
    gap: 6px;
}
.minor-name {
    width: 76px;
    text-align: center;
    color: #1E88E5;
    font-weight: 700;
}
button.confirm,
a.faq {   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #3059F4;
    transition: all 0.2s;
}
button.confirm span {
    line-height: 1;
    display: inline-block;
}
button.confirm:hover,
a.faq:hover {
    background: #001C5A;
}
.guide-box .num {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 700;
    background: #393939;
    margin: 11px 13.5px;
    box-sizing: border-box;
    padding-top: 3px;
}
.guide-container.simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    margin: 28px 0;
}
a.link {
	text-decoration: underline;
	text-underline-position: under;
	color: #acacac;
}

/* 2024.12.31 : add lang button */
.sub-lang {
    display: flex;
    justify-content: end;
}
.main-container a.lang {
    display: flex;
    align-items: center;
    color: #FFF;   
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 8px;
    transition: all 0.2s;
}
.main-container a.lang::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../img/ico_lang_btn.svg) no-repeat center;
    background-size: contain;
}
.main-container a.lang::after {
    content: '▼';
    font-size: 7px;
    margin-left: 8px;
}
.main-container a.lang:hover {
    background: #7BA4FF;
    border-color: #7BA4FF;
}
/* faq */
.main-container a.faq {
	width: initial;
	height: 30px;
	font-size: 14px;
	padding: 1px 16px 0;	
	border-radius: 30px;	
}
/* ds loging : en 전용 */
.en .category-major {
    width: 80px;
    box-sizing: border-box;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.en .category-major >div {
    display: flex;
    flex-direction: column;
    height: 106px;
    justify-content: center;
}
.en .category-major span {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.3;
}
.en .minor-box {
    align-items: start;
}
.en .category-minor {
    flex: 1;
}
.minor-item {
    flex: 1;
}

/* spDsLogin 전용 스크롤바 */
::-webkit-scrollbar-thumb {
    background-color: #222;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}