@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700|Roboto:400,500,700&display=swap');
/* CSS Document */

html {
	overflow-y: scroll;
}

/*
Setup a basic body
*/
body {
	background: #fff;
	overflow-x: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, legend, button{
    margin: 0;
    padding: 0;
    font-family: 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 2rem;
	line-height: 2rem;
	color: #272728;
	letter-spacing: -0.03em;
	text-align: left;
	word-break: break-word;
    outline: none;
}

a {
	text-decoration: none;
	color: #272728;
}

a, button{
    cursor: pointer;
}


ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#container {
    margin: 0 auto;
    overflow: hidden;
}

header {
    position: relative;
    width: 100%;
    /* background-image: url("../images/header_cover_img.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

#content {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 0 40px;
    box-sizing: border-box;
}



/* PC 반응형 */
@media screen and (min-width: 1024px) {
    #container {
        max-width: 750px;
    }
}

footer{
    padding: 20px 0;
}

/*
헤더 로고
*/
.header_logo{
	display: block;
	position: absolute;
    top: 26px;
    left: 30px;
}

.header_logo .dson_logo{
	width: 130px;
    height: 24px;
    box-sizing: border-box;
    background: url(../images/dson_logo.png) left center no-repeat;
    background-size: contain;
    display: inline-block;
}

/*헤더 커버 & 아이콘*/
.cover_bottom_shadow{
    /* background: url("../images/cover_shadow.png") repeat-x; */
    height: 16px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
}
#ic_uto { 
    background: url(../images/app_logo_u.png);
    background-size: cover;
}
#ic_bok { 
    background: url(../images/app_logo_b.png);
    background-size: cover;
}
#ic_esc { 
    background: url(../images/app_logo_e.png);
    background-size: cover;
}
.cont_app_icon{
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0 auto;
    z-index: 55;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
}

/* 타이틀 */
.cont_app_title_wrap{
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 40px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.head_title{
    padding-top: 14px;
    display: block;
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 600;
}

/* 다운로드 버튼 셋 */
.cont_dl_button_wrap{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.dl_btn_type{
    width: 100%;
    position: relative;
    background: #fff;
    border: 3px solid #e1e1e3;
    height: 104px;
    text-align: center;
    border-radius: 14px;
    font-size: 2rem;
    font-weight: 500;
}

.dl_btn_type:nth-child(2){
    margin-top: 20px;
}

.dl_btn_type:active{
    background-color: #f7f7fa;
}

.dl_btn_type i{
    vertical-align: middle;
    font-style: normal;
    display: inline-block;
}

.and_icon_text:before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background-image: url("../images/btn_android_icon.png");
    background-size: cover;
    margin-right: 10px;
    overflow: hidden;
}

.apple_icon_text:before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background-image: url("../images/btn_apple_icon.png");
    background-size: cover;
    margin-right: 10px;
    overflow: hidden;
}

.notice_text_wrap{
    margin-top: 16px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #9c9c9d;
    display: inline-block;
}

.notice_icon_text {
    position: relative;
    top: 3px;
}

.notice_icon_text:before{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    background-image: url("../images/notice_icon.png");
    background-size: cover;
    margin-right: 8px;
    overflow: hidden;
}

.cont_ar_button_wrap{
    width: 100%;
    position: relative;
    margin-top: 40px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.text_icon_btn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    height: 54px;
    font-size: 2rem;
    font-weight: 500;
    box-sizing: border-box;
}


.arrow_icon_text{
    position: relative;
    top: 8px;
}
.arrow_icon_text:before{
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    background-image: url("../images/btn_arrow_icon.png");
    background-size: cover;
    margin-right: 12px;
    overflow: hidden;
}

.app_install_manual{
    position: relative;
    width: 100%;
    border-top: 2px solid #e8e5e6;
    margin-top: 20px;
    padding: 50px 0 0 0;
}

h1{
    font-size: 2.4rem;
}

/*탭 메뉴*/
 
.tabs {
    display: flex;
    flex-wrap: wrap; 
    margin-top: 40px;
}
.tabs label {
    width:50%;
    order: 1;
    font-size: 1.9rem;
    display: block;
    padding: 26px 0px;
    text-align: center;
    cursor: pointer;
    background: #f1f1f3;
    color: #9c9c9d;
    transition: background ease 0.2s;
    border-radius: 0 14px 14px 0;
}

.tabs label:nth-child(2) {
    border-radius: 14px 0 0 14px;
}

/*박스배경*/
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 30px 0 0 0;
    background: #fff;
    font-size: 1.6rem;
}

.tabs input[type="radio"] {
    display: none;
}

/*탭 눌렀을때 컬러*/
.tabs input[type="radio"]:checked + label {
    background: #fe5f40;
    color: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}


.number_text{
    color: #fff;
    background-color: #272728;
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 4px;
}

.detail_text{
    display: inline-block;
    margin-left: 40px;
    word-break: keep-all;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

.number_text.error{
    color: #fff;
    background-color: #E9181C;
}
.detail_text.error{
    color: #E9181C;
}

.tabs > .tab > dd{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.tabs > .tab > dd > img{
    display: block;
    width: 100%;
}

.tabs > .tab > dd:last-child{
    margin-bottom: 0;
}