@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
@font-face {
	font-family: 'NotoKrL';
	font-style: normal;
	font-weight: 100;
	src: url('../../fonts/notokr/notokr-light.eot');
	src: url('../../font/notokr-light.eot?#iefix') format('embedded-opentype'), url('../../font/notokr-light.woff2') format('woff2'), url('../../font/notokr-light.woff') format('woff');
}
@font-face {
	font-family: 'NotoKrR';
	font-style: normal;
	font-weight: 300;
	src: url('../../fonts/notokr/notokr-regular.eot');
	src: url('../css/font/notokr-regular.eot?#iefix') format('embedded-opentype'), url('../css/font/notokr-regular.woff2') format('woff2'), url('../css/font/notokr-regular.woff') format('woff');
}
@font-face {
	font-family: 'NotoKrM';
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/notokr/notokr-medium.eot');
	src: url('../../font/notokr-medium.eot?#iefix') format('embedded-opentype'), url('../../font/notokr-medium.woff2') format('woff2'), url('../../font/notokr-medium.woff') format('woff');
}
@font-face {
	font-family: 'NotoKrB';
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/notokr/notokr-bold.eot');
	src: url('../../font/notokr-bold.eot?#iefix') format('embedded-opentype'), url('../../font/notokr-bold.woff2') format('woff2'), url('../../font/notokr-bold.woff') format('woff');
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'NotoKrR', sans-serif;
	font-size: 13pt;
	color: #333;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing:-1px;
}
input, textarea, select {
	font-family: 'NotoKrR', sans-serif;
}
body {
	min-width:1280px;
}



