/* 웹폰트 */
/* 웹폰트 */
@import url('https://webfontworld.github.io/score/SCoreDream.css');
@import url('https://webfontworld.github.io/ok/OKDdung.css');
@import url('https://webfontworld.github.io/utoImagetree/UtoImageTree.css');


/* 여백 초기화 */
* {
    margin: 0;
    padding: 0;
}

/* 링크 초기화 */
a {
    text-decoration: none;
    color: #222;
}

/* 목록 초기화 */
li {
    list-style: none;
    ;
}

/* 제목 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/* 볼드체 초기화 */
strong {
    font-weight: normal;
}

/* 이탤릭체 초기화 */
em,
i {
    font-style: normal;
}

/* 테이블 초기화 */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

/* 기본 셋팅 */
:root {
    font-size: 22px;
    --fontDocs: 'SCoreDream';
    --fontTitle: 'OKDdung';
    --fontSub: 'UtoImageTree';
    --white: #fff;
    --black: #000;
    --orange: #e5774f;
    --orange2: #eb943a;
    --red: #c54435;
    --bgMain: #f4b861;
    /*css의 변수 기능*/
    --bgSub: #fef2e0;
    --brown: #762917;
}

/* 레이아웃 초기화 */
body {
    background-color: var(--bgMain);
}

#header {}

#main {}

#footer {
    padding: 40px;
    text-align: center;
}

#footer a:hover {
    text-decoration: underline;
}

/* container */
.container {
    max-width: 1400px;
    /*미디어쿼리와 같은 형태로 훨씬 효율적으로 모바일 및 반응형 설정을 할 수 있다.*/
    width: 100%;
    margin: 0 auto;
}

/* main__title */
.main__title {
    margin: 200px 20px;
    border: 4px solid var(--brown);
    background-color: var(--bgSub);
    padding: 80px;
    text-align: center;
    display: none;
}
/* .subContents > div {
    display: none;
}
.subContents > div.active {
    display: block;
} */

.main__title h1 {
    font-family: var(--fontTitle);
    font-size: 8vw;
    color: var(--orange);
    white-space: nowrap; /* 줄바꿈 기능 x */
    /* -webkit-text-stroke: 1px var(--brown); */
}

.main__title h1 strong {
    color: var(--orange2);
}

.main__title em {
    font-family: var(--fontSub);
    font-size: 100px;
    color: var(--brown);
}

.main__title p {
    font-family: var(--fontSub);
    font-size: 30px;
    color: var(--brown);
    margin-top: 50px;
}

