header .header-area {position: fixed; width: 100%; z-index: 9999;}
main {display: flex; justify-content: center;}

article {width: 1190px; margin: 0 0 0 100px; padding: 40px 10px 150px 0;}
article .breadcrumb-container {display: flex; align-items: center;}
article .breadcrumb-container span {font-size: 13px; letter-spacing: -0.03em; color: #5f6368; display: flex; align-items: center;}
article .breadcrumb-container span::after {content: ""; display: block; width: 5px; height: 8px; margin: 0 10px 0 11px; background: url("/images/common/document/icon_bread_arrow.png") center/contain no-repeat;}
article .breadcrumb-container span:last-child{color : #4d64e4;}
article .breadcrumb-container span:last-child:after{display : none;}
article h1 {font-weight: 700; font-size: 36px; letter-spacing: -0.05em; line-height: 1.2; color: #000; margin-top: 40px;}
article > p {margin-top: 15px; font-size: 15px; letter-spacing: -0.03em; line-height: 1.2; color: #000; padding: 10px 0 10px 38px; word-break: keep-all; background: url("/images/customer-center/ic_chat.svg") left 15px top 12px no-repeat #EFF7FF;}
article > p.book {background-image: url("/images/customer-center/ic_book.svg");}
article > p.people {background-image: url("/images/customer-center/ic_people.svg");}
article > p.docs {background-image: url("/images/customer-center/ic_docs.svg");}
article > p a {font-weight: 500; color: #1c6efa;}

article form div.form-service-wrap div dl dd input, label {cursor : pointer}

@media (max-width: 1773px) {
    header:has( a[data-env='DEV']) + main {justify-content: flex-start;}
	header:has( a[data-env='DEV']) + main article {margin: 0 0 0 298px;}
}
@media (max-width: 1743px) {
    main {justify-content: flex-start;}
	article {margin: 0 0 0 268px;}
}
@media (max-width : 1400px) {
    header:has( a[data-env='DEV']) + main article,
    article {margin: 0 0 0 260px; padding: 20px 20px 40px 0;}
}

@media (max-width : 900px) {
    header:has( a[data-env='DEV']) + main article,
    article {margin: 0; padding: 20px 20px 40px 20px;}
}

@media (max-width : 500px) {
    article h1 {
        font-weight: 500;
        font-size: 28px;
    }
    article > p {
        font-size: 14px;
        line-height: 1.4;
    }
}