@charset "utf-8";

body{
	font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

nav ul, li{
	list-style:none;
}

label, #btn_submit{cursor:pointer;}

#main_container{margin: 0 auto;}
#main_contents{margin: 0 auto; padding:100px 0 50px 0;}
#footer_container{margin: 0 auto;}
.dir_img {border:0px; line-height:0px;}

#main_menu{background-color:#f3f4ef;}
#main_inquiry{background-color:#d3ece9;}
#main_footer{background-color:#015579;}
#cp_ics_bg{background-color:#00012d;}

.title_td{
	width:25%;
	padding:0 0 20px 0;	
}

.input_td{
	padding:0 0 20px 0;
}

ul{
	-webkit-padding-start:0px;	
}

.rgst_str_star{
	color:#0e6ffc;
}

.rgst_title{
	font-weight:bold;
}

.rgst_subtitle{
	font-size:0.700em;
}

.input_box{
	width:90%;
	height:35px;
	font-size:1em;
	color:#353638;
}

.info_txt{	
	border:1px #353638 solid;
	/*background-color:#f6f6f6;*/	
	height:100px;
	overflow-y:auto;
	font-size:0.700em;	
	padding:5px;
}

.info_txt_bold{
	font-weight:bold;
}

.page-header {    
    position: absolute;   
    min-width: 700px;
}

/* スティッキー状態のスタイル */
.page-header.sticky {
    position: fixed;
    top: 0;
}

/*부드러운 scroll s*/
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
/*부드러운 scroll e*/
