@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900');
@import url('https://fonts.googleapis.com/css2?family=Jua&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Jua&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Dongle&family=Jua&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

@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: 724px) {
	.br_pc { display:none; }
	.br_mobile { display:block; }
	
	.board_container { width:94%; }
}


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

.visual-inner {
    color: white;
}

.visual-inner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.visual-inner p {
    font-size: 20px;
    font-weight: 300;
	text-shadow: 0 2px 4px rgba(0,0,0,0.4);
	line-height:150%;
}

/* 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{
	position:absolute;left:0;bottom:0;
	width:100%;height:70px;
	background:rgba(0,0,0,0.4);
}
.sub_top .page_location>ul{
	max-width:1400px;width:100%;
	margin:0 auto;
}
.sub_top .page_location>ul:after{display:block;content:"";clear:both;}
.sub_top .page_location>ul>li{
	float:left;
	box-sizing:border-box;
	width:340px;
	border-right:1px solid rgba(255,255,255,0.2);
}
.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;color:#fff;
}
.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: 44px;
	font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    padding: 70px 30px 20px;
}

.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;
}

/* 반응형 */
@media (max-width: 767px) {
	.wrapper { padding:10px; }
    .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;
	}
	
	.sub_top .page_location {
		height: 50px;
	}
	.sub_top .page_location>ul>li.home { width:50px;}
	.sub_top .page_location>ul>li {
	    width: 130px;
	}
	.sub_top .page_location>ul>li>a {
		font-size:14px;
		padding: 0 25px;
		line-height: 50px;
	}
	.sub_top .page_location .tab ul { top:50px;}
	.sub_top .page_location .tab ul li a {
		font-size:12px;
		padding: 0 10px;
	}
	.sub_top .page_location>ul>li>a:after {
		display:none;
	}
	
	.visual-area { height:420px; }
	.visual-inner h1 { font-size: 32px; }
	.visual-inner p { padding:0 5px;font-size: 18px; }
	.sub_title {
		font-size: 35px;
		padding: 40px 30px 10px;
	}
	
}