/* ------------------------------ 메인 타이틀 시작 ------------------------------ */
#main_title_box {
	width: 100%;
	padding-top: 160px;
}

#privacy_title {
    max-width: 1400px;
    display: flex;
	flex-direction: column;
	gap: 160px;
}

#privacy_title p {
    font-size: 64px;
    font-weight: 600;
}

.privacy_line {
    width: 100%;
    height: 2px;
    background-color: #aeaeae;
}
/* ------------------------------ 메인 타이틀 끝 ------------------------------ */


/* --------------- 섹션01 시작 --------------- */
#section01 {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 200px;
}

#privacy_contents {
    max-width: 1400px;
    height: 100%;
    display: flex;
	gap: 100px;
}

#menu_box {
    width: 20%;
    height: 100%;
    margin-left: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#terms_btn, #privacy_btn {
    width: 100%;
    height: 100%;
    display: flex;
	gap: 4px;
    cursor: pointer;
    align-items: center;
}

.menu_click_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    margin: 0;
}

.menu_click_icon {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f79a49;
}

#terms_btn .menu_click_icon {
    background-color: rgba(0, 0, 0, 0);
}

#terms_btn > p {
    font-size: 32px;
    color: #767676;
	margin-left: 0px;
}

#privacy_btn > p {
    font-size: 32px;
    font-weight: 600;
    margin-left: 0px;
}

#privacy_contents_text_box {
    width: 80%;
    height: 100%;
    margin-right: 0;
}

#privacy_inventory {
    width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#privacy_inventory li {
    width: 100%;
    height: 100%;
    display: flex;
	gap: 2px;
}

#privacy_inventory li p {
    margin: 0;
}

#privacy_inventory li p:nth-of-type(1) {
    width: 19px;
    color: #f79a49;
}

#text_box_line {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin-top: 60px;
}

#inventory_01, #inventory_02, #inventory_03, #inventory_04, #inventory_05, #inventory_06, #inventory_07, #inventory_08, #inventory_09, #inventory_10 {
    width: auto;
    height: 100%;
    padding: 40px 0;
    box-shadow : 0 -1px 0 0 #dbdbdb inset;
    display: flex;
	gap: 4px;
}

#inventory_10 {
    box-shadow : none;
    padding-bottom: 0;
}

#inventory_01 > p, #inventory_02 > p, #inventory_03 > p, #inventory_04 > p, #inventory_05 > p, #inventory_06 > p, #inventory_07 > p, #inventory_08 > p, #inventory_09 > p, #inventory_10 > p {
    width: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #f79a49;
	margin: 0;
}

.inventory_text_01, .inventory_text_02, .inventory_text_03, .inventory_text_04, .inventory_text_05, .inventory_text_06, .inventory_text_07, .inventory_text_08, .inventory_text_09, .inventory_text_10 {
    width: calc(100% - 32px);
    height: 100%;
	margin-left: 0;
}

.inventory_text_01 > p, .inventory_text_02 > p, .inventory_text_03 > p, .inventory_text_04 > p, .inventory_text_05 > p, .inventory_text_06 > p, .inventory_text_07 > p, .inventory_text_08 > p, .inventory_text_09 > p, .inventory_text_10 > p {
    color: #505050;
}

.inventory_text_01 > p:nth-of-type(1), .inventory_text_02 > p:nth-of-type(1), .inventory_text_03 > p:nth-of-type(1), .inventory_text_04 > p:nth-of-type(1), .inventory_text_05 > p:nth-of-type(1), .inventory_text_06 > p:nth-of-type(1), .inventory_text_07 > p:nth-of-type(1), .inventory_text_07 > p:nth-of-type(2) , .inventory_text_08 > p:nth-of-type(1), .inventory_text_09 > p:nth-of-type(1), .inventory_text_10 > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.inventory_text_01 > p:nth-of-type(2), .inventory_text_02 > p:nth-of-type(2), .inventory_text_03 > p:nth-of-type(2), .inventory_text_04 > p:nth-of-type(2), .inventory_text_05 > p:nth-of-type(2), .inventory_text_06 > p:nth-of-type(2), .inventory_text_07 > p:nth-of-type(3), .inventory_text_08 > p:nth-of-type(2), .inventory_text_09 > p:nth-of-type(2), .inventory_text_10 > p:nth-of-type(2) {
    margin-top: 24px;
}

.inventory_text_01 > p:nth-of-type(3), .inventory_text_03 > p:nth-of-type(3), .inventory_text_04 > p:nth-of-type(3), .inventory_text_08 > p:nth-of-type(3) {
    font-weight: 500;
    margin-top: 16px;
}

