@charset "UTF-8";


ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
	color: #131313;
}


/*--------------------------------------------------------------
###################### 2022 mypath ######################
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
	
}

ul,
li {
    list-style: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: none;
}

body,
p 
div,
span,
a,
ol,
ul,
li,
table,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #070707;
    /*font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "Apple Gothic", "Apple SD Gothic Neo", sans-serif !important;*/
    word-break: keep-all;
	font-weight: 500;
	
	
}

.table {
    margin-bottom: 0;
}

.table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

.table th {
    font-weight: 500;
}

.table td,
.table th {
    padding: 0;
    vertical-align: middle;
    border-top: 0;
}

.table1 td {
    padding: 10px !important;
}

.table thead th {
    vertical-align: middle !important;
}

.tb.tb_style4 thead th {
    background-color: #ffd300;
    border-bottom: 0;
    font-weight: 500;
    letter-spacing: -0.02em; }



    
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
/*** text style ***/

/* size */
.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt30 {
    font-size: 30px;
}

/* color */
.txt_color_w {
    color: #fff;
}

.txt_color_y {
    color: #F2D649;
}

.txt_color_or1 {
    color: #F2A007;
}

.txt_color_or2 {
    color: #F2A007;
}

.txt_color_db {
    color: #40330C;
}

.txt_color_red {
    color: #FF5C33;
}

/* weight */

.txt300 {
    font-weight: 300;
}

.txt500 {
    font-weight: 500;
}

/* line height */
.lh1 {
    line-height: 1;
}

.lh15 {
    line-height: 1.5;
}

.lh2 {
    line-height: 2;
}

.lh25 {
    line-height: 2.5;
}

.lh3 {
    line-height: 3;
}

.eng_t {font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important; text-transform: uppercase !important; padding: 20px 0;}

.eng_t p{font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important; text-transform: uppercase !important; padding: 20px 0;}


.top_header {
	display: flex;
  width: 100%;
	height: 60px;
	position: relative;
	margin-top: 20px;
}



 h1 {
    width: 120px;
    height: 52px;
    background: url(/img/mypath_logo.svg) no-repeat center;
    background-size: contain;
    display: block;
	margin-left: 500px;
	font-family: 'Jalnan';
	
}



#header_wrap {
	border-top:1px solid #ededed;
	border-bottom: 1px solid #ededed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	color: #1F1F1F;
	padding: 12px 0;
	font-weight: 500;
	height: 100px;
}


#header_wrap > h2 {
	margin-left:20px;
}

#header_wrap > nav {
	width:800px;
	height:100%;
	margin: 0 auto;
}

#header_wrap ul {
	width:100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

#header_wrap ul > li {
	font-size:20px;
	height: 100%;
	display: flex;
	align-items: center;
	letter-spacing: -1px;
	color: #1F1F1F !important;
	font-weight: 600;
}


#header_wrap ul > li a {
	color: #2d2d2d;
	font-weight: 600;
}

#header_wrap ul > li a:hover {
	color:#004170;
	text-decoration: underline;

}


#container .main_section_01 {
	margin: 50px auto;
	text-align: center;

}

#container .main_section_01 .inner{
	width: 1000px;
    margin: 0 auto;

}

#container .main_section_01 span{
	font-size: 18px;
	font-weight: 300;
}


#main_wrap {
	margin:0 auto; }

#main_wrap .section_01 {

	margin:0 auto;
	text-align: center;

}


#main_wrap .section_01 .inner{
	padding: 50px 0;
	margin:0 auto;
    width: 1200px;
	text-align: center;


}

.main_section_03 span {font-size: 16px!important; line-height: 1.5;}

/*--------------------------------------------------------------
# Sub_menu
--------------------------------------------------------------*/
.sub_menu0 {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu0 h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu0 ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu0 ul li a {
	font-weight: 400;
}

.sub_menu0 ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;

}

.sub_menu {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;

}

.sub_menu ul li a {
	font-weight: 400;
}


.sub_menu ul li a:hover {
	color:#004170;
	text-decoration: underline;
	
}

.sub_menu2 {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu2 h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu2 ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu2 ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;

}

