@charset "utf-8";

@font-face { font-family:nanum; src:url('font/NanumGothic.eot'); src:url('font/NanumGothic.eot') format(eot); }
@font-face { font-family:nanum; src:url('font/NanumGothic.woff');src:url('font/NanumGothic.woff') format(woff); }
@font-face { font-family:nanum; src:url('font/NanumGothic.ttf'); src:url('font/NanumGothic.ttf') format(truetype); }

@font-face { font-family:nanumbold; src:url('font/NanumGothic_Bold.eot'); src:url('font/NanumGothic_Bold.eot') format(eot); }
@font-face { font-family:nanumbold; src:url('font/NanumGothic_Bold.woff');src:url('font/NanumGothic_Bold.woff') format(woff); }
@font-face { font-family:nanumbold; src:url('font/NanumGothic_Bold.ttf'); src:url('font/NanumGothic_Bold.ttf') format(truetype); }

html { font-family: nanum; font-size: 10px; overflow-x: hidden;}
strong { font-family: nanumbold;}

.logo_po {
	width: 120px;
	height: 40px;
	margin: 20px auto 0;
}
.logo_po a {
	display: block;
	width: 120px;
	height: 40px;
	background-image: url(../img/main/mobile_logo.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.logo_po a {
		background-image: url(../img/main/mobile_logo.png);
		background-size: 120px 40px;
	}
}
.black_bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:99;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

.pc_logo {
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 99;
}

.tm {
    position: absolute;
    right: 0;
    top: 28px;
    line-height: 26px;
    font-size: 1.1rem;
    color: #676767;
    font-family: Arial;
}
.tm a {
    display: block;
    line-height: 26px;
    font-size: 1.1rem;
    color: #676767;
    text-decoration: none;
    font-family: Arial;
}
.tm li:nth-of-type(2) {
    padding: 0 3px;
}
.tm li:last-of-type a {
    width: 60px;
    height: 26px;
    border-radius: 2px;
    border: 1px solid #ee4823;
    color: #ee4823;
    text-align: center;
    font-weight: bold;
    margin-left: 18px;
}

.main_visual {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.main_visual .carousel-indicators {
    display: none;
}
.main_visual .carousel-control {
    opacity: 1;
    width: 20%;
}
.main_visual .carousel-control.left {
    background: url(../img/main/lbt.png) right center no-repeat;
}
.main_visual .carousel-control.right {
    background: url(../img/main/rbt.png) left center no-repeat;
}
@media (max-width: 960px) {
    .main_visual .carousel-control {
        display: none;
    }
}

.product {
    padding: 100px 0;
}
.product h1 {
    display: inline-block;
    font-family: Arial;
    font-size: 3.3rem;
    font-weight: bold;
    padding: 0 160px;
    background: url(../img/main/st_bg01.png) left center no-repeat,
                url(../img/main/st_bg02.png) right center no-repeat;
}
@media (max-width:768px) {
    .product {
        padding: 50px 0;
    }
    .product h1 {
        padding: 0;
        background: none;
    }
}
.product h2 {
    font-size: 1.5rem;
    color: #676767;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
}
.product h3 {
    font-family: Arial;
    font-size: 1.5rem;
    color: #979797;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}
.product .prod ul {
    text-align: center;
    cursor: pointer;
}
.product .prod ul li:nth-of-type(2) {
    font-size: 1.6rem;
    color: #676767;
    line-height: 30px;
    margin-top: 15px;
}
.product .prod ul li:nth-of-type(3) {
    font-family: Areal;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000000;
}
@media (max-width:992px) {
    .product .prod ul {
        margin-bottom: 50px;
    }
    .product .prod img {
        max-width: 100%;
    }
}

.overseas {
    position: relative;
    background: #f3f3f3 url(../img/main/map.png) center top 70px no-repeat;
}
.overseas .seas ul {
    border: 1px solid #d8d8d8;
    border-bottom: 3px solid #e84521;
    background: #fff url(../img/main/icon00.png) right 30px bottom 38px no-repeat;
    padding: 29px;
}
.overseas .seas ul li:nth-of-type(2) {
    font-family: nanum;
    font-size: 1.6rem;
    color: #676767;
    margin-bottom: 6px;
    margin-top: 50px;
}
.overseas .seas ul li:nth-of-type(3) {
    font-family: Arial;
    font-weight: bold;
    font-size: 2.6rem;
    color: #000;
    margin-bottom: 13px;
}
.overseas .seas ul li:nth-of-type(4) {
    font-family: Arial;
    font-size: 1.7rem;
    color: #e84521;
}
@media (max-width:768px) {
    .overseas .seas ul {
        margin-bottom: 50px;
    }
    .overseas .seas div:last-of-type ul {
        margin-bottom: 0;
    }
    .overseas .seas ul li:nth-of-type(2) {
        margin-top: 20px;
    }
}

.main_location {
    background: #e84521;
}
.main_location .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main_location .row div:nth-of-type(1) {
    font-family: Arial;
    font-size: 2.9rem;
    color: #fff;
    line-height: 20px;
}
.main_location .row div:nth-of-type(2) {
    font-family: nanum;
    font-size: 1.5rem;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 40px;
}
.main_location .row div:nth-of-type(2) strong {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.7rem;
}
.main_location .row div:nth-of-type(3) {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}
.main_location .row div:nth-of-type(3) img {float:left;}
.main_location .row div:nth-of-type(3) img:after { display: block; content: ""; clear: both; }
.main_location .row div:nth-of-type(3) p {margin-left:42px; text-align:left;}
@media (min-width:992px) {
    .main_location .row div:nth-of-type(3) {
        text-align: right;
    }
}
@media (max-width:992px) {
    .main_location .row div {
        margin-bottom: 15px;
    }
    .main_location .row div:nth-of-type(2) {
        padding-left: 15px;
    }
    .main_location .row div:last-of-type {
        margin-bottom: 0;
    }
}



/* sub style */
.location {
    position: relative;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #d3d3d3;
	z-index: 2;
}
@media (max-width:960px) {
    .location {
        display: none;
    }
}
.location .in {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}	
.location .home a {
    display: block;
    font-family: nanum;
    font-size: 1.2rem;
    color: #000;
    line-height: 50px;
    text-decoration: none;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    width: 141px;
    padding-left: 43px;
    background: url(../img/sub01/home.png) left 17px top 18px no-repeat,
                url(../img/sub01/rbt.png) right 20px top 22px no-repeat;    
}
.location .ic {
	background: url(../img/sub01/location_icon.png) right 20px center no-repeat;
}
.location_box .location_head {
	position: relative;
	line-height: 50px;
	min-width: 200px;
	padding: 0 20px;
	font-family: nanum;
	font-size: 1.2rem;
	color: #000;
	border-right: 1px solid #d3d3d3;
	cursor: pointer;
}
.location_box .location_list {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	z-index: 99;
	left: -1px;
	right: -1px;
}
.location_box .location_list li {
	float: none;	
}
.location_box .location_list > li > a {
	color: #888;	
	background: #f2f2f2;
	display: block;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 20px;
	text-decoration: none;
}
.location_box .location_list > li > a:hover {
	color: #595959;	
	background: #fff;
}
.location_box .location_list > .on > a {
	color: #595959;	
	background: #fff;
}

.sub_visual {
    position: relative;
    width: 100%;
    height: 200px;
}
.sub_visual.sub01 { background: url(../img/sub01/visual.jpg) center top no-repeat;}
.sub_visual.sub02 { background: url(../img/sub02/visual.jpg) center top no-repeat;}
.sub_visual.sub03 { background: url(../img/sub03/visual.jpg) center top no-repeat;}
.sub_visual.sub04 { background: url(../img/sub04/visual.jpg) center top no-repeat;}
.sub_visual .in {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 70px;
}
.sub_visual .in h5 {
    margin-top: 15px;
    font-family: nanum;
    font-size: 1.6rem;
    color: #fff;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding: 0 15px;
}
@media (max-width:500px) {
    .sub_visual .in img {
        max-width: 100%;
        padding: 0 15px;
    }
}

.title {
    text-align: center;
    font-family: nanumbold;
    font-size: 3rem;
    color: #000;
    border-bottom: 1px solid #d3d3d3;
    height: 120px;
    padding-top: 55px;
    margin-bottom: 40px;
}

.cont {
    position: relative;
    padding-bottom: 100px;
}

.ceo {
    min-height: 450px;
    background: url(../img/sub01/cont01.jpg);
}
.ceo div {
    float: right;
    width: 50%;
    padding-top: 50px;
}
@media (max-width:768px) {
    .ceo {
        background: none;
    }
    .ceo div {
        width: 100%;
        float: none;
    }
    .ceo h2 {
        height: 450px;
        background: url(../img/sub01/cont01.jpg);
    }
}
.ceo h1 {
    font-family: nanumbold;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.ceo h5 {
    font-family: nanum;
    font-size: 1.6rem;
    color: #454545;
    line-height: 26px;
    margin-bottom: 50px;
}
.ceo p {
    font-family: nanum;
    font-size: 1.6rem;
    color: #454545;
    text-align: right;
    background: url(../img/sub01/sign.jpg) right top no-repeat;
    min-height: 43px;
    padding-right: 125px;
    padding-top: 24px;
}

.history .img {
        float: none;
        text-align: center;
        margin-bottom: 30px;
}
.history .img img {
    max-width: 100%;
}
.history .story {
    background: url(../img/sub01/line.jpg) left top repeat-y;
}
.history .story ul {
    padding-left: 63px;
    background: url(../img/sub01/his.jpg) left top no-repeat;
    margin-bottom: 50px;
}
.history .story ul li {
    font-family: Arial;
    font-size: 1.6rem;
    line-height: 26px;
    color: #454545;
}
.history .story ul li:first-of-type {
    font-family: Arial;
    font-size: 2.6rem;
    color: #ee4823;
    font-weight: bold;
    margin-bottom: 15px;
}
@media (min-width:992px) {
    .history .img {
        float: left;
        width: 40%;
        text-align: left;
    }
    .history .story {
        float: left;
        width: 60%;
        padding-top: 70px;
        margin-top: -40px;
    }
}

.map {
    border-top: 2px solid #ee4823;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.map li {
    font-family: nanum;
    font-size: 1.5rem;
    color: #454545;
    line-height: 24px;
    padding: 0;
}
.map li strong {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.7rem;
}
.map .icon01 {
    padding-left: 40px;
    background: url(../img/sub01/icon01.png) left top no-repeat;
    margin-bottom: 10px;
    min-height: 25px;
    padding-top: 3px;
}
.map .icon02 {
    padding-left: 40px;
    background: url(../img/sub01/icon02.png) left 4px top no-repeat;
}
.map .icon03 {
    padding-left: 40px;
    padding-top: 3px;
    background: url(../img/sub01/icon03.png) left top no-repeat;
}
@media (max-width:992px) {
    .map .icon02 {
        margin-bottom: 10px;
    }
}

.summary {
    margin-bottom: 50px;
    text-align: center;
}
.summary h1 {
    font-family: nanumbold;
    font-size: 2.2rem;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 28px;
    word-break: keep-all;
}
.summary h2 {
    font-family: nanum;
    font-size: 1.7rem;
    color: #454545;
    letter-spacing: -0.5px;
    line-height: 26px;
    word-break: keep-all;
}
.summary h2 span {
    color: #ee4823;
    border-bottom: 1px solid #ee4823;
}



.sum_img li {
    text-align: center;
    margin-bottom: 50px;
}
.sum_img li img {
    max-width: 100%;
}
@media (min-width:768px) {
    .sum_img li {
        float: left;
        width: 50%;
    }
}

.develop {
    margin-left: -5px;
    margin-right: -5px;
}
.develop img {
    max-width: 100%;
}
.develop li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.buyer {
    margin-left: -10px;
    margin-right: -10px;
}
.buyer div {
    padding: 0;
    margin-bottom: 50px;
}
.buyer h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 2rem;
    color: #000;
    padding-left: 22px;
    background: url(../img/sub02/icon01.png) left top 3px no-repeat;
    margin-bottom: 25px;
    margin-left: 10px;
}
.buyer img {
    max-width: 100%;
    border: 1px solid #ddd;
}
.buyer li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.st01 {
    font-family: Arial;
    font-weight: bold;
    font-size: 2rem;
    color: #000;
    padding-left: 22px;
    background: url(../img/sub02/icon01.png) left top 3px no-repeat;
}
.st02 {
    font-family: nanumbold;
    font-size: 2rem;
    color: #000;
    padding-left: 22px;
    background: url(../img/sub02/icon01.png) left top 3px no-repeat;
}

.cambodia {
    margin-left: -10px;
    margin-right: -10px;
}
.cambodia img {
    max-width: 100%;
}
.cambodia li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.cambo {
    border-top: 2px solid #ee4823;
    border-bottom: 1px solid #ddd;
}
.cambo li {
    padding: 0;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.7rem;
    color: #454545;
    line-height: 20px;
    letter-spacing: -0.5px;
    display: table;
    min-height: 90px;
}
.cambo li div {
    display: table-cell;
    vertical-align: middle;
}
.cambo li:after {
    content: "";
    width: 1px;
    background: #ddd;
    position: absolute;
    height: 55px;
    margin-top: 17px;
}
@media (min-width:992px) {
    .cambo li:last-of-type:after {
        content: "";
        background: none;
        width: 0;
    }
}
@media (max-width:992px) and (min-width:768px) {
    .cambo li:nth-of-type(3n):after {
        content: "";
        background: none;
        width: 0;
    }
}
@media (max-width:768px) {
    .cambo li:nth-of-type(2n):after {
        content: "";
        background: none;
        width: 0;
    }
}

.inze li {
    position: relative;
}
.inze li div {
    width: 215px;
    height: 215px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.inze li h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: -1px;
    padding-top: 85px;
    text-transform: uppercase; 
}
.inze li h2 {
    font-family: nanumbold;
    font-size: 1.8rem;
    padding-top: 10px;
    color: #000;
}
.inze li:nth-of-type(1) div {
    background: url(../img/sub04/bg01.png) no-repeat;
}
.inze li:nth-of-type(1) h1 {
    color: #f06040;
}
.inze li:nth-of-type(2) div {
    background: url(../img/sub04/bg02.png) no-repeat;
}
.inze li:nth-of-type(2) h1 {
    font-size: 2.5rem;
    color: #f46c27;
}
.inze li:nth-of-type(3) div {
    background: url(../img/sub04/bg03.png) no-repeat;
}
.inze li:nth-of-type(3) h1 {
    color: #ff9f15;
}
@media (min-width:768px) {
    .inze li {
        float: left;
        width: 33.33%;
    }
    .inze li:first-of-type:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 108px;
        background: url(../img/sub04/line01.jpg) left top repeat-x;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .inze li:last-of-type:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 108px;
        background: url(../img/sub04/line01.jpg) left top repeat-x;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .inze .bg_line {
        background: url(../img/sub04/line01.jpg) left top repeat-x;
    }
}
@media (max-width:768px) {
    .inze li:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        border-right: 1px solid #ddd;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .inze li {
        padding-bottom: 50px;
    }
    .inze li:last-of-type {
        padding-bottom: 0;
    }
}

.zig {
    background: #f8f8f8;
    padding: 40px;
}
.zig ul {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
}
.zig ul li:nth-of-type(2) {
    font-family: nanumbold;
    font-size: 1.4rem;
    color: #ee4823;
    margin-top: 10px;
}
.zig div {
    position: relative;
    padding: 0;
}
@media (min-width:768px) {
    .zig div:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        border-bottom: 1px solid #ee4823;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .zig p:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        border-bottom: 1px solid #ee4823;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .zig span {
        float: right;
        margin-top: -10px;
    }
}
.zig p {
    padding: 0;
}

.zig span {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #f46c27;
    border-radius: 20px;
    font-family: nanumbold;
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}
.zig span:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../img/sub04/icon02.png) no-repeat;
    left: -7px;
    top: 12px;
}
@media (max-width:768px) {
    .zig div {
        padding-bottom: 50px;
        text-align: center;
    }
    .zig ul {
        margin-left: 40px;
    }
    .zig ul li {
        float: left;
    }
    .zig ul li:nth-of-type(2) {
        margin-top: 2px;
        margin-left: 10px;
    }
    .zig div:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        border-right: 1px solid #ee4823;
        z-index: 1;
        left: 50%;
        top: 0;
    }
    .zig span {
        display: block;
        width: 100%;
    }
    .zig span:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: url(../img/sub04/icon02.png) no-repeat;
        left: 50%;
        margin-left: -7px;
        top: -7px;
    }
}