.inventory_text_01 > p:nth-of-type(4), .inventory_text_03 > p:nth-of-type(4), .inventory_text_04 > p:nth-of-type(4), .inventory_text_04 > p:nth-of-type(6), .inventory_text_05 > p:nth-of-type(4), .inventory_text_05 > p:nth-of-type(5), .inventory_text_05 > p:nth-of-type(6), .inventory_text_06 > p:nth-of-type(3), .inventory_text_06 > p:nth-of-type(4), .inventory_text_06 > p:nth-of-type(5), .inventory_text_08 > p:nth-of-type(4), .inventory_text_08 > p:nth-of-type(5), .inventory_text_08 > p:nth-of-type(6), .inventory_text_08 > p:nth-of-type(7), .inventory_text_09 > p:nth-of-type(3), .inventory_text_09 > p:nth-of-type(5), .inventory_text_09 > p:nth-of-type(6), .inventory_text_09 > p:nth-of-type(7) {
    margin-top: 4px;
}

.inventory_text_04 > p:nth-of-type(5) {
    font-weight: 500;
    margin-top: 10px;
}

.inventory_text_05 > p:nth-of-type(3), .inventory_text_09 > p:nth-of-type(4), .inventory_text_10 > p:nth-of-type(3) {
    margin-top: 16px;
}

.inventory_text_06 > p:nth-of-type(5) {
    cursor: pointer;
}

.inventory_text_07 > p:nth-of-type(4), .inventory_text_07 > p:nth-of-type(6), .inventory_text_07 > p:nth-of-type(8) {
    margin-top: 12px;
}

.inventory_text_10 > p:nth-of-type(4), .inventory_text_10 > p:nth-of-type(5), .inventory_text_10 > p:nth-of-type(6), .inventory_text_10 > p:nth-of-type(7), .inventory_text_10 > p:nth-of-type(8) {
    margin-top: 8px;
}

.inventory_text_07 > p:nth-of-type(2) {
    display: none;
}
/* --------------- 섹션01 끝 --------------- */


/* -------------------------------- 모바일 -------------------------------- */
@media (max-width: 480px){
/*---------- 메인타이틀 ----------*/
	#main_title_box {
		width: 100%;
		padding-top: 60px;
	}

	#privacy_title {
		width: calc(100% - 40px);
		gap: 60px;
	}

	#privacy_title p {
        font-size: 32px;
    }

    #privacy_line {
        margin-top: 60px;
        margin-bottom: 20px;
    }
/*---------- 메인타이틀 ----------*/


/*-------------------- 섹션01 --------------------*/
	#section01 {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 140px;
	}
    
    #privacy_contents {
		width: calc(100% - 40px);
        flex-direction: column;
		gap: 40px;
    }

    #menu_box {
        width: 100%;
        display: flex;
        justify-content: center;
		flex-direction: row;
    }

    .menu_click_btn {
        width: 24px;
        height: 24px;
    }

    #terms_btn > .menu_click_btn {
        display: none;
    }

    .menu_click_icon {
        width: 6px;
        height: 6px;
    }

    #terms_btn, #privacy_btn {
        width: auto;
        margin: 0;
    }

    #privacy_btn {
		gap: 2px;
    }

    #terms_btn > p, #privacy_btn > p {
        font-size: 20px;
        margin: 0;
    }

    #privacy_contents_text_box {
        width: 100%;
    }

	#privacy_inventory li {
		gap: 1px;
	}

	#privacy_inventory li p {
		font-size: 14px;
	}

	#text_box_line {
		margin-top: 40px;
	}

	#inventory_01 > p, #inventory_02 > p, #inventory_03 > p, #inventory_04 > p, 
	#inventory_05 > p, #inventory_06 > p, #inventory_07 > p, #inventory_08 > p, 
	#inventory_09 > p, #inventory_10 > p {
		font-size: 20px;
		width: auto;
	}

	.inventory_text_01 > p:nth-of-type(1), .inventory_text_02 > p:nth-of-type(1), 
	.inventory_text_03 > p:nth-of-type(1), .inventory_text_04 > p:nth-of-type(1), 
	.inventory_text_05 > p:nth-of-type(1), .inventory_text_06 > p:nth-of-type(1), 
	.inventory_text_07 > p:nth-of-type(1), .inventory_text_07 > p:nth-of-type(2), 
	.inventory_text_08 > p:nth-of-type(1), .inventory_text_09 > p:nth-of-type(1), 
	.inventory_text_10 > p:nth-of-type(1) {
		font-size: 20px;
	}

	.inventory_text_01, .inventory_text_02, .inventory_text_03, .inventory_text_04, 
	.inventory_text_05, .inventory_text_06, .inventory_text_07, .inventory_text_08, 
	.inventory_text_09, .inventory_text_10 {
		width: auto;
	}

	.inventory_text_01 > p, .inventory_text_02 > p, .inventory_text_03 > p, 
	.inventory_text_04 > p, .inventory_text_05 > p, .inventory_text_06 > p, 
	.inventory_text_07 > p, .inventory_text_08 > p, .inventory_text_09 > p, 
	.inventory_text_10 > p {
		font-size: 14px;
	}
	
    .inventory_text_07 > p:nth-of-type(2) {
        display: block;
    }

    .inventory_text_07 > p:nth-of-type(1) {
        display: none;
    }
	
/*-------------------- 섹션01 --------------------*/

}