a, li {
	list-style:none;
	text-decoration:none;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml10 {
	margin-left: 10px;
}

.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.box_flex {
	display: flex;
}
.header {
	width:100%;
	height:951px;
	background:url(../images/bgimg.png) no-repeat center top;
	min-width:1280px;
}
.header_sec {
	width:100%;
	height:951px;
	background:url(../images/bgimg_samsung.png) no-repeat center top;
	min-width:1280px;
}
.dash_btn {
	position: absolute;
	right: 50px;
	padding: 10px 20px;
	height: 50px;
	top: 30px;
	cursor: pointer;
	background: #333;
	border-radius: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.dash_btn svg {
	width: 24px;
	margin-left: 5px;
}

.header_nav {
	/* width:1280px; */
	width:1350px;
	min-width:1100px;
	height:110px;
	margin:auto;
}
.logo_top {
	position: absolute;
    top: 0px;
    bottom: 0px;
    /* border: 1px solid; */
    height: 110px;
    vertical-align: middle;
    display: block;
    line-height: 110px;
}
.logo_top img{
	max-height: 60px;
    margin: 0px auto;
    vertical-align: middle;
    /* display: block; */
    /* border: 1px solid red; */
}
.header_menu01 {
	float:right;
	/* margin-top:40px; */
	line-height: 110px;
}
.header_menu01 ul{
	overflow:hidden
}
.header_menu01 li {
    float: left;
    margin: 0 15px;
    text-decoration: none;
    font-size: 13pt;
    font-weight:bold
}
.header_menu01 a {
	color:#000;
}
.header_menu01 a:hover {
	border-bottom: 1px #000 solid;
}
.header_menu01 .on a {
    color:#f60;
}
.header_menu02 {
	float:right;
	/* margin:42px 0 0 36px; */
	line-height: 110px;
}
.header_menu02 ul {
	margin-right:10px;
	font-size:10pt;
}
.header_menu02 li {
	float:left;
	margin:0 10px 0 10px;
	text-decoration:none;
}
.header_menu02 a {
	color:#000;
}
.en_btn {
	float:right;
	width:51px;
	height:25px;
	font-size:10pt;
	margin-top:42px;
	line-height:26px;
	background-color:#333;
	border-radius:30px;
	text-align:center;
	color:#FFF;
}
.en_btn a {
	color:#fff;
	display:block;
	line-height: 25px;
}
.header_main {
	width:1280px;
	min-width:1100px;
	margin:auto;
}
.main_copy {
	margin:90px 0 112px;
	font-size:22pt;
	letter-spacing: -1px;
	font-style: italic;
}
.main_copy span {
	line-height: 75px;
	font-size:36pt;
	font-weight:500;
	letter-spacing: -4px;
	font-style:normal;
}
.main_copy span span {
	font-weight: 700;
}
.main_btn {
	/*margin-left:90px;*/
	font-size:15pt;
}
.main_btn span {
	font-size:20pt;
	color:#F60;

}
.main_btn span span {

}
.main_btn01 {
	width:267px;
	height:80px;
	margin-top:20px;
	background:url(../images/mainbtn_icon01.png) no-repeat 85% 50%;
	background-color:#ff6b24;
	border-radius:5px;
	color:#fff;
	line-height:80px;
	padding-left:30px;
	font-weight:700;
	font-size:14pt;
}
.main_btn01 a {
	color:#FFF;
	display:block;
}
.main_btn02 {
	width:267px;
	height:80px;
	background:url(../images/mainbtn_icon02.png) no-repeat 88% 50%;
	margin-top:10px;
	background-color:#ff6b24;
	border-radius:5px;
	color:#fff;
	line-height:80px;
	padding-left:30px;
	font-weight:700;
	font-size:14pt;
}
.main_btn02 a {
	color:#FFF;
	display:block;
}
.main_btn03 {
	width:267px;
	height:80px;
	margin-top:10px;
	background:url(../images/mainbtn_icon03.png) no-repeat 88% 50%;
	background-color:#3b3c3e;
	border-radius:5px;
	color:#fff;
	line-height:80px;
	padding-left:30px;
	font-weight:700;
	font-size:14pt;
}
.main_btn03 a {
	color:#FFF;
	display:block;
}
#section {
	margin:auto;
}
.main_content01 {
	background:url("../images/main_img01.png") no-repeat center top;
	height: 742px;
	margin-top: 100px;
}
.content01_cont {
	width:1155px;
	margin:auto;
	/* overflow:hidden */
}
.content01_cont_l {
	float: left;
	width: 419px;
	margin-top: 295px;
	text-align: center;
	color: #fff;
	font-size: 14pt;
	line-height: 35px;
}
.content01_cont_l .main_txt {
	font-size: 29pt;
	font-weight: 700;
	letter-spacing: 0px;
}
.content01_cont_l .sub_txt {
	width:60%;
	margin:30px auto;
}
.content01_cont_l div span {
	color: #f36629;
}
#footer {
	background-color:#343434;
}
.footer {
	width:1100px;
	height:215px;
	background-color:#343434;
	margin:auto;
	color:#818181;
	font-size:11pt;
}
.footer01 {
	float:left;
	/* width:968px; */
	height:215px;
	/* margin-left:50px; */
	letter-spacing:-0.5px;
}
.footer01_01 {
	/* width:968px; */
	height:97px;
	line-height:97px;
}
.footer01_01 span {
	font-size:14pt;
	color:#fe6c2d;
	margin-right:10px;
}
.footer01_01 span span {
	font-size:18pt;
	color:#fe6c2d;
	margin-right:10px;
}
.footer01_02 {
	/* width:968px; */
	height:41px;
	margin-top:40px;
}
.footer01_02 li {
	float:left;
	margin-right:10px;
}
.footer01_02 li a {
	color:#818181;
}
.footer01_03 {
	/* width:968px; */
	height:98px;
}
.footer01_031 {
	float:left;
	width:246px;
	height:98px;
}
.footer01_032 {
	float:left;
	/* width:722px; */
	height:98px;
	font-size:10pt;
	line-height:19px;
}
.footer01_032 span {
	color:#626262;
}
.footer02 {
	float:right;
	width:170px;
	height:215px;
	/* margin-right:50px; */
}
.footer02_01 {
	/* width:212px; */
	height:40px;
	margin:40px 0 9px 0;
	border:1px #484848 solid;
}
.footer02_01 select {
	width: 100%;
    height: 40px;
    background: #343434;
    padding-left: 10px;
    color: #a8a8a8;
}
.footer02_02 {
	width:212px;
	height:75px;
}
.apple_btn {
	float:left;
}
.content01_cont_r {
	float: right;
	width: 587px;
	margin-top: 80px;
	text-align: center;
	color: #2f2f2f;
	font-size: 18pt;
	font-weight: 700;
}
.content01_cont_r span {
	color: #f36629;
}
.content01_cont_r img {
	margin: 30px 0 15px 0;
}

