* { box-sizing: border-box;  padding:0; margin:0; }
a { text-decoration:none; }
body { overflow:hidden; width:100%;  }
footer, .fix_button{ display:none; }
#login_section { position:fixed; top:0; left:0; width:100%; height:100%; z-index:99999999; overflow:hidden; }

.login_body { display:flex; justify-content:space-between; align-items: center; height:100%; width:100%;  background: rgb(22,235,235);
background: linear-gradient(139deg, rgba(22,235,235,1) 0%, rgba(10,109,246,1) 100%); }
.login_box { width:100%; margin:0 auto;  display:flex; height:auto;display:flex; flex-direction: column; justify-content:center;  width:450px;  flex-shrink:0; border:1px solid #fff; border-radius:20px; padding:60px 40px; }

.login_box .title { margin-bottom:50px;  text-align:center;  }
.login_box .title h1 { font-size:30px; color:#fff;  line-height:45px; }
.login_box .title .title_img { width:80px; border:3px solid #fff; border-radius:50px; margin:0 auto 10px; }
.login_box .title .title_img img { width:100%;  filter: invert(100%) sepia(92%) saturate(30%) hue-rotate(37deg) brightness(107%) contrast(100%); }
.login_box .title .title_img2 { width:35%; margin:0 auto 20px  }
.login_box .title .title_img2 img { width:100%; }

.login_box .right_area .title h1 { color:#fff; }
.login_box .right_area .title p { margin:10px auto; color:#fff; font-size:16px; text-align:center; }

.login_box .inputList {  }
.login_box .inputList li { display:flex; align-items:center;  margin-top:20px; background:#fff; padding:5px 15px; border-radius:40px; }
.login_box .inputList li span { width:35px; flex-shrink:0; }
.login_box .inputList li span img { color:#fff;  filter: invert(33%) sepia(81%) saturate(3690%) hue-rotate(207deg) brightness(96%) contrast(102%); width:30px; }
.login_box .inputList li:first-child { margin-top:0; }
.login_box .inputList li > input {   width:100%; flex-grow:1; border:0; height:48px; line-height:30px; padding:9px 12px; font-size:16px; max-width:100%; color:#222; letter-spacing:1px; text-align:center; padding-right:30px; }
.login_box .inputList li > input:focus { outline: none;  }

.login_box .id_save { margin:20px auto;  display:flex; align-items:center;  justify-content:space-between; font-size:13px;  }
.login_box .id_save input[type="checkbox"] {  accent-color: #fff; width:16px; height:16px; border:0; }

.login_box .id_save label { display:flex; align-items:center; margin-left:0px; font-size:13px; color:#fff;  }
.login_box .id_save label input[type="checkbox"] { margin-right:10px; }
.login_box .id_save a.idsearch {  color:#fff; }

.login_box .btn_area  {  margin-top:30px; text-align:center; }
.login_box .btn_area .loginButton { width:60%; background: transparent; margin:0 auto; height:50px; border-radius:40px;
border:1px solid #fff;; color:#fff; letter-spacing:1px; font-size:15px;  }

.login_box .snsList { margin-top:30px; border-top:1px solid #555; padding-top:30px; }
.login_box .snsList h4 { color:#fff; margin-bottom:10px; text-align:center; font-size:14px; font-weight:normal; }
.login_box .snsList ul { display:flex; align-items:center; justify-content:center; }
.login_box .snsList li { width:30px; height:30px; overflow:hidden; border-radius:15px; margin:0 4px; flex-shrink:0; }
.login_box .snsList li img { object-fit:cover; height:100%; }
.login_box .snsList #naver_id_login { background:url('/_template/in_content_ko01/image/icon_naver.webp'); background-size:100% auto; }
.login_box .snsList #naver_id_login * { opacity:0; }
.login_box .snsList #naver_id_login img {  opacity:100%; }

.login_box .join_menu {  margin:40px auto 0; }
.login_box .join_menu p { text-align:center; color:#fff; margin-bottom:10px; }
.login_box .join_menu a.joinButton { display:block; width:60%;  border:1px solid #fff; margin:0 auto; height:37px; line-height:35px; border-radius:19px; color:#fff;  font-size:15px;   text-align:center; 
background:#fff; color:#0a6df6}
.login_box .join_menu a.joinButton:hover {  }


.select_lang {  margin-top:30px; }
.select_lang ul { display:flex; justify-content:center; }
.select_lang ul li { width:30px; margin:0 5px; }
.select_lang ul li a { display:block; background-image:url('/_template/in_content_ko01/image/flag_kor.jpg'); background-repeat:no-repeat;  width:30px; height:20px; background-size:100% auto; 
text-indent:-10000px; border:1px solid #ccc; }
.select_lang ul li a.ko { background-image:url('/_template/in_content_ko01/image/flag_kor.jpg'); }
.select_lang ul li a.zh { background-image:url('/_template/in_content_ko01/image/flag_chn.jpg'); }
.select_lang ul li a.en { background-image:url('/_template/in_content_ko01/image/flag_usa.jpg'); }
.select_lang ul li a.ja { background-image:url('/_template/in_content_ko01/image/flag_jpn.jpg'); }
.select_lang ul li a.vi { background-image:url('/_template/in_content_ko01/image/flag_vnm.jpg'); }


@media(max-width:500px){

.login_box { height:auto; border:0; max-width:100%; }


/*
.login_box {  }
.login_box > div { width:100%; }
.login_box > div.left_area { width:100%;  flex-shrink:0; background: #040404;  padding:0 30px; }
.login_box > div.right_area { }

.login_box .inputList .input_title { font-size:13px; }
.login_box .inputList .tpm3 { margin-top:20px; }
.login_box .inputList li span { width:30px; }
.login_box .inputList li span img { width:25px; }
.login_box .inputList li > input {  height:36px; padding:3px 12px;  }
.login_box .btn_area .loginButton { height:52px; }

.login_box .id_miss { }
.login_box .id_miss a {  font-size:13px; color:#aaa; margin-top:15px;  flex-wrap:wrap; }
.login_box .id_miss a span { color:#4c60ff; text-decoration:underline; font-size:14px;  }
*/

}
