@charset "utf-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: bold;
	src: url('/css/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/css/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/css/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/css/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/css/fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/css/fonts/Pretendard-Regular.woff') format('woff');
}

/***common***/
.font1_1em { font-size:1.1em }
.font1_2em { font-size:1.2em }
.font1_3em { font-size:1.3em }
.font1_4em { font-size:1.4em }
.font1_5em { font-size:1.5em }
.font1_6em { font-size:1.6em }
.font1_7em { font-size:1.7em }
.font1_8em { font-size:1.8em }
.font1_9em { font-size:1.9em }
.font2_0em { font-size:2.0em }
.font2_1em { font-size:2.1em }
.font2_2em { font-size:2.2em }
.font2_3em { font-size:2.3em }
.font2_4em { font-size:2.4em }
.font2_5em { font-size:2.5em }
.font2_6em { font-size:2.6em }
.font2_7em { font-size:2.7em }
.font2_8em { font-size:2.8em }
.font2_9em { font-size:2.9em }
.font3_0em { font-size:3.0em }

.fontbold700 { font-weight:700 }
.fontbold800 { font-weight:800 }
.fontbold900 { font-weight:900 }

.Inter {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
}

.noto-sans-kr-500 {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.jua-regular {
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dongle-regular {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.do-hyeon-regular {
  font-family: "Do Hyeon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.br_pc { display:block }
.br_tablet { display:none }
.br_mobile { display:none }
.response_mobile { display:none !important}
.response_nomobile { display:block !important }

.board_container {
    width: 1400px;
    margin: 0 auto;
}

@media(max-width: 1279px) {
	.br_pc { display:none; }
	.br_tablet { display:block; }
	.br_mobile { display:none; }
	
	.board_container { width:94%; }
}

@media(max-width: 767px) {
	.br_pc { display:none; }
	.br_tablet { display:none; }
	.br_mobile { display:block; }
	
	.board_container { width:94%; }
}


.visual-area {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/images/img_visual_1.jpg');
	background-repeat:no-repeat;
	background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.visual-inner {
    color: white;
}

.visual-inner h1 {
    font-size: 8.5rem;
    font-weight: 700;
    margin-bottom: 100px;
	color:#fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.visual-inner p {
    font-size: 3rem;
    font-weight: 600;
	/*text-shadow: 0 2px 4px rgba(0,0,0,0.4);*/
	padding:0 80px;
}

@media(max-width: 1279px) {
	.visual-inner p {
		font-size: 3rem;
	}
}
@media(max-width: 767px) {
	.visual-inner p {
		font-size: 2rem;
	}
}



.bottom_empty { margin-top: 100px; }

/* text-common */
.txt_subject {
	font-size:28px;font-weight:700;
}
.txt_detail-s {
	font-size:16px;color:#8d8d8d;
}

/* sub_top **** start */
.sub_top { position:relative; }
.sub_top .page_location{
    width: 100%;
    height: 70px;
    text-align: center;
	border-bottom: 1px solid #dedede;
}
.sub_top .page_location>ul{
	width:100%;
}
.sub_top .page_location>ul:after{display:block;content:"";clear:both;}
.sub_top .page_location>ul>li{
	display:inline-block;
	box-sizing:border-box;
	padding: 0 20px 0 20px;
	border-right:1px solid rgba(255,255,255,0.2);
}
.sub_top .page_location>ul>li.on a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #111;
    z-index: 1;
}
.sub_top .page_location>ul>li:not(:last-child):after {
    display: block;
    content: "";
    width: 1px;
    height: 13px;
    background: #b2b2b2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_top .page_location>ul>li.home{
	width:70px;
	border-left:1px solid rgba(255,255,255,0.2);	
}
.sub_top .page_location>ul>li.home>a{
	padding:0;text-align:center;text-indent:-9999px;
	background:url(/images/icon_home.png) no-repeat center;
}
.sub_top .page_location>ul>li.home>a:after{display:none;}
.sub_top .page_location>ul>li>a{
	display:block;position:relative;width:100%;height:100%;
	line-height:70px;text-align:left;
	box-sizing:border-box;
	padding:0 30px;
	font-family: 'NanumSquare';font-size:20px;
}
.sub_top .page_location>ul>li>a:after{
	display:block;content:"";
	width:5px;height:5px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(45deg) translateY(-50%);
	position:absolute;left:90%;top:50%;margin-top:-2px;
}

.sub_top .page_location{z-index:30;}
.sub_top .page_location>ul>li{position:relative;}
.sub_top .page_location .tab ul{position:absolute; top:70px; left:0; width:100%; display:none;}
.sub_top .page_location .tab ul li+li{border-top:0;}
.sub_top .page_location .tab ul li{width:100%; line-height:70px; border:1px solid rgb(91 98 113 / 80%); background:rgba(0,0,0,0.4); box-sizing:border-box;}
.sub_top .page_location .tab ul li:hover{background:rgba(0,0,0,0.8);}
.sub_top .page_location .tab ul li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 30px;
    font-family: 'NanumSquare';
    font-size: 20px;
    color: #fff;
}
.sub_top .page_location .tab2{margin-left:-1px;}
/* sub_top **** end */


/* sub common */
.sub_title {
    width: 100%;
    text-align: center;
    font-size: 40px;
	color:#fff;
	font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
}

.sub_title_divider {
	width: 80px;
    height: 1px;
    background: #555;
    margin: 30px auto;
	margin-bottom:70px;
}

.sub_title_sub {
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
	color:#fff;
	margin-bottom:100px;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    border-top: 1px solid #5b5b5b;
    padding-top: 50px;
}

.contents-section {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
}

.contents-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
    border: 3px solid #d1dbdb;
    border-radius: 10px;
}

.contents-left {
    flex: 0 0 620px;
	display: flex;
    align-items: center;
}

.contents-left img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.flex-width-400 {
	flex:0 0 400px;
}
.flex-width-700 {
	flex:0 0 700px;
}
.flex-width-800 {
	flex:0 0 800px;
}

.contents-right {
	flex: 1;
    display: flex;
    align-items: center;
}

.contents-right img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.section-box {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
}

.section-box span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.visual-inner-bgshadow {
	color: white;
	z-index: 1;
    background: #00000030;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_roundbg {
	background: #6f7ce5; padding: 10px 20px 10px 20px; border-radius: 40px; color: #fff;
}

.mobile .visual-inner { width:90%}
.mobile .visual-inner h1 { font-size: 3.5rem; }

.mobile .sub_top .page_location>ul>li>a { font-size:16px;padding: 0 15px; }
.mobile .sub_top .page_location>ul>li { padding:0; }

.mobile .sub_title { font-size:32px;padding: 40px 30px 0px; }
.mobile .sub_title_sub { font-size:18px; }

.mobile .outfit_swiper { min-height:unset; }

.mobile .company-info ul li { font-size:18px; }

/* 반응형 */
@media (max-width: 768px) {
    .contents-row {
        flex-direction: column;
    }

    .contents-left,
    .contents-right {
        width: 100%;
    }

    .contents-left {
        flex: 0 0 180px;
    }

    .section-box span {
        font-size: 24px;
    }
	
	.visual-inner-bgshadow h1 {
		font-size:32px;
	}

	.mobile .sub_title { font-size:24px;}
	.mobile .sub_title_sub { font-size:16px; }
}
