@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


@font-face {
    font-family: 'abhayalibre';
    src: url('../font/AbhayaLibre-Regular.ttf') format('truetype');
}

* 
{margin: 0; padding: 0; 
font-family: "pretendard", sans-serif; 
scrollbar-width: none;
-ms-overflow-style: none;}

*::-webkit-scrollbar
{display: none;}

a {text-decoration: none;}

p {font-size: 16px;}

body {background: #131311;}

img {display: block;}

/* 스크롤 막기 */
.no-scroll
{width: 100%; height: 100vh;
overflow: hidden;}


/* header */
header.mobile_header {display: none;}

header.web_header
{width: 100%;
position: absolute;
top: 0; left: 0;
z-index: 3;}

div.header_top
{width: 100%;
padding: 30px 0;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #d3d3d36e; box-sizing: border-box;
transition: all 0.5s;}

div.header_top:hover
{background: #131311;}

div.header_top ul
{list-style-type: none;
display: flex;
align-items: center;}

div.header_top ul li
{margin-right: 50px;}

div.header_top ul li a p
{color: #fff;
transition: all 0.5s;}

div.header_top ul li:hover a p
{color: #B69570;}

a.header_logo
{width: fit-content;
display: block;
margin: 30px auto;
transition: all 1s;}

a.header_logo.hidden
{opacity: 0;}

/* 문의하기 */
div.sub_visual
{width: 100%; height: 100vh;
position: relative;}

div.sub_visual_image
{width: 100%; height: 100%;
position: relative;}

div.sub_visual_image::before
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
background: linear-gradient(to bottom, transparent, #131311);
content: "";
z-index: 1;}

div.sub_visual_image img
{width: 100%; height: 100%;
object-fit: cover;}

div.sub_visual_title
{width: 90%;
position: absolute;
bottom: 150px; left: 5%;
z-index: 2;}

div.sub_visual_title>p:nth-child(1)
{font-family: 'abhayalibre';
line-height: 5rem;
margin-bottom: 30px;
font-size: 4.5rem; color: #fff;}

div.sub_visual_title>p:nth-child(2)
{font-size: 1.063rem; color: #d3d3d3; line-height: 2rem;}

div.contact_container
{width: 90%;
margin: 100px auto;
margin-bottom: 150px;
display: flex;
align-items: flex-start;
justify-content: space-between;}

div.contact_title
{width: fit-content;}

div.contact_title>p:nth-child(1)
{font-size: 2rem; line-height: 2.5rem;
color: #fff; font-family: 'abhayalibre';
margin-bottom: 20px;}

div.contact_title>p:nth-child(2)
{color: #d3d3d3; line-height: 1.5rem;}

div.contact_contetnts_container
{width: fit-content;}

div.contact_form_box
{width: fit-content;
display: flex;
align-items: flex-end;
margin-bottom: 30px;}

div.contact_contetnts_container>form>div>p:nth-child(1)
{color: #fff; margin-right: 50px;}


input[type="text"].contact_form_text
{width: 400px; height: 50px;
background: none;
border: none;
font-size: 1rem;
border-bottom: 1px solid #d3d3d3; box-sizing: border-box;
color: #d3d3d3;
outline: none;}

input[type="tel"].contact_form_text
{width: 400px; height: 50px;
background: none;
border: none; font-size: 1rem;
border-bottom: 1px solid #d3d3d3; box-sizing: border-box;
color: #d3d3d3;
outline: none;}

input[type="email"].contact_form_text
{width: 400px; height: 50px;
background: none;
border: none; font-size: 1rem;
border-bottom: 1px solid #d3d3d3; box-sizing: border-box;
color: #d3d3d3;
outline: none;}

div.privacy_container
{width: 100%;
display: flex;
align-items: center;
margin-bottom: 100px; margin-top: 50px;}

#privacy_btn {display: none;}

div.privacy_container>label:nth-child(2)
{width: 15px; height: 15px;
border: 1px solid #fff; box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;}

div.privacy_container>label:nth-child(2) span
{display: block;
width: 5px; height: 5px;
opacity: 0;
transition: all 0.5s;
background: #fff;}

div.privacy_container>label:nth-child(3)
{margin: 0 10px;}

div.privacy_container>label:nth-child(3)>p
{color: #fff;}

#privacy_btn:checked ~ .chk_contact_btn span {opacity: 1;}

p.open_privacy
{font-weight: bold; color: #fff; cursor: pointer;}

input[type="submit"].contact_submit_btn
{width: 100%; height: 60px;
background: none;
border: 1px solid #B69570; box-sizing: border-box;
cursor: pointer; outline: none;
transition: all 0.5s;
border-radius: 5px; color: #B69570; font-size: 1rem; line-height: 60px; text-align: center;}

input[type="submit"].contact_submit_btn:hover
{border: none;
background: #B69570; color: #fff;}


/* About us */
div.mission_vision_container
{width: 100%;
margin: 150px 0;
display: flex;
align-items: stretch;}

div.mission_box
{width: 50%;
position: relative;}

div.mission_box:hover .mission_image_box img
{transform: scale(1.05);}

div.mission_image_box
{width: 100%;
position: relative;
padding-bottom: 72.91%;
overflow: hidden;}

div.mission_image_box img
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
object-fit: cover;
transition: all 0.5s;}

div.mission_text_box
{width: 90%;
position: absolute;
top: 50%; left: 5%;
transform: translateY(-50%);}

div.mission_text_box p
{text-align: center;}

div.mission_text_box>p:nth-child(1)
{color: #B69570; font-size: 2rem;
margin-bottom: 30px; font-family: 'abhayalibre';}

div.mission_text_box>p:nth-child(2)
{line-height: 1.8rem;
color: #d3d3d3;}

div.mission_text_box>p:nth-child(3)
{line-height: 1.8rem;
display: none;
color: #d3d3d3;}

div.vision_box
{width: 50%;
position: relative;}

div.vision_box:hover .vision_image_box img
{transform: scale(1.05);}

div.vision_image_box
{width: 100%;
position: relative;
padding-bottom: 72.91%;
overflow: hidden;}

div.vision_image_box img
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
object-fit: cover;
transition: all 0.5s;}

div.vision_text_box
{width: 90%;
position: absolute;
top: 50%; left: 5%;
transform: translateY(-50%);}

div.vision_text_box p
{text-align: center;
word-break: keep-all;}

div.vision_text_box>p:nth-child(1)
{color: #B69570; font-size: 2rem;
margin-bottom: 30px; font-family: 'abhayalibre';}

div.vision_text_box>p:nth-child(2)
{line-height: 1.8rem;
color: #d3d3d3;}

div.vision_text_box>p:nth-child(3)
{line-height: 1.8rem;
display: none;
color: #d3d3d3;}


/* 소개 02 */
div.convergencs_container
{width: 95%;
margin: 150px 0;
margin-left: 5%;}

div.convergencs_container>p:nth-child(1)
{font-size: 3.5rem; font-family: 'abhayalibre'; 
color: #fff; margin-bottom: 50px;
line-height: 4rem;}

div.convergencs_ex
{width: 95%;
margin-left: 5%;
padding: 100px 0;
background: #262626;}

div.convergencs_box
{width: 90%;
margin: 0 auto;
display: flex;
align-items: center;}

div.convergencs_box>div
{width: calc(50% - 50px);}

div.convergencs_box>div:last-child
{margin-left: 100px;}

div.convergencs_icon_box
{display: flex;
align-items: center;}

div.convergencs_icon_box>div
{width: 150px;}

div.convergencs_icon_box>div>div:nth-child(1)
{width: 100px;
margin: 0 auto;
margin-bottom: 30px;}

div.convergencs_icon_box>div>div:nth-child(1) img
{width: 100%; height: 100%;
object-fit: cover;}

div.convergencs_icon_box>div>p:nth-child(2)
{text-align: center; color: #d3d3d3;}

div.convergencs_icon_box>div>p:nth-child(2) span
{font-weight: bold;}

div.convergencs_icon_box>p:nth-child(2)
{font-size: 3rem; font-weight: bold; color: #d3d3d3;
margin: 0 50px;}

div.convergencs_text_box>p:nth-child(1)
{color: #B69570;
font-size: 1.125rem; font-weight: bold;
margin-bottom: 20px;}

div.convergencs_text_box>p:nth-child(2)
{color: #d3d3d3;
line-height: 1.5rem;}

div.convergencs_text_box>p:nth-child(3)
{color: #d3d3d3;
line-height: 1.5rem;
display: none;}

/* 회사 세부 설명 */
div.company_about_container
{width: 90%;
margin: 150px auto;}

div.company_about_box
{width: 100%;
position: relative;
margin-bottom: 50px;
border-radius: 10px;
overflow: hidden;}

div.company_about_box::before
{width: 100%; height: 100%;
background: linear-gradient(-90deg, transparent, #131311);
position: absolute;
top: 0; left: 0;
content: " ";
z-index: 2;}

div.company_about_box.right::before
{width: 100%; height: 100%;
background: linear-gradient(90deg, transparent, #131311);
position: absolute;
top: 0; left: 0;
content: " ";
z-index: 2;}

div.company_about_image
{width: 100%;
padding-bottom: 43.95%;
position: relative;
overflow: hidden;}

div.company_about_image img
{width: 100%; height: 100%;
object-fit: cover;
position: absolute;
top: 0; left: 0;}

div.company_about_text
{width: calc(100% - 200px);
position: absolute;
bottom: 100px; left: 100px;
z-index: 4;}

div.company_about_text p
{word-break: keep-all;}

div.company_about_text>p:nth-child(1)
{font-size: 2rem; line-height: 2.5rem;
color: #fff; font-family: 'abhayalibre';
margin-bottom: 30px;}

div.company_about_text>p:nth-child(2)
{color: #B69570;
font-size: 1.125rem; font-weight: bold;
margin-bottom: 30px;}

div.company_about_text>p:nth-child(3)
{color: #d3d3d3;
line-height: 1.5rem;}

div.company_about_text>p:nth-child(4)
{color: #d3d3d3;
line-height: 1.5rem;
display: none;}

div.company_about_text_right
{width: calc(100% - 200px);
position: absolute;
bottom: 100px; right: 100px;
z-index: 4;}

div.company_about_text_right p
{word-break: keep-all;}

div.company_about_text_right>p
{text-align: right;}

div.company_about_text_right>p:nth-child(1)
{font-size: 2rem; line-height: 2.5rem;
color: #fff; font-family: 'abhayalibre';
margin-bottom: 30px;}

div.company_about_text_right>p:nth-child(2)
{color: #B69570;
font-size: 1.125rem; font-weight: bold;
margin-bottom: 30px;}

div.company_about_text_right>p:nth-child(3)
{color: #d3d3d3;
line-height: 1.5rem;}

div.company_about_text_right>p:nth-child(4)
{color: #d3d3d3;
line-height: 1.5rem;
display: none;}


/* 메인 화면 */
div.main_visual_container
{width: 100%; height: 100vh;
position: relative;}

div.main_visual_container>div:nth-child(1)
{width: 100%; height: 100vh;}

div.main_visual_container>div:nth-child(1) img
{width: 100%; height: 100%;
object-fit: cover;}

div.main_visual_container::before
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
background: linear-gradient(to bottom, transparent, #131311);
content: "";
z-index: 1;}

div.main_visual_container>div:nth-child(2)
{width: 90%;
position: absolute;
bottom: 150px; left: 5%;
z-index: 3;}

div.main_visual_container>div:nth-child(2)>p:nth-child(1)
{font-family: 'abhayalibre';
line-height: 5rem;
margin-bottom: 30px; word-break: keep-all;
font-size: 4.5rem; color: #fff;}

div.main_visual_container>div:nth-child(2)>p:nth-child(2)
{font-size: 1.063rem; color: #d3d3d3; line-height: 2rem;}

/* 메인 비전 */
div.mission_main_container
{width: 1420px; max-width: 90%;
margin: 150px auto;}

div.mission_main_container
{display: flex;
align-items: flex-start;}

div.mission_main_container>div
{width: calc(50% - 50px);}

div.mission_main_container>div:nth-child(1)
{margin-right: 100px;}

div.mission_main_container>div:nth-child(1) img
{width: 100%; height: auto;}

div.mission_main_container>div:nth-child(2)>p:nth-child(1)
{color: #B69570; margin-bottom: 10px;}

div.mission_main_container>div:nth-child(2)>p:nth-child(2)
{font-size: 3.25rem; font-family: 'abhayalibre'; color: #fff;
margin-bottom: 30px;}

div.mission_main_container>div:nth-child(2)>p:nth-child(3)
{color: #d3d3d3; line-height: 1.8rem; word-break: keep-all;}

div.mission_main_container>div:nth-child(2)>p:nth-child(4)
{color: #d3d3d3; line-height: 1.8rem; display: none; word-break: keep-all;}

/* 메인 - 서비스 종류 */
div.variety_main_container
{width: 1420px; max-width: 90%;
margin: 150px auto;}

div.variety_main_container>p:nth-child(1)
{font-size: 3.25rem; font-family: 'abhayalibre'; color: #fff;
margin-bottom: 50px; text-align: center;}

div.variety_contetns_box
{background: #222220;}

div.variety_contetns_box>div:nth-child(1)
{width: 100%;
padding-bottom: 100%;
position: relative;
overflow: hidden;}

div.variety_contetns_box>div:nth-child(1) img
{width: 100%; height: 100%;
object-fit: cover;
position: absolute;
top: 0; left: 0;}

div.variety_contetns_box>div:nth-child(2)
{width: 90%;
margin: 0 auto;
padding: 5% 0;
overflow: hidden;}

div.variety_contetns_box>div:nth-child(2)>p:nth-child(1)
{color: #B69570;
margin-bottom: 15px;}

div.variety_contetns_box>div:nth-child(2)>p:nth-child(2)
{font-size: 1.5rem; line-height: 2rem;
color: #fff; margin-bottom: 30px;}

div.variety_contetns_box>div:nth-child(2)>a:nth-child(3)
{width: fit-content;
display: block;
float: right;}

div.variety_contetns_box>div:nth-child(2)>a:nth-child(3) p
{padding: 10px 20px;
border: 1px solid #d3d3d3; box-sizing: border-box; color: #d3d3d3;
transition: all 0.5s;}

div.variety_contetns_box>div:nth-child(2)>a:nth-child(3):hover p
{border: none; background: #B69570;}

/* 문화적 허브 */
div.cultural_hub_container
{width: 1420px; max-width: 90%;
margin: 150px auto;}

div.cultural_hub_container>div:nth-child(1)
{width: 100%;
margin-bottom: 80px;}

div.cultural_hub_container>div:nth-child(1) p
{text-align: center;}

div.cultural_hub_container>div:nth-child(1)>p:nth-child(1)
{font-size: 4.5rem; line-height: 5rem;
color: #fff; font-family: 'abhayalibre';
margin-bottom: 30px;}

div.cultural_hub_container>div:nth-child(1)>p:nth-child(2)
{color: #d3d3d3; line-height: 1.8rem;}

div.cultural_hub_container>div:nth-child(2)
{width: 100%;
border-radius: 10px; overflow: hidden;}

div.cultural_hub_container>div:nth-child(2) img
{width: 100%; height: auto;}

/* 메인 - 문의하기 */
div.main_contact_container
{padding: 100px 0;
background: url(../img/main_inqury_background.png) fixed;}

div.main_contact_box
{width: 1420px; max-width: 90%;
margin: 0 auto;}

div.main_contact_box>p:nth-child(1)
{font-size: 4.5rem; line-height: 5rem;
color: #fff; font-family: 'abhayalibre';
margin-bottom: 15px;}

div.main_contact_box>p:nth-child(2)
{color: #d3d3d3;
margin-bottom: 50px;}

a.main_contact_href_btn
{width: fit-content;
display: block;}

a.main_contact_href_btn p
{border: 1px solid #fff; box-sizing: border-box;
padding: 10px 20px; color: #fff;
transition: all 0.5s;}

a.main_contact_href_btn:hover p
{border: none; background: #B69570;}

/* footer */
footer.footer_bottom
{width: 100%;
padding: 30px 0;}

footer.footer_bottom>div
{width: 90%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;}

footer.footer_bottom>div>p:nth-child(2)
{color: #d3d3d371;}


/* 비즈니스 */
div.business_big_container
{width: 100%;
margin: 150px 0;
margin-bottom: 300px;
position: relative;}

div.business_big_container>div:nth-child(1)
{width: 90%; max-width: 1728px;
margin: 0 auto;
display: flex;
align-items: center;
position: relative;
z-index: 2;}

div.business_big_container>div:nth-child(1)>div:nth-child(1)
{width: fit-content; max-width: calc(50% - 50px);
margin-right: 100px;}

div.business_big_container>div:nth-child(1)>div:nth-child(1) img
{width: 100%; height: auto;}

div.business_big_container>div:nth-child(1)>div:nth-child(2)
{width: fit-content; max-width: calc(50% - 50px);}

div.business_big_title_box
{margin-bottom: 100px;}

div.business_big_title_box:last-child
{margin-bottom: 0;}

div.business_big_title_box>p:nth-child(1)
{color: #fff; font-size: 1.75rem; line-height: 2rem;
font-family: 'abhayalibre';
margin-bottom: 30px;}

div.business_big_title_box>p:nth-child(2)
{color: #d3d3d3; line-height: 1.5rem;
word-break: keep-all;}

div.business_big_title_box>p:nth-child(3)
{display: none;}

div.business_big_container>div:nth-child(2)
{background: url(../img/business_big_container_background.png) fixed;
position: absolute;
bottom: -100px; left: 0;
width: 100%; height: 250px;
z-index: 1;}

div.business_about_container
{width: 100%;
position: relative;}

div.business_about_container>nav
{width: 90%;
position: absolute;
top: 50px; left: 5%;
z-index: 3;}

div.business_about_container>nav ul
{list-style-type: none;
display: flex;
align-items: flex-start;
justify-content: space-between;}

div.business_about_container>nav ul li
{width: 18.4%;
opacity: 0.2; padding-top: 15px;
border-top: 2px solid #fff; box-sizing: border-box;
cursor: pointer;
transition: all 0.5s;}

div.business_about_container>nav ul li.on
{opacity: 1;}

div.business_about_container>nav ul li p
{color: #fff; font-size: 1.1rem; line-height: 2rem;}

div.business_about_box
{width: 100%;
position: relative;
display: none;}

div.business_about_box.show {display: block;}

div.business_about_title_box
{width: 100%; height: 100vh;
position: relative;}

div.business_about_title_box>div:nth-child(1)
{width: 100%; height: 100%;}

div.business_about_box>div:nth-child(1) img
{width: 100%; height: 100%;
object-fit: cover;}

div.business_about_box>div:nth-child(1)::before
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
background: linear-gradient(to bottom, transparent, #131311);
content: " ";}

div.business_about_box>div:nth-child(1)::after
{width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
background: #1313118f;
content: " ";}

div.business_about_text_box
{width: 90%;
position: absolute;
top: 50%; left: 5%;
z-index: 3;
transform: translateY(-50%);}

div.business_about_text_box>p:nth-child(1)
{color: #fff; line-height: 1rem;
margin-bottom: 10px;}

div.business_about_text_box>p:nth-child(2)
{font-size: 3rem; line-height: 3rem; color: #B69570;
font-family: 'abhayalibre';
margin-bottom: 30px;}

div.business_about_text_box>div:nth-child(3)
{margin-bottom: 30px;}

div.business_about_text_box>div:nth-child(3)>p:nth-child(1)
{color: #d3d3d3; line-height: 1.8rem; word-break: keep-all;}

div.business_about_text_box>div:nth-child(3)>p:nth-child(2)
{color: #d3d3d3; line-height: 1.8rem; display: none; word-break: keep-all;}

div.business_about_text_box>p:nth-child(4)
{font-size: 0.95rem; line-height: 1.8rem; color: #d3d3d3; word-break: keep-all;}


div.business_about_detaile_box
{width: 1420px; max-width: 90%;
margin: 80px auto;}

div.business_about_detaile_box>div
{width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 50px;}

div.business_about_detaile_box>div:last-child
{margin-bottom: 0;}

div.business_about_detaile_box>div>div
{width: calc(50% - 50px);}

div.business_about_detaile_box>div:nth-child(odd)>div img
{width: 100%; height: auto;}

div.business_about_detaile_box>div:nth-child(even)>div img
{width: 100%; height: auto;}

div.business_about_detaile_box>div:nth-child(odd)>div:nth-child(2)>p:nth-child(1)
{font-size: 2rem; line-height: 2.5rem; color: #B69570;
font-family: 'abhayalibre';
margin-bottom: 30px;}

div.business_about_detaile_box>div:nth-child(odd)>div:nth-child(2)>p:nth-child(2)
{color: #d3d3d3; line-height: 1.8rem; word-break: keep-all;}

div.business_about_detaile_box>div:nth-child(even)>div:nth-child(1)>p:nth-child(1)
{font-size: 2rem; line-height: 2.5rem; color: #B69570;
font-family: 'abhayalibre';
margin-bottom: 30px;}

div.business_about_detaile_box>div:nth-child(even)>div:nth-child(1)>p:nth-child(2)
{color: #d3d3d3; line-height: 1.8rem; word-break: keep-all;}


/* 개인정보 팝업 */
div.privacy_popup_container
{width: 100%; height: 100vh;
background: #13131179;
backdrop-filter: blur(5px);
position: fixed;
top: 0; left: 0;
z-index: 9;
display: flex;
align-items: center;
justify-content: center;}

div.privacy_popup_box
{width: 600px; max-width: 90%;
background: #fff;}

div.privacy_title
{width: 100%; height: 60px;
background: #B69570;}

div.privacy_title>p
{text-align: center; line-height: 60px; color: #fff; font-weight: bold;}

div.privacy_text_box
{width: 90%; height: 200px;
margin: 0 auto;
padding: 5% 0; word-break: keep-all;
overflow-y: scroll;}

div.privacy_text_box p
{line-height: 1.5rem; color: #131311; font-size: 0.9rem;}

p.close_popup
{width: 90%; height: 50px;
margin: 5% auto;
cursor: pointer;
transition: all 0.5s;
border: 1px solid #d3d3d3; box-sizing: border-box;
text-align: center; line-height: 50px; color: #131311;}

p.close_popup:hover
{background: #B69570; color: #fff; border: none;}


    

@media all and (max-width: 1240px){

    /* 문의하기 */
    div.contact_container
    {display: inherit;
    overflow: hidden;}

    div.contact_title
    {margin-bottom: 50px;}
    
    div.contact_contetnts_container
    {float: right;}

    /* 메인 화면 */
    div.mission_main_container>div:nth-child(1)
    {width: 47.5%;
    margin-right: 5%;}

    div.mission_main_container>div:nth-child(2)
    {width: 47.5%;}


}

@media all and (max-width: 1024px){

    /* About us */
    div.mission_vision_container
    {display: inherit;}

    div.mission_box
    {width: 100%;}

    div.vision_box
    {width: 100%;}

    div.convergencs_box
    {display: inherit;}

    div.convergencs_box>div
    {width: 100%;}

    div.convergencs_box>div:last-child
    {margin: 0;
    margin-top: 50px;}


    div.company_about_text
    {width: 90%;
    position: absolute;
    bottom: 10%; left: 5%;
    z-index: 4;}

    div.company_about_text_right
    {width: 90%;
    position: absolute;
    bottom: 10%; right: 5%;
    z-index: 4;}

    /* 메인 화면 */
    div.mission_main_container
    {display: inherit;}

    div.mission_main_container>div:nth-child(1)
    {width: 100%;
    margin: 0;}
    
    div.mission_main_container>div:nth-child(2)
    {width: 100%;
    margin-top: 30px; padding-top: 30px;
    border-top: 1px solid #b695705d; box-sizing: border-box;}

    div.mission_main_container>div:nth-child(2)>p:nth-child(3) {display: none;}

    div.mission_main_container>div:nth-child(2)>p:nth-child(4) {display: block; word-break: keep-all;}
    

    /* 비즈니스 */
    div.business_big_container>div:nth-child(1)
    {display: inherit;}

    div.business_big_container>div:nth-child(1)>div:nth-child(1)
    {width: 100%; max-width: 100%;
    margin-right: 0; margin-bottom: 50px;}

    div.business_big_container>div:nth-child(1)>div:nth-child(2)
    {width: 100%; max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}

    div.business_big_title_box
    {width: 47.5%;}

    div.business_big_title_box>p:nth-child(1)
    {word-break: keep-all;}

    div.business_big_title_box>p:nth-child(2)
    {display: none;}

    div.business_big_title_box>p:nth-child(3)
    {display: block;
    color: #d3d3d3; line-height: 1.5rem;
    word-break: keep-all;}
    
    div.business_about_container>nav
    {position: inherit;
    top: 0; left: 0;
    margin: 0 auto;
    margin-bottom: 50px;}
    
    div.business_about_container>nav ul
    {flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #fff; box-sizing: border-box;
    overflow: hidden;}

    div.business_about_container>nav ul li
    {padding: 0; border-top: none;
    width: 50%;
    opacity: 1;
    border-right: 1px solid #fff; border-bottom: 1px solid #fff; box-sizing: border-box;}
    
    div.business_about_container>nav ul li:nth-child(2n+2)
    {border-right: none;}

    div.business_about_container>nav ul li:last-child
    {border-bottom: none;}

    div.business_about_container>nav ul li p
    {line-height: 50px; font-size: 1rem;
    text-align: center;}

    div.business_about_container>nav ul li.on
    {background: #B69570;}

    div.business_about_detaile_box>div>div
    {width: 48%;}

}


@media all and (max-width: 950px){

    /* 비즈니스 */
    div.business_about_detaile_box>div
    {width: 100%;
    display: inherit;
    margin-bottom: 80px;}

    div.business_about_detaile_box>div:last-child
    {margin-bottom: 0;}

    div.business_about_detaile_box>div>div
    {width: 100%;}

    div.business_about_detaile_box>div:nth-child(odd)>div:nth-child(1)
    {margin-bottom: 30px;}

    div.business_about_detaile_box>div:nth-child(even)>div:nth-child(2)
    {margin-bottom: 30px;}

    div.business_about_detaile_box>div:nth-child(2)
    {display: flex;
    flex-wrap: wrap;}

    div.business_about_detaile_box>div:nth-child(2)>div:nth-child(1)
    {order: 2;}

}

@media all and (max-width: 768px){

   p {font-size: 15px;}


   /* header */
   header.web_header {display: none;}

   header.mobile_header
    {width: 100%;
    display: block;
    position: fixed;
    top: 0; left: 0;
    padding: 15px 0;
    z-index: 11;
    background: #000;}

    div.mobile_header_top
    {width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;}

    div.menu_btn
    {width: 30px;
    position: relative;
    z-index: 6;
    cursor: pointer;}

    div.menu_btn span
    {width: 100%; height: 2px;
    background: #fff;
    border-radius: 1px;
    display: block;
    margin-top: 8px;
    transition: all 0.3s;}

    div.menu_btn span:nth-child(1)
    {margin-top: 0;}

    div.menu_btn span:nth-child(2)
    {width: 20px;}

    div.menu_btn span:last-child 
    {margin-bottom: 0;}

    div.menu_btn.on span:nth-child(1)
    {width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);}

    div.menu_btn.on span:nth-child(2)
    {display: none;}

    div.menu_btn.on span:nth-child(3)
    {width: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(calc(-50% + 1.5px)) rotate(-45deg);}

    div.mobile_sheet
    {width: 100%; height: 100vh;
    background: url(../img/header_background.png) no-repeat center / cover;
    position: absolute;
    top: 0; left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;}

    div.mobile_sheet.on
    {left: 0;}

    div.mobile_sheet ul
    {list-style-type: none;}

    div.mobile_sheet ul li a p
    {text-align: center; font-family: 'abhayalibre';
    color: #fff; font-size: 2rem; line-height: 2rem;
    margin-bottom: 30px;}

    div.mobile_sheet ul li:last-child a p
    {margin-bottom: 0;}

    /* 문의하기 */
    div.sub_visual_title>p:nth-child(1)
    {font-size: 3rem; line-height: 3rem;
    margin-bottom: 15px;}

    div.sub_visual_title>p:nth-child(2)
    {font-size: 1rem; line-height: 1.8rem;
    word-break: keep-all;}

    div.contact_container
    {margin: 80px auto;
    margin-bottom: 100px;}

    div.contact_contetnts_container
    {float: inherit;
    width: 100%;}

    div.contact_form_box
    {width: 100%;
    display: inherit;
    margin-bottom: 30px;}

    div.contact_contetnts_container>form>div>p:nth-child(1)
    {color: #fff; margin-bottom: 10px;}

    input[type="text"].contact_form_text
    {width: 100%;}

    input[type="tel"].contact_form_text
    {width: 100%;}

    input[type="email"].contact_form_text
    {width: 100%;}

    div.privacy_container
    {margin-bottom: 80px;}

    /* 회사소개 */
    div.mission_vision_container
    {margin: 80px 0;}

    div.convergencs_container
    {margin-top: 80px; margin-bottom: 80px;}

    div.company_about_container
    {margin: 80px auto;}

    div.company_about_box
    {border-radius: 0;}

    div.company_about_box::before {display: none;}

    div.company_about_box.right::before {display: none;}

    div.company_about_text
    {width: 100%;
    position: inherit;
    margin-top: 30px; padding-top: 30px;
    border-top: 1px solid #b695705d; box-sizing: border-box;
    left: 0; top: 0;}

    div.company_about_text_right
    {width: 100%;
    position: inherit;
    margin-top: 30px; padding-top: 30px;
    border-top: 1px solid #b695705d; box-sizing: border-box;
    right: 0; left: 0;}

    div.company_about_text_right p
    {text-align: left;}


    /* 메인 화면 */
    div.mission_main_container
    {margin: 80px auto;}

    div.cultural_hub_container
    {margin: 80px auto;}

    div.variety_main_container
    {margin: 80px auto;}

    div.cultural_hub_container>div:nth-child(1)>p:nth-child(1)
    {font-size: 3rem; line-height: 3.5rem;
    color: #fff; font-family: 'abhayalibre';
    word-break: keep-all;
    margin-bottom: 30px;}

    div.cultural_hub_container>div:nth-child(1)
    {margin-bottom: 50px;}

    div.cultural_hub_container>div:nth-child(2)
    {border-radius: 0;}

    /* 비즈니스 */
    div.business_big_container
    {margin: 80px 0;}

    div.business_big_container>div:nth-child(1)>div:nth-child(2)
    {width: 100%;
    display: inherit;}

    div.business_big_title_box
    {width: 100%;
    margin-bottom: 50px;}

    div.business_big_container>div:nth-child(2) {display: none;}

    div.business_about_container
    {margin: 80px 0;}


}


@media all and (max-width: 600px) {

    /* 문의하기 */
    div.contact_title>p:nth-child(1)
    {font-size: 2rem; line-height: 2rem;}

    div.contact_title>p:nth-child(2)
    {word-break: keep-all;}

    /* About us */
    div.mission_box
    {position: inherit;}

    div.mission_text_box
    {position: inherit;
    top: 0; left: 0;
    margin: 0 auto;
    padding-top: 30px; margin-top: 30px;
    border-top: 1px solid #b6957067; box-sizing: border-box;
    transform: translateY(0);}

    div.mission_text_box p
    {text-align: left;}

    div.mission_text_box>p:nth-child(1)
    {margin-bottom: 15px;}

    div.vision_box
    {position: inherit;}

    div.vision_text_box
    {position: inherit;
    top: 0; left: 0;
    margin: 0 auto;
    padding-top: 30px; margin-top: 30px;
    border-top: 1px solid #b6957067; box-sizing: border-box;
    transform: translateY(0);}

    div.vision_text_box p
    {text-align: left;}

    div.vision_text_box>p:nth-child(1)
    {margin-bottom: 15px;}

    
    div.mission_text_box>p:nth-child(2) {display: none;}

    div.vision_text_box>p:nth-child(2) {display: none;}

    div.mission_text_box>p:nth-child(3) {display: block;}

    div.vision_text_box>p:nth-child(3) {display: block;}

    /* 대략적 설명 */
    div.convergencs_container>p:nth-child(1)
    {font-size: 2.8rem; line-height: 3rem;}

    div.convergencs_ex
    {width: 100%;
    padding: 50px 0;
    margin-left: 0;}

    div.convergencs_icon_box
    {width: 100%;
    justify-content: space-between;}

    div.convergencs_icon_box>div
    {width: calc(50% - 50px);}

    div.convergencs_icon_box>p:nth-child(2)
    {margin: 0;}

    div.convergencs_icon_box>div>div:nth-child(1)
    {width: 50px; height: 50px;
    margin-bottom: 15px;}

    div.convergencs_text_box>p:nth-child(2)
    {display: none;}

    div.convergencs_text_box>p:nth-child(3)
    {display: block;}

    div.company_about_text>p
    {word-break: keep-all;}

    div.company_about_text>p:nth-child(1)
    {font-size: 1.5rem; line-height: 2rem;}

    div.company_about_text_right>p:nth-child(1)
    {font-size: 1.5rem; line-height: 2rem;}

    div.company_about_text>p:nth-child(3) {display: none;}

    div.company_about_text>p:nth-child(4) {display: block;}

    div.company_about_text_right>p:nth-child(3) {display: none;}

    div.company_about_text_right>p:nth-child(4) {display: block;}

    /* footer */
    footer.footer_bottom>div
    {display: inherit;}

    footer.footer_bottom>div>p:nth-child(2)
    {margin-top: 15px; text-align: right;}


    /* 메인화면 */
    div.main_visual_container>div:nth-child(2)>p:nth-child(1)
    {font-size: 3rem; line-height: 3.5rem;}

    div.main_visual_container>div:nth-child(2)>p:nth-child(2)
    {font-size: 1rem; line-height: 1.5rem;}

    div.mission_main_container>div:nth-child(2)>p:nth-child(2)
    {font-size: 2.5rem; line-height: 3rem;}

    div.cultural_hub_container>div:nth-child(1)>p:nth-child(1)
    {font-size: 2.5rem; line-height: 3rem;}

    div.main_contact_container
    {padding: 80px 0;}

    div.main_contact_box>p:nth-child(1)
    {font-size: 2.5rem; line-height: 3rem;
    margin-bottom: 10px;}

    div.main_contact_box>p:nth-child(2)
    {word-break: keep-all; line-height: 1.5rem;
    margin-bottom: 30px;}

    div.variety_main_container>p:nth-child(1)
    {font-size: 2.5rem; line-height: 3rem;}


    /* 비즈니스 */
    div.business_about_container>nav ul li p
    {font-size: 0.9rem;}

    div.business_about_box:nth-child(5) .business_about_text_box>div:nth-child(3)>p:nth-child(2)
    {display: block;}

    div.business_about_box:nth-child(5) .business_about_text_box>div:nth-child(3)>p:nth-child(1)
    {display: none;}
}