@charset "UTF-8";
.main_section1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height:750px;
}
.main_section1 .main_image_bg {
    position: relative;
    z-index:1;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    background: url('../image/main_slide_bg.png') no-repeat 50% 100%;
    background-size: cover;
}

/****************************/
.main-slideshow {
    position: absolute;
    width:100%;
    z-index:0;
}
.cb-slideshow,
.cb-slideshow:after { 
    position:relative;
    width: 100%;
    height:750px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url('../image/main_slide_01.jpg') 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url('../image/main_slide_02.jpg');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url('../image/main_slide_03.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url('../image/main_slide_01.jpg');
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url('../image/main_slide_02.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url('../image/main_slide_03.jpg');
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}

.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
/****************************/


.main_section1 .main_title {
}
.main_title .inner1 {
    text-align:center;
    font-size:5.2rem;
    color:#fff;
}
.main_title .inner2 {
    margin-top:70px;
    text-align:center;
    font-size:1.5rem;
    color:#fff;
}
.main_section1 .inner_line {
    position: absolute;
    bottom:0;
}

.main_container {
    text-align:center;
}
.main_container .inner1 {
    font-size:1.25rem;
    color: var(--color-sub1);
}
.main_container .inner1 > img {
    position: relative;
    margin-top:-3px;
    margin-right:13px;
}
.main_container .inner2 {
    font-size:3rem;
    line-height:130%;
}
.main_container .inner3 {
    font-size:1.45rem;
    line-height:130%;
}
.main_container .inner4 {
    position: relative;
    width:100%;
    height:400px;
    overflow: hidden;
}
.main_container .inner4 > img {
    position: absolute;
    max-width:120%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.main_container .inner5 {
}
.main_container .inner5 .inner_line {
    border-style: solid;
    border-image: linear-gradient(to bottom, #0e0e0e 0%, #ddd 100%);
    border-image-slice: 1;
    border-image-width: 0 0 0 1px;
}
.main_container .inner5 .w_inner {
    width: 93%;
    margin:0 auto;
    text-align:left;
    text-align: justify;
    line-height:180%;
}

.main_cont_bg2 {
    background: url('../image/ains_container_Bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}
.main_cont_bg2 .bg {
    width:100%;
    background: rgba(0,0,0, 0.55);
}
.m_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:80px; 
    padding-bottom:80px;
}
.main_box {
    width: calc(100% / 3 - 30px);
    margin-bottom:45px;
    padding:50px;
    background: rgba(255,255,255, 0.05);
    border:1px solid rgba(255,255,255, 0.25);
    border-radius:20px;
}
.main_box .inner1 {
}
.main_box .inner2 {
    padding:30px 0;
    font-size:1.6rem;
}
.main_box .inner3 {
    line-height:180%;
    font-size:1rem;
}

.footer {
    text-align:center;
}
.foot {}
.foot a.top_btn {
    display:inline-block;
    padding:15px 35px;
    background: rgba(255,255,255, 0.085);
    border-radius:100px;
}
.foot a.top_btn > img {
    position: relative;
    margin-top:-2px;
    margin-left:5px;
}
.font_copyright {
    opacity: 0.5;
}
.font_copyright > div {
    padding:5px 20px;
    line-height:150%;
}
.font_copyright .inner1 {}
.font_copyright .inner2 {}
.font_copyright .inner2 > span {
    padding:0 15px;
    display:inline-block;
}

.sub_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_C_section {
    position: relative;
    margin:0 auto;
}
/* sub_asset_bg */
.sub_asset_bg {
    background: url('../image/sub_asset_bg.jpg') no-repeat 100% 100%;
    background-size: cover;
}
.asset_box {
    position: relative;
    display: flex;
    padding:40px;
    background: var(--color-accent) url('../image/Asset_img.jpg') no-repeat 100% 100%;
    background-size: 65% auto;
    border-radius:20px;
}
.asset_box .inner1 {
    font-size:1.2rem;
    padding-bottom:160px;
}
.asset_box .inner2 {
    position: absolute;
    bottom: calc(50% - 10px);
    font-size: 1.8em;
}
.asset_box .inner2>span {opacity: 0.5;margin-right: 12px;}
.asset_box .inner3 {
    position: absolute;
    bottom:40px;
    font-size:1.8em;
}
.asset_box .inner3 > span {opacity: 0.5;margin-right:12px;}
.asset_box_r4 {

}
.asset_box_r4 > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asset_box_r4 > ul > li {
    cursor: pointer;
    padding:20px;
    text-align:center;
    width: calc(100% / 4 - 10px);
    border-radius:10px;
    background: rgba(0,0,0, 0.7);
    border:1px solid rgba(0,0,0, 0.7);
}
.asset_box_r4 > ul > li:hover {
    background: rgba(0,0,0, 0.2);
    border:1px solid rgba(255,255,255, 0.2);
}
.asset_box_r4 .inner_img {
    text-align:center;
    padding-bottom:15px;
}
.asset_box_r4 > ul > li > p {font-size:0.95rem;}

.asset_box_c1 {
    position: relative;
    display: flex;
    padding:20px 40px 20px 40px;
    margin:0 15px 0 15px;
    background: var(--color-accent) url('../image/Asset_img.jpg') no-repeat 100% 100%;
    background-size: 35% auto;
    border-radius:20px;
    border: 5px solid transparent
}
.gas_selected {
    border: 5px solid greenyellow;
}
.asset_box_c1 .inner1 {
    font-size:1.2rem;
    margin-bottom: 50px;
}
.asset_box_c1 .inner2 {
    position: absolute;
    margin-top: 40px;
    font-size: 1.8em;
}
.asset_box_c1 .inner2>span {opacity: 0.5;margin-right: 12px;}

.asset_graph_box {
    height:800px;
    background: #0E0E0E;
}

.asset_graph_box .board_tab_itemContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    text-align:center;
    border:1px solid rgba(255,255,255, 0.1);
    cursor: pointer;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item > a {
    display: inline-block;
    text-align: center;
    width:100%;
    height:51px;
    line-height:51px;
}
.asset_graph_box .board_tab_itemContainer .board_tab_item.on {
    background: linear-gradient(180deg, #4C88F2 0%, #124D99 100%);
}
.asset_graph_box .asset_tab {
    padding:20px 10px;
    width:100%;
}

.asset_tab .tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius:60px;
    height:51px;
    line-height:51px;
    overflow: hidden;
}
.asset_tab .tab > button {
    position: relative;
    height:51px;
    line-height:51px;
    border:none;
    width: calc(100% / 3 + 10px);
    color: var(--color-sub2);
    background: #fff;
    border-radius:60px;
}
.asset_tab .tab > button.active {
    color:#fff;
    background: rgba(0,0,0, 0.7);
}
.asset_tab .tabcontent,
.asset_tab .tabcontent2,
.asset_tab .tabcontent3 {
    display: none;
    padding: 0;
}
.asset_graph_api {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 200px;
    /*
    height: 높이;
    min-height: 최소 높이;
    */
}

.asset_graph_table {}
.asset_graph_table .inner_Daily {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asset_graph_table .inner_Daily > li {
}
.graph_table .inner_head {background: #fff;}
.graph_table .inner_head,
.graph_table .inner_body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.graph_table .inner_head > li,
.graph_table .inner_body > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height:51px;
    text-align:center;
    margin-bottom:-1px;
    color: var(--color-ft3);;
    border:1px solid #323232;
}
.graph_table .inner_head > li:nth-child(2),
.graph_table .inner_body > li:nth-child(2) {
    border-left:none;
}


/* 우측 상단 로그인 버튼 */
.login_btn {
    position: fixed;
    z-index:50;
    display: flex;
    align-items: center;
    right:20px;
    top:16px;
}
.login_btn > a {
    display:inline-block;
    padding:10px 25px;
    color: #fff;
}
.login_btn > a:hover {
    opacity: 0.7;
}
.login_btn > span {
    position: relative;
    margin-bottom:-1px;
    display:inline-block;
    width:1px;
    height:16px;
    font-size:0;
    background: rgba(255,255,255, 0.35);
}
/* 모달 GNB 버튼 디자인 */
.gnb_icon {
    position: fixed;
    z-index:50;
    top:6px;
    left:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
}
.gnb_icon .box {
    margin:0 0 0 0;
    width:32px;
    font-size:0;
}
.gnb_icon .box span.bar {
	display:inline-block;
	float:left;
	margin:3px 0;
    width: 65%;
    height: 3px;
	background:#fff;
	border-radius:3px;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.gnb_icon .box span.bar:nth-child(2) {
    width:100%;
}
.gnb_icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:60px;
}
.gnb_icon > a:hover span.bar {background:#fff;}
.gnb_icon > a:hover span.bar:nth-child(1) {width:100%;}
.gnb_icon > a:hover span.bar:nth-child(2) {width:65%;}
.gnb_icon > a:hover span.bar:nth-child(3) {width:100%;}

/* 모달 GNB BOX 디자인 */
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    overflow:hidden;
    z-index: 999999;
    padding: 0;
    background: rgba(0,0,0, 0.6);
}
.blocker:before{content: "";height:100vh;}
.blocker.behind {background-color: transparent;}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 15px 30px;
}
.full_pop_all_gnb {
    position:relative;
    width: 340px;
    min-height:100vh;
    padding:0;
    background: rgba(0,0,0, 1);
}


/*
.modal a.close-modal {
    position: absolute;
    top: 6px;
    left: 15px;
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/cancel_svg.svg');
}

display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
justify-content: center;
flex-direction: column;
*/

.modal_gnb_cancel_svg {
    position: absolute;
    top: 6px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.modal_gnb_cancel_svg img {max-width:30px;}
.gnb_login {
    position: absolute;
    top:100px;
    left:35px;
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gnb_login > a {
    display:flex;
    align-items: center;
    height:100%;
}
.gnb_login .inner1 {
    display: flex;
    padding-right:15px;
}
.gnb_login .inner1 > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    border-radius:60px;
    background: var(--color-accent);
    margin-right:15px;
}
.gnb_login .inner1 > span > img {width:32%;}
.gnb_login .inner2 {
    display: flex;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
    height:60px;
    text-decoration: underline;
    opacity: 0.7;
    border:0;
    background: transparent;
}

.gnb_menu {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
}
.gnb_menu > ul {
    position: relative;
    top:100px;
}
.gnb_menu > ul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_menu .all_step_2 {}
.gnb_menu .all_step_2 > a {
    display:inline-block;
    width:100%;
    padding:10px 0 10px 35px;
    font-size:2rem;
}
.gnb_menu .all_step_2 > a:hover {
    color: var(--color-accent);
}
.close-modal {
    display:none;
    text-indent:-999999999px;
}
@media (max-width:1070px) {
    html {
        font-size:15px;
    }
    .main_box {
        width: calc(100% / 2 - 20px);
        margin-bottom: 40px;
    }
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:580px;
    }
}
@media (max-width:920px) {
    .main_title .inner1 {font-size: 4rem;}
    .main_title .inner2 {font-size: 1.2rem;}
    .main_container .inner2 {font-size: 2.2rem;}
    .main_container .inner3 {font-size: 1.2rem;}
    .main_container .inner4 {
        height:30vw;
    }
}
@media (max-width:720px) {
    html {
        font-size:14px;
    }
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:420px;
    }
    .main_section1 .inner_line {bottom:-25%;}
    .main_box {
        padding:8vw;
        width: calc(100% / 1 - 0px);
        margin-bottom: 40px;
    }
    .main_box .inner2 {
        font-size: 1.3rem;
        padding: 5vw 0;
    }
    .main_box .inner1  > img {height:45px;}
    .gnb_login .inner1 > span {
        width:45px;
        height:45px;
    }
    .gnb_login .inner2 {height:45px;}
}
@media (max-width:620px) {
    .main_section1,
    .cb-slideshow,
    .cb-slideshow:after {
        height:320px;
    }
    .main_title .inner1 {font-size: 3rem;}
    .main_title .inner2 {margin-top:4vw;}
    .sp_100 {height:10vw;}
    .sp_120 {height:10vw;}
    .sp_70 {height:7vw;}
    .sp_40 {height:5vw;}
    .sp_30 {height:3.8vw;}
    .m_section {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }
}


/*  회원 로그인  */
.login-container {
    width:100%;
    max-width:425px;
    min-width:320px;
}
@media (max-width:480px) {
    .login-container {padding:0 25px;}
}
.login-container .inner_1 {
    font-size:0.9em;
}
.login-container .inner_2 {
    padding-top:30px;
    border-top:1px dashed #fff;
    font-size:0.9em;
}
.login-container .inner_2 .tx1 {}
.login-container .inner_2 .tx2 {
    color: var(--color-accent);
}
/*  회원 로그인  [end] */
/* 회원가입 step 콘텐츠 */
.join-inner {
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction:column;
}
.join-container {
    margin:0 auto;
    width:100%;
    max-width: var(--max--join-width);
}
.textarea-container {
    padding:20px;
    width:100%;
    border:1px solid #D9D9D9;
    border-radius:10px;
}
.textarea-container .join_textarea {
    width:100%;
    min-height:110px;
    background: transparent;
    border:none;
    font-size:0.9em;
    line-height:135%;
}

textarea.join_textarea::-webkit-scrollbar {
    width: 3px;
}
textarea.join_textarea::-webkit-scrollbar-button {
    display: none;
}
textarea.join_textarea::-webkit-scrollbar-track {
    background-color: transparent;
}
textarea.join_textarea::-webkit-scrollbar-thumb {
    background: #d2d2d2; 
}
.all_checkBox {
    padding:20px;
    border-radius:10px;
    background:#fff;
}
.all_checkBox .checkbox-wrapper-12 .inner-tx {
    color:#000;
}

.join_input_Box {
    width:100%;
    max-width:780px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}

.join_input_Box .input-div {
    width: calc(50% - 30px);
}
.join_input_Box .input-div-100 {
    width: 100%;
}
.sp_50-mobile {display:none;}
@media (max-width: 620px) {
    .sp_50-mobile {
        display: inline-block;
        width: 100%;
        font-size: 0;
        height: 50px;
    }
    .join_input_Box .input-div {
        width: calc(100% - 0px);
    }
}

.join_step_message {
    padding:50px 30px;
    background: #212121;
    border-radius:30px;
    text-align:center;
    line-height:150%;
}
/* 회원가입 step 콘텐츠 [end] */

/* 아이디 / 패스워드 분실 콘텐츠 */
.lost-container {
    width:100%;
}

.lost-container a.back_btn {

}
.lost-container a.back_btn > img {
    position: relative;
    margin-top:-3px;
    margin-right:10px;
}
.lost-container .lost-inner {
    margin-top:15px;
    border-top:1px solid #6D6D6D;
}
.lost-container .lost-inner .inner-left {
    width: calc(50% - 30px);
}
.lost-container .lost-inner .inner-left div.tx {
    line-height:150%;
    height:50px;
}
@media screen and (max-width: 820px) {
    .lost-container .lost-inner {flex-direction:column;}
    .lost-container .lost-inner .inner-left {
        width: calc(100% - 0px);
    }
    .lost-container .lost-inner .inner-left div.sp_150 {
        height:60px;
    }
}
@media (max-width: 400px) {
    .lost-container .lost-inner .inner-left .btn_LR {
        flex-direction:column;
    }
    .lost-container .lost-inner .inner-left .btn_LR .b50-10px {
        width: calc(100% - 0px);
    }
    .lost-container .lost-inner .inner-left .btn_LR .b50-10px:nth-child(2) {
        margin-top:15px;
    }
}
.mail_verification_code-email {
    width:90%;
    max-width:720px;
}
.mail_verification_code-email .tx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mail_verification_code-email .tx .int_design {
    width:70%;
}
.mail_verification_code-email .tx .btn_small_01 {
    width:27%;
}

.tx-verification_code {
    margin:8px 0;
    color:#FF3A3A;
}
.tx-verification_code > img {}
/* 아이디 / 패스워드 분실 콘텐츠 [end] */




/************************ SMS & modal  **************************/
/**  
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css  
모달 기본 배경을 담당하는 CSS / head.sub.php 59번줄에 있음
**/
.modal-sms-container {
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:100%;
    max-width:480px;
    padding:50px 0 0 0;
    overflow: hidden;
    border-radius:16px;
    background:#fff;
}
.sms-body-container {
    padding:0 40px 40px 40px;
}
.sms-body-container .inner_title {
    color:#000;
    text-align:center;
}
.sms-body-container .inner_title .tx1 {
    font-weight:700;
    font-size:1.25em;
}
.sms-body-container .inner_title .tx2 {
    padding:30px 0 30px 0;
    line-height:150%;
}
.sms-body-container .inner-input {
    display:flex;
    align-items: center;
    justify-content:space-between;
    gap: 20px;
    margin-bottom:20px;
}
.sms-body-container .inner-input .input-text_100 {
    width:100%;
    height:42px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:10px;
    padding-right:10px;
}
.sms-body-container .inner-input .input-text {
    width:75%;
    height:42px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:10px;
    padding-right:10px;
}
.sms-body-container .inner-input .input-text:hover {
    border-bottom:1px solid #1F80FF;
}
.sms-body-container .inner-input .input-text.time-count > div {
    color:#F84B4B;
}
.sms-body-container .inner-input .input-text.time-count::placeholder {
    color:#F84B4B;
    opacity: 1; /* Firefox */
    text-align:right;
}
.sms-body-container .inner-input .input-text.time-count::-ms-input-placeholder { /* Edge 12 -18 */
    color:#F84B4B;
}
.sms-body-container .btn-sms-send {
    width:35%;
    height:42px;
    display:flex;
    align-items: center;
    justify-content: center;
    border:none;
    color:#fff;
    background:#1F80FF;
    border-radius:30px;
}
.sms-body-container .btn-sms-send:hover {
    background:#143f66;
}
.sms-body-container .btn-sms-send.sms-send-no {
    background:#3e3e3e;
}

.sms-body-container .ex-text {
    display:flex;
    align-items: center;
    width:100%;
    margin-top:10px;
}
.sms-body-container .ex-text > img {
    margin-right:8px;
}
.sms-foot-container {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.sms-foot-container .btn-sms {
    width:50%;
    height:56px;
    display:flex;
    align-items: center;
    justify-content: center;
    border:none;
    color:#fff;
}
.btn-sms-close {
    background:#4E4E4E;
}
.btn-sms-ok {
    background:#1F80FF;
}
.btn-sms-close:hover {
    background:#000;
}
.btn-sms-ok:hover {
    background:#143f66;
}
@media (max-width: 580px) {
    .blocker {
        padding:0;
    }
    .modal {
        width:95%;
    }
    .sms-body-container {
        padding: 0 30px 20px 30px;
    }
    .sms-body-container .inner-input .input-text {
        width:calc(100% - 83px);
    }
    .sms-body-container .btn-sms-send {
        width:83px;
    }
}