/* main__desc */
.main__desc {
    margin: 200px 20px;
    border: 4px solid var(--brown);
    background-color: var(--bgSub);
    padding: 120px 80px 80px 80px ;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 100px;
}
.main__desc .deco {
    width: 90%; /*89%*/
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-top: 10px;
    white-space: nowrap;
    /* overflow: hidden; */
}
.main__desc .deco span {
    width: 30px;
    height: 30px;
    margin: 0 1%;
    border: 10px solid var(--brown);
    border-radius: 50%;
    background-color: var(--bgMain);
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.main__desc .deco span::after {
    content: '';
    width: 10px;
    height: 13px;
    background-color: var(--brown);
    position: absolute;
    left: 0;
    top: -20px;
}


.main__desc .title {
    margin-bottom: 2rem;
}

.main__desc .title h2 {
    display: inline-block;
    border: 4px solid var(--brown);
    font-size: 2rem; /* =44px 싱위에서 1rem=22px로 맞춰놓음 */
    padding: 0.7rem 1rem 0.5rem 80px;
    font-family: var(--fontDocs);
    font-weight: 900;
    color: var(--brown);
    position: relative;
    box-sizing: border-box;
}

.main__desc .title h2::before {
    content: '';
    width: 50px;
    height: 100%;
    background: var(--red);
    color: var(--brown);
    position: absolute;
    left: 0;
    top: 0;
    border-right: 4px solid var(--brown);

}

.main__desc .title p {
    font-family: var(--fontSub);
    font-size: 1.3rem;
    line-height: 1.3;
    color: var(--brown);
}

.main__desc .subTitle {

}
.main__desc .subTitle ul {
    overflow: hidden;
}
.main__desc .subTitle li {
   float: left;
   margin-right: -4px;
   margin-bottom: -4px; /* 마진 값만 -px값을 줄 수 있다. */
}
.main__desc .subTitle li a {
    font-family: var(--fontDocs);
    font-size: 0.8rem;
    border: 4px solid var(--brown);
    padding: 0.5em 1em; /*em은 부모요소 크기의 배수*/
    display: inline-block;
}
.main__desc .subTitle li.active a {
    background-color: var(--brown);
    color: var(--white);

}

.main__desc .table {
    border: 3px solid var(--brown);
    font-family: var(--fontDocs);
    font-size: 0.7rem;
}
.main__desc .table tr th {
    background: rgba(0,0,0,0.08);
    font-weight: normal;
}

.main__desc .table tr th,
.main__desc .table tr td {
    border: 1px solid var(--brown);
    padding: 10px;
    text-align: center;
}
.main__desc .table tr td:nth-child(2),
.main__desc .table tr td:nth-child(3) {
    text-align: left;
}
.main__desc .table tr td span {
    font-size: 16px;
    padding-top: 4px;
}

.main__desc .table .rowTable {
    text-align: center;
}

.main__desc .table.rowTable tr td:nth-child(2),
.main__desc .table.rowTable tr td:nth-child(3) {
    text-align: center;
}
.main__desc .table.rowTable .left {
    text-align: left !important;
}

p {
    font-size: 16px;
}



/* 티스토리용 문서 */
.document {
    /* word-break: keep-all; */
}
/* 형광펜 효과 */
.document i {
    font-style: normal;
    position: relative;
}
.document i::before {
    content: ''; 
    background-color: #f19d0236;
    width: 100%;
    height: 10px;
    position: absolute;  
    left: 0;
    bottom: 0;
    border-radius: 20px;
}
/* 본문 효과 */
.document hr {
    border: 0;
    border-top: 1px dashed #dcdcdc;
    margin-top: 45px;
    margin-bottom: 45px;
}
.document .t_tit {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 5px !important;
    font-weight: 400;
}
.document .t_tit2 {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 50px !important;
    margin-bottom: 5px;
    font-weight: 400;
}
.document .t_tit3 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}
.document .t_desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.document .t_desc2 {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px !important;
    padding: 15px 20px !important;
    border-left: 4px solid #ffa600;
    background-color: #f9f9f9;
}
.document .t_box {
    font-size: 16px;
    padding: 20px !important;
    background-color: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #999;
}
.document .t_table {
    width: 100%;
    border: 1px solid #dcdcdc;
    /* 보더 초기화 */
    border-spacing: 0;
    border-collapse: collapse;
}
.document .t_table tr th {
    background-color: #f9f9f9;
}
.document .t_table tr th,
.document .t_table tr td {
    border: 1px solid #dcdcdc;
    font-weight: normal;
    padding: 8px 10px;
    color: #666;
}
.document .t_table .ce {
    text-align: center;
}

.document .t_iframe {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
}
.document .t_iframe iframe{
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.document .t_link a {
    display: block;
    width: 200px;
    background: #f8b705;
    color: #fff;
    margin: 40px auto;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
.document .t_link a:hover {
	color: #fff;
    background-color: #ffa800;
    border-radius: 30px;
    transition : 0.3s;
    text-decoration: none;
}

/* 결과보기 버튼 */
.document summary {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 20px;
    /* background: linear-gradient(70deg,#ffaf7a 30%, #ff947e 100%); */
    background: #ffa800;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 1px 2px  #ce61e9;
    transition: all 0.2s;
}
.document summary:hover {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 30px #ffcead;
}
.document summary:active {
    transform: translateX(1px);
    transform: translateY(2px);
    box-shadow: none;
}
/* 샘플 맥브라우저 바 */
.document .t_sample {
    box-shadow: 1px 2px 10px rgb(0 0 0 / 7%);
    margin-bottom: 20px;
}
.document .t_sample > h3 {
    background: #f6f6f6;
    height: 30px;
    padding-top: 13px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.document .t_sample > h3 span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #E96E4C;
    border-radius: 50%;
    margin-left: 15px;
    align-items: center;
    position: relative;
}
.document .t_sample > h3 span::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #E6A935;
    border-radius: 50%;
    position: absolute;
    left: 23px;
    top: 0;
}
.document .t_sample > h3 span::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #85C33D;
    border-radius: 50%;
    position: absolute;
    left: 45px;
    top: 0;
}
.document .t_sample .svgBox {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.document .t_sample .svgBox>svg{
    width: 160px;
    height: 160px;
    background: #FFEBEE;
    margin: 6px;
}

@media (max-width: 800px) {
    body {
        padding: 20px;
        
    }
}