@charset "utf-8";

/* 
   KT.com version 1.0
  
   Copyright ⓒ 2017 kt corp. All rights reserved.
   
   This is a proprietary software of kt corp, and you may not use this file except in 
   compliance with license agreement with kt corp. Any redistribution or use of this 
   software, with or without modification shall be strictly prohibited without prior written 
   approval of kt corp, and the copyright notice above does not evidence any actual or 
   intended publication of such software. 
*/ 

/*_____ scope - web font _____*/
/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
 /* Spoqa Han Sans" 
@font-face {
	font-family:"Spoqa Han Sans";
	font-weight:400;
	src: local("Spoqa Han Sans Regular"),
	url("../../fonts/SpoqaHanSansRegular.woff2") format("woff2"),
	url("../../fonts/SpoqaHanSansRegular.woff") format("woff"),
	url("../../fonts/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
	font-family:"Spoqa Han Sans";
	font-weight:700;
	src: local("Spoqa Han Sans Bold"),
	url("../../fonts/SpoqaHanSansBold.woff2") format("woff2"),
	url("../../fonts/SpoqaHanSansBold.woff") format("woff"),
	url("../../fonts/SpoqaHanSansBold.ttf") format("truetype");
}*/
/* MalgunGothic */
/*@font-face {*/
	/*font-family:"MG";*/
	/*font-style:normal;*/
	/*src:url(../../fonts/MalgunGothic.eot);*/
	/*src:local("MalgunGothic"), local("Malgun Gothic"),*/
	/*url(../../fonts/MalgunGothic.eot?#iefix) format("embedded-opentype"),*/
	/*url(../../fonts/MalgunGothic.woff) format("woff"),*/
	/*url(../../fonts/MalgunGothic.ttf) format("truetype");*/
/*}*/
/* KT Bold, Light 
@font-face {
	font-family:"KTL";
	font-style:normal;
	src:url(../../fonts/KTL.eot);
	src:local("KTL"),
			url(../../fonts/KTL.eot?#iefix) format('embedded-opentype'),
			url(../../fonts/KTL.woff) format('woff'),
			url(../../fonts/KTL.woff2) format('woff2');
}
@font-face {
	font-family:"KTB";
	font-weight:bold;
	src:url(../../fonts/KTB.eot);
	src:local("KTB"),
			url(../../fonts/KTB.eot?#iefix) format('embedded-opentype'),
			url(../../fonts/KTB.woff) format('woff'),
			url(../../fonts/KTB.woff2) format('woff2');
}*/
/*_____ scope - reset _____*/
html, body, h1, h2, h3, h4, h5, h6, p, div, th, td, table, pre, code, form, fieldset, legend, input, button, address, ol, ul, li, dl, dt, dd, img, textarea, blockquote {margin:0;padding:0;}
html, body {height:100%;min-height:1080px;}
body, input, button, select, textarea {font-family:"Malgun Gothic","맑은 고딕","MG","dotum","돋움",sans-serif;font-size:100%;color:#666;line-height:1.45;letter-spacing:-0.5px;}
input, button, select, textarea {box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 {color:#333;font-weight:normal;}
table {table-layout:fixed;width:100%;border-collapse:separate;border-spacing:0;}
ol, ul {list-style-type:none;}
img, fieldset {vertical-align:top;border:0;}
em, i, address {font-style:normal;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover, a:focus {text-decoration:none;/*text-decoration:underline;*/}
button {overflow:visible;background:none;border:0;cursor:pointer;}
button, button:focus, button:active {padding:0;}
button > span {position:relative;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style:none;padding:0;}
[type="password"] {font-family:"Verdana";}
[type=text]::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

/*_____ scope - reserved word _____*/
/* common */
.invisible {overflow:hidden;position:absolute;left:-1000%;top:auto;width:1px;height:1px;}
caption.invisible {position:relative;}
.hide {display:none;}
.hidetxt {position:absolute; color:transparent;}/* 0213 */
.opttxt {position:static; color:#777; font-size:80%; margin-left: 5px;}/* 0213 */
.flow {float:left;}
.reverse {float:right;}
.ellipsis {overflow:hidden;display:inline-block;max-width:95%;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-0.5px;}

/* KT Bold, Light */
.ktb {font-family:"KTB", "Malgun Gothic","맑은 고딕","MG", sans-serif;letter-spacing:0;}
.ktl {font-family:"KTL", "Malgun Gothic","맑은 고딕","MG", sans-serif;letter-spacing:0;}

/* align */
.align-left {text-align:left !important;}
.align-right {text-align:right !important;}

/**/
.screen-out {left:-9999px; width:0.01em; height:0.01em; font-size:0.1em; line-height:0.01em; overflow:hidden;}

/* ie9 select css */
.no-cssanimations select {background-image:none;}