.ceayong {
    margin-left: -10px;
    margin-right: -10px;
}
.ceayong .col-md-3,
.ceayong .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.ceayong > div {
    text-align: center;
}
.ceayong .tx01 {
    font-family: nanumbold;
    font-size: 1.8rem;
    color: #333;
    line-height: 22px;
}
.ceayong .tx01 p {
    font-size: 1.7rem;
    color: #8e8e8e;
}
.ceayong ul {
    display: inline-block;
    margin-bottom: 50px;
}
.ceayong ul li img {
    max-width: 100%;
}
.ceayong ul li:nth-of-type(2) {
    border-top: 3px solid #de401d;
    background: #f5f5f5;
    height: 90px;
    padding-top: 20px;
}

.ques {
    padding-left: 90px;
    min-height: 70px;
}
.ques li:nth-of-type(1) {
    font-family: nanumbold;
    font-size: 1.7rem;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ques li:nth-of-type(2) {
    font-family: nanumbold;
    font-size: 1.8rem;
    color: #f06040;
    margin-bottom: 5px;
}
.ques li:nth-of-type(3) {
    font-family: nanum;
    font-size: 1.4rem;
    color: #8e8e8e;
}
.ques.qicon01 {
    background: url(../img/sub04/icon03.png) left top no-repeat;
}
.ques.qicon02 {
    background: url(../img/sub04/icon04.png) left top no-repeat;
}


.sitemap ul li:first-of-type {
	border-top: 2px solid #ee4823;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-family: nanumbold;
	font-size: 1.8rem;
	color: #333;
	padding: 15px 0;
}
.sitemap a {
	display: block;
	font-family: nanumbold;
	font-size: 1.4rem;
	color: #333;
	line-height: 300%;
	border-bottom: 1px dashed #ddd;
	text-decoration: none;
	padding-left: 20px;
}
.sitemap ul {
	margin-bottom: 50px;
}