.content02_cont {
	overflow: hidden;
	width: 1100px;
	text-align: center;
	margin: auto;
	color: #2f2f2f;
}

.content02_cont_box {
	float: left;
	width: 302px;
	height: 337px;
	background-color: #fff;
	border-radius: 10px;
	margin: 85px 0 140px 50px;
	box-shadow: 0px 10px 34px 1px #e1e1e1;
}
.content02_cont_box img {
	margin-bottom: 20px;
}

.content02_cont_tit {
	font-size: 14pt;
	line-height: 35px;
	margin-top: 105px;
}
.content02_cont_tit span {
	font-size: 29pt;
	font-weight: 700;
	letter-spacing: 0px;
}
.content02_cont_tit span span {
	color: #f36629;
}


.cont_r_txt {
	font-size: 14pt;
}
.cont_r_txt span {
	height: 50px;
	padding: 3px 10px;
	background-color: #f36629;
	color: #fff;
	font-size: 20pt;
}

.cont_box_txt {
	font-size: 11pt;
    line-height: 30px;
    margin: 0px auto;

}
.cont_box_txt span {
	font-size: 16pt;
	font-weight: 700;
}

.main_content03 {
	overflow: hidden;
	width: 100%;
	margin: auto;
	background-color: #f2f2f2;
	border-top: 1px #dfdfdf solid;
}

.content03_box {
	width: 1100px;
	height: 234px;
	margin: auto;
}

.cont03_box {
	float: left;
	width: 247px;
	height: 234px;
	font-size:14pt;
	color: #555;
	font-weight: 700;
	text-align: center;
}
.border {
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
	box-sizing: border-box;
}
.cont03_box img {
	margin: 35px 0 15px 0;
}

.cont03_boxbtn {
	margin: auto;
	margin-top: 25px;
	width: 106px;
	height: 30px;
	font-size: 12pt;
	font-weight: 100;
	line-height: 30px;
	border-radius: 20px;
	color: #ff742e;
	border: 2px #ff742e solid;
}
.cont03_boxbtn a {
	display: block;
	color: #ff742e;
}

.cont03_CSbox {
	float: right;
	width: 297px;
	height: 184px;
	padding: 25px 25px;
	background-color: #ff7a31;
	color: #fff;
}

.CSbox_01 {
	float: left;
	width: 215px;
}
.CSbox_01 span {
	font-size: 11pt;
	margin-right: 10px;
	line-height: 20px;
}

.CSbox_03 {
	float: left;
	font-size: 10pt;
	margin-top: 15px;
	line-height: 17px;
}

.CSbox_01_tit {
	font-size: 16pt;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 15px;
}
.CSbox_01_tit span {
	font-weight: 100;
	font-size: 20pt;
}

.CSbox_02 {
	float: left;
	width: 75px;
	height: 130px;
	background: url("../images/cont03_cs.png") no-repeat bottom;
}


/*영문*/
.en .content01_cont {
    width: 1200px;
}
.en .content01_cont_r {
    width: 737px;
}
.en .cont_box_txt span {
    font-size: 15pt;
}
.en .cont03_boxbtn {
	font-weight: 400;
}
.en .footer01 {
	letter-spacing:0px;
}
.en .cont_box_txt {
	width: 85%;
	letter-spacing: -0.2px;
}
.en .content01_cont_l .sub_txt {
	width:100%;
}
.float_banner {
	position: fixed;
	left: 0;
	background-color: #fff;
	top: 320px;
	width: 150px;
	border: 2px solid #fe5f40;
	box-shadow: 0 5px 10px rgb(77 77 77 / 15%);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 5;
	padding: 10px 20px;
}
.float_banner2{
	position: fixed;
	left: 0;
	background-color: #fff;
	width: 150px;
	shadow: 0 5px 10px rgb(77 77 77 / 15%);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px 20px;
	z-index: 5;
	top: 430px;
	border: 2px solid #014A99;
}
.float_banner3{
	position: fixed;
	left: 0;
	background-color: #fff;
	width: 170px;
	shadow: 0 5px 10px rgb(77 77 77 / 15%);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px 10px;
	z-index: 5;
	top: 210px;
	height: 71px;
	border: 2px solid #fe5f40;
}
.float_banner img {
	display: inline-block;
	width: 100%;
}