.sub_menu2 ul li a {
	font-weight: 400;
}
.sub_menu2 ul li a:hover {
	color:#004170;
	text-decoration: underline;
}

.sub_menu3 {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu3 h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu3 ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu3 ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
}

.sub_menu3 ul li a {
	font-weight: 400;
}

.sub_menu3 ul li a:hover {
	color:#004170;
	text-decoration: underline;
}


.sub_menu4 {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu4 h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu4 ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu4 ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;

}

.sub_menu4 ul li a {
	font-weight: 400;
}

.sub_menu4 ul li a:hover {
	color:#004170;
	text-decoration: underline;
}



.sub_menu5 {
    padding: 30px;
    width: 190px;
    top: 220px;
	border: 1px solid #dbdbdb;
    position: fixed;
	float: left;

}

.sub_menu5 h2 {
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;

}

.sub_menu5 ul {
	margin-top: 10px;
	padding-top: 10px;
}

.sub_menu5 ul li {
	color: #3d3d3d;
	font-size: 14px;
	margin: 0 auto;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;

}

.sub_menu5 ul li a {
	font-weight: 400;
}

.sub_menu5 ul li a:hover {
	color:#004170;
	text-decoration: underline;
}



#main_wrap .section_01 .cont_1 {
	float: right;
	width:82%;
	margin: 0 auto;
	border-top: 0;

}

#main_wrap .section_01 .cont_1 .cont_title {



}




.lead2 {
    font-size: 16px;
    font-weight: 300;
    font-weight: bold;
    background: #f0f0f0;
    color: #293977;
    line-height: 1px;
	
	
	
	
	
/*******************************************************Contact Us*******************************************************/




}


















/*
#snb_wrap_test {
    position: absolute;
    padding: 30px;
    width: 190px;
    top: 187px;
    left: -35px;
    border: 1px solid #dbdbdb;
}

#snb_wrap_test > h2 {
    font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #5b5b5a;
}

.snb_wrap_test .pagename {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #5b5b5a;
}

.snb_wrap_test ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}

.snb_wrap_test ul li:first-child {
    margin-top: 0;
}

.snb_wrap_test ul li {
    margin-top: 5px;
}

.snb_wrap_test ul li a {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #797978;
}

.snb_wrap_test ul li.snb_on a {
    color: #f2a007;
    font-weight: 400;
}

.snb_wrap_test ul li a:hover {
    color: #f2a007;
    font-weight: 400;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

*/






/*--------------------------------------------------------------
# 회원가입
--------------------------------------------------------------*/

/* form button */
.btn_wrap {
    width: 600px;
    border: 0px solid red;
    margin: 50px auto;
    height: 40px;
}

.btn_wrap ul {}

.btn_wrap ul li {
    float: left;
    width: 240px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.btn_wrap2 {
    width: 570px;
    border: 0px solid red;
    margin: 50px auto;
    height: 40px;
}

.btn_wrap2 ul {}

.btn_wrap2 ul li {
    float: left;
    width: 180px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.ok_btn {
    margin: 0 10px;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #fff;
}

.x_btn {
    margin: 0 10px;
    background-color: #fff;
    color: #6e6e6e;
    border: 1px solid #c9c9c9;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	clear: both;
	margin: 0 auto;
	max-width: 1920px;
    background-color: #2c3e50;
    border-top: 1px solid #eee;
	height: 200px;

}

footer .footer_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.footer_logo img {
    width: 200px;
}

.footer_wrap > li,
.footer_btnwrap li {
    float: left;
}

.footer_btnwrap li {
    line-height: 48px;
}

.footer_btnwrap li a {
    font-size: 15px;
}

/*.footer_btnwrap li::after {
    content: '';
    float: right;
    width: 1px;
    height: 16px;
    background-color: #e9e9e9;
	margin-top: -20px;
}*/

.footer_btnwrap li:last-child::after {
    content: none;
}

.footer_btnwrap li a {
    padding: 0 10px;
    color: #fff;
    margin-right: 15px;
}

.footer_btnwrap li a:hover {
    color: #5fedff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