.float_banner2 img {
	display: inline-block;
	width: 100%;
}
.float_banner3 img {
	display: inline-block;
	width: 100%;
	margin-top: 2px;
}
.main_foreign_banner {
	position: absolute;
	margin-top: 55px;
	left: 60px;
}
.pop_tab_menu {
	width: 100%;
	height: 50px;
	margin: 30px 0 30px 0;
}
.pop_tab_menu li {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px #e6e2df solid;
	margin-right: -1px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #e6e2df;
}
.pop_tab_menu li:hover {
	background: #fe5f40;
}
.pop_tab_menu li:hover a{
	color: #fff;
}

.pop_tab_menu .on{
	background-color: #fe6c2d;
}
.pop_tab_menu .on a{
	color: #fff;
}
.pop_tab_cont a {
	cursor: pointer;
}
.pop_tab_cont {
	background: #f8f8f8;
	padding: 20px;
}
.pop_tab_cont_subtxt {
	line-height: 1.5em;
	font-size: 14px;
}
.pop_service_foam {
	display: flex;
	gap: 0 20px;
}
.pop_service_foam li {
	width: 25%;
}
.pop_service_foam input, .pop_box .pop_cont .pop_service_foam input[type="text"] {
	padding: 0 10px;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 10px;
}
.pop_btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f36629;
	color: #fff;
	font-weight: 700;
	border-radius: 25px;
	font-size: 15pt;
	margin: 20px auto 0;
}
.nm_detail_tit {
	padding: 0 20px;
	font-size: 22px;
	font-weight: bold;
}
.nm_detail_wrap {
	display: flex;
	gap: 20px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.nm_detail_table01 {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 20px;
}
.nm_detail_table01 h3 {
	display: flex;
	flex: 1 0 0;
	align-items: flex-end;
}
.nm_detail_table02 h3 {
	display: flex;
}
.nm_detail_table01 .nm_detail_tit {
	padding: 0;
	flex: 1 0 0;
}
.nm_detail_table02 .nm_detail_tit {
	padding: 0;
}
.nm_detail_table01 th {
	font-size: 15px;
	font-weight: 400;
	background-color: #fff3ed !important;
}
.nm_detail_table01 td {
	font-size: 15px;
	font-weight: 600;
}
.nm_detail_table02 {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 20px;
}
.nm_detail_table02 th {
	font-size: 15px;
	font-weight: 400;
	background-color: #eff2ff !important;
}
.nm_detail_table02 td {
	font-size: 15px;
	font-weight: 600;
}
.nm_detail_table {
	width: 100%;
	padding: 0 20px;
}
.nm_detail_table th {
	text-align: left;
	font-weight: 300;
	color: #555;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding: 10px 10px;
}
.nm_detail_table th.txt_c {
	text-align: center;
}

.nm_detail_table td {
	text-align: left;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	padding: 10px 10px;
}
.nm_detail_table td.txt_c {
	text-align: center;
}
.mov_label {
	border-radius: 500px;
	padding: 5px 10px;
	font-weight: 600;
}
.mov_label.label_org {
	background: #fff3ed;
	color: #ff6e40;
}
.mov_label.label_wgray {
	background: #f6f6f6;
	color: #888888;
}
.mov_label.label_blue {
	background: #eff2ff;
	color: #5677FC;
}
.nm_table_dep_cost {
	display: flex;
	gap: 5px;
}
.mov_small_btn {
	padding: 5px 10px;
	border-radius: 5px;
}
.btn_fill_primary {
	background-color: #fe5f40;
	color: #fff;
}
.btn_line_secondray {
	color: #000;
	border: 1px solid #D1D1D1;
	background: #fff;
